@charset "UTF-8";
/* Revival app.build.css（可读化版本）
 *
 * 来源：WordPress Revival 主题打包产物。
 * 处理：仅通过 Prettier 做排版可读化，不改变运行逻辑。
 * 备份：tools/revival/original_assets/app.build.css
 */

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  font-size: 36px;
}
.h2,
h2 {
  font-size: 30px;
}
.h3,
h3 {
  font-size: 24px;
}
.h4,
h4 {
  font-size: 18px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, Courier New, monospace;
}
code {
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code,
kbd {
  padding: 2px 4px;
  font-size: 90%;
}
kbd {
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
}
caption,
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  margin: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  padding: 6px 12px;
  margin-bottom: 0;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown,
.dropup {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn,
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid;
  border-color: #ddd #ddd transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:focus,
.nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container-fluid .navbar-brand,
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin: 8px -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, 0.1), 0 1px 0 hsla(0, 0%, 100%, 0.1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type="checkbox"],
  .navbar-form .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
  color: #333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #eee;
}
.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container-fluid .jumbotron,
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container-fluid .jumbotron,
  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress-bar.active,
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-image: -o-linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 50%,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle,
.panel-title {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group + .panel-footer,
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table-responsive > .table caption,
.panel > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal,
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  left: 5px;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel,
.carousel-inner {
  position: relative;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: left 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out left;
  transition: left 0.6s ease-in-out;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media (-webkit-transform-3d), (transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.0001));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000",endColorstr="#00000000",GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (max-width: 479px) {
  .col-xxs-1,
  .col-xxs-2,
  .col-xxs-3,
  .col-xxs-4,
  .col-xxs-5,
  .col-xxs-6,
  .col-xxs-7,
  .col-xxs-8,
  .col-xxs-9,
  .col-xxs-10,
  .col-xxs-11,
  .col-xxs-12 {
    float: left;
  }
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-11 {
    width: 91.66666667%;
  }
  .col-xxs-10 {
    width: 83.33333333%;
  }
  .col-xxs-9 {
    width: 75%;
  }
  .col-xxs-8 {
    width: 66.66666667%;
  }
  .col-xxs-7 {
    width: 58.33333333%;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-5 {
    width: 41.66666667%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .col-xxs-3 {
    width: 25%;
  }
  .col-xxs-2 {
    width: 16.66666667%;
  }
  .col-xxs-1 {
    width: 8.33333333%;
  }
  .col-xxs-pull-12 {
    right: 100%;
  }
  .col-xxs-pull-11 {
    right: 91.66666667%;
  }
  .col-xxs-pull-10 {
    right: 83.33333333%;
  }
  .col-xxs-pull-9 {
    right: 75%;
  }
  .col-xxs-pull-8 {
    right: 66.66666667%;
  }
  .col-xxs-pull-7 {
    right: 58.33333333%;
  }
  .col-xxs-pull-6 {
    right: 50%;
  }
  .col-xxs-pull-5 {
    right: 41.66666667%;
  }
  .col-xxs-pull-4 {
    right: 33.33333333%;
  }
  .col-xxs-pull-3 {
    right: 25%;
  }
  .col-xxs-pull-2 {
    right: 16.66666667%;
  }
  .col-xxs-pull-1 {
    right: 8.33333333%;
  }
  .col-xxs-pull-0 {
    right: auto;
  }
  .col-xxs-push-12 {
    left: 100%;
  }
  .col-xxs-push-11 {
    left: 91.66666667%;
  }
  .col-xxs-push-10 {
    left: 83.33333333%;
  }
  .col-xxs-push-9 {
    left: 75%;
  }
  .col-xxs-push-8 {
    left: 66.66666667%;
  }
  .col-xxs-push-7 {
    left: 58.33333333%;
  }
  .col-xxs-push-6 {
    left: 50%;
  }
  .col-xxs-push-5 {
    left: 41.66666667%;
  }
  .col-xxs-push-4 {
    left: 33.33333333%;
  }
  .col-xxs-push-3 {
    left: 25%;
  }
  .col-xxs-push-2 {
    left: 16.66666667%;
  }
  .col-xxs-push-1 {
    left: 8.33333333%;
  }
  .col-xxs-push-0 {
    left: auto;
  }
  .col-xxs-offset-12 {
    margin-left: 100%;
  }
  .col-xxs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xxs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xxs-offset-9 {
    margin-left: 75%;
  }
  .col-xxs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xxs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xxs-offset-6 {
    margin-left: 50%;
  }
  .col-xxs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xxs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xxs-offset-3 {
    margin-left: 25%;
  }
  .col-xxs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xxs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xxs-offset-0 {
    margin-left: 0;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
.visible-xxs,
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  td.visible-xxs,
  th.visible-xxs {
    display: table-cell !important;
  }
  .visible-xxs-block {
    display: block !important;
  }
  .visible-xxs-inline {
    display: inline !important;
  }
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
.col-lg-0_5,
.col-lg-1_5,
.col-lg-2_5,
.col-lg-3_5,
.col-lg-4_5,
.col-lg-5_5,
.col-lg-6_5,
.col-lg-7_5,
.col-lg-8_5,
.col-lg-9_5,
.col-lg-10_5,
.col-lg-11_5,
.col-md-0_5,
.col-md-1_5,
.col-md-2_5,
.col-md-3_5,
.col-md-4_5,
.col-md-5_5,
.col-md-6_5,
.col-md-7_5,
.col-md-8_5,
.col-md-9_5,
.col-md-10_5,
.col-md-11_5,
.col-sm-0_5,
.col-sm-1_5,
.col-sm-2_5,
.col-sm-3_5,
.col-sm-4_5,
.col-sm-5_5,
.col-sm-6_5,
.col-sm-7_5,
.col-sm-8_5,
.col-sm-9_5,
.col-sm-10_5,
.col-sm-11_5,
.col-xl-0_5,
.col-xl-1_5,
.col-xl-2_5,
.col-xl-3_5,
.col-xl-4_5,
.col-xl-5_5,
.col-xl-6_5,
.col-xl-7_5,
.col-xl-8_5,
.col-xl-9_5,
.col-xl-10_5,
.col-xl-11_5,
.col-xs-0_5,
.col-xs-1_5,
.col-xs-2_5,
.col-xs-3_5,
.col-xs-4_5,
.col-xs-5_5,
.col-xs-6_5,
.col-xs-7_5,
.col-xs-8_5,
.col-xs-9_5,
.col-xs-10_5,
.col-xs-11_5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .col-xs-0_5,
  .col-xs-1_5,
  .col-xs-2_5,
  .col-xs-3_5,
  .col-xs-4_5,
  .col-xs-5_5,
  .col-xs-6_5,
  .col-xs-7_5,
  .col-xs-8_5,
  .col-xs-9_5,
  .col-xs-10_5,
  .col-xs-11_5 {
    float: left;
  }
  .col-xs-11_5 {
    width: 95.83333333%;
  }
  .col-xs-10_5 {
    width: 87.5%;
  }
  .col-xs-9_5 {
    width: 79.16666667%;
  }
  .col-xs-8_5 {
    width: 70.83333333%;
  }
  .col-xs-7_5 {
    width: 62.5%;
  }
  .col-xs-6_5 {
    width: 54.16666667%;
  }
  .col-xs-5_5 {
    width: 45.83333333%;
  }
  .col-xs-4_5 {
    width: 37.5%;
  }
  .col-xs-3_5 {
    width: 29.16666667%;
  }
  .col-xs-2_5 {
    width: 20.83333333%;
  }
  .col-xs-1_5 {
    width: 12.5%;
  }
  .col-xs-0_5 {
    width: 4.16666667%;
  }
  .col-xs-pull-11_5 {
    right: 95.83333333%;
  }
  .col-xs-pull-10_5 {
    right: 87.5%;
  }
  .col-xs-pull-9_5 {
    right: 79.16666667%;
  }
  .col-xs-pull-8_5 {
    right: 70.83333333%;
  }
  .col-xs-pull-7_5 {
    right: 62.5%;
  }
  .col-xs-pull-6_5 {
    right: 54.16666667%;
  }
  .col-xs-pull-5_5 {
    right: 45.83333333%;
  }
  .col-xs-pull-4_5 {
    right: 37.5%;
  }
  .col-xs-pull-3_5 {
    right: 29.16666667%;
  }
  .col-xs-pull-2_5 {
    right: 20.83333333%;
  }
  .col-xs-pull-1_5 {
    right: 12.5%;
  }
  .col-xs-pull-0_5 {
    right: 4.16666667%;
  }
  .col-xs-push-11_5 {
    left: 95.83333333%;
  }
  .col-xs-push-10_5 {
    left: 87.5%;
  }
  .col-xs-push-9_5 {
    left: 79.16666667%;
  }
  .col-xs-push-8_5 {
    left: 70.83333333%;
  }
  .col-xs-push-7_5 {
    left: 62.5%;
  }
  .col-xs-push-6_5 {
    left: 54.16666667%;
  }
  .col-xs-push-5_5 {
    left: 45.83333333%;
  }
  .col-xs-push-4_5 {
    left: 37.5%;
  }
  .col-xs-push-3_5 {
    left: 29.16666667%;
  }
  .col-xs-push-2_5 {
    left: 20.83333333%;
  }
  .col-xs-push-1_5 {
    left: 12.5%;
  }
  .col-xs-push-0_5 {
    left: 4.16666667%;
  }
  .col-xs-offset-11_5 {
    margin-left: 95.83333333%;
  }
  .col-xs-offset-10_5 {
    margin-left: 87.5%;
  }
  .col-xs-offset-9_5 {
    margin-left: 79.16666667%;
  }
  .col-xs-offset-8_5 {
    margin-left: 70.83333333%;
  }
  .col-xs-offset-7_5 {
    margin-left: 62.5%;
  }
  .col-xs-offset-6_5 {
    margin-left: 54.16666667%;
  }
  .col-xs-offset-5_5 {
    margin-left: 45.83333333%;
  }
  .col-xs-offset-4_5 {
    margin-left: 37.5%;
  }
  .col-xs-offset-3_5 {
    margin-left: 29.16666667%;
  }
  .col-xs-offset-2_5 {
    margin-left: 20.83333333%;
  }
  .col-xs-offset-1_5 {
    margin-left: 12.5%;
  }
  .col-xs-offset-0_5 {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 768px) {
  .col-sm-0_5,
  .col-sm-1_5,
  .col-sm-2_5,
  .col-sm-3_5,
  .col-sm-4_5,
  .col-sm-5_5,
  .col-sm-6_5,
  .col-sm-7_5,
  .col-sm-8_5,
  .col-sm-9_5,
  .col-sm-10_5,
  .col-sm-11_5 {
    float: left;
  }
  .col-sm-11_5 {
    width: 95.83333333%;
  }
  .col-sm-10_5 {
    width: 87.5%;
  }
  .col-sm-9_5 {
    width: 79.16666667%;
  }
  .col-sm-8_5 {
    width: 70.83333333%;
  }
  .col-sm-7_5 {
    width: 62.5%;
  }
  .col-sm-6_5 {
    width: 54.16666667%;
  }
  .col-sm-5_5 {
    width: 45.83333333%;
  }
  .col-sm-4_5 {
    width: 37.5%;
  }
  .col-sm-3_5 {
    width: 29.16666667%;
  }
  .col-sm-2_5 {
    width: 20.83333333%;
  }
  .col-sm-1_5 {
    width: 12.5%;
  }
  .col-sm-0_5 {
    width: 4.16666667%;
  }
  .col-sm-pull-11_5 {
    right: 95.83333333%;
  }
  .col-sm-pull-10_5 {
    right: 87.5%;
  }
  .col-sm-pull-9_5 {
    right: 79.16666667%;
  }
  .col-sm-pull-8_5 {
    right: 70.83333333%;
  }
  .col-sm-pull-7_5 {
    right: 62.5%;
  }
  .col-sm-pull-6_5 {
    right: 54.16666667%;
  }
  .col-sm-pull-5_5 {
    right: 45.83333333%;
  }
  .col-sm-pull-4_5 {
    right: 37.5%;
  }
  .col-sm-pull-3_5 {
    right: 29.16666667%;
  }
  .col-sm-pull-2_5 {
    right: 20.83333333%;
  }
  .col-sm-pull-1_5 {
    right: 12.5%;
  }
  .col-sm-pull-0_5 {
    right: 4.16666667%;
  }
  .col-sm-push-11_5 {
    left: 95.83333333%;
  }
  .col-sm-push-10_5 {
    left: 87.5%;
  }
  .col-sm-push-9_5 {
    left: 79.16666667%;
  }
  .col-sm-push-8_5 {
    left: 70.83333333%;
  }
  .col-sm-push-7_5 {
    left: 62.5%;
  }
  .col-sm-push-6_5 {
    left: 54.16666667%;
  }
  .col-sm-push-5_5 {
    left: 45.83333333%;
  }
  .col-sm-push-4_5 {
    left: 37.5%;
  }
  .col-sm-push-3_5 {
    left: 29.16666667%;
  }
  .col-sm-push-2_5 {
    left: 20.83333333%;
  }
  .col-sm-push-1_5 {
    left: 12.5%;
  }
  .col-sm-push-0_5 {
    left: 4.16666667%;
  }
  .col-sm-offset-11_5 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-10_5 {
    margin-left: 87.5%;
  }
  .col-sm-offset-9_5 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-8_5 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-7_5 {
    margin-left: 62.5%;
  }
  .col-sm-offset-6_5 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-5_5 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-4_5 {
    margin-left: 37.5%;
  }
  .col-sm-offset-3_5 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-2_5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-1_5 {
    margin-left: 12.5%;
  }
  .col-sm-offset-0_5 {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 992px) {
  .col-md-0_5,
  .col-md-1_5,
  .col-md-2_5,
  .col-md-3_5,
  .col-md-4_5,
  .col-md-5_5,
  .col-md-6_5,
  .col-md-7_5,
  .col-md-8_5,
  .col-md-9_5,
  .col-md-10_5,
  .col-md-11_5 {
    float: left;
  }
  .col-md-11_5 {
    width: 95.83333333%;
  }
  .col-md-10_5 {
    width: 87.5%;
  }
  .col-md-9_5 {
    width: 79.16666667%;
  }
  .col-md-8_5 {
    width: 70.83333333%;
  }
  .col-md-7_5 {
    width: 62.5%;
  }
  .col-md-6_5 {
    width: 54.16666667%;
  }
  .col-md-5_5 {
    width: 45.83333333%;
  }
  .col-md-4_5 {
    width: 37.5%;
  }
  .col-md-3_5 {
    width: 29.16666667%;
  }
  .col-md-2_5 {
    width: 20.83333333%;
  }
  .col-md-1_5 {
    width: 12.5%;
  }
  .col-md-0_5 {
    width: 4.16666667%;
  }
  .col-md-pull-11_5 {
    right: 95.83333333%;
  }
  .col-md-pull-10_5 {
    right: 87.5%;
  }
  .col-md-pull-9_5 {
    right: 79.16666667%;
  }
  .col-md-pull-8_5 {
    right: 70.83333333%;
  }
  .col-md-pull-7_5 {
    right: 62.5%;
  }
  .col-md-pull-6_5 {
    right: 54.16666667%;
  }
  .col-md-pull-5_5 {
    right: 45.83333333%;
  }
  .col-md-pull-4_5 {
    right: 37.5%;
  }
  .col-md-pull-3_5 {
    right: 29.16666667%;
  }
  .col-md-pull-2_5 {
    right: 20.83333333%;
  }
  .col-md-pull-1_5 {
    right: 12.5%;
  }
  .col-md-pull-0_5 {
    right: 4.16666667%;
  }
  .col-md-push-11_5 {
    left: 95.83333333%;
  }
  .col-md-push-10_5 {
    left: 87.5%;
  }
  .col-md-push-9_5 {
    left: 79.16666667%;
  }
  .col-md-push-8_5 {
    left: 70.83333333%;
  }
  .col-md-push-7_5 {
    left: 62.5%;
  }
  .col-md-push-6_5 {
    left: 54.16666667%;
  }
  .col-md-push-5_5 {
    left: 45.83333333%;
  }
  .col-md-push-4_5 {
    left: 37.5%;
  }
  .col-md-push-3_5 {
    left: 29.16666667%;
  }
  .col-md-push-2_5 {
    left: 20.83333333%;
  }
  .col-md-push-1_5 {
    left: 12.5%;
  }
  .col-md-push-0_5 {
    left: 4.16666667%;
  }
  .col-md-offset-11_5 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-10_5 {
    margin-left: 87.5%;
  }
  .col-md-offset-9_5 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-8_5 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-7_5 {
    margin-left: 62.5%;
  }
  .col-md-offset-6_5 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-5_5 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-4_5 {
    margin-left: 37.5%;
  }
  .col-md-offset-3_5 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-2_5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-1_5 {
    margin-left: 12.5%;
  }
  .col-md-offset-0_5 {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg-0_5,
  .col-lg-1_5,
  .col-lg-2_5,
  .col-lg-3_5,
  .col-lg-4_5,
  .col-lg-5_5,
  .col-lg-6_5,
  .col-lg-7_5,
  .col-lg-8_5,
  .col-lg-9_5,
  .col-lg-10_5,
  .col-lg-11_5 {
    float: left;
  }
  .col-lg-11_5 {
    width: 95.83333333%;
  }
  .col-lg-10_5 {
    width: 87.5%;
  }
  .col-lg-9_5 {
    width: 79.16666667%;
  }
  .col-lg-8_5 {
    width: 70.83333333%;
  }
  .col-lg-7_5 {
    width: 62.5%;
  }
  .col-lg-6_5 {
    width: 54.16666667%;
  }
  .col-lg-5_5 {
    width: 45.83333333%;
  }
  .col-lg-4_5 {
    width: 37.5%;
  }
  .col-lg-3_5 {
    width: 29.16666667%;
  }
  .col-lg-2_5 {
    width: 20.83333333%;
  }
  .col-lg-1_5 {
    width: 12.5%;
  }
  .col-lg-0_5 {
    width: 4.16666667%;
  }
  .col-lg-pull-11_5 {
    right: 95.83333333%;
  }
  .col-lg-pull-10_5 {
    right: 87.5%;
  }
  .col-lg-pull-9_5 {
    right: 79.16666667%;
  }
  .col-lg-pull-8_5 {
    right: 70.83333333%;
  }
  .col-lg-pull-7_5 {
    right: 62.5%;
  }
  .col-lg-pull-6_5 {
    right: 54.16666667%;
  }
  .col-lg-pull-5_5 {
    right: 45.83333333%;
  }
  .col-lg-pull-4_5 {
    right: 37.5%;
  }
  .col-lg-pull-3_5 {
    right: 29.16666667%;
  }
  .col-lg-pull-2_5 {
    right: 20.83333333%;
  }
  .col-lg-pull-1_5 {
    right: 12.5%;
  }
  .col-lg-pull-0_5 {
    right: 4.16666667%;
  }
  .col-lg-push-11_5 {
    left: 95.83333333%;
  }
  .col-lg-push-10_5 {
    left: 87.5%;
  }
  .col-lg-push-9_5 {
    left: 79.16666667%;
  }
  .col-lg-push-8_5 {
    left: 70.83333333%;
  }
  .col-lg-push-7_5 {
    left: 62.5%;
  }
  .col-lg-push-6_5 {
    left: 54.16666667%;
  }
  .col-lg-push-5_5 {
    left: 45.83333333%;
  }
  .col-lg-push-4_5 {
    left: 37.5%;
  }
  .col-lg-push-3_5 {
    left: 29.16666667%;
  }
  .col-lg-push-2_5 {
    left: 20.83333333%;
  }
  .col-lg-push-1_5 {
    left: 12.5%;
  }
  .col-lg-push-0_5 {
    left: 4.16666667%;
  }
  .col-lg-offset-11_5 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-10_5 {
    margin-left: 87.5%;
  }
  .col-lg-offset-9_5 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-8_5 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-7_5 {
    margin-left: 62.5%;
  }
  .col-lg-offset-6_5 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-5_5 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-4_5 {
    margin-left: 37.5%;
  }
  .col-lg-offset-3_5 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-2_5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-1_5 {
    margin-left: 12.5%;
  }
  .col-lg-offset-0_5 {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl-0_5,
  .col-xl-1_5,
  .col-xl-2_5,
  .col-xl-3_5,
  .col-xl-4_5,
  .col-xl-5_5,
  .col-xl-6_5,
  .col-xl-7_5,
  .col-xl-8_5,
  .col-xl-9_5,
  .col-xl-10_5,
  .col-xl-11_5 {
    float: left;
  }
  .col-xl-11_5 {
    width: 95.83333333%;
  }
  .col-xl-10_5 {
    width: 87.5%;
  }
  .col-xl-9_5 {
    width: 79.16666667%;
  }
  .col-xl-8_5 {
    width: 70.83333333%;
  }
  .col-xl-7_5 {
    width: 62.5%;
  }
  .col-xl-6_5 {
    width: 54.16666667%;
  }
  .col-xl-5_5 {
    width: 45.83333333%;
  }
  .col-xl-4_5 {
    width: 37.5%;
  }
  .col-xl-3_5 {
    width: 29.16666667%;
  }
  .col-xl-2_5 {
    width: 20.83333333%;
  }
  .col-xl-1_5 {
    width: 12.5%;
  }
  .col-xl-0_5 {
    width: 4.16666667%;
  }
  .col-xl-pull-11_5 {
    right: 95.83333333%;
  }
  .col-xl-pull-10_5 {
    right: 87.5%;
  }
  .col-xl-pull-9_5 {
    right: 79.16666667%;
  }
  .col-xl-pull-8_5 {
    right: 70.83333333%;
  }
  .col-xl-pull-7_5 {
    right: 62.5%;
  }
  .col-xl-pull-6_5 {
    right: 54.16666667%;
  }
  .col-xl-pull-5_5 {
    right: 45.83333333%;
  }
  .col-xl-pull-4_5 {
    right: 37.5%;
  }
  .col-xl-pull-3_5 {
    right: 29.16666667%;
  }
  .col-xl-pull-2_5 {
    right: 20.83333333%;
  }
  .col-xl-pull-1_5 {
    right: 12.5%;
  }
  .col-xl-pull-0_5 {
    right: 4.16666667%;
  }
  .col-xl-push-11_5 {
    left: 95.83333333%;
  }
  .col-xl-push-10_5 {
    left: 87.5%;
  }
  .col-xl-push-9_5 {
    left: 79.16666667%;
  }
  .col-xl-push-8_5 {
    left: 70.83333333%;
  }
  .col-xl-push-7_5 {
    left: 62.5%;
  }
  .col-xl-push-6_5 {
    left: 54.16666667%;
  }
  .col-xl-push-5_5 {
    left: 45.83333333%;
  }
  .col-xl-push-4_5 {
    left: 37.5%;
  }
  .col-xl-push-3_5 {
    left: 29.16666667%;
  }
  .col-xl-push-2_5 {
    left: 20.83333333%;
  }
  .col-xl-push-1_5 {
    left: 12.5%;
  }
  .col-xl-push-0_5 {
    left: 4.16666667%;
  }
  .col-xl-offset-11_5 {
    margin-left: 95.83333333%;
  }
  .col-xl-offset-10_5 {
    margin-left: 87.5%;
  }
  .col-xl-offset-9_5 {
    margin-left: 79.16666667%;
  }
  .col-xl-offset-8_5 {
    margin-left: 70.83333333%;
  }
  .col-xl-offset-7_5 {
    margin-left: 62.5%;
  }
  .col-xl-offset-6_5 {
    margin-left: 54.16666667%;
  }
  .col-xl-offset-5_5 {
    margin-left: 45.83333333%;
  }
  .col-xl-offset-4_5 {
    margin-left: 37.5%;
  }
  .col-xl-offset-3_5 {
    margin-left: 29.16666667%;
  }
  .col-xl-offset-2_5 {
    margin-left: 20.83333333%;
  }
  .col-xl-offset-1_5 {
    margin-left: 12.5%;
  }
  .col-xl-offset-0_5 {
    margin-left: 4.16666667%;
  }
}
@media (min-width: 1200px) and (max-width: 1509px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-xl,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block {
  display: none !important;
}
@media (min-width: 1510px) {
  .container {
    width: 1480px;
  }
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .visible-xl {
    display: block !important;
  }
  table.visible-xl {
    display: table;
  }
  tr.visible-xl {
    display: table-row !important;
  }
  td.visible-xl,
  th.visible-xl {
    display: table-cell !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
  .hidden-xl {
    display: none !important;
  }
}
.jv-switcher {
  display: none !important;
}
.jv-switcher + label {
  position: relative;
  height: 1em;
  display: inline-block;
  width: 36px;
  vertical-align: baseline;
  cursor: pointer;
}
.jv-switcher + label:before {
  width: 36px;
  height: 20px;
  background: #dcdfe6;
  left: 0;
  top: 0;
  transition: 0.5s;
}
.jv-switcher + label:after,
.jv-switcher + label:before {
  content: "";
  display: inline-block;
  border-radius: 10px;
  position: absolute;
}
.jv-switcher + label:after {
  width: 16px;
  height: 16px;
  background: #fff;
  left: 2px;
  top: 2px;
  transition: 0.25s;
}
.jv-switcher:checked + label:after {
  left: 18px;
}
.jv-switcher:checked + label:before {
  box-shadow: inset 0 0 0 13px #20a0ff;
}
.jv-checkbox {
  display: none !important;
}
.jv-checkbox + label {
  position: relative;
  height: 16px;
  width: 16px;
  display: inline-block;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.25s;
}
.jv-checkbox:checked + label {
  border-color: #20a0ff;
  background: #20a0ff;
}
.jv-checkbox + label:before {
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 3px;
  position: absolute;
  top: 2px;
  transform: rotate(0deg) scaleY(0.5);
  width: 3px;
  opacity: 0;
  transition: all 0.25s, transform 0.2s ease-in 0.05s;
  transform-origin: center;
}
.jv-checkbox:checked + label:before {
  left: 5px;
  opacity: 1;
  transform: rotate(45deg) scaleY(1);
}
.jv-checkbox + label + label {
  vertical-align: middle;
  margin-left: 6px;
  cursor: pointer;
  transition: 0.25s;
}
.jv-checkbox:checked + label + label {
  color: #20a0ff;
}
.jv-input {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 7px;
  color: #333;
  transition: 0.25s;
}
.jv-input:focus,
.jv-input:hover {
  border-color: #20a0ff;
  transition: 0.25s;
}
.jv-input:focus {
  box-shadow: 0 0 0 3px rgba(32, 160, 255, 0.2);
  color: #000;
}
.mCustomScrollbar {
  touch-action: pinch-zoom;
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_draggerContainer:hover
  .mCSB_dragger
  .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand
  .mCSB_dragger.mCSB_dragger_onDrag_expanded
  + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
.mCS-dir-rtl
  > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside
  > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden
  + .mCSB_scrollTools
  ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s,
    margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s,
    opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools {
  opacity: 0.75;
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
}
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools,
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools {
  opacity: 1;
}
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: hsla(0, 0%, 100%, 0.2);
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.15);
}
.pdModal_background {
  background: radial-gradient(at center, rgba(31, 45, 61, 0.3), rgba(31, 45, 61, 0.8));
  background: radial-gradient(at center, var(--gray_opacity_3), var(--gray_opacity_8));
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 1s;
}
.pdModal_background.is_changing {
  opacity: 0;
  transition: 0.35s;
}
.pdmsg_wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  perspective: 500px;
}
.pdmsg_modal {
  will-change: transform, transform-origin;
  position: relative;
  background: #fff;
  background: var(--white_default);
  border-radius: 8px;
  overflow: hidden;
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  box-shadow: 0 13px 15px rgba(31, 45, 61, 0.2);
  box-shadow: 0 13px 15px var(--gray_opacity_2);
  transition: 0.7s cubic-bezier(0, 1.5, 0.8, 1);
}
.pdmsg_modal:not(.stop) {
  width: 380px;
}
.pdmsg_wrapper + .pdmsg_wrapper .pdmsg_modal {
  transition: 0.7s cubic-bezier(0, 1.5, 0.8, 1) 0.3s, opacity 0s 0.3s;
}
.pdmsg_wrapper.is_showing .pdmsg_modal {
  transform: scale(0.5) rotateX(-60deg);
  transform-origin: top;
  opacity: 0;
}
.pdmsg_wrapper.is_disappearing .pdmsg_modal {
  transform: scale(0.8) rotateX(90deg);
  transform-origin: 50% 180%;
  opacity: 0;
  transition: 0.35s ease-in, transform-origin 0s ease 0s, opacity 0.35s ease-out;
}
.pdmsg_title {
  font-size: 16px;
  color: #475669;
  color: var(--gray_1);
  margin: 20px;
  font-weight: 700;
}
.pdmsg_content {
  font-size: 14px;
  color: #8492a6;
  color: var(--gray_4);
  margin: 20px;
  display: flex;
}
.rawHTML .pdmsg_content {
  display: block;
}
.pdmsg_buttons {
  float: right;
  margin-right: 25px;
  margin-bottom: 18px;
}
.pdmsg_buttons button {
  cursor: pointer;
  background: transparent;
  color: #8492a6;
  color: var(--gray_4);
  font-size: 14px;
  margin-left: 25px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.25s;
}
.pdmsg_buttons button:last-child {
  position: relative;
  color: #20a0ff;
  color: var(--primary_default);
  font-weight: 700;
}
.pdmsg_buttons button.error {
  color: #ff4949;
}
.pdmsg_buttons button:last-child:after {
  content: "";
  display: block;
  left: -10px;
  top: -5px;
  right: -10px;
  bottom: -5px;
  border-radius: 5px;
  background: currentColor;
  position: absolute;
  opacity: 0.05;
  transition: 0.25s;
}
.pdmsg_buttons button:last-child:hover:after {
  opacity: 0.2;
  left: -15px;
  right: -15px;
}
.pdmsg_modal.confirm .pdmsg_buttons button:first-child:before,
.pdmsg_modal.prompt .pdmsg_buttons button:first-child:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 15px;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  background-image: url(theme_modules/pdMessage/button.first-child.before.svg?h=27poN);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  transition: 0.25s;
}
.pdmsg_modal.confirm .pdmsg_buttons button:first-child:before:hover,
.pdmsg_modal.prompt .pdmsg_buttons button:first-child:before:hover {
  opacity: 1;
}
.pdmsg_modal.prompt .prompt_input_wrapper {
  margin: -13px 20px 20px;
}
.pdmsg_modal.prompt .prompt_input_wrapper .input {
  width: 100%;
  color: #475669;
  color: var(--gray_1);
  padding: 7px 9px;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  background: transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.pdmsg_modal.prompt .prompt_input_wrapper textarea.input {
  min-height: 32px;
  max-height: calc(100vh - 180px);
  height: 80px;
  resize: vertical;
}
.pdmsg_modal.prompt .prompt_input_wrapper .input:focus,
.pdmsg_modal.prompt .prompt_input_wrapper .input:hover {
  border-color: #20a0ff;
  border-color: var(--primary_default);
}
.pdmsg_modal.prompt .prompt_input_wrapper .input:focus {
  box-shadow: 0 0 0 3px rgba(32, 160, 255, 0.2);
  box-shadow: 0 0 0 3px var(--primary_opacity_2);
}
.pdmsg_modal .pdmsg_content:before {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  flex-shrink: 0;
}
.pdmsg_modal .pdmsg_content span {
  line-height: 20px;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
}
.pdmsg_modal .pdmsg_content.info:before {
  content: "";
  background-image: url(theme_modules/pdMessage/pdmsg_content.info.before.svg?h=2XBS7);
}
.pdmsg_modal .pdmsg_content.question:before {
  content: "";
  background-image: url(theme_modules/pdMessage/pdmsg_content.question.before.svg?h=2hpg4);
}
.pdmsg_modal .pdmsg_content.warning:before {
  content: "";
  background-image: url(theme_modules/pdMessage/pdmsg_content.warning.before.svg?h=7Mn3k);
}
.pdmsg_modal .pdmsg_content.error:before {
  content: "";
  background-image: url(theme_modules/pdMessage/pdmsg_content.error.before.svg?h=1KRnz);
}
.pdmsg_modal .pdmsg_content.success:before {
  content: "";
  background-image: url(theme_modules/pdMessage/pdmsg_content.success.before.svg?h=3BY5K);
}
.pdmsg_modal .pdmsg_content.waiting:before {
  content: "";
  width: 20px;
  height: 20px;
  animation: pdMessage_Waiting 1.3s linear infinite;
  background-image: url(theme_modules/pdMessage/pdmsg_content.waiting.before.svg?h=rQGOW);
}
@keyframes pdMessage_Waiting {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
#pdnotify_container {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 3000;
}
.pdnotify_wrapper.is_showing {
  height: 0 !important;
  transform: scaleX(0) translateX(30%);
  margin-bottom: 0;
  opacity: 0;
}
.pdnotify_wrapper {
  transform-origin: right;
  margin-bottom: 15px;
  transform: scaleX(1);
  opacity: 1;
  transition: height 0.35s, margin-bottom 0.35s, opacity 0.2s 0.1s, transform 0.7s cubic-bezier(0, 1.5, 0.6, 1) 0.1s;
}
.pdnotify_wrapper:only-child {
  transition: opacity 0.2s, transform 0.7s cubic-bezier(0, 1.4, 0.6, 1);
}
.pdnotify_wrapper:not(.is_disappearing) + .pdnotify_wrapper.is_disappearing {
  transition: height 0.35s ease 0.1s, margin-bottom 0.35s ease 0.1s, opacity 0.3s, transform 0.3s;
}
.pdnotify_wrapper.is_disappearing,
.pdnotify_wrapper.is_disappearing:only-child {
  height: 0 !important;
  margin-bottom: 0;
  opacity: 0;
  transform: translateX(50%);
  transition: height 0.25s ease 0.25s, margin-bottom 0.25s ease 0.25s, opacity 0.25s, transform 0.25s;
}
.pdnotify_wrapper .pdnotify {
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  padding: 15px 20px;
  border-radius: 8px;
  color: #fff;
  width: 200px;
}
.pdnotify_wrapper.is_showing .pdnotify:before {
  transform: scale(0);
  left: 20px;
  top: 23px;
  opacity: 0;
}
.pdnotify_wrapper .pdnotify:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -10px;
  top: -7px;
  box-shadow: 0 0 0 2px #fff;
  border-radius: 50%;
  background: url(theme_modules/pdMessage/pdnotify.error.before.svg?h=1eYJ5) no-repeat 50%/65% 65%,
    linear-gradient(0deg, #0092ff, #20b8ff);
  transition: 0.35s 0.35s;
}
.pdnotify_wrapper.is_showing .pdnotify span {
  transform: translateY(150%);
  opacity: 0;
}
.pdnotify_wrapper .pdnotify span {
  white-space: pre-wrap;
  display: block;
  transition: 0.35s ease 0.2s;
}
.pdnotify_wrapper .pdnotify.error {
  background: linear-gradient(90deg, #ff4949, #ff7849);
  box-shadow: 0 5px 8px rgba(255, 73, 73, 0.5);
}
.pdnotify_wrapper .pdnotify.error:before {
  background: url(theme_modules/pdMessage/pdnotify.error.before.svg?h=1eYJ5) no-repeat 50%/65% 65%,
    linear-gradient(0deg, #ff3838, #ff7849);
}
.pdnotify_wrapper .pdnotify.success {
  background: linear-gradient(90deg, #61be33, #8fce44);
  box-shadow: 0 5px 8px rgba(104, 195, 59, 0.5);
}
.pdnotify_wrapper .pdnotify.success:before {
  background: url(theme_modules/pdMessage/pdnotify.success.before.svg?h=1iN9N) no-repeat 50%/65% 65%,
    linear-gradient(0deg, #52bb1d, #95d34b);
}
.pf_scroller {
  position: relative;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pf_scroller::-webkit-scrollbar {
  width: 0;
}
.pf_scroller_y {
  width: 5px;
  border-radius: 5px;
  background: #000;
  position: absolute;
  right: 2px;
  z-index: 999;
  opacity: 0;
  transition: opacity 0.35s, height 0.35s, width 0.35s;
}
.pf_scroller .pf_scroller_y.is_scrolling:not(.is_dragging),
.pf_scroller_y:hover {
  opacity: 0.2;
}
.pf_scroller_y.is_dragging {
  opacity: 0.5;
}
.pf_scroller.is_dragging {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
.pf_scroller_y.is_dragging,
.pf_scroller_y:hover {
  width: 10px;
  cursor: pointer;
}
@font-face {
  font-family: Play;
  src: url(theme_modules/Play/Play-regular-edit4revival.woff?h=3gY-K) format("woff");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Play;
  src: url(theme_modules/Play/Play-bold-edit4revival.woff?h=1dVUq) format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: pandastudio-icons;
  src: url(theme_modules/pandaIcons/pandastudio-icons.eot?h=2Jpo_);
  src: url(theme_modules/pandaIcons/pandastudio-icons.eot?h=2Jpo_#iefix) format("embedded-opentype"),
    url(theme_modules/pandaIcons/pandastudio-icons.woff2?h=1gAPY) format("woff2"),
    url(theme_modules/pandaIcons/pandastudio-icons.woff?h=1Zpbt) format("woff"),
    url(theme_modules/pandaIcons/pandastudio-icons.ttf?h=1kLP_) format("truetype"),
    url(theme_modules/pandaIcons/pandastudio-icons.svg?h=90M5M#pandastudio-icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: pandastudio-icons !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
}
.icon-arrow-down:before {
  content: "\ea01";
}
.icon-arrow-left:before {
  content: "\ea02";
}
.icon-book-reader:before {
  content: "\ea03";
}
.icon-bookmark-o:before {
  content: "\ea04";
}
.icon-bookmark:before {
  content: "\ea05";
}
.icon-books:before {
  content: "\ea06";
}
.icon-bottom:before {
  content: "\ea07";
}
.icon-bread:before {
  content: "\ea08";
}
.icon-category:before {
  content: "\ea09";
}
.icon-check:before {
  content: "\ea0a";
}
.icon-clock:before {
  content: "\ea0b";
}
.icon-code-file:before {
  content: "\ea0c";
}
.icon-cog:before {
  content: "\ea0d";
}
.icon-collapse:before {
  content: "\ea0e";
}
.icon-comment-square:before {
  content: "\ea0f";
}
.icon-comment:before {
  content: "\ea10";
}
.icon-cross:before {
  content: "\ea11";
}
.icon-dark:before {
  content: "\ea12";
}
.icon-earth:before {
  content: "\ea13";
}
.icon-exclamation:before {
  content: "\ea14";
}
.icon-expand:before {
  content: "\ea15";
}
.icon-face:before {
  content: "\ea16";
}
.icon-facebook:before {
  content: "\ea17";
}
.icon-fire:before {
  content: "\ea18";
}
.icon-friends:before {
  content: "\ea19";
}
.icon-headphone:before {
  content: "\ea1a";
}
.icon-heart-o:before {
  content: "\ea1b";
}
.icon-heart:before {
  content: "\ea1c";
}
.icon-images:before {
  content: "\ea1d";
}
.icon-img-post:before {
  content: "\ea1e";
}
.icon-info:before {
  content: "\ea1f";
}
.icon-ins:before {
  content: "\ea20";
}
.icon-left:before {
  content: "\ea21";
}
.icon-light:before {
  content: "\ea22";
}
.icon-link:before {
  content: "\ea23";
}
.icon-mail:before {
  content: "\ea24";
}
.icon-money:before {
  content: "\ea25";
}
.icon-palette-solid:before {
  content: "\ea26";
}
.icon-palette:before {
  content: "\ea27";
}
.icon-paypal:before {
  content: "\ea28";
}
.icon-play:before {
  content: "\ea29";
}
.icon-qq:before {
  content: "\ea2a";
}
.icon-qzone:before {
  content: "\ea2b";
}
.icon-reply:before {
  content: "\ea2c";
}
.icon-right:before {
  content: "\ea2d";
}
.icon-search:before {
  content: "\ea2e";
}
.icon-seeding:before {
  content: "\ea2f";
}
.icon-send:before {
  content: "\ea30";
}
.icon-share:before {
  content: "\ea31";
}
.icon-sign-in:before {
  content: "\ea32";
}
.icon-sign-out:before {
  content: "\ea33";
}
.icon-snow:before {
  content: "\ea34";
}
.icon-tachometer:before {
  content: "\ea35";
}
.icon-tag:before {
  content: "\ea36";
}
.icon-times:before {
  content: "\ea37";
}
.icon-top:before {
  content: "\ea38";
}
.icon-trash:before {
  content: "\ea39";
}
.icon-tts-pause:before {
  content: "\ea3a";
}
.icon-tts-play:before {
  content: "\ea3b";
}
.icon-twitter:before {
  content: "\ea3c";
}
.icon-user-edit:before {
  content: "\ea3d";
}
.icon-user:before {
  content: "\ea3e";
}
.icon-weibo:before {
  content: "\ea3f";
}
.icon-wordpress:before {
  content: "\ea40";
}
.icon-wx:before {
  content: "\ea41";
}
.icon-zfb:before {
  content: "\ea42";
}
body {
  font-family: Play, 微软雅黑, Microsoft YaHei UI, Microsoft YaHei, PingFang SC, Helvetica Neue, Helvetica, Arial,
    sans-serif !important;
  background: #f0f2f7 !important;
  background: var(--gray_9) !important;
  color: #8492a6 !important;
  color: var(--gray_4) !important;
  min-width: 320px;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transition: 0.25s;
}
[tabindex],
[tabindex]:focus,
a,
a:focus,
button,
input,
textarea {
  outline: none !important;
  text-decoration: none !important;
}
::selection {
  background: rgba(32, 160, 255, 0.3);
  background: var(--primary_opacity_3);
}
.cursor-hand {
  cursor: pointer !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
[class*=" icon-"],
[class^="icon-"] {
  vertical-align: -0.12em;
}
.popover-p {
  margin: 3px 0 5px;
  color: #475669;
  color: var(--gray_1);
}
.popover-action {
  text-align: right;
  min-width: 100px;
}
.popover-action a {
  cursor: pointer;
  margin-left: 10px;
  color: #8492a6;
  color: var(--gray_4);
}
.popover-action a.primary {
  color: #20a0ff;
  color: var(--primary_default);
}
html:not(.is-mac),
html:not(.is-mac) * {
  scrollbar-width: thin;
  scrollbar-color: rgba(130, 140, 150, 0.4) transparent;
}
html:not(.is-mac)::-webkit-scrollbar,
html:not(.is-mac) ::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
html:not(.is-mac)::-webkit-scrollbar-thumb,
html:not(.is-mac) ::-webkit-scrollbar-thumb {
  background-color: rgba(130, 140, 150, 0.4);
}
.tooltip-inner {
  background-color: #1f2d3d;
  background-color: var(--gray_0);
  box-shadow: 0 3px 4px rgba(31, 45, 61, 0.3);
  box-shadow: 0 3px 4px var(--gray_opacity_3);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow,
.tooltip.top .tooltip-arrow {
  border-top-color: #1f2d3d;
  border-top-color: var(--gray_0);
}
.tooltip.right .tooltip-arrow {
  border-right-color: #1f2d3d;
  border-right-color: var(--gray_0);
}
.tooltip.left .tooltip-arrow {
  border-left-color: #1f2d3d;
  border-left-color: var(--gray_0);
}
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow,
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #1f2d3d;
  border-bottom-color: var(--gray_0);
}
#page-loading {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eff2f7;
  background-color: var(--gray_8);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
}
#page-loading .circle {
  position: relative;
  width: 100px;
  height: 100px;
}
#page-loading .circle:after,
#page-loading .circle:before {
  content: "";
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(32, 160, 255, 0.4);
  background: var(--primary_opacity_4);
  animation: loading-scale 1.25s linear infinite;
}
#page-loading .circle:after {
  width: 80px;
  height: 80px;
  top: 10px;
  left: 10px;
  background: rgba(32, 160, 255, 0.6);
  background: var(--primary_opacity_6);
  animation: loading-scale 1.25s ease-out -0.7s infinite;
}
@keyframes loading-scale {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  64% {
    transform: scale(1);
    opacity: 0.2;
  }
  85% {
    transform: scale(0.85);
    opacity: 0;
  }
  to {
    transform: scale(0.85);
    opacity: 0;
  }
}
#wrapper {
  overflow: hidden;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
#wrapper.before-mounted {
  display: none;
}
#main {
  flex-grow: 1;
}
.top-nav {
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 998;
  transform-origin: top;
  background: hsla(0, 0%, 100%, 0);
  background: var(--white_opacity_0);
  transition: 0.5s;
}
.top-nav .logo .default_logo img {
  max-width: 250px;
  max-height: 50px;
}
.top-nav .mobile-button {
  font-size: 16px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}
.top-nav .mobile-button.is-on {
  color: #20a0ff;
  color: var(--primary_default);
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1509px), (min-width: 1510px) {
  .top-nav {
    position: absolute;
  }
  .top-nav.is-sticky {
    position: fixed;
  }
  .top-nav.always-stay,
  .top-nav.is-scrolled,
  .top-nav:hover {
    background: #fff;
    background: var(--white_default);
    box-shadow: 0 3px 5px rgba(31, 45, 61, 0.05), 0 2px 3px rgba(31, 45, 61, 0.08), inset 0 -1px hsla(0, 0%, 100%, 0.05);
  }
  .top-nav:not(.is-sticky) .logo {
    position: fixed;
  }
  .top-nav:not(.is-sticky) .toolbox {
    margin-left: 250px;
  }
  .top-nav.is-scrolled:not(.is-sticky) {
    background: transparent;
    box-shadow: none;
  }
  .top-nav.is-scrolled:not(.is-sticky) .toolbox > * {
    opacity: 0;
    visibility: hidden;
  }
  .top-nav .sidebar-btn,
  .top-nav .toolbox-btn {
    display: none;
  }
  .top-nav .logo {
    float: left;
    width: 250px;
  }
  .top-nav .toolbox {
    float: left;
    width: calc(100% - 250px);
    display: flex;
  }
  .top-nav .toolbox .return-btn {
    display: none;
  }
  .top-nav .toolbox > div:not(.login) {
    opacity: 0;
    visibility: hidden;
  }
  .top-nav .toolbox > div:not(.search) {
    float: right;
    height: 50px;
    transition: 0.35s;
  }
  .top-nav .toolbox .search {
    flex-grow: 1;
    display: flex;
    align-items: center;
    transition: 0.25s;
  }
  .top-nav .toolbox .search form {
    flex-grow: 1;
  }
  .top-nav .toolbox .search form input {
    height: 30px;
    width: calc(100% - 30px);
    font-size: 13px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #8492a6;
    color: var(--gray_4);
    opacity: 0.5;
    width: 100%;
    transition: 0.25s;
  }
  .top-nav .toolbox .search form input:focus,
  .top-nav .toolbox .search form input:hover {
    opacity: 1;
  }
  .top-nav .toolbox .search i {
    font-size: 16px;
    border-color: #cad1db;
    border-color: var(--gray_6);
    margin: 0 5px 0 0;
  }
  .top-nav .mobile-buttton:not(.show-on-desktop) {
    display: none;
  }
  .top-nav.always-stay .toolbox > div,
  .top-nav.is-scrolled .toolbox > div,
  .top-nav:hover .toolbox > div {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .top-nav {
    position: fixed;
    background: #fff;
    background: var(--white_default);
    box-shadow: 0 3px 5px rgba(31, 45, 61, 0.05), 0 2px 3px rgba(31, 45, 61, 0.08), inset 0 -1px hsla(0, 0%, 100%, 0.05);
    opacity: 1;
    transition: transform 0.5s;
  }
  .top-nav .logo {
    text-align: center;
  }
  .top-nav .toolbox {
    position: fixed;
    display: flex;
    background: #fff;
    background: var(--white_default);
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 50px;
    z-index: 997;
    visibility: hidden;
    transition: 0.3s ease-in;
  }
  .top-nav .toolbox.mobile-show {
    left: 0;
    visibility: visible;
    transition: 0.3s ease-out;
  }
  .top-nav .toolbox .return-btn i {
    color: primary_opacity;
  }
  .top-nav .toolbox .search {
    padding-left: 55px;
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .top-nav .toolbox .search form {
    flex-grow: 1;
  }
  .top-nav .toolbox .search form input {
    height: 30px;
    width: calc(100% - 30px);
    font-size: 13px;
    border: none;
    border-radius: 0;
    background: transparent;
    opacity: 0.5;
    color: #8492a6;
    color: var(--gray_4);
    transition: 0.25s;
  }
  .top-nav .toolbox .search form input:hover {
    opacity: 1;
    border-color: #eff2f7;
    border-color: var(--gray_8);
  }
  .top-nav .toolbox .search form input:focus {
    border-color: #d8e0ea;
    border-color: var(--gray_7);
    opacity: 1;
  }
  .top-nav .toolbox .search i {
    font-size: 16px;
    border-color: #cad1db;
    border-color: var(--gray_6);
    margin: 0 5px 0 0;
  }
  .top-nav [class*="-btn"] {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
  }
  .top-nav [class*="-btn"] i {
    color: #99a9bf;
    color: var(--gray_5);
    transition: 0.35s;
  }
  .top-nav [class*="-btn"].is-on i:not(.closeBtn) {
    opacity: 0;
  }
  .top-nav [class*="-btn"].is-on .closeBtn {
    opacity: 1;
    transform: scale(1) rotate(90deg);
  }
  .top-nav [class*="-btn"] .closeBtn {
    color: #20a0ff;
    color: var(--primary_default);
    position: absolute;
    margin-left: -16px;
    opacity: 0;
    transform: scale(0.5);
  }
  .top-nav .sidebar-btn {
    left: 0;
  }
  .top-nav .toolbox-btn {
    right: 0;
  }
  .top-nav .mobile-buttton {
    border-left: 1px solid rgba(31, 45, 61, 0.1);
    border-left: 1px solid var(--gray_opacity_1);
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) and (max-width: 1509px), (min-width: 1510px) {
  .main-column {
    float: right;
    width: calc(100% - 270px);
    margin-bottom: 40px;
  }
  .sidebar-column {
    float: left;
    width: 250px;
    position: fixed;
    padding-top: 50px;
  }
  .sidebar-column.with-separate-line {
    border-right: 1px solid #d8e0ea;
    border-right: 1px solid var(--gray_7);
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff);
    background-image: linear-gradient(90deg, var(--white_opacity_0), var(--white_default));
  }
  .sidebar-content {
    -webkit-mask-image: linear-gradient(transparent, #000 15px, #000);
    mask-image: linear-gradient(transparent, #000 15px, #000);
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .main-column {
    transition: transform 0.5s;
  }
  .sidebar-column {
    width: 250px;
    position: fixed;
    background: #f0f2f7;
    background: var(--gray_9);
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    transform: translateX(-250px) translateZ(100px) perspective(300px) rotateY(-55deg);
    transform-origin: right;
    transition: 0.5s;
  }
  .sidebar-column.with-separate-line {
    background: linear-gradient(90deg, #f0f2f7, #fff);
    background: linear-gradient(90deg, var(--gray_9), var(--white_default));
  }
  .sidebar-column.mobile-show {
    visibility: visible;
    margin-left: 0;
    box-shadow: 5px 0 15px rgba(31, 45, 61, 0.2), inset -1px 0 #fff;
    box-shadow: 5px 0 15px var(--gray_opacity_2), -1px 0 var(--white_default) inset;
    transition: 0.3s ease-out;
  }
  .sidebar-column .sidebar-content {
    overflow: auto !important;
    height: 100vh;
    padding-bottom: env(safe-area-inset-bottom);
  }
  #main.shade:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 995;
    background: rgba(31, 45, 61, 0.5);
    background: var(--gray_opacity_5);
    transition: 0.5s;
  }
  #main.shade.before-showing:before,
  #main.shade.is-disappearing:before {
    opacity: 0;
    transition: 0.5s;
  }
  .sidebar-rotated .top-nav {
    transform: translateY(-55px) translateZ(9999999999px);
    opacity: 1;
    transition: transform 0.51s;
  }
  .sidebar-rotated .sidebar-column {
    transform: translateX(0) translateZ(100px) perspective(300px) rotateY(0deg);
  }
}
@media (max-width: 479px) {
  .sidebar-rotated .main-column,
  .sidebar-rotated footer {
    transform: translateX(250px) scaleX(1.06) perspective(600px) rotateY(45deg);
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sidebar-rotated .main-column,
  .sidebar-rotated footer {
    transform: translateX(250px) scaleX(1.35) perspective(1300px) rotateY(45deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar-rotated .main-column {
    transform: translateX(250px) scaleX(1.35) perspective(1800px) rotateY(45deg);
  }
  .sidebar-rotated footer {
    transform: translateX(250px) scaleX(1.47) perspective(1800px) rotateY(45deg);
  }
}
.sidebar-content {
  position: relative;
  height: calc(100vh - 50px);
}
.sidebar-content.native-scroll {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  scrollbar-color: transparent transparent;
  -ms-overflow-style: none;
}
.sidebar-content.native-scroll:hover {
  scrollbar-color: rgba(130, 140, 150, 0.3) transparent;
}
.sidebar-content.native-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
}
.sidebar-content.native-scroll:hover::-webkit-scrollbar-thumb {
  background-color: rgba(130, 140, 150, 0.3);
}
.sidebar-column.with-separate-line .sidebar-content.native-scroll {
  scrollbar-width: none;
}
.sidebar-column.with-separate-line .sidebar-content.native-scroll::-webkit-scrollbar {
  width: 0;
}
footer {
  padding-bottom: env(safe-area-inset-bottom);
  min-height: 50px;
  background: linear-gradient(
    #334153,
    #334153 1px,
    #637893 0,
    #637893 2px,
    #465568 0,
    #334154 20px,
    #243243 0,
    #334154
  );
  box-shadow: 0 -2px 3px rgba(31, 45, 61, 0.2);
  box-shadow: 0 -2px 3px var(--gray_opacity_2);
  position: relative;
  z-index: 1;
  transition: transform 0.5s, padding-bottom 0.25s;
}
footer .pagenav {
  text-align: center;
  margin-bottom: 15px;
}
footer .pagenav svg .pagi-num {
  font-size: 14px;
  fill: #fff;
  font-weight: 700;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}
footer .pagenav svg .pagi-cls-2,
footer .pagenav svg .pagi-cls-3 {
  fill-rule: evenodd;
}
footer .pagenav svg .pagi-cls-2 {
  fill: url(#pagi-gradient-1-novar);
  animation: pagi-breath 1s infinite alternate;
}
footer .pagenav svg .pagi-cls-3 {
  fill: url(#pagi-gradient-2-novar);
}
footer .pagenav svg .pagi-cls-4 {
  fill: url(#pagi-gradient-3-novar);
}
@supports (color: var(--a)) {
  footer .pagenav svg .pagi-cls-2 {
    fill: url(#pagi-gradient-1);
  }
  footer .pagenav svg .pagi-cls-3 {
    fill: url(#pagi-gradient-2);
  }
  footer .pagenav svg .pagi-cls-4 {
    fill: url(#pagi-gradient-3);
  }
}
footer .pagenav svg .pagi-cls-2,
footer .pagenav svg .pagi-cls-3,
footer .pagenav svg .pagi-cls-4,
footer .pagenav svg .pagi-num {
  transition: 0.35s;
}
footer .pagenav svg:not(.active) .pagi-num {
  fill: #8492a6;
  fill: var(--gray_4);
}
footer .pagenav svg:not(.active) .pagi-cls-4 {
  transform: scaleY(0);
}
footer .pagenav svg:not(.active) .pagi-cls-2,
footer .pagenav svg:not(.active) .pagi-cls-3 {
  transform: scaleY(0);
  opacity: 0;
  animation: none;
}
footer .pagenav svg:not(.active) .pagi-cls-2 {
  fill: url(#pagi-gradient-0-novar);
}
@supports (color: var(--a)) {
  footer .pagenav svg:not(.active) .pagi-cls-2 {
    fill: url(#pagi-gradient-0);
  }
}
footer .pagenav svg:not(.active):hover .pagi-num {
  fill: #fff;
}
footer .pagenav svg:not(.active):hover .pagi-cls-4 {
  transform: scaleY(1);
}
footer .pagenav svg:not(.active):hover .pagi-cls-2,
footer .pagenav svg:not(.active):hover .pagi-cls-3 {
  transform: scaleY(1);
  opacity: 1;
}
footer .pagenav ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer .pagenav ul li {
  display: inline-block;
  margin-left: 1px;
}
footer .pagenav ul li a {
  display: inline-block;
}
footer .copyright {
  text-align: center;
  color: #738192;
  font-size: 13px;
  margin-bottom: 10px;
  text-shadow: 0 -1px #000;
}
footer .links {
  text-align: center;
  font-size: 12px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
  white-space: nowrap;
}
footer .links a {
  color: #657487;
  text-decoration: none;
  margin: 0;
  cursor: default;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
footer .links a img {
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
}
footer .halo-footer {
  display: none;
}
@media (max-width: 768px) {
  footer .links {
    flex-wrap: wrap;
    white-space: normal;
    row-gap: 8px;
  }
}
@keyframes pagi-breath {
  0% {
    opacity: 0.7;
    transform: scaleY(0.7);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
#pf_header_search {
  -webkit-appearance: none;
}
#pf_header_search::-webkit-search-cancel-button {
  display: none;
}
#wrapper[data-color-scheme="dark"] footer {
  background: linear-gradient(#637893, #637893 1px, #465568 0, #334154 20px, #243243 0, #334154);
  box-shadow: 0 -5px 8px var(--gray_opacity_2);
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .is-iPad.is-safari.is-touchable .sidebar-column,
  .is-mac.is-safari.is-touchable .sidebar-column {
    transform: scaleX(0);
    transform-origin: left;
  }
  .is-iPad.is-safari.is-touchable .sidebar-rotated .sidebar-column,
  .is-mac.is-safari.is-touchable .sidebar-rotated .sidebar-column {
    transform: scaleX(1);
    transform-origin: left;
  }
}
#music-player {
  vertical-align: middle;
  margin-left: 5px;
}
#music-player circle,
#music-player path:not(#bg) {
  cursor: pointer;
}
#music-player.is-playing #play,
#music-player:not(.is-playing) #pause {
  display: none;
}
.music-player-wrapper {
  position: relative;
}
.music-player-wrapper .player-main {
  position: absolute;
  right: 0;
  top: 55px;
  box-shadow: 0 4px 8px rgba(31, 45, 61, 0.2);
  box-shadow: 0 4px 8px var(--gray_opacity_2);
  background: #fff;
  background: var(--white_default);
  padding: 5px 8px 0;
  border-radius: 6px;
  transform-origin: 0 -5px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.music-player-wrapper .player-main:before {
  content: "";
  position: absolute;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-bottom: 5px solid var(--white_default);
  top: -5px;
  right: 20px;
}
.music-player-wrapper .player-main:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.music-player-wrapper .player-main svg {
  opacity: 0;
  transition: 0.25s;
}
.music-player-wrapper .player-main.mobile-show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.music-player-wrapper .player-main.mobile-show svg {
  opacity: 1;
}
.music-player-wrapper .play-list {
  padding: 0;
  transition: 0.25s;
}
.music-player-wrapper .play-list li {
  color: #8492a6;
  color: var(--gray_4);
  list-style: none;
  padding: 3px 5px 3px 3px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.25s;
}
.music-player-wrapper .play-list li:hover {
  background: rgba(32, 160, 255, 0.1);
  background: var(--primary_opacity_1);
}
.music-player-wrapper .play-list li .index {
  color: #99a9bf;
  color: var(--gray_5);
  display: inline-block;
  width: 15px;
  text-align: center;
  vertical-align: middle;
  margin-right: 3px;
  position: relative;
  z-index: 1;
}
.music-player-wrapper .play-list li .title {
  display: inline-block;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.music-player-wrapper .play-list li.is-loading {
  color: #fff;
  color: var(--white_default);
  background: linear-gradient(90deg, #20a0ff, #59ccff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_2));
}
.music-player-wrapper .play-list li.is-loading .index {
  color: transparent;
  position: relative;
}
.music-player-wrapper .play-list li.is-loading .index:before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  border-top-color: transparent;
  animation: rotate 1s linear infinite;
}
.music-player-wrapper .play-list li.is-paused {
  color: #fff;
  color: var(--white_default);
  background: linear-gradient(90deg, #20a0ff, #59ccff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_2));
}
.music-player-wrapper .play-list li.is-paused .index {
  color: hsla(0, 0%, 100%, 0.6);
  color: var(--white_opacity_6);
}
.music-player-wrapper .play-list li.is-playing {
  color: #fff;
  color: var(--white_default);
  background: linear-gradient(90deg, #20a0ff, #59ccff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_2));
  position: relative;
}
.music-player-wrapper .play-list li.is-playing .index {
  color: transparent;
  background: url(theme_modules/static/music_line.gif?h=3Fu24) no-repeat 50%;
}
.music-player-wrapper .play-list li.is-playing .music-progress {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: rgba(31, 45, 61, 0.2);
  background: var(--gray_opacity_2);
  border-radius: 4px;
}
.music-player-wrapper .play-list li.is-error {
  color: #ff4949;
}
.music-player-wrapper .play-list li.is-error .index {
  color: transparent;
  background: url(theme_modules/static/music_error.png?h=3pfsx) no-repeat 50%;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-pixel-ratio: 2) {
  .music-player-wrapper .play-list li.is-playing .index {
    background: url(theme_modules/static/music_line@2x.gif?h=2XgtS) no-repeat 50%/10px 10px;
  }
  .music-player-wrapper .play-list li.is-error .index {
    background: url(theme_modules/static/music_error@2x.png?h=1P119) no-repeat 50%/10px 10px;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-device-pixel-ratio: 3) {
  .music-player-wrapper .play-list li.is-playing .index {
    background: url(theme_modules/static/music_line@3x.gif?h=1Mwjs) no-repeat 50%/10px 10px;
  }
  .music-player-wrapper .play-list li.is-error .index {
    background: url(theme_modules/static/music_error@3x.png?h=3uFqG) no-repeat 50%/10px 10px;
  }
}
.color_selectors {
  width: 300px;
  padding: 0 0 10px;
}
.color_selectors .color_selector_item {
  width: 50%;
  float: left;
  text-align: center;
}
.color_selectors .jscolor_label {
  display: inline-block;
  width: 55px;
  text-align: right;
  font-size: 13.5px;
}
.color_selectors .jscolor {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  width: 66px;
  font-size: 12px;
  text-align: center;
  padding: 3px;
  margin: 4px;
  cursor: pointer;
}
.color_selectors .color_selector_title {
  float: left;
  width: 100%;
  font-size: 14.5px;
  text-align: center;
  color: #738192;
  color: var(--gray_3);
  padding: 15px 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #eff2f7;
  border-bottom: 1px solid var(--gray_8);
}
.color-selector-wrapper {
  position: relative;
}
.color-selector-wrapper .color-palette-main {
  position: absolute;
  right: 0;
  top: 55px;
  box-shadow: 0 4px 8px rgba(31, 45, 61, 0.2);
  box-shadow: 0 4px 8px var(--gray_opacity_2);
  background: #fff;
  background: var(--white_default);
  border-radius: 6px;
  transform-origin: 0 -5px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s;
}
.color-selector-wrapper .color-palette-main:before {
  content: "";
  position: absolute;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-bottom: 5px solid var(--white_default);
  top: -5px;
  right: 20px;
}
.color-selector-wrapper .color-palette-main:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.color-selector-wrapper .color-palette-main .actions {
  border-top: 1px solid #eff2f7;
  border-top: 1px solid var(--gray_8);
  padding: 10px;
  text-align: right;
}
.color-selector-wrapper .color-palette-main .actions button {
  background: transparent;
  border: 0;
  font-size: 13.5px;
}
.color-selector-wrapper .color-palette-main .actions button + button {
  color: #20a0ff;
  color: var(--primary_default);
}
.color-selector-wrapper .color-palette-main.mobile-show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
@media (max-width: 480px) {
  .color-selector-wrapper .color-palette-main {
    position: fixed;
    right: 15px;
    left: 15px;
    max-height: calc(100vh - 60px);
    overflow: auto;
  }
  .color-selector-wrapper .color-palette-main:before {
    display: none;
  }
  .color-selector-wrapper .color-palette-main .color_selectors {
    width: 100%;
  }
}
.cardFlip-outer {
  margin-bottom: 40px;
}
#cardFlip {
  box-shadow: 0 15px 20px rgba(31, 45, 61, 0.2);
  box-shadow: 0 15px 20px var(--gray_opacity_2);
  position: relative;
  z-index: 1;
  border-radius: 0 0 12px 12px;
  color: #20a0ff;
  color: var(--primary_default);
  transition: box-shadow 0.5s;
}
#cardFlip .slider-wrapper {
  height: 330px;
  transition: 0.5s;
}
#cardFlip .slider-wrapper .cardFlip-slider {
  display: none;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] {
  display: block;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox {
  margin-top: 74px;
  transition: 0.5s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox > * {
  height: 0;
  position: relative;
  transition: 0.5s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page {
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.15);
  max-width: 230px;
  width: 100%;
  background: #fff;
  background: var(--white_default);
  padding: 10px;
  border-radius: 10px;
  margin: auto;
  transform-origin: bottom;
  transition: 0.5s ease-out;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title {
  height: 54px;
  margin-bottom: 3px;
  margin-top: 2px;
  margin-left: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type {
  color: #657487;
  color: var(--gray_2);
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type i {
  margin-right: 6px;
  vertical-align: -0.15em;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type .post-type span:not(.post_meta_number) {
  margin-right: 15px;
  cursor: default;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type .post-type .reads {
  color: #67c23a;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type .post-type .likes {
  color: #ff4949;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .type .post-type .comments {
  color: #20a0ff;
  color: var(--primary_default);
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .post {
  color: #8492a6;
  color: var(--gray_4);
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .img {
  display: block;
  padding-top: 89.453125%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(31, 45, 61, 0.3);
  box-shadow: 0 3px 6px var(--gray_opacity_3);
  transition: 0.3s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .img[href] {
  cursor: pointer;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .collapseCards {
  display: none;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future2 {
  z-index: 1;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future2 .page {
  transform: scale(0.7) translateY(-140px);
  opacity: 0;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future1 {
  z-index: 2;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future1 .page {
  transform: scale(0.8) translateY(-88px);
  opacity: 0.15;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future0 {
  z-index: 3;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .future0 .page {
  transform: scale(0.9) translateY(-40px);
  opacity: 0.3;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current {
  z-index: 4;
  perspective: 800px;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page {
  position: relative;
  box-shadow: 0 13px 20px rgba(31, 45, 61, 0.2), inset 0 0 0 1px hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 13px 20px var(--gray_opacity_2), 0 0 0 1px hsla(0, 0%, 100%, 0.1) inset;
  transition: all 0.5s ease-out, opacity 0.25s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page .img {
  transition: 0.3s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page:not([disable-expand]):hover .img {
  transform: translateY(-58px);
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page .collapseCards {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 18px;
  text-align: center;
  left: 50px;
  right: 50px;
  cursor: pointer;
  line-height: 30px;
  border: 1px solid;
  border-radius: 100px;
  opacity: 0;
  transition: all 0.25s, bottom 0s ease 0.25s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page .collapseCards:hover {
  left: 35px;
  right: 35px;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page:hover .collapseCards {
  bottom: 19px;
  opacity: 1;
  visibility: visible;
  transition: bottom 0.3s ease 0.25s, opacity 0.3s ease 0.25s, left 0.25s, right 0.25s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .past0 {
  z-index: 5;
  perspective: 800px;
  visibility: hidden;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .past0 .page {
  transform-origin: bottom;
  transform: rotateX(-74.7deg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s, opacity 0.3s ease-out 0.2s;
}
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .past1,
#cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .past2 {
  display: none;
}
#cardFlip .meta-wrapper {
  height: 330px;
  display: flex;
  align-items: center;
}
#cardFlip .meta-wrapper .meta {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  will-change: margin-left;
  transition: 0.25s;
}
#cardFlip .meta-wrapper .meta.is-disappearing {
  transform: translateX(30px);
  opacity: 0;
}
#cardFlip .meta-wrapper .meta.is-showing {
  transform: translateX(-30px);
  opacity: 0;
  transition: 0s;
}
#cardFlip .meta-wrapper .meta .title {
  font-size: 28px;
  max-height: 80px;
  overflow: hidden;
  text-shadow: 0 4px 5px rgba(31, 45, 61, 0.5);
  text-shadow: 0 4px 5px var(--gray_opacity_5);
}
#cardFlip .meta-wrapper .meta .taxonomy {
  position: relative;
  padding-top: 15px;
  text-shadow: 0 2px 3px rgba(31, 45, 61, 0.5);
  text-shadow: 0 2px 3px var(--gray_opacity_5);
  opacity: 0.6;
  max-height: 55px;
  overflow: hidden;
}
#cardFlip .meta-wrapper .meta .taxonomy:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 6px;
}
#cardFlip .meta-wrapper .meta .taxonomy i {
  margin-right: 6px;
  vertical-align: -0.15em;
}
#cardFlip .meta-wrapper .meta .goto {
  display: inline-block;
  padding: 5px 10px 5px 15px;
  margin-top: 15px;
  text-decoration: none;
  border-radius: 100px;
  opacity: 0.6;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.25s;
}
#cardFlip .meta-wrapper .meta .goto:hover {
  opacity: 1;
  padding: 5px 20px 5px 25px;
}
#cardFlip .meta-wrapper .meta .goto i {
  vertical-align: bottom;
}
#cardFlip .navigator {
  position: absolute;
  left: -15px;
  bottom: 25%;
  z-index: 6;
}
#cardFlip .navigator > div {
  display: block;
  width: 30px;
  height: 30px;
  background-image: linear-gradient(#fff, #eff2f7);
  background-image: linear-gradient(var(--white_default), var(--gray_8));
  box-shadow: -5px 0 10px rgba(31, 45, 61, 0.1);
  box-shadow: -5px 0 10px var(--gray_opacity_1);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  margin-top: 8px;
  cursor: pointer;
}
#cardFlip .navigator > div i {
  display: block;
  transition: 0.5s;
}
#cardFlip .navigator .collapseCards {
  transform: scale(0);
  visibility: hidden;
  transition: 0.25s;
}
#cardFlip .background > * {
  height: 0;
  transition: 1s;
}
#cardFlip .background > * .head-img {
  height: 330px;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
#cardFlip .background > * .head-img .img {
  background-size: cover;
  background-position: 0;
  height: 330px;
  opacity: 0.9;
}
#cardFlip .background > * .head-img.use-cover-img .img {
  filter: blur(10px);
  transform: scale(1.08);
  opacity: 0.3;
}
#cardFlip .background .default-background {
  visibility: hidden;
  opacity: 0;
}
#cardFlip .background .default-background .head-img {
  background: url(theme_modules/static/card_flip_bg.png?h=31XTD) 0 / cover, linear-gradient(45deg, #0073c9, #03b1ff);
  background: url(theme_modules/static/card_flip_bg.png?h=31XTD) 0 / cover,
    linear-gradient(45deg, var(--primary_dark_3), var(--analogous_dark_1));
  background-blend-mode: overlay;
}
#cardFlip .background .is-disappearing {
  opacity: 0;
  visibility: hidden;
}
#cardFlip .background .canvas-wrapper {
  position: relative;
  z-index: 1;
  mix-blend-mode: overlay;
}
#cardFlip .background .canvas-wrapper .canvas {
  height: 330px;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px),
  (min-width: 1200px) and (max-width: 1509px),
  (min-width: 1510px) {
  .top-nav.always-stay + #main #cardFlip .meta-wrapper .meta {
    margin-top: 50px;
  }
  #cardFlip.expand .slider-wrapper {
    width: 32%;
    padding: 0;
    margin-left: 2%;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .page {
    box-shadow: 0 13px 20px rgba(31, 45, 61, 0.2);
    box-shadow: 0 13px 20px var(--gray_opacity_2);
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .page .title .post {
    display: block;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future2 {
    z-index: 1;
    transform: none;
    margin-left: 2%;
    margin-right: 2%;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future2 .page {
    max-width: 208px;
    transform: none;
    opacity: 0;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future1 {
    z-index: 2;
    transform: none;
    margin-left: 2%;
    margin-right: 2%;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future1 .page {
    max-width: 230px;
    transform: none;
    opacity: 1;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future0 {
    z-index: 3;
    margin-left: 102%;
    margin-right: -98%;
    transform: none;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .future0 .page {
    max-width: 230px;
    transform: none;
    opacity: 1;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .current {
    z-index: 4;
    margin-left: 202%;
    margin-right: -198%;
    transform: none;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .current .page {
    box-shadow: 0 13px 20px rgba(31, 45, 61, 0.2);
    box-shadow: 0 13px 20px var(--gray_opacity_2);
    transition: all 0.5s ease-out;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .current .page:hover .img {
    transform: none;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .current .page .collapseCards {
    display: none;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .past0 {
    z-index: 1;
    transform: none;
    margin-left: 202%;
    margin-right: -198%;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox .past0 .page {
    transform: none;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  #cardFlip.expand .meta-wrapper {
    display: none;
  }
  #cardFlip.expand .navigator .next i,
  #cardFlip.expand .navigator .prev i {
    transform: rotate(-90deg);
  }
  #cardFlip.expand .navigator .collapseCards {
    transform: scale(1);
    visibility: visible;
  }
  #cardFlip.expand .background .default-background {
    visibility: visible;
    opacity: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox {
    margin-top: 96px;
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #cardFlip .meta-wrapper .meta {
    margin-top: 50px;
  }
  #cardFlip.expand .slider-wrapper .cardFlip-slider[init] .showBox {
    margin-top: 88px;
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .cardFlip-outer {
    margin: 0 -15px 40px;
  }
  #cardFlip .slider-wrapper {
    padding-top: 0.1px;
  }
  #cardFlip {
    margin: 0 -15px;
    box-shadow: none !important;
  }
  #cardFlip,
  #cardFlip .background .head-img {
    border-radius: 0;
  }
  #cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page:hover .img {
    transform: none !important;
  }
  #cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .current .page:hover .collapseCards {
    visibility: hidden;
  }
  #cardFlip .slider-wrapper .cardFlip-slider[init] .showBox .page .title .post {
    display: block;
  }
  #cardFlip .navigator {
    left: 0;
    bottom: 35%;
    width: 100%;
    height: 0;
  }
  #cardFlip .navigator .prev {
    left: 5px;
    animation: navigator_prev_ani 1s linear infinite;
  }
  #cardFlip .navigator .next {
    right: 25px;
    animation: navigator_prev_ani 1s linear infinite reverse;
  }
  #cardFlip .navigator .next,
  #cardFlip .navigator .prev {
    position: absolute;
    bottom: 0;
    background-image: none;
    background: transparent;
    box-shadow: none;
  }
  #cardFlip .navigator i {
    transform: rotate(-90deg);
    color: #fff !important;
    font-size: 20px;
  }
  @keyframes navigator_prev_ani {
    0% {
      transform: translateX(20px);
      opacity: 0;
    }
    50% {
      transform: translateX(10px);
      opacity: 0.4;
    }
    to {
      transform: translateX(0);
      opacity: 0;
    }
  }
}
#wrapper.low-performance-mac.low-performance-safari #cardFlip .navigator > div {
  background: #fff;
  background: var(--white_default);
}
[data-color-scheme="dark"] #cardFlip .navigator > div {
  background: rgba(31, 45, 61, 0.2);
  background: var(--gray_opacity_2);
  box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.1);
}
.gallery_slider {
  height: 450px;
  background-color: #000;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 15px 20px rgba(31, 45, 61, 0.2);
  box-shadow: 0 15px 20px var(--gray_opacity_2);
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .gallery_slider {
    margin: 0 -15px 40px;
    border-radius: 0;
    box-shadow: none;
  }
}
.gallery_slider .background {
  position: absolute;
  left: -45px;
  right: -90px;
  bottom: -90px;
  z-index: -1;
}
.gallery_slider .background img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.25;
  animation: gallery_bg_flashing 5s infinite;
  transition: transform 0.25s;
}
.gallery_slider .background img:hover {
  opacity: 1;
  animation: none;
  transform: scale(1.2);
  z-index: 1;
  border-radius: 5px;
}
.gallery_slider .background img:nth-child(2n) {
  animation-delay: -1s;
  animation-duration: 5s;
}
.gallery_slider .background img:nth-child(3n) {
  animation-delay: -2s;
  animation-duration: 6s;
}
.gallery_slider .background img:nth-child(5n) {
  animation-delay: -3s;
  animation-duration: 5s;
}
.gallery_slider .background img:nth-child(7n) {
  animation-delay: -4s;
  animation-duration: 6s;
}
.gallery_slider .background img:nth-child(11n) {
  animation-delay: -5s;
  animation-duration: 5s;
}
.gallery_slider .background img:nth-child(13n) {
  animation-delay: -6s;
  animation-duration: 6s;
}
.gallery_slider .background img:nth-child(17n) {
  animation-delay: -7s;
  animation-duration: 5s;
}
.gallery_slider .background img:nth-child(19n) {
  animation-delay: -8s;
  animation-duration: 6s;
}
.gallery_slider h1 {
  margin: 0 0 10px;
  text-shadow: 0 8px 10px #000;
}
.gallery_slider .info {
  opacity: 0.5;
  position: relative;
  padding-top: 20px;
}
.gallery_slider .info:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: calc(50% - 15px);
  top: 6px;
}
.gallery_slider .info > span {
  margin: 0 8px;
}
.gallery_slider .info i {
  vertical-align: -0.12em;
  margin-right: 5px;
}
.gallery_slider .play {
  margin-top: 30px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.3);
  border-radius: 100px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  text-shadow: 0 3px 5px #000;
  transition: 0.35s;
}
.gallery_slider .play:hover {
  background: #fff;
  border-color: #fff;
  color: #20a0ff;
  color: var(--primary_default);
  text-shadow: none;
  transform: scale(1.2);
  transition: 0.5s cubic-bezier(0.5, 2, 0.6, 1);
}
.gallery_slider .play i {
  margin-right: 10px;
  vertical-align: -0.15em;
}
@keyframes gallery_bg_flashing {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.1;
  }
  to {
    opacity: 0.2;
  }
}
.scroll-cats {
  white-space: nowrap;
  overflow: hidden;
  margin-left: -15px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15px, #000);
  mask-image: linear-gradient(90deg, transparent, #000 15px, #000);
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .scroll-cats {
    margin: 0 -15px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scroll-cats {
    margin: 0 calc(360px - 50vw);
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .scroll-cats {
    margin-right: calc(470px - 50vw);
  }
}
@media (min-width: 1200px) and (max-width: 1509px) {
  .scroll-cats {
    margin-right: calc(570px - 50vw);
  }
}
@media (min-width: 1510px) {
  .scroll-cats {
    margin-right: calc(725px - 50vw);
  }
}
.scroll-cats.native-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-cats .card {
  display: inline-block;
  width: 300px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  text-align: center;
  line-height: 150px;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 8px;
  margin-right: 15px;
  margin-top: 10px;
  margin-bottom: 20px;
  cursor: pointer;
  vertical-align: bottom;
  transition: box-shadow 1s, text-shadow 1s;
}
.scroll-cats .card:first-child {
  margin-left: 15px;
}
.scroll-cats .card:last-child {
  margin-right: 22px;
}
.widget {
  margin-top: 15px;
  padding: 0 10px 10px;
}
.widget + .widget {
  margin-top: 35px;
}
.widget:last-child {
  margin-bottom: 35px;
}
.widget .widget-title {
  margin: 0 0 15px;
  font-size: 14px;
  font-weight: 700;
  color: #99a9bf;
  color: var(--gray_5);
}
.widget.widget_tag_cloud .pf-tag-cloud-link {
  font-size: 12px;
  display: inline-block;
  color: #8492a6;
  color: var(--gray_4);
  margin: 0 5px 5px 0;
  padding: 0 9px;
  background: #fff;
  background: var(--white_default);
  border-radius: 5px;
  box-shadow: 0 5px 8px rgba(31, 45, 61, 0.1);
  box-shadow: 0 5px 8px var(--gray_opacity_1);
  height: 26px;
  line-height: 26px;
  transition: 0.25s;
}
.widget.widget_tag_cloud .pf-tag-cloud-link .tag-link-count {
  margin: 0 -9px 0 9px;
  display: inline-block;
  font-size: 10px;
  width: 20px;
  height: 26px;
  vertical-align: top;
  border-radius: 0 5px 5px 0;
  text-align: center;
  transition: 0.25s;
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="3"] .tag-link-count {
  color: #ff4949;
  background: rgba(255, 73, 73, 0.06);
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="3"]:hover .tag-link-count {
  background: #ff4949;
  box-shadow: 3px 5px 8px rgba(255, 73, 73, 0.4);
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="2"] .tag-link-count {
  color: #13ce66;
  background: rgba(19, 206, 102, 0.06);
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="2"]:hover .tag-link-count {
  background: #13ce66;
  box-shadow: 3px 5px 8px rgba(19, 206, 102, 0.4);
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="1"] .tag-link-count {
  color: #409eff;
  background: rgba(64, 158, 255, 0.06);
}
.widget.widget_tag_cloud .pf-tag-cloud-link[data-tag-type="1"]:hover .tag-link-count {
  background: #409eff;
  box-shadow: 3px 5px 8px rgba(64, 158, 255, 0.4);
}
.widget.widget_tag_cloud .pf-tag-cloud-link:hover[data-tag-type="3"] {
  color: #ff4949;
}
.widget.widget_tag_cloud .pf-tag-cloud-link:hover[data-tag-type="2"] {
  color: #13ce66;
}
.widget.widget_tag_cloud .pf-tag-cloud-link:hover[data-tag-type="1"] {
  color: #409eff;
}
.widget.widget_tag_cloud .pf-tag-cloud-link:hover .tag-link-count {
  color: #fff;
}
.widget.widget_nav_menu ul {
  padding: 0;
}
.widget.widget_nav_menu li {
  display: block;
  border-radius: 20px;
  transition: 0.25s;
}
.widget.widget_nav_menu ul.sub-menu {
  display: none;
  transition: opacity 0.25s;
}
.widget.widget_nav_menu ul.sub-menu.open {
  opacity: 1;
}
.widget.widget_nav_menu ul.sub-menu.before-showing {
  opacity: 0;
  transition: opacity 0s;
}
.widget.widget_nav_menu ul.sub-menu.is-disappearing {
  opacity: 0;
}
.widget.widget_nav_menu a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #657487;
  color: var(--gray_2);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  padding: 0 30px 0 15px;
  line-height: 40px;
  border-radius: 20px;
  position: relative;
  transition: 0.25s;
}
.widget.widget_nav_menu a:hover {
  color: #20a0ff;
  color: var(--primary_default);
  transition: 0.1s;
}
.widget.widget_nav_menu .menu > li {
  overflow: hidden;
}
.widget.widget_nav_menu .menu > li.open + li.current-menu-ancestor,
.widget.widget_nav_menu .menu > li.open + li.current-menu-item {
  margin-top: 5px;
}
.widget.widget_nav_menu .menu > li.current-menu-ancestor + li.open,
.widget.widget_nav_menu .menu > li.current-menu-item + li.open {
  margin-top: 12px;
}
.widget.widget_nav_menu .sub-menu > li {
  border-radius: 20px 0 0 20px;
}
.widget.widget_nav_menu .sub-menu > li.current-menu-ancestor:last-child,
.widget.widget_nav_menu .sub-menu > li.current-menu-item:last-child,
.widget.widget_nav_menu .sub-menu > li.open:last-child {
  margin-bottom: 10px;
}
.widget.widget_nav_menu li.open {
  background: rgba(32, 160, 255, 0.1);
  background: var(--primary_opacity_1);
}
.widget.widget_nav_menu li.open a {
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.7);
  text-shadow: 0 1px var(--white_opacity_7);
}
.widget.widget_nav_menu li.open > a {
  color: #20a0ff;
  color: var(--primary_default);
}
.widget.widget_nav_menu .sub-menu {
  margin: 0 0 0 10px;
  padding-bottom: 0.1px;
}
.widget.widget_nav_menu li.menu-item-has-children > a > .icon-right {
  vertical-align: middle;
  position: absolute;
  right: 10px;
  transform-origin: 47% 47%;
  opacity: 0.5;
  font-size: 12px;
  transition: 0.25s;
}
.widget.widget_nav_menu li.menu-item-has-children.open > a > .icon-right {
  transform: rotate(90deg);
}
.widget.widget_nav_menu .menu > li.current-menu-ancestor,
.widget.widget_nav_menu .menu > li.current-menu-item {
  background: linear-gradient(90deg, #20a0ff, #3dc3ff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_1));
  box-shadow: 0 10px 15px rgba(32, 160, 255, 0.4);
  box-shadow: 0 10px 15px var(--primary_opacity_4);
}
.widget.widget_nav_menu .menu > li.current-menu-ancestor a,
.widget.widget_nav_menu .menu > li.current-menu-item a {
  color: #fff;
  text-shadow: none;
}
.widget.widget_nav_menu .menu > li.current-menu-ancestor li.current-menu-ancestor,
.widget.widget_nav_menu .menu > li.current-menu-ancestor li.current-menu-item,
.widget.widget_nav_menu .menu > li.current-menu-ancestor li.open,
.widget.widget_nav_menu .menu > li.current-menu-item li.current-menu-ancestor,
.widget.widget_nav_menu .menu > li.current-menu-item li.current-menu-item,
.widget.widget_nav_menu .menu > li.current-menu-item li.open {
  background: rgba(31, 45, 61, 0.1);
  background: var(--gray_opacity_1);
}
.widget.widget_nav_menu .menu > li.current-menu-ancestor li.current-menu-item + li.open,
.widget.widget_nav_menu .menu > li.current-menu-ancestor li.open + li.current-menu-item,
.widget.widget_nav_menu .menu > li.current-menu-item li.current-menu-item + li.open,
.widget.widget_nav_menu .menu > li.current-menu-item li.open + li.current-menu-item {
  margin-top: 5px;
}
.widget.widget_pf_toc_widget ul {
  padding: 0.1px 0 20px;
  margin-left: 5px;
  position: relative;
}
.widget.widget_pf_toc_widget ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(90deg, #fff 1px, #d8e0ea);
  background: linear-gradient(90deg, var(--white_default) 1px, var(--gray_7));
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  box-shadow: 0.5px 3px 5px rgba(31, 45, 61, 0.1);
  box-shadow: 0.5px 3px 5px var(--gray_opacity_1);
  border-radius: 4px;
  z-index: -1;
}
.widget.widget_pf_toc_widget ul li {
  list-style: none;
}
.widget.widget_pf_toc_widget ul li .toc_wrapper {
  cursor: pointer;
  display: inline-block;
}
.widget.widget_pf_toc_widget [data-toc-type="H2"] .toc_wrapper {
  position: relative;
  margin: 20px 0 5px -5px;
  filter: drop-shadow(0 1px 0 rgba(31, 45, 61, 0.2)) drop-shadow(0 -1px 0 #ffffff)
    drop-shadow(5px 6px 5px rgba(31, 45, 61, 0.1));
  filter: drop-shadow(0 1px 0 var(--gray_opacity_2)) drop-shadow(0 -1px 0 var(--white_default))
    drop-shadow(5px 6px 5px var(--gray_opacity_1));
}
.widget.widget_pf_toc_widget [data-toc-type="H2"] .toc_wrapper:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.widget.widget_pf_toc_widget [data-toc-type="H2"] .toc_wrapper:before {
  content: "";
  display: block;
  border-bottom: 3px solid rgba(31, 45, 61, 0.2);
  border-right: 3px solid rgba(31, 45, 61, 0.2);
  border: 3px solid var(--gray_opacity_2);
  position: absolute;
  left: 0;
  top: -7px;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  transform-origin: bottom;
  transform: scaleY(0.8);
}
.widget.widget_pf_toc_widget [data-toc-type="H2"] .toc_wrapper:after {
  content: "";
  display: inline-block;
  border-top: 17px solid #d8e0ea;
  border-left: 17px solid #d8e0ea;
  border: 17px solid var(--gray_7);
  border-left-width: 8px;
  border-right: 8px solid transparent;
  border-bottom: 17px solid transparent;
  vertical-align: bottom;
}
.widget.widget_pf_toc_widget [data-toc-type="H2"] .toc_wrapper > span {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  background: linear-gradient(90deg, #fff, #f0f2f7 6px, #d8e0ea);
  background: linear-gradient(90deg, var(--white_default), var(--gray_9) 6px, var(--gray_7));
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  padding: 0 12px 0 20px;
  border-bottom-left-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  vertical-align: bottom;
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  transition: 0.25s;
}
.widget.widget_pf_toc_widget [data-toc-type="H2"].current .toc_wrapper {
  filter: drop-shadow(0 1px 0 #0394ff) drop-shadow(6px 7px 8px rgba(32, 160, 255, 0.4));
  filter: drop-shadow(0 1px 0 var(--primary_dark_1)) drop-shadow(6px 7px 8px var(--primary_opacity_4));
}
.widget.widget_pf_toc_widget [data-toc-type="H2"].current .toc_wrapper:before {
  border-bottom: 3px solid #008bc9;
  border-right: 3px solid #008bc9;
  border: 3px solid var(--analogous_dark_3);
  top: -6px;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
}
.widget.widget_pf_toc_widget [data-toc-type="H2"].current .toc_wrapper:after {
  border-top: 17px solid #0394ff;
  border-left: 17px solid #0394ff;
  border: 17px solid var(--primary_dark_1);
  border-left-width: 8px;
  border-right: 8px solid transparent;
  border-bottom: 17px solid transparent;
}
.widget.widget_pf_toc_widget [data-toc-type="H2"].current .toc_wrapper > span {
  color: #fff;
  background: linear-gradient(90deg, #76d5ff, #20baff 6px, #0394ff);
  background: linear-gradient(90deg, var(--analogous_light_3), var(--analogous_default) 6px, var(--primary_dark_1));
  text-shadow: 0 -1px #0084e6;
  text-shadow: 0 -1px var(--primary_dark_2);
  box-shadow: none;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"] {
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  transition: 0.3s;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"] .toc_wrapper {
  padding: 10px 0 10px 20px;
  position: relative;
  color: #657487;
  color: var(--gray_2);
  transition: 0.3s;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"] .toc_wrapper:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.widget.widget_pf_toc_widget [data-toc-type="H3"] .toc_wrapper:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  background: #fff;
  background: var(--white_default);
  left: 0;
  display: block;
  position: absolute;
  top: 16px;
  transition: 0.3s;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"] .toc_wrapper span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 205px;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"].current .toc_wrapper {
  color: #20a0ff;
  color: var(--primary_default);
  font-weight: 700;
}
.widget.widget_pf_toc_widget [data-toc-type="H3"].current .toc_wrapper:before {
  content: "";
  width: 17px;
  height: 10px;
  border-radius: 4px 100% 100% 4px/4px 80% 80% 4px;
  border-color: #20a0ff;
  border-color: var(--primary_default);
  background: #59b8ff;
  background: var(--primary_light_2);
  box-shadow: inset 0 1px #76d5ff, 0 2px 3px rgba(32, 160, 255, 0.3);
  box-shadow: 0 1px var(--analogous_light_3) inset, 0 2px 3px var(--primary_opacity_3);
  left: -3px;
  top: 14px;
  transition: 0.3s linear 0.3s;
}
.widget.widget_pf_post_list_widget ul {
  padding: 0;
}
.widget.widget_pf_post_list_widget ul li {
  list-style: none;
  display: flex;
}
.widget.widget_pf_post_list_widget ul li + li {
  margin-top: 20px;
}
.widget.widget_pf_post_list_widget ul li .post-thumbnail-wrapper {
  width: 60px;
  flex-shrink: 0;
}
.widget.widget_pf_post_list_widget ul li .post-thumbnail-wrapper .post-thumbnail {
  display: block;
  padding-bottom: 89.453125%;
  border-radius: 6px;
  box-shadow: 0 5px 8px rgba(31, 45, 61, 0.3);
  box-shadow: 0 5px 8px var(--gray_opacity_3);
  position: relative;
  overflow: hidden;
}
.widget.widget_pf_post_list_widget ul li .post-thumbnail-wrapper .post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.35s;
}
.widget.widget_pf_post_list_widget ul li .infos {
  width: calc(100% - 72px);
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.widget.widget_pf_post_list_widget ul li .infos .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #657487;
  color: var(--gray_2);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  margin-bottom: 4px;
  transition: 0.25s;
}
.widget.widget_pf_post_list_widget ul li .infos .metas {
  font-size: 12px;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span {
  margin: 0 3px;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span i {
  margin-right: 3px;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span.likes,
.widget.widget_pf_post_list_widget ul li .infos .metas span.reads {
  opacity: 0.6;
  transition: 0.25s;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span.likes i {
  vertical-align: -1px;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span.comments {
  opacity: 0.6;
  transition: 0.25s;
}
.widget.widget_pf_post_list_widget ul li .infos .metas span.comments i {
  vertical-align: -2px;
}
.widget.widget_pf_post_list_widget ul li:hover .infos .title {
  color: #20a0ff;
  color: var(--primary_default);
}
.widget.widget_pf_post_list_widget ul li:hover .infos .metas {
  opacity: 1;
}
.widget.widget_pf_post_list_widget ul li:hover .infos .metas span.reads {
  color: #67c23a;
  opacity: 1;
}
.widget.widget_pf_post_list_widget ul li:hover .infos .metas span.likes {
  color: #ff4949;
  opacity: 1;
}
.widget.widget_pf_post_list_widget ul li:hover .infos .metas span.comments {
  color: #20a0ff;
  color: var(--primary_default);
  opacity: 1;
}
.widget.widget_pf_microblog ul {
  padding: 0;
}
.widget.widget_pf_microblog ul li {
  list-style: none;
}
.widget.widget_pf_microblog ul li .clearfix > img.avatar {
  float: left;
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border: 2px solid var(--white_default);
  border-radius: 6px;
  box-shadow: 0 5px 8px rgba(31, 45, 61, 0.1);
  box-shadow: 0 5px 8px var(--gray_opacity_1);
}
.widget.widget_pf_microblog ul li .clearfix .content {
  float: left;
  width: calc(100% - 38px);
  margin-left: 4px;
}
.widget.widget_pf_microblog ul li .clearfix .content .date {
  font-size: 12px;
  color: #99a9bf;
  color: var(--gray_5);
  opacity: 0;
  transition: 0.25s;
}
.widget.widget_pf_microblog ul li .clearfix .content .text {
  transform: translateY(-10px);
  font-size: 13px;
  background: linear-gradient(#cad1db, #d8e0ea 70%, #d8e0ea calc(100% - 8px), #eff2f7);
  background: linear-gradient(var(--gray_6), var(--gray_7) 70%, var(--gray_7) calc(100% - 8px), var(--gray_8));
  border-radius: 0 17px 17px;
  padding: 6px 12px;
  position: relative;
  color: #657487;
  color: var(--gray_2);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  border: 1px solid #99a9bf;
  border: 1px solid var(--gray_5);
  box-shadow: 0 8px 11px rgba(31, 45, 61, 0.1), 0 5px 8px rgba(31, 45, 61, 0.1), inset 0 0 0 1px hsla(0, 0%, 100%, 0.3);
  box-shadow: 0 8px 11px var(--gray_opacity_1), 0 5px 8px var(--gray_opacity_1), 0 0 0 1px var(--white_opacity_3) inset;
  transition: 0.25s;
}
.widget.widget_pf_microblog ul li .clearfix .content .text:before {
  content: "";
  height: 16px;
  background: linear-gradient(#fff, hsla(0, 0%, 100%, 0.2));
  background: linear-gradient(var(--white_default), var(--white_opacity_2));
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 7px;
  border-radius: 0 8px 8px;
  z-index: -1;
}
.widget.widget_pf_microblog ul li .clearfix .content .text > :last-child {
  margin-bottom: 0 !important;
}
.widget.widget_pf_microblog ul li .clearfix .content .text img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.widget.widget_pf_microblog ul li .clearfix .content:hover .date {
  opacity: 1;
}
.widget.widget_pf_microblog ul li .clearfix .content:hover .text {
  transform: translateY(0);
}
.widget.widget_pf_tts .wrapper {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  box-shadow: 0 5px 8px rgba(31, 45, 61, 0.1);
  box-shadow: 0 5px 8px var(--gray_opacity_1);
}
.widget.widget_pf_tts .wrapper .player {
  background: linear-gradient(#fff, #f0f2f7);
  background: linear-gradient(var(--white_default), var(--gray_9));
}
.widget.widget_pf_tts .wrapper .player .play {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  float: left;
  transition: 0.25s;
}
.widget.widget_pf_tts .wrapper .player .play:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.widget.widget_pf_tts .wrapper .player .state {
  float: left;
  line-height: 28px;
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  margin-left: 5px;
}
.widget.widget_pf_tts .wrapper .list {
  box-shadow: inset 0 1px #d8e0ea, inset 0 2px #fff;
  box-shadow: 0 1px var(--gray_7) inset, 0 2px var(--white_default) inset;
  padding: 5px;
}
.widget.widget_pf_tts .wrapper .list li {
  line-height: 28px;
  border-radius: 4px;
  padding: 0 6px;
  cursor: pointer;
  list-style: none;
}
.widget.widget_pf_tts .wrapper .list li:hover {
  background: rgba(32, 160, 255, 0.1);
  background: var(--primary_opacity_1);
}
.widget.widget_pf_tts .wrapper .list li.is-playing {
  position: relative;
  color: #fff;
  color: var(--white_default);
  background: linear-gradient(90deg, #20a0ff, #59ccff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_2));
}
.widget.widget_pf_tts .wrapper .list li.is-playing .tts-progress {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: rgba(31, 45, 61, 0.2);
  background: var(--gray_opacity_2);
  border-radius: 4px;
}
.widget.widget_pf_tts .wrapper .list li.is-playing .title {
  z-index: 1;
  position: relative;
}
.widget.widget_pf_tts .wrapper .list li .tts-progress {
  display: none;
}
.widget.widget_pf_tts .wrapper .list li .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sidebar-column.with-separate-line .widget_nav_menu {
  padding-right: 0;
}
.sidebar-column.with-separate-line .widget_nav_menu li {
  border-radius: 20px 0 0 20px;
}
.sidebar-column.with-separate-line .widget_nav_menu .menu > li.current-menu-ancestor,
.sidebar-column.with-separate-line .widget_nav_menu .menu > li.current-menu-item {
  background: linear-gradient(90deg, #20a0ff, #20baff 95%, #76d5ff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_default) 95%, var(--analogous_light_3));
}
@keyframes tag_flashing {
  0% {
    box-shadow: inset 0 0 0 0 rgba(32, 160, 255, 0);
    box-shadow: 0 0 0 0 var(--primary_opacity_0) inset;
  }
  36.5% {
    box-shadow: inset 0 0 0.8em 0.8em rgba(32, 160, 255, 0.2);
    box-shadow: 0 0 0.8em 0.8em var(--primary_opacity_2) inset;
    color: #20a0ff;
    color: var(--primary_default);
  }
  73% {
    box-shadow: inset 0 0 0 0 rgba(32, 160, 255, 0);
    box-shadow: 0 0 0 0 var(--primary_opacity_0) inset;
  }
}
#wrapper.low-performance-safari .widget.widget_pf_toc_widget ul [data-toc-type="H2"] .toc_wrapper {
  will-change: transform;
}
#wrapper[data-color-scheme="dark"] .widget.widget_pf_microblog ul li .clearfix .content .text {
  background: #f0f2f7;
  background: var(--gray_9);
  border-color: #eff2f7;
  border-color: var(--gray_8);
}
.pf-modal-title {
  margin: 25px 0 40px -15px;
  height: 1px;
  position: relative;
  border-top: 1px solid rgba(31, 45, 61, 0.1);
  border-top: 1px solid var(--gray_opacity_1);
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid var(--white_default);
  z-index: 2;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .pf-modal-title {
    margin-left: -10px;
  }
}
.pf-modal-title .title-text {
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  height: 34px;
  line-height: 32px;
  box-shadow: 0 10px 13px rgba(31, 45, 61, 0.1), 0 0 0 -1px rgba(32, 160, 255, 0.2), 0 0 0 -25px rgba(32, 160, 255, 0.3);
  box-shadow: 0 10px 13px var(--gray_opacity_1), 0 0 0 -1px var(--primary_opacity_2),
    0 0 0 -25px var(--primary_opacity_3);
  transform: translateY(-16px);
  transition: all 0.25s, box-shadow 0s;
}
.pf-modal-title .read-more,
.pf-modal-title .title-text {
  display: inline-block;
  background: linear-gradient(#fff, #f0f2f7);
  background: linear-gradient(var(--white_default), var(--gray_9));
  border-radius: 100px;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
}
.pf-modal-title .read-more {
  box-shadow: 0 5px 8px rgba(31, 45, 61, 0.1);
  box-shadow: 0 5px 8px var(--gray_opacity_1);
  color: #8492a6;
  color: var(--gray_4);
  padding: 0 6px 0 12px;
  line-height: 26px;
  float: right;
  transform: translateY(-15px) translateX(-60px);
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease 0.25s, opacity 0.25s;
}
.pf-modal-title .read-more:hover {
  color: #20a0ff;
  color: var(--primary_default);
  border-color: #20a0ff;
  border-color: var(--primary_default);
  box-shadow: 0 5px 8px rgba(32, 160, 255, 0.3);
  box-shadow: 0 5px 8px var(--primary_opacity_3);
  transition: 0.25s;
}
.pf-modal-title .read-more i {
  vertical-align: bottom;
}
.search-dropdown-ul {
  color: #8492a6;
  color: var(--gray_4);
  margin: 0 0 0 8px;
  min-width: 0;
  transform-origin: top;
  animation: search-dropdown 0.25s forwards;
}
.search-dropdown-ul .current {
  color: #20a0ff;
  color: var(--primary_default);
}
.search-dropdown-ul .current a {
  font-weight: 700;
}
.search-dropdown-ul a {
  padding: 3px 14px !important;
}
@keyframes search-dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 1;
    transform: scaleY(1);
  }
}
html:not(.is-mobile) .clearfix:hover > .pf-modal-title .title-text {
  color: #20a0ff;
  color: var(--primary_default);
  border-color: #20a0ff;
  border-color: var(--primary_default);
  box-shadow: 0 10px 13px rgba(32, 160, 255, 0.3), 0 0 0 25px rgba(32, 160, 255, 0), 0 0 0 25px rgba(32, 160, 255, 0);
  box-shadow: 0 10px 13px var(--primary_opacity_3), 0 0 0 25px var(--primary_opacity_0),
    0 0 0 25px var(--primary_opacity_0);
  transition: all 1s, box-shadow 1s ease-out 0.1s;
}
html.is-mobile .clearfix > .pf-modal-title .read-more,
html:not(.is-mobile) .clearfix:hover > .pf-modal-title .read-more {
  transform: translateY(-15px);
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-card-row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .post-card-col {
    padding: 0 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  [data-is-front-page="1"] .post-card-row .post-card-col:last-child:nth-child(4) {
    display: none;
  }
}
.post-card-col:hover {
  position: relative;
  z-index: 1;
}
.post-card {
  background: #fff;
  background: var(--white_default);
  box-shadow: 0 10px 15px rgba(31, 45, 61, 0.1), inset 0 0 0 1px hsla(0, 0%, 100%, 0.06);
  box-shadow: 0 10px 15px var(--gray_opacity_1), 0 0 0 1px hsla(0, 0%, 100%, 0.06) inset;
  border-radius: 10px;
  padding: 0 8px 8px;
  perspective: 650px;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
  transition: background 0.25s;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-card {
    margin-bottom: 14px;
  }
}
.post-card svg.award-badage {
  position: absolute;
  right: -18px;
  top: -12px;
}
.post-card .title {
  font-size: 15px;
  line-height: 1.15em;
  height: 66px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post-card .title span {
  margin-top: 5px;
  display: block;
  line-height: 1.3em;
  max-height: 2.8em;
  overflow: hidden;
  color: #657487;
  color: var(--gray_2);
  margin-left: -8px;
  padding: 2px 8px;
  border-left: 2px solid #cad1db;
  border-left: 2px solid var(--gray_6);
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  transition: 0.35s;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-card .title span {
    font-size: 14px;
  }
}
.post-card .post-thumbnail-wrapper {
  display: block;
  padding-bottom: 89.453125%;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  transform-origin: top;
  box-shadow: 0 3px 6px rgba(31, 45, 61, 0.3);
  box-shadow: 0 3px 6px var(--gray_opacity_3);
  transition: transform 0.35s, background-color 0.1s ease 0.25s;
}
.post-card .post-thumbnail-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.35s;
}
.post-card:hover .post-thumbnail-wrapper {
  background-color: #1f2d3d;
  background-color: var(--gray_0);
  transition: transform 0.5s cubic-bezier(0.3, 1.5, 0.5, 1), background-color 0.1s;
}
@media (min-width: 1510px) {
  .post-card:hover .post-thumbnail-wrapper {
    transform: translateY(-51px) rotateX(45deg);
  }
}
@media (min-width: 1200px) and (max-width: 1509px) {
  .post-card:hover .post-thumbnail-wrapper {
    transform: translateY(-51px) rotateX(47deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-card:hover .post-thumbnail-wrapper {
    transform: translateY(-51px) rotateX(46deg);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-card:hover .post-thumbnail-wrapper {
    transform: translateY(-51px) rotateX(44deg);
  }
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px),
  (min-width: 1200px) and (max-width: 1509px),
  (min-width: 1510px) {
  .post-card:hover .post-thumbnail-wrapper img {
    opacity: 0.5;
  }
}
.post-card .metas {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.9);
  transition: 0.25s;
  color: #8492a6;
  color: var(--gray_4);
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-card .metas {
    display: none;
  }
}
.post-card .metas .info {
  margin-top: 5px;
  font-size: 12px;
}
.post-card .metas .info span {
  margin: 0 3px;
}
.post-card .metas .info span i {
  margin-right: 3px;
}
.post-card .metas .info span.reads {
  color: #67c23a;
}
.post-card .metas .info span.likes {
  color: #ff4949;
}
.post-card .metas .info span.likes i {
  vertical-align: -1px;
}
.post-card .metas .info span.comments {
  color: #20a0ff;
  color: var(--primary_default);
}
.post-card .metas .info span.comments i {
  vertical-align: -2px;
}
.post-card .metas .read-more {
  margin-top: 8px;
  font-size: 14px;
  display: inline-block;
  padding: 7px 15px;
  min-width: 60%;
  color: #fff;
  background-image: linear-gradient(90deg, #20a0ff, #3dc3ff);
  background-image: linear-gradient(90deg, var(--primary_default), var(--analogous_light_1));
  box-shadow: 0 6px 6px rgba(32, 160, 255, 0.3);
  box-shadow: 0 6px 6px var(--primary_opacity_3);
  border-radius: 100px;
  transition: 0.25s;
}
.post-card .metas .read-more:hover {
  min-width: 75%;
}
.post-card:hover .metas {
  visibility: visible;
  opacity: 1;
  transform: translateY(-15px) scale(1);
  transition: 0.4s ease 0.1s;
}
.post-card-nested-col {
  position: relative;
  z-index: 1;
  float: none;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -88px;
  padding-left: 0;
  margin-top: 20px;
  transition: 0.25s;
  width: 0;
  opacity: 0;
}
.post-card-nested-col .post-card.is-nested .title span {
  white-space: normal;
}
.post-card-nested-col:first-child {
  margin-left: 15px;
}
.post-card-nested-col:nth-child(n + 2) .post-card.is-nested {
  box-shadow: -5px 5px 15px rgba(31, 45, 61, 0.2), inset 0 0 0 1px hsla(0, 0%, 100%, 0.06);
  box-shadow: -5px 5px 15px var(--gray_opacity_2), 0 0 0 1px hsla(0, 0%, 100%, 0.06) inset;
}
.post-card-nested-col:nth-last-child(n + 2) .post-card.is-nested:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-image: linear-gradient(90deg, rgba(31, 45, 61, 0) 50%, rgba(31, 45, 61, 0.1));
  background-image: linear-gradient(90deg, var(--gray_opacity_0) 50%, var(--gray_opacity_1));
  z-index: 2;
  transition: 0.25s;
}
.post-card-nested-col:hover {
  transform: translateY(-15px);
}
.post-card-nested-col:hover .post-card.is-nested {
  box-shadow: 0 10px 15px rgba(31, 45, 61, 0.3), inset 0 0 0 1px hsla(0, 0%, 100%, 0.06);
  box-shadow: 0 10px 15px var(--gray_opacity_3), 0 0 0 1px hsla(0, 0%, 100%, 0.06) inset;
}
.post-card-nested-col:hover .post-card.is-nested:before {
  visibility: hidden;
  opacity: 0;
}
.post-card-nested-col:hover .post-card.is-nested .title span {
  color: #657487;
  color: var(--gray_2);
}
.post-card-nested-col:hover ~ .post-card-nested-col {
  transform: translateX(118px);
}
.post-card-nested-row {
  margin-top: -20px;
  white-space: nowrap;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 15px, #000);
  mask-image: linear-gradient(90deg, transparent, #000 15px, #000);
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-card-nested-row {
    margin: 0 -15px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .post-card-nested-row {
    margin: 0 calc(360px - 50vw);
    -webkit-mask-image: none;
    mask-image: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .post-card-nested-row {
    margin-right: calc(470px - 50vw);
  }
}
@media (min-width: 1200px) and (max-width: 1509px) {
  .post-card-nested-row {
    margin-right: calc(570px - 50vw);
  }
}
@media (min-width: 1510px) {
  .post-card-nested-row {
    margin-right: calc(725px - 50vw);
  }
}
.post-card-nested-row.native-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.post-card.is-nested {
  margin-bottom: 20px;
  transition: 0.25s;
}
.post-card.is-nested .title span {
  color: #cad1db;
  color: var(--gray_6);
  transition: 0.25s;
}
.post-card.is-nested .post-thumbnail-wrapper,
.post-card.is-nested .post-thumbnail-wrapper img {
  transition: 0s;
}
.post-card.is-nested:hover .post-thumbnail-wrapper {
  transform: none;
  background-color: transparent;
  transition: 0s;
}
.post-card.is-nested:hover .post-thumbnail-wrapper img {
  opacity: 1;
}
.post-card.is-nested .metas {
  display: none;
}
#wrapper.low-performance-safari .post-card:hover .post-thumbnail-wrapper {
  background-color: unset;
}
@media (min-width: 768px) and (max-width: 991px),
  (min-width: 992px) and (max-width: 1199px),
  (min-width: 1200px) and (max-width: 1509px),
  (min-width: 1510px) {
  #wrapper.low-performance-safari .post-card:hover .post-thumbnail-wrapper img {
    opacity: unset;
  }
}
.gallery-card {
  margin-bottom: 30px;
}
.gallery-card .showbox {
  padding-top: 65%;
  position: relative;
}
.gallery-card .showbox img {
  max-width: 85%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  box-shadow: 0 0 0 3px #fff, 0 4px 5px 3px rgba(31, 45, 61, 0.1);
  box-shadow: 0 0 0 3px var(--white_default), 0 4px 5px 3px var(--gray_opacity_1);
  transform: translateX(-50%);
  transition: transform 0.25s;
}
.gallery-card .showbox a:first-child img {
  z-index: 1;
}
.gallery-card .showbox a:nth-child(2) img {
  max-width: 80%;
  max-height: 90%;
  left: 43%;
  bottom: 5%;
}
.gallery-card .showbox a:nth-child(3) img {
  max-width: 75%;
  max-height: 90%;
  left: 62%;
  bottom: 5%;
}
.gallery-card .showbox:hover a:nth-child(2) img {
  transform: translateX(-55%) rotate(-8deg);
}
.gallery-card .showbox:hover a:nth-child(3) img {
  transform: translateX(-45%) rotate(12deg);
  transition: transform 0.35s ease 0.05s;
}
.gallery-card .title {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  margin-top: 10px;
}
.gallery-card .title span {
  height: inherit;
  line-height: 25px;
  padding: 0 9px;
  background: rgba(31, 45, 61, 0.1);
  background: var(--gray_opacity_1);
  color: #738192;
  color: var(--gray_3);
  border-radius: 100px;
  display: inline-block;
}
.faq-card-col {
  margin-bottom: 1px;
}
.faq-card-col .question {
  cursor: pointer;
  background: #fff;
  background: var(--white_default);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  color: #8492a6;
  color: var(--gray_4);
  padding: 12px 15px 12px 0;
  transition: 0.25s;
}
.faq-card-col .question i {
  display: inline-block;
  vertical-align: -0.15em;
  width: 36px;
  text-align: center;
  font-size: 16px;
  float: left;
  transition: 0.25s;
}
.faq-card-col .question.expand {
  color: #20a0ff;
  color: var(--primary_default);
  font-weight: 700;
}
.faq-card-col .question.expand i {
  transform: rotate(90deg);
}
.faq-card-col .question:hover:not(.expand) {
  background: #eff2f7;
  background: var(--gray_8);
  color: #475669;
  color: var(--gray_1);
  transition: 0.1s;
}
.faq-card-col .answer {
  background: #fff;
  background: var(--white_default);
  padding: 15px 15px 15px 38px;
}
.faq-card-col .answer .open_new {
  text-align: right;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: calc(100% + 25px) 100%;
  transition: 0.1s;
}
.faq-card-col .answer .flag {
  display: inline-block;
  position: relative;
  margin: 10px -25px 0 0;
  filter: drop-shadow(-5px 6px 5px rgba(97, 190, 51, 0.3));
}
.faq-card-col .answer .flag:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  border-color: transparent transparent #44951b #44951b;
  border-style: solid;
  border-width: 5px;
  transform-origin: bottom;
  transform: scaleY(0.75);
}
.faq-card-col .answer .flag:after {
  content: "";
  display: block;
  border-color: transparent #61be33 #61be33 transparent;
  border-style: solid;
  border-width: 20px 8px;
  position: absolute;
  top: 0;
  left: -16px;
}
.faq-card-col .answer .flag > .content {
  display: inline-block;
  margin: 0;
  color: #fff;
  background: linear-gradient(90deg, #61be33, #95d34b calc(100% - 6px), #d7f81e);
  font-size: 16px !important;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-bottom-right-radius: 5px;
}
.faq-card-col .answer .flag > .content [class*=" icon-"],
.faq-card-col .answer .flag > .content [class^="icon-"] {
  vertical-align: -0.15em;
  display: inline-block;
  transition: 0.25s;
}
.faq-card-col .answer .flag > .content a {
  color: #fff;
}
.faq-card-col .answer.expand .open_new {
  opacity: 1;
  transform: scaleX(1);
  transition: 0.25s ease 0.25s;
}
.faq-card-col:first-child .question {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.faq-card-col:last-child {
  margin-bottom: 30px;
}
.faq-card-col:last-child .question {
  border-bottom: none;
}
.faq-card-col:last-child .answer,
.faq-card-col:last-child .question:not(.expand) {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
[data-is-archive="1"][data-taxonomy-type="faq"] .cardFlip-outer {
  margin-bottom: 25px;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  [data-is-archive="1"][data-taxonomy-type="faq"] .cardFlip-outer {
    margin-bottom: 15px;
  }
  .faq-card-col {
    padding-left: 7px;
    padding-right: 7px;
  }
}
[data-is-search="1"] .cardFlip-outer {
  margin-bottom: 15px;
}
#wrapper[data-is-single="1"][data-post-type="favlinks"] {
  display: none !important;
}
.favlink-card {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.favlink-card .site_icon {
  width: 48px;
  height: 48px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  border-radius: 6px 0 0 6px;
}
.favlink-card .metas {
  background: #fff;
  background: var(--white_default);
  box-shadow: 0 10px 15px rgba(31, 45, 61, 0.1), inset 0 0 0 1px hsla(0, 0%, 100%, 0.06);
  box-shadow: 0 10px 15px var(--gray_opacity_1), 0 0 0 1px hsla(0, 0%, 100%, 0.06) inset;
  border-radius: 6px;
  height: 60px;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 48px);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  position: relative;
}
.favlink-card .metas .background {
  position: absolute;
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.25s;
}
.favlink-card .metas .background.reverse {
  transform: scaleY(-1);
}
.favlink-card .metas .title {
  position: relative;
  z-index: 1;
  color: #657487;
  color: var(--gray_2);
  font-size: 14px;
  font-weight: 700;
  transition: 0.25s;
}
.favlink-card .metas .description {
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.favlink-card:hover .metas .background {
  opacity: 0.15;
}
.post-wrapper {
  background: #fff;
  background: var(--white_default);
  padding: 30px 40px 15px;
  margin: -40px 10px 15px;
  box-shadow: 0 10px 13px rgba(31, 45, 61, 0.1), 0 0 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 13px var(--gray_opacity_1), 0 0 1px var(--gray_opacity_1);
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  color: #738192;
  color: var(--gray_3);
}
.post-wrapper .post-meta-before-content {
  margin-bottom: 15px;
}
.post-wrapper .post-meta-before-content .right {
  text-align: right;
  float: right;
  font-size: 13px;
  color: #99a9bf;
  color: var(--gray_5);
}
.post-wrapper .post-meta-before-content .right i {
  margin-right: 6px;
  vertical-align: -0.15em;
}
.post-wrapper .post-meta-before-content .right .date {
  margin-right: 4px;
}
.post-wrapper .post-meta-before-content .right .tags a {
  color: inherit;
  transition: color 0.25s;
}
.post-wrapper .post-meta-before-content .right .tags a:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.post-wrapper .post-meta-after-content .share-wrapper-section {
  text-align: right;
}
.post-wrapper .post-meta-after-content .share {
  display: inline-block;
  position: relative;
  margin: 10px -50px 0 0;
  filter: drop-shadow(-5px 6px 5px rgba(255, 73, 73, 0.3));
}
.post-wrapper .post-meta-after-content .share:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  border-color: transparent transparent #ca1f1e #ca1f1e;
  border-style: solid;
  border-width: 5px;
  transform-origin: bottom;
  transform: scaleY(0.75);
}
.post-wrapper .post-meta-after-content .share:after {
  content: "";
  display: block;
  border-color: transparent #ff4949 #ff4949 transparent;
  border-style: solid;
  border-width: 20px 8px;
  position: absolute;
  top: 0;
  left: -16px;
}
.post-wrapper .post-meta-after-content .share > .content {
  display: inline-block;
  margin: 0;
  color: #fff;
  background: linear-gradient(90deg, #ff4949, #ff7849 calc(100% - 6px), #ffb350);
  font-size: 16px !important;
  line-height: 40px;
  height: 40px;
  padding: 0 15px;
  border-bottom-right-radius: 5px;
}
.post-wrapper .post-meta-after-content .share > .content [class*=" icon-"],
.post-wrapper .post-meta-after-content .share > .content [class^="icon-"] {
  vertical-align: -0.15em;
  display: inline-block;
  transition: 0.25s;
}
.post-wrapper .post-meta-after-content .share > .content .bigger {
  transform: scale(2);
}
.post-wrapper .post-meta-after-content .share > .content > span {
  margin-right: 10px;
}
.post-wrapper .post-meta-after-content .share > .content .post_meta_number {
  margin-left: 5px;
}
[class*=" share-icon"],
[class^="share-icon"] {
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  display: block;
}
[class*=" share-icon"].share-icon-weibo,
[class^="share-icon"].share-icon-weibo {
  color: #ff4949;
}
[class*=" share-icon"].share-icon-weixin,
[class^="share-icon"].share-icon-weixin {
  color: #13ce66;
}
[class*=" share-icon"].share-icon-qzone,
[class^="share-icon"].share-icon-qzone {
  color: #ffcd00;
}
[class*=" share-icon"].share-icon-qq,
[class^="share-icon"].share-icon-qq {
  color: #409eff;
}
[class*=" share-icon"].share-icon-img,
[class^="share-icon"].share-icon-img {
  color: #ff7800;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-wrapper {
    padding: 15px;
    margin: -40px -15px 0;
    border-radius: 0;
  }
}
.title_style_01 {
  position: relative;
  margin: 20px 0 20px -50px;
  filter: drop-shadow(5px 6px 5px rgba(32, 160, 255, 0.3));
  filter: drop-shadow(5px 6px 5px var(--primary_opacity_3));
}
.title_style_01:before {
  content: "";
  display: block;
  border-bottom: 5px solid #008bc9;
  border-right: 5px solid #008bc9;
  border: 5px solid var(--analogous_dark_3);
  position: absolute;
  left: 0;
  top: -10px;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  transform-origin: bottom;
  transform: scaleY(0.75);
}
.title_style_01:after {
  content: "";
  display: inline-block;
  border-top: 20px solid #0394ff;
  border-left: 20px solid #0394ff;
  border: 20px solid var(--primary_dark_1);
  border-left-width: 8px;
  border-right: 8px solid transparent;
  border-bottom: 20px solid transparent;
  vertical-align: bottom;
}
.title_style_01 > h2,
.title_style_01 > h3,
.title_style_01 > p,
.title_style_01 > span {
  display: inline-block;
  margin: 0;
  color: #fff;
  background: linear-gradient(90deg, #76d5ff, #20baff 6px, #0394ff);
  background: linear-gradient(90deg, var(--analogous_light_3), var(--analogous_default) 6px, var(--primary_dark_1));
  font-weight: 700;
  font-size: 16px !important;
  line-height: 40px;
  height: 40px;
  padding: 0 22px 0 34px;
  border-bottom-left-radius: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1030px;
  vertical-align: bottom;
}
@media (min-width: 1200px) and (max-width: 1509px) {
  .title_style_01 > h2,
  .title_style_01 > h3,
  .title_style_01 > p,
  .title_style_01 > span {
    max-width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .title_style_01 > h2,
  .title_style_01 > h3,
  .title_style_01 > p,
  .title_style_01 > span {
    max-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .title_style_01 > h2,
  .title_style_01 > h3,
  .title_style_01 > p,
  .title_style_01 > span {
    max-width: 650px;
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .title_style_01 > h2,
  .title_style_01 > h3,
  .title_style_01 > p,
  .title_style_01 > span {
    max-width: 89vw;
  }
}
.title_style_01 > h2 > *,
.title_style_01 > h3 > *,
.title_style_01 > p > *,
.title_style_01 > span > * {
  font-size: 16px !important;
}
article a[href] {
  color: #20a0ff;
  color: var(--primary_default);
}
article a[href]:hover {
  color: #59b8ff;
  color: var(--primary_light_2);
}
article a[href]:focus {
  color: #0084e6;
  color: var(--primary_dark_2);
}
.wp-block-column .title_style_01,
.wp-block-pandastudio-fmt .title_style_01,
.wp-block-pandastudio-wrapper .title_style_01 {
  margin-top: 0;
  margin-left: -20px;
}
.wp-block-column .title_style_01:before,
.wp-block-pandastudio-fmt .title_style_01:before,
.wp-block-pandastudio-wrapper .title_style_01:before {
  display: none;
}
.wp-block-column .title_style_01 > h2,
.wp-block-column .title_style_01 > h3,
.wp-block-column .title_style_01 > p,
.wp-block-column .title_style_01 > span,
.wp-block-pandastudio-fmt .title_style_01 > h2,
.wp-block-pandastudio-fmt .title_style_01 > h3,
.wp-block-pandastudio-fmt .title_style_01 > p,
.wp-block-pandastudio-fmt .title_style_01 > span,
.wp-block-pandastudio-wrapper .title_style_01 > h2,
.wp-block-pandastudio-wrapper .title_style_01 > h3,
.wp-block-pandastudio-wrapper .title_style_01 > p,
.wp-block-pandastudio-wrapper .title_style_01 > span {
  padding: 0 15px 0 20px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .title_style_01 {
    margin-left: -15px;
  }
  .title_style_01:before {
    display: none;
  }
  .title_style_01 > h2,
  .title_style_01 > h3,
  .title_style_01 > p,
  .title_style_01 > span {
    padding: 0 15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .post-wrapper .post-meta-after-content .share {
    margin-right: -15px;
  }
  .post-wrapper .post-meta-after-content .share:before {
    display: none;
  }
  .post-wrapper .post-meta-after-content .share > .content {
    padding: 0 5px 0 15px;
    border-bottom-right-radius: 0;
  }
}
#wrapper.low-performance-safari .post-wrapper .post-meta-after-content .share,
#wrapper.low-performance-safari .title_style_01 {
  will-change: transform;
}
.share-img-cover-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(31, 45, 61, 0.8);
  background: var(--gray_opacity_8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: 0.5s;
}
.share-img-cover-wrapper .close_btn {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.share-img-cover-wrapper.unavailable {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.share-img-cover {
  width: 400px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  transition: 0.35s;
}
.share-img-cover-wrapper.unavailable .share-img-cover {
  margin: 5vh auto 0;
}
.share-img-cover .renderCoverImg {
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.share-img-cover .cover {
  position: relative;
}
.share-img-cover img {
  width: 100%;
}
.share-img-cover .cover .title {
  position: absolute;
  bottom: -20px;
  left: -1px;
  right: 0;
  padding: 0 15px 0 0;
  color: #fff;
  font-size: 20px;
  line-height: 29px;
}
.share-img-cover .cover .title > span {
  display: inline-block;
  padding: 8px 20px 10px 15px;
  border-radius: 0 100px 100px 0;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  z-index: 1;
}
.share-img-cover .cover .title > span > .shadow {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: -6px;
  background: inherit;
  z-index: -1;
  border-radius: inherit;
}
.share-img-cover .meta {
  background: #fff;
  display: flex;
  padding-top: 12px;
}
.share-img-cover .description {
  font-size: 14px;
  color: #657487;
}
.share-img-cover .text {
  float: left;
  width: calc(100% - 140px);
  padding: 26px 0 15px 20px;
}
.share-img-cover .qrcode {
  margin: auto;
  width: 130px;
  padding: 10px;
  background: #fff;
  height: 130px;
  float: right;
}
.share-img-cover .muted {
  color: #99a9bf;
  font-size: 12px;
  padding: 5px 0 0;
}
.share-img-cover .wait {
  text-align: center;
}
.share-img-cover .wait span {
  margin-top: 30px;
  display: inline-block;
  padding: 8px 18px;
  background: #20a0ff;
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 20px;
}
.share-img-cover .wait span.success {
  background: #67c23a;
  background: linear-gradient(90deg, #9bd330, #67c23a);
}
.share-qr-cover-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(31, 45, 61, 0.8);
  background: var(--gray_opacity_8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.share-qr-cover-wrapper .close_btn {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.share-qr-cover-wrapper .share-qr-cover {
  background: #fff;
  text-align: center;
  padding: 15px;
  box-shadow: 0 13px 20px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-bottom: 15vh;
  transition: 0.5s;
}
.share-qr-cover-wrapper .share-qr-cover .qrcode {
  margin-bottom: 5px;
}
.share-qr-cover-wrapper.unavailable {
  visibility: hidden;
  opacity: 0;
}
.share-qr-cover-wrapper.unavailable .share-qr-cover {
  margin-bottom: 0;
}
.pandastudio_format_description {
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(90deg, #99a9bf, #99a9bf 1px, transparent 0) repeat-x 0 bottom/3px 1px;
}
.pandastudio_format_description:hover {
  background: linear-gradient(90deg, #20a0ff, #20a0ff 1px, transparent 0) repeat-x 0 bottom/3px 1px;
}
.pandastudio_format_description:before {
  content: attr(data-description);
  color: #fff;
  background: rgba(31, 45, 62, 0.8);
  padding: 5px 7px;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 12px;
  line-height: 12px;
  text-shadow: 0 1px 2px #1f2d3e;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.pandastudio_format_description:after,
.pandastudio_format_description:before {
  text-indent: 0;
  position: absolute;
  display: block;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}
.pandastudio_format_description:after {
  content: "";
  border: 5px solid transparent;
}
.pandastudio_format_description:hover:after,
.pandastudio_format_description:hover:before {
  opacity: 1;
  visibility: visible;
}
.pandastudio_format_description[data-placement=""]:before,
.pandastudio_format_description[data-placement="top"]:before {
  top: -30px;
  left: -6px;
  transform: translateY(10px);
}
.pandastudio_format_description[data-placement=""]:after,
.pandastudio_format_description[data-placement="top"]:after {
  border-top-color: rgba(31, 45, 62, 0.8);
  left: 2px;
  top: -8px;
  transform: translateY(10px);
}
.pandastudio_format_description[data-placement=""]:hover:after,
.pandastudio_format_description[data-placement=""]:hover:before,
.pandastudio_format_description[data-placement="top"]:hover:after,
.pandastudio_format_description[data-placement="top"]:hover:before {
  transform: translateY(0);
}
.pandastudio_format_description[data-placement="bottom"]:before {
  bottom: -30px;
  left: -6px;
  transform: translateY(-10px);
}
.pandastudio_format_description[data-placement="bottom"]:after {
  border-bottom-color: rgba(31, 45, 62, 0.8);
  left: 2px;
  bottom: -8px;
  transform: translateY(-10px);
}
.pandastudio_format_description[data-placement="bottom"]:hover:after,
.pandastudio_format_description[data-placement="bottom"]:hover:before {
  transform: translateY(0);
}
.pandastudio_format_description[data-placement="left"]:before {
  top: -2px;
  left: -8px;
  transform: translateX(calc(-100% + 10px));
}
.pandastudio_format_description[data-placement="left"]:after {
  border-left-color: rgba(31, 45, 62, 0.8);
  top: 4px;
  left: -8px;
  transform: translateX(10px);
}
.pandastudio_format_description[data-placement="left"]:hover:before {
  transform: translateX(-100%);
}
.pandastudio_format_description[data-placement="left"]:hover:after {
  transform: translateX(0);
}
.pandastudio_format_description[data-placement="right"]:before {
  top: -2px;
  right: -8px;
  transform: translateX(calc(100% - 10px));
}
.pandastudio_format_description[data-placement="right"]:after {
  border-right-color: rgba(31, 45, 62, 0.8);
  top: 4px;
  right: -8px;
  transform: translateX(-10px);
}
.pandastudio_format_description[data-placement="right"]:hover:before {
  transform: translateX(100%);
}
.pandastudio_format_description[data-placement="right"]:hover:after {
  transform: translateX(0);
}
.pandastudio-mark[inline-block="true"] {
  display: inline-block;
  border-radius: 5px;
  padding: 5px 7px;
  margin: 0 4px;
  line-height: 1em;
  text-indent: 0;
}
article p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
article .text-indent-2em,
article p.is-style-text-indent-2em {
  text-indent: 2em;
}
article ol,
article ul {
  position: relative;
  z-index: 2;
  font-size: 16px;
  margin-bottom: 20px;
}
article li {
  margin-bottom: 10px;
}
article img {
  max-width: 100%;
  height: auto;
}
article .aligncenter {
  display: block;
  margin: auto;
}
article .alignright {
  float: right;
  margin-left: 20px;
}
article .alignleft {
  float: left;
  margin-right: 20px;
}
article .title_style_02 {
  position: relative;
  color: #8492a6;
  margin-bottom: 20px;
  z-index: 1;
  margin-top: 20px;
}
article .title_style_02:before {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 2px;
  height: 40px;
  background: #f0f2f7;
  background: var(--gray_9);
  left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 0 6px 6px 0;
  border-left: 2px solid #20a0ff;
  box-shadow: inset 1px 0 #fff;
  box-shadow: 1px 0 var(--white_default) inset;
}
article .title_style_02 > * {
  font-size: 18px;
  margin-bottom: 0;
  margin-left: 15px;
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  font-weight: 400;
  line-height: 1;
}
.wp-block-image.is-style-border-round-and-with-shadow img {
  border-radius: 8px !important;
  box-shadow: 0 13px 15px rgba(31, 45, 62, 0.2);
}
.wp-block-image.is-style-border-round img {
  border-radius: 8px !important;
}
.wp-block-image.is-style-with-shadow img {
  box-shadow: 0 13px 15px rgba(31, 45, 62, 0.2);
}
article pre.wp-block-code code:not(.hljs) {
  position: relative;
  text-shadow: #fff;
  text-shadow: var(--white_default);
  line-height: 1.6;
  background-size: auto 3.2em;
  background-origin: content-box;
  background-image: linear-gradient(#eff2f7 50%, #f0f2f7 0);
  background-image: linear-gradient(var(--gray_8) 50%, var(--gray_9) 0);
  box-shadow: inset 0 5px 8px rgba(31, 45, 61, 0.15);
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  border-radius: 8px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  font-size: 12.5px;
  max-height: 18em;
  background-attachment: local;
  -webkit-overflow-scrolling: touch;
  display: block;
  padding: 0.5em 1em;
  overflow: auto;
}
article pre.wp-block-code code {
  margin-bottom: 20px;
}
.post-comment-wrapper pre:not(.wp-block-code):not(.hljs),
article pre:not(.wp-block-code):not(.hljs) {
  position: relative;
  text-shadow: #fff;
  text-shadow: var(--white_default);
  line-height: 1.8;
  background-size: auto 3.6em;
  background-origin: content-box;
  background-image: linear-gradient(#eff2f7 50%, #f0f2f7 0);
  background-image: linear-gradient(var(--gray_8) 50%, var(--gray_9) 0);
  box-shadow: inset 0 5px 8px rgba(31, 45, 61, 0.15);
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  border-radius: 8px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  font-size: 12.5px;
  max-height: 18em;
  background-attachment: local;
  -webkit-overflow-scrolling: touch;
  display: block;
  padding: 0.5em 1em;
  overflow: auto;
}
.wp-block-code {
  position: relative;
  z-index: 1;
}
#comments pre:not(.wp-block-code):not(.hljs) {
  position: relative;
  text-shadow: #fff;
  text-shadow: var(--white_default);
  line-height: 1.8;
  background-size: auto 3.6em;
  background-origin: content-box;
  background-image: linear-gradient(#eff2f7 50%, #f0f2f7 0);
  background-image: linear-gradient(var(--gray_8) 50%, var(--gray_9) 0);
  box-shadow: inset 0 5px 8px rgba(31, 45, 61, 0.15);
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  border-radius: 8px;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  font-size: 12.5px;
  max-height: 18em;
  background-attachment: local;
  -webkit-overflow-scrolling: touch;
  display: block;
  padding: 0.5em 1em;
  overflow: auto;
}
article .wp-block-table td,
article .wp-block-table th {
  border-bottom: 1px solid #eff2f7;
  border-bottom: 1px solid var(--gray_8);
  white-space: nowrap;
  padding: 12px 10px;
}
article .wp-block-table th {
  border-bottom: 1px solid #cad1db;
  border-bottom: 1px solid var(--gray_6);
}
article .wp-block-table tfoot,
article .wp-block-table th {
  font-weight: 700;
  color: #99a9bf;
  color: var(--gray_5);
}
article .wp-block-table table {
  display: table;
  width: 100%;
}
article .wp-block-table {
  width: 100%;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
article .wp-block-table .has-fixed-layout td,
article .wp-block-table .has-fixed-layout th {
  white-space: break-spaces;
}
.cptch_label {
  font-weight: 400;
}
.cptch_label:before {
  content: "验证码 *";
  display: inline-block;
  width: 70px;
}
.cptch_reload_button:before {
  content: "\f021" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cptch_input {
  border: 1px solid;
  border-radius: 100px;
  padding: 5px 10px !important;
}
.tip {
  position: relative;
  color: #fff;
  background: #20a0ff;
  background: linear-gradient(90deg, #20a0ff, #20b8ff);
  text-shadow: 0 -1px #20a0ff;
  padding: 6px 20px;
  border-radius: 10px;
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.5);
  margin-bottom: 20px;
}
.tip a {
  color: #fff !important;
}
.tip p {
  margin: 5px 0 !important;
}
.wp-block-pandastudio-tips .tip {
  margin-bottom: 0;
}
.tip .tipIcon {
  background: #20a0ff;
  background: linear-gradient(0deg, #0092ff, #20b8ff);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  position: absolute;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  left: -12px;
  top: -12px;
  box-shadow: 0 0 0 2.5px #fff;
  text-shadow: 0 -1px #20a0ff;
}
.tip .tipIcon i {
  vertical-align: -0.1em;
}
.well .tip:before {
  box-shadow: 0 0 0 2.5px #eff2f7;
  box-shadow: 0 0 0 2.5px var(--gray_8);
}
.tip ol {
  margin: 0;
}
.tip.success {
  background: #61be33;
  background: linear-gradient(90deg, #61be33, #8fce44);
  text-shadow: 0 -1px #61be33;
  box-shadow: 0 3px 5px rgba(104, 195, 59, 0.5);
}
.tip.success .tipIcon {
  background: linear-gradient(0deg, #52bb1d, #95d34b);
  text-shadow: 0 -1px #61be33;
}
.tip.success .tipIcon i {
  vertical-align: -0.15em;
}
.tip.worning {
  background: #ff953f;
  background: linear-gradient(90deg, #ff953f, #ffb449);
  text-shadow: 0 -1px #ff953f;
  box-shadow: 0 3px 5px rgba(255, 154, 73, 0.5);
}
.tip.worning .tipIcon {
  background: linear-gradient(0deg, #ff8f35, #ffc149);
  text-shadow: 0 -1px #ff953f;
}
.tip.worning .tipIcon i {
  vertical-align: -0.2em;
}
.tip.error {
  background: #ff4949;
  background: linear-gradient(90deg, #ff4949, #ff7849);
  text-shadow: 0 -1px #ff4949;
  box-shadow: 0 3px 5px rgba(255, 73, 73, 0.5);
}
.tip.error .tipIcon {
  background: linear-gradient(0deg, #ff3838, #ff7849);
  text-shadow: 0 -1px #ff4949;
}
.tip.error .tipIcon i {
  vertical-align: -0.15em;
}
.tip.inlineBlock {
  display: inline-block;
}
.btn {
  position: relative;
  z-index: 2;
}
.modal-backdrop {
  z-index: 999;
}
.modal-content {
  border: none;
  box-shadow: 0 20px 40px rgba(31, 45, 61, 0.5);
  border-radius: 10px;
  overflow: hidden;
}
.modal-footer {
  background: #f9fafc;
}
.btn-primary {
  background-color: #38a3fd;
  border-color: #38a3fd;
}
.btn-primary:hover {
  background-color: #1287e9;
  border-color: #1287e9;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-color: #1287e9;
  border-color: #1287e9;
  color: #fff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  background-color: #1287e9;
  border-color: #1287e9;
}
.dropdown-menu > p {
  display: none !important;
}
.dropdown-menu a {
  color: inherit !important;
  margin: 0 !important;
  transition: color 0.5s;
}
.dropdown-menu a[href]:hover {
  color: #20a0ff !important;
  transition: color 0.1s;
}
.dropdown-menu li {
  margin: 0;
}
.well {
  background: #f7f8f9;
  margin-top: 10px;
}
.getit {
  text-align: center;
  width: 150px;
  margin: 25px auto;
}
.getit a {
  display: inline-block;
  width: 136px;
  height: 50px;
  position: relative;
  background: #20a0ff;
  background: var(--primary_default);
  background: linear-gradient(#20a0ff, #20baff);
  background: linear-gradient(var(--primary_default), var(--analogous_default));
  border-radius: 100px;
  box-shadow: inset 0 8px 13px #0084e6;
  box-shadow: 0 8px 13px var(--primary_dark_2) inset;
}
.getit a span:first-child {
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #20a0ff;
  color: var(--primary_default);
  position: absolute;
  left: 2px;
  top: 2px;
  width: 46px;
  height: 46px;
  background: linear-gradient(#fff, #f9fafc);
  box-shadow: 0 6px 6px rgba(32, 160, 255, 0.1), 0 10px 10px rgba(32, 160, 255, 0.2),
    inset 0 -1px 2px hsla(0, 0%, 100%, 0.5);
  box-shadow: 0 6px 6px var(--primary_opacity_1), 0 10px 10px var(--primary_opacity_2),
    0 -1px 2px hsla(0, 0%, 100%, 0.5) inset;
  border-radius: 100px;
  z-index: 1;
  transition: 0.5s;
}
.getit a span:nth-child(n + 2) {
  color: #fff;
  line-height: 50px;
  text-shadow: 0 -1px #0084e6;
  text-shadow: 0 -1px var(--primary_dark_2);
  font-size: 15px;
  position: absolute;
}
.getit a span:nth-child(2) {
  left: 68px;
  transition: 0.5s ease 0.3s;
}
.getit a span:nth-child(3) {
  left: -1px;
  opacity: 0;
  transition: 0.5s;
}
.getit a:hover span:first-child {
  left: 88px;
  transform: rotate(-90deg);
  box-shadow: -6px 0 6px rgba(32, 160, 255, 0.1), -10px 0 10px rgba(32, 160, 255, 0.2),
    inset 1px 0 2px hsla(0, 0%, 100%, 0.5);
  box-shadow: -6px 0 6px var(--primary_opacity_1), -10px 0 10px var(--primary_opacity_2),
    1px 0 2px hsla(0, 0%, 100%, 0.5) inset;
  transition: all 0.5s, box-shadow 0.3s, transform 0.3s;
}
.getit a:hover span:nth-child(2) {
  opacity: 0;
  left: 90px;
  transition: 0.5s;
}
.getit a:hover span:nth-child(3) {
  opacity: 1;
  left: 14px;
  transition: 0.5s ease 0.3s;
}
.need_reply {
  padding: 15px;
  text-align: center;
  border: 1px dashed #d8e0ea;
  border: 1px dashed var(--gray_7);
  border-radius: 4px;
  cursor: default;
  transition: 0.25s;
}
.need_reply:hover {
  border: 1px dashed #20a0ff;
  border: 1px dashed var(--primary_default);
  color: #20a0ff;
  color: var(--primary_default);
  transition: 0.25s;
}
.gallery.carousel .img_wrapper {
  height: 450px;
}
.gallery.carousel .item img {
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
  box-shadow: 0 10px 13px rgba(31, 45, 62, 0.35);
  border-radius: 4px;
}
.gallery.carousel .glyphicon-chevron-left,
.gallery.carousel .glyphicon-chevron-right {
  color: #fff;
}
.gallery.carousel {
  background: rgba(31, 45, 62, 0.75);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery.carousel .img_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  display: inline-block;
  padding: 4px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border-radius: 6px;
  background-image: none;
  color: #fff;
  height: 39px;
  box-sizing: border-box;
  border: solid;
  border-width: 1px 1px 3px;
  transition: 0.1s;
}
.btn-default,
.btn-default:active,
.btn-default:active:focus,
.btn-default:focus,
.btn-default:hover,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:focus {
  color: #8492a6 !important;
  color: var(--gray_4) !important;
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  background-color: #fff;
  background-color: var(--white_default);
  border-color: #cad1db;
  border-color: var(--gray_6);
  box-shadow: 0 3px 5px rgba(31, 45, 61, 0.05);
}
.btn-primary,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary:focus {
  text-shadow: 0 -1px #1d8fe4;
  background-color: #20a0ff;
  border-color: #1d8fe4;
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.3);
}
.btn-success,
.btn-success:active,
.btn-success:active:focus,
.btn-success:focus,
.btn-success:hover,
.open > .dropdown-toggle.btn-success,
.open > .dropdown-toggle.btn-success:focus {
  text-shadow: 0 -1px #61be33;
  background-color: #8ece44;
  border-color: #61be33;
  box-shadow: 0 3px 5px rgba(104, 195, 59, 0.3);
}
.btn-warning,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:focus,
.btn-warning:hover,
.open > .dropdown-toggle.btn-warning,
.open > .dropdown-toggle.btn-warning:focus {
  text-shadow: 0 -1px #ff953f;
  background-color: #ffb449;
  border-color: #ff953f;
  box-shadow: 0 3px 5px rgba(255, 154, 73, 0.3);
}
.btn-danger,
.btn-danger:active,
.btn-danger:active:focus,
.btn-danger:focus,
.btn-danger:hover,
.open > .dropdown-toggle.btn-danger,
.open > .dropdown-toggle.btn-danger:focus {
  text-shadow: 0 -1px #ff4949;
  background-color: #ff7849;
  border-color: #ff4949;
  box-shadow: 0 3px 5px rgba(255, 73, 73, 0.3);
}
.btn:active,
.btn:active:focus {
  border-top-width: 3px;
  border-bottom-width: 1px;
  box-shadow: none;
}
article .wp-block-column > :last-child,
article > :last-child {
  margin-bottom: 0 !important;
}
article [class^="wp-block-"],
article [class^="wp-block-pandastudio-"] {
  margin-bottom: 20px;
}
article [class^="wp-block-"]:not(:first-child) {
  margin-top: 20px;
}
article .wp-block-columns .wp-block-column {
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-quote {
  color: #99a9bf;
}
.wp-block-quote p {
  margin-bottom: 10px;
}
.wp-block-quote {
  border-left: none;
  padding-left: 1em;
}
.wp-block-quote:before {
  content: "";
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14'%3E%3Cpath data-name='path' d='M19.4 11.778a4.516 4.516 0 01-6.147 1.636A4.277 4.277 0 0111.9 6.9l-.044-.025 4-6.882 1.732.993L15.839 5.1a4.449 4.449 0 013.561 6.678zM2.25 13.414A4.454 4.454 0 01.6 7.308 4.4 4.4 0 01.9 6.9l-.044-.025 4-6.882 1.732.993L4.839 5.1a4.471 4.471 0 11-2.589 8.314z' fill='%23C0CCDA' fill-rule='evenodd'/%3E%3C/svg%3E");
  display: block;
  width: 20px;
  height: 14px;
  margin-bottom: 10px;
}
.wp-block-quote cite {
  display: block;
  font-style: italic;
  color: #8492a6;
  font-size: 13px;
}
.wp-block-pandastudio-single:after,
.wp-block-pandastudio-single:before {
  content: "";
  display: table;
  clear: both;
}
.wp-block-pandastudio-single {
  display: flex !important;
  float: none;
  flex-direction: column;
}
.wp-block-pandastudio-single .single-wrapper {
  max-width: 100%;
  align-self: flex-start;
}
.wp-block-pandastudio-single.aligncenter .single-wrapper {
  align-self: center;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper {
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  background: linear-gradient(#f0f2f7, #fff);
  background: linear-gradient(var(--gray_9), var(--white_default));
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(31, 45, 61, 0.1), inset 0 1px #fff;
  box-shadow: 0 4px 10px var(--gray_opacity_1), 0 1px var(--white_default) inset;
  transition: 0.25s;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper > * {
  float: left;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .cover {
  width: 80px;
  height: 71px;
  background-size: cover;
  border-radius: 8px 0 0 8px;
  background-position: 50%;
  transition: 0.3s;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper:hover .cover {
  transform: scale(0.8);
  border-radius: 8px;
  transition: 0.3s;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .single-meta {
  box-shadow: inset 0 1px #fff;
  box-shadow: 0 1px var(--white_default) inset;
  padding: 16px 8px 0 14px;
  max-width: calc(100% - 80px);
  text-align: left;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .single-meta > * {
  position: relative;
  z-index: 1;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper h4 {
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0;
  margin-bottom: 10px;
  color: #738192;
  color: var(--gray_3);
  padding-right: 6px;
  transition: 0.25s;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper h4:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary {
  font-size: 12px;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary .fa-heart,
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary .icon-heart {
  color: #ff4949;
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary .fa-comments,
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary .icon-comment {
  color: #20a0ff;
  color: var(--primary_default);
}
.wp-block-pandastudio-single[posttype="post"] .single-wrapper .summary span {
  padding-right: 6px;
}
@media screen and (max-width: 767px) {
  .flexContainer {
    flex-direction: column;
  }
  .block.text {
    padding: 0 15px;
  }
  .flexContainer {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.well {
  background: #eff2f7;
  background: var(--gray_8);
  border: 1px solid #d8e0ea;
  border: 1px solid var(--gray_7);
}
.modal-header {
  border-bottom: 1px solid #eff2f7;
  border-bottom: 1px solid var(--gray_8);
}
.modal-content {
  background-color: #fff;
  background-color: var(--white_default);
}
.modal-footer {
  border-top: 1px solid #d8e0ea;
  border-top: 1px solid var(--gray_7);
  background: #f0f2f7;
  background: var(--gray_9);
}
.modal-backdrop {
  background-color: #1f2d3d;
  background-color: var(--gray_0);
}
.close {
  color: #1f2d3d;
  color: var(--gray_0);
}
.dropdown-menu {
  background-color: #fff;
  background-color: var(--white_default);
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: #f0f2f7;
  background-color: var(--gray_9);
}
.popover {
  background-color: #fff;
  background-color: var(--white_default);
}
.popover.top > .arrow:after {
  border-top-color: #fff;
  border-top-color: var(--white_default);
}
.dashang_nav {
  border-bottom: 1px solid #cad1db;
  border-bottom: 1px solid var(--gray_6);
}
.dashang_nav > li > a {
  padding: 7px 10px;
  color: #99a9bf !important;
  color: var(--gray_5) !important;
}
.dashang_nav > li > a:focus {
  border-left: 1px solid #cad1db !important;
  border-right: 1px solid #cad1db !important;
  border-top: 1px solid #cad1db !important;
  border: 1px solid var(--gray_6) !important;
  border-bottom: 1px solid transparent !important;
}
.dashang_nav > li > a:focus,
.dashang_nav > li > a:hover {
  background: #fff !important;
  background: var(--white_default) !important;
}
.dashang_nav > li > a:hover {
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
}
.dashang_nav > li.active > a {
  background: #fff;
  background: var(--white_default);
  color: #657487 !important;
  color: var(--gray_2) !important;
  border-left: 1px solid #cad1db;
  border-right: 1px solid #cad1db;
  border-top: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  border-bottom: 1px solid transparent;
}
.dashangImg_wrapper {
  text-align: center;
  padding-top: 10px;
}
.dashangImg_wrapper img {
  max-width: 100%;
}
.post-wrapper article > .alignfull {
  margin-left: -40px;
  margin-right: -40px;
  width: unset;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-wrapper article > .alignfull {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.youku_video_wrap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
.youku_video_wrap:not(:first-child) {
  margin-top: 15px;
}
.youku_video_wrap embed,
.youku_video_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-modal-title i {
  font-size: 20px;
  vertical-align: -4px;
  margin-right: 8px;
  font-weight: 400;
}
.post-modal-title b {
  font-size: 18px;
  margin-right: 3px;
}
.post-comment-wrapper {
  background: #fff;
  background: var(--white_default);
  padding: 0.1px 40px 40px;
  margin: 15px 10px;
  box-shadow: 0 10px 13px rgba(31, 45, 61, 0.1), 0 0 1px rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 13px var(--gray_opacity_1), 0 0 1px var(--gray_opacity_1);
  font-size: 16px;
  border-radius: 10px;
}
.post-comment-wrapper form {
  margin: 0 0 15px;
}
.post-comment-wrapper form:after,
.post-comment-wrapper form:before {
  content: "";
  display: table;
  clear: both;
}
.post-comment-wrapper #comment {
  border: 1px solid transparent;
  background: #eff2f7;
  background: var(--gray_8);
  resize: none;
  border-radius: 5px;
  padding: 8px 10px;
  font-size: 14px;
  width: 100%;
  transition: 0.25s;
}
.post-comment-wrapper #comment:focus,
.post-comment-wrapper #comment:hover {
  background: #fff;
  background: var(--white_default);
  border-color: #20a0ff;
  border-color: var(--primary_default);
}
.post-comment-wrapper #comment:focus {
  box-shadow: 0 0 0 3px rgba(32, 160, 255, 0.2);
  box-shadow: 0 0 0 3px var(--primary_opacity_2);
}
.post-comment-wrapper .comment-form-comment {
  margin-bottom: 5px;
}
.post-comment-wrapper .comment-form-profile.required:hover span,
.post-comment-wrapper .comment-form-profile.required span {
  cursor: text !important;
  color: #8492a6;
  color: var(--gray_4);
  opacity: 0.6;
}
.post-comment-wrapper form > .comment-action {
  display: inline-block;
  border: 1px solid #eff2f7;
  border: 1px solid var(--gray_8);
  height: 32px;
  border-radius: 5px;
  margin-right: 5px;
  color: #8492a6;
  color: var(--gray_4);
  transition: 0.25s;
}
.post-comment-wrapper form > .comment-action:hover {
  border: 1px solid #20a0ff;
  border: 1px solid var(--primary_default);
}
.post-comment-wrapper form > .comment-action:hover label,
.post-comment-wrapper form > .comment-action:hover span {
  color: #20a0ff;
  color: var(--primary_default);
}
.post-comment-wrapper form > .comment-action:hover input {
  color: #475669;
  color: var(--gray_1);
}
.post-comment-wrapper form > .comment-action label {
  margin: 0;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  transition: 0.25s;
}
.post-comment-wrapper form > .comment-action input {
  padding: 0 10px 0 0;
  border: 0;
  line-height: 30px;
  vertical-align: top;
  background: transparent;
  width: 150px;
  font-size: 14px;
  box-shadow: none;
  transition: 0.25s;
}
.post-comment-wrapper form > .comment-action span {
  font-size: 14px;
  line-height: 30px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  margin-right: 8px;
  transition: 0.25s;
}
.post-comment-wrapper .form-submit {
  margin: 0;
  float: right;
}
.post-comment-wrapper .form-submit h3 {
  margin: 0;
}
.post-comment-wrapper .form-submit #submit {
  height: 32px;
  font-size: 14px;
  border-radius: 5px;
  padding: 0 10px;
  background: linear-gradient(90deg, #20a0ff, #3dc3ff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_1));
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.3);
  box-shadow: 0 3px 5px var(--primary_opacity_3);
  color: #fff;
  border: 0;
  transition: 0.25s;
}
.post-comment-wrapper .form-submit #submit:hover {
  box-shadow: 0 5px 8px rgba(32, 160, 255, 0.5);
  box-shadow: 0 5px 8px var(--primary_opacity_5);
}
.post-comment-wrapper #reply-title {
  font-size: 0;
  display: inline-block;
}
.post-comment-wrapper #reply-title small {
  font-size: 100%;
}
.post-comment-wrapper #reply-title small #cancel-comment-reply-link {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #8492a6;
  color: var(--gray_4);
  transition: 0.25s;
}
.post-comment-wrapper #reply-title small #cancel-comment-reply-link:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.post-comment-wrapper .comment-list {
  padding: 0;
}
.post-comment-wrapper .comment-list > li {
  margin: 10px 0;
}
.post-comment-wrapper .comment-list ul.children {
  padding-left: 38px;
}
.post-comment-wrapper li {
  list-style: none;
}
.post-comment-wrapper li #respond {
  margin-left: 44px;
}
.post-comment-wrapper .comment-face {
  float: left;
  border: 1px solid #eff2f7;
  border: 1px solid var(--gray_8);
  padding: 2px;
  width: 38px;
  height: 38px;
  border-radius: 6px;
  transition: 0.25s;
}
.post-comment-wrapper .comment-face img {
  border-radius: 4px;
}
.post-comment-wrapper .comment-wrapper {
  float: left;
  width: calc(100% - 38px);
  font-size: 14px;
}
.post-comment-wrapper .comment-wrapper .meta {
  padding-left: 6px;
  border-bottom: 1px solid #eff2f7;
  border-bottom: 1px solid var(--gray_8);
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .meta .name {
  font-weight: 700;
  color: #738192;
  color: var(--gray_3);
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .meta .name a {
  color: #20a0ff;
  color: var(--primary_default);
  box-shadow: 0 1px #20a0ff;
  box-shadow: 0 1px var(--primary_default);
  display: inline-block;
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .meta .name i {
  font-weight: 400;
  margin-right: 3px;
  vertical-align: 0;
  font-size: 12px;
}
.post-comment-wrapper .comment-wrapper .meta .date {
  font-size: 12px;
  opacity: 0.5;
  float: right;
  transform: translateX(30px);
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .meta .reply {
  float: right;
  margin-top: 10px;
  transform: translateX(15px);
  opacity: 0;
  min-width: 34px;
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .meta .reply a {
  display: inline-block;
  background: #fff;
  background: var(--white_default);
  border: 1px solid #eff2f7;
  border: 1px solid var(--gray_8);
  box-shadow: 0 3px 5px rgba(32, 160, 255, 0.1);
  box-shadow: 0 3px 5px var(--primary_opacity_1);
  color: #8492a6;
  color: var(--gray_4);
  padding: 0 10px;
  border-radius: 100px;
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  transition: 0.25s;
}
.post-comment-wrapper .comment-wrapper .content {
  padding: 3px 6px 0;
}
.post-comment-wrapper .comment-body:hover > .comment-face {
  border: 1px solid #20a0ff;
  border: 1px solid var(--primary_default);
  box-shadow: 0 4px 6px rgba(32, 160, 255, 0.2);
  box-shadow: 0 4px 6px var(--primary_opacity_2);
}
.post-comment-wrapper .comment-body:hover > .comment-wrapper .meta {
  border-bottom: 1px solid #20a0ff;
  border-bottom: 1px solid var(--primary_default);
}
.post-comment-wrapper .comment-body:hover > .comment-wrapper .name {
  color: #0073c9;
  color: var(--primary_dark_3);
}
.post-comment-wrapper .comment-body:hover > .comment-wrapper .name a {
  box-shadow: 0 1px #20a0ff, inset 0 -1px #20a0ff;
  box-shadow: 0 1px var(--primary_default), 0 -1px var(--primary_default) inset;
}
.post-comment-wrapper .comment-body:hover > .comment-wrapper .date,
.post-comment-wrapper .comment-body:hover > .comment-wrapper .reply {
  transform: translateX(0);
  opacity: 1;
}
.post-comment-wrapper .comment-body:hover > .comment-wrapper .reply a {
  border: 1px solid #20a0ff;
  border: 1px solid var(--primary_default);
  box-shadow: 0 5px 8px rgba(32, 160, 255, 0.3);
  box-shadow: 0 5px 8px var(--primary_opacity_3);
  color: #20a0ff;
  color: var(--primary_default);
}
.post-comment-wrapper .pagenav {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  background: linear-gradient(#fff 3%, #f0f2f7);
  background: linear-gradient(var(--white_default) 3%, var(--gray_9));
  border-top: 1px solid #eff2f7;
  border-top: 1px solid var(--gray_8);
  margin: 0 -40px -40px;
  border-radius: 0 0 10px 10px;
}
.post-comment-wrapper .pagenav .page-numbers {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #99a9bf;
  color: var(--gray_5);
  text-shadow: 0 1px #fff;
  text-shadow: 0 1px var(--white_default);
  box-shadow: 1px 0 transparent, -1px 0 transparent;
  transition: 0.25s;
}
.post-comment-wrapper .pagenav .page-numbers.current {
  border-left: 1px solid #d8e0ea;
  border-left: 1px solid var(--gray_7);
  border-right: 1px solid #d8e0ea;
  border-right: 1px solid var(--gray_7);
  box-shadow: 1px 0 #fff, -1px 0 #fff;
  box-shadow: 1px 0 var(--white_default), -1px 0 var(--white_default);
  background: linear-gradient(#f0f2f7, #fff);
  background: linear-gradient(var(--gray_9), var(--white_default));
  color: #657487;
  color: var(--gray_2);
}
.post-comment-wrapper .pagenav .page-numbers:not(.current):not(.dots):hover {
  color: #20a0ff;
  color: var(--primary_default);
  box-shadow: 1px 0 #d8e0ea, -1px 0 #d8e0ea;
  box-shadow: 1px 0 var(--gray_7), -1px 0 var(--gray_7);
  background: hsla(0, 0%, 100%, 0.5);
  background: var(--white_opacity_5);
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .comment-form-author,
  .comment-form-email,
  .comment-form-url {
    width: 100%;
    margin-right: 0 !important;
  }
  #author,
  #email,
  #url {
    width: calc(100% - 32px) !important;
  }
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px) {
  .post-comment-wrapper {
    padding: 0.1px 15px 0;
    margin: 5px -15px 0;
    border-radius: 0;
  }
  .post-comment-wrapper .comment-list ul.children {
    padding-left: 0;
  }
  .post-comment-wrapper li #respond {
    margin-left: 0;
  }
  .post-comment-wrapper .comment-wrapper .meta .date {
    transform: none;
  }
  .post-comment-wrapper .comment-wrapper .meta .reply {
    transform: none;
    opacity: 1;
  }
  .post-comment-wrapper .pagenav {
    margin: 0 -15px;
    border-radius: 0;
  }
}
#comment-face-popover img {
  padding: 3px 2px;
  cursor: pointer;
  mix-blend-mode: multiply;
  border-radius: 4px;
  transition: 0.25s;
}
#comment-face-popover img:hover {
  background: #fff;
  mix-blend-mode: normal;
}
.cmt_faces {
  border-radius: 4px;
  padding: 3px 2px;
  mix-blend-mode: multiply;
  transition: 0.25s;
}
.cmt_faces:hover {
  background: #fff;
  mix-blend-mode: normal;
}
.pf_user_center {
  background: #fff;
  background: var(--white_default);
  padding: 0 25px;
  margin: -40px 10px 15px;
  box-shadow: 0 10px 13px rgba(31, 45, 61, 0.1);
  box-shadow: 0 10px 13px var(--gray_opacity_1);
  border-radius: 0 0 10px 10px;
}
.top-nav .toolbox .login {
  position: relative;
  padding: 0 15px;
  flex-shrink: 0;
}
.top-nav .toolbox .login .vcard {
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
  text-shadow: 0 2px 3px rgba(31, 45, 61, 0.2);
  text-shadow: 0 2px 3px var(--gray_opacity_2);
  transition: 0.5s;
}
.top-nav .toolbox .login .vcard .avatar {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.5), 0 8px 8px rgba(31, 45, 61, 0.3);
  box-shadow: 0 1px hsla(0, 0%, 100%, 0.5) inset, 0 8px 8px var(--gray_opacity_3);
  margin-right: 9px;
  transition: 0.5s;
}
.top-nav .toolbox .login .vcard .caret {
  opacity: 0.5;
  transition: 0.5s;
}
.top-nav .toolbox .login .login-main {
  position: absolute;
  right: 0;
  top: 55px;
  box-shadow: 0 4px 8px rgba(31, 45, 61, 0.2);
  box-shadow: 0 4px 8px var(--gray_opacity_2);
  background: #fff;
  background: var(--white_default);
  border-radius: 6px;
  transform-origin: 0 -5px;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  width: 150px;
  transition: 0.25s;
}
.top-nav .toolbox .login .login-main:before {
  content: "";
  position: absolute;
  display: block;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
  border-bottom: 5px solid var(--white_default);
  top: -5px;
  right: 14px;
}
.top-nav .toolbox .login .login-main:after {
  content: "";
  position: absolute;
  display: block;
  top: -5px;
  left: 0;
  right: 0;
  height: 5px;
}
.top-nav .toolbox .login .login-main.mobile-show {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
}
.top-nav .toolbox .login .login-main .user-type {
  color: #657487;
  color: var(--gray_2);
  padding: 15px;
  border-bottom: 1px solid #eff2f7;
  border-bottom: 1px solid var(--gray_8);
}
.top-nav .toolbox .login .login-main .operation {
  padding: 6px;
}
.top-nav .toolbox .login .login-main .operation a {
  display: flex;
  padding: 7px 9px;
  color: #20a0ff;
  color: var(--primary_default);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.25s;
}
.top-nav .toolbox .login .login-main .operation a:hover {
  background: rgba(32, 160, 255, 0.1);
  background: var(--primary_opacity_1);
  transition: 0s;
}
.top-nav .toolbox .login .login-main .operation a i {
  width: 16px;
  text-align: center;
  margin-right: 5px;
}
.top-nav.always-stay .toolbox .login .vcard,
.top-nav.is-scrolled .toolbox .login .vcard,
.top-nav:hover .toolbox .login .vcard {
  color: #8492a6;
  color: var(--gray_4);
  text-shadow: none;
}
.top-nav.always-stay .toolbox .login .vcard .avatar,
.top-nav.is-scrolled .toolbox .login .vcard .avatar,
.top-nav:hover .toolbox .login .vcard .avatar {
  box-shadow: inset 0 0 transparent, 0 8px 8px rgba(31, 45, 61, 0.1);
  box-shadow: 0 0 transparent inset, 0 8px 8px var(--gray_opacity_1);
}
.top-nav.always-stay .toolbox .login .vcard .caret,
.top-nav.is-scrolled .toolbox .login .vcard .caret,
.top-nav:hover .toolbox .login .vcard .caret {
  opacity: 1;
}
@media (max-width: 479px), (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  .top-nav .toolbox .login .vcard {
    color: #8492a6;
    color: var(--gray_4);
    text-shadow: none;
  }
  .top-nav .toolbox .login .vcard .avatar {
    box-shadow: inset 0 0 transparent, 0 8px 8px rgba(31, 45, 61, 0.1);
    box-shadow: 0 0 transparent inset, 0 8px 8px var(--gray_opacity_1);
  }
  .top-nav .toolbox .login .vcard .caret {
    opacity: 1;
  }
}
.inputer {
  margin: 10px 0 25px;
  position: relative;
}
.inputer:after {
  content: "";
  background: linear-gradient(#f0f2f7, #fff);
  background: linear-gradient(var(--gray_9), var(--white_default));
  border-radius: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
}
.inputer input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  box-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 1px 1px var(--white_opacity_8);
  background: transparent;
  padding: 0 20px;
  color: #475669;
  color: var(--gray_1);
  -webkit-appearance: none !important;
  font-size: 16px;
  outline: none;
  transition: 0.25s;
}
.inputer input:focus {
  border-color: #20a0ff;
  border-color: var(--primary_default);
}
.inputer span.title {
  content: attr(title);
  position: absolute;
  display: inline-block;
  padding: 0 5px;
  top: 11px;
  left: 15px;
  font-size: 16px;
  line-height: 16px;
  color: #cad1db;
  color: var(--gray_6);
  z-index: -1;
  transition: 0.25s;
}
.inputer span.title svg {
  height: 13px;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}
.inputer input.has_value + span.title,
.inputer input:focus + span.title {
  font-size: 14px;
  z-index: 1;
  top: -10px;
  color: #20a0ff;
  color: var(--primary_default);
  background: #f0f2f7;
  background: var(--gray_9);
}
.inputer input.has_value {
  border-color: #20a0ff;
  border-color: var(--primary_default);
}
.inputer .view_password {
  position: absolute;
  right: 11px;
  top: 11px;
  cursor: pointer;
}
.inputer .view_password:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJleWUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDU3NiA1MTIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1leWUgZmEtdy0xOCBmYS0yeCI+PHBhdGggZmlsbD0iI0MwQ0NEQSIgZD0iTTU3Mi41MiAyNDEuNEM1MTguMjkgMTM1LjU5IDQxMC45MyA2NCAyODggNjRTNTcuNjggMTM1LjY0IDMuNDggMjQxLjQxYTMyLjM1IDMyLjM1IDAgMDAwIDI5LjE5QzU3LjcxIDM3Ni40MSAxNjUuMDcgNDQ4IDI4OCA0NDhzMjMwLjMyLTcxLjY0IDI4NC41Mi0xNzcuNDFhMzIuMzUgMzIuMzUgMCAwMDAtMjkuMTl6TTI4OCA0MDBhMTQ0IDE0NCAwIDExMTQ0LTE0NCAxNDMuOTMgMTQzLjkzIDAgMDEtMTQ0IDE0NHptMC0yNDBhOTUuMzEgOTUuMzEgMCAwMC0yNS4zMSAzLjc5IDQ3Ljg1IDQ3Ljg1IDAgMDEtNjYuOSA2Ni45QTk1Ljc4IDk1Ljc4IDAgMTAyODggMTYweiIvPjwvc3ZnPg==)
    no-repeat 50% / contain;
}
.inputer .view_password + input {
  padding-right: 35px;
}
.inputer .view_password .pf_tooltip {
  background: #1f2d3d;
  background: var(--gray_0);
  box-shadow: 0 2px 4px rgba(31, 45, 62, 0.7);
  color: #fff;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: -34px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: top center;
  transition: 0.2s;
}
.inputer .view_password .pf_tooltip:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #1f2d3d;
  border-bottom: 4px solid var(--gray_0);
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
}
.inputer .view_password .pf_tooltip.show:not(.disabled),
.inputer .view_password:hover .pf_tooltip:not(.disabled) {
  transform: scale(1);
  bottom: -30px;
  opacity: 0.8;
  visibility: visible;
}
.pandastudio_framework_login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(at center, rgba(31, 45, 64, 0.3), rgba(31, 45, 64, 0.8));
  perspective: 800px;
  z-index: 999;
  transition: 0.5s;
}
.pandastudio_framework_login.is_showing {
  opacity: 0;
}
.pandastudio_framework_login__card {
  width: 270px;
  background: #f0f2f7;
  background: var(--gray_9);
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px #fff, 0 15px 20px rgba(31, 45, 61, 0.4);
  box-shadow: 0 1px 1px var(--white_default) inset, 0 15px 20px var(--gray_opacity_4);
  position: relative;
  z-index: 1;
  transition: 0.3s ease-out;
}
.pandastudio_framework_login__card.is_showing {
  transform: rotateY(-90deg) scaleY(0.7);
  opacity: 0;
}
.pandastudio_framework_login__card.is_disappearing {
  transform: rotateY(90deg) scaleY(0.7);
  opacity: 0;
  transition: 0.3s ease-in;
}
.pandastudio_framework_login__form div.is_showing {
  transform: translateX(30px);
  will-change: transform, opacity;
  opacity: 0;
}
.pandastudio_framework_login__form div {
  will-change: transform, opacity;
  transition: 0.5s;
}
.pandastudio_framework_login__form___submit {
  cursor: pointer;
  width: 150px;
  background: linear-gradient(90deg, #20a0ff, #3dc3ff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_light_1));
  box-shadow: 0 8px 15px rgba(32, 160, 255, 0.5);
  box-shadow: 0 8px 15px var(--primary_opacity_5);
  margin: auto;
  text-align: center;
  padding: 7px 0;
  border-radius: 100px;
  color: #fff;
}
.pandastudio_framework_login__title {
  color: #20a0ff;
  color: var(--primary_default);
  font-size: 24px;
  border-left: 3px solid #20a0ff;
  border-left: 3px solid var(--primary_default);
  text-shadow: 0 1px 1px white_defult;
  margin-left: -25px;
  padding-left: 20px;
  margin-bottom: 25px;
}
.pandastudio_framework_login__form___submit.error {
  animation: submit_error 0.55s;
}
.pandastudio_framework_login__card___new {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: radial-gradient(at 20% 20%, #59ccff, #20a0ff 65%);
  background: radial-gradient(at 20% 20%, var(--analogous_light_2), var(--primary_default) 65%);
  box-shadow: 0 8px 15px rgba(32, 160, 255, 0.5), inset 0 -4px 4px #3dc3ff;
  box-shadow: 0 8px 15px var(--primary_opacity_5), 0 -4px 4px var(--analogous_light_1) inset;
  top: 15px;
  right: -25px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 1.8, 0.7, 1);
}
.pandastudio_framework_login__card___new.is_showing {
  transform: scale(0);
}
.pandastudio_framework_login__card___new.is_disappearing {
  transform: scale(0);
  transition: 0.25s;
}
.pandastudio_framework_login__card___new .pf_plus {
  position: relative;
  margin-left: 25px;
  margin-top: 25px;
  transform-origin: left;
  transition: 1s;
}
.pandastudio_framework_login__card___new.is_showing .pf_plus {
  transform: rotate(-1turn) scale(0);
  opacity: 0;
}
.pandastudio_framework_login__card___new .pf_plus:after,
.pandastudio_framework_login__card___new .pf_plus:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -10px;
  width: 20px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
}
.pandastudio_framework_login__card___new .pf_plus:after {
  transform: rotate(90deg);
}
.pandastudio_framework_login__card___new .pf_tooltip {
  background: #1f2d3d;
  box-shadow: 0 2px 4px rgba(31, 45, 62, 0.7);
  color: #fff;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: 6px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: top center;
  transition: 0.2s;
}
.pandastudio_framework_login__card___new .pf_tooltip:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #1f2d3d;
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
}
.pandastudio_framework_login__card___new.show_pf_tooltip .pf_tooltip,
.pandastudio_framework_login__card___new:hover .pf_tooltip {
  transform: scale(1);
  bottom: -30px;
  opacity: 0.9;
  visibility: visible;
}
.pandastudio_framework_login__form___remember {
  font-size: 14px;
  margin-bottom: 20px;
}
.pandastudio_framework_login__form___remember input {
  display: none;
}
.pandastudio_framework_login__form___remember input + label {
  position: relative;
  cursor: pointer;
  color: #99a9bf;
  color: var(--gray_5);
  transition: 0.25s;
}
.pandastudio_framework_login__form___remember input + label:hover,
.pandastudio_framework_login__form___remember input:checked + label {
  color: #20a0ff;
  color: var(--primary_default);
}
.pandastudio_framework_login__form___remember input + label:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #fff;
  background: var(--white_default);
  box-shadow: inset 0 0 0 1px #cad1db, inset 0 0 3px transparent, 0 1px 1px hsla(0, 0%, 100%, 0.7);
  box-shadow: 0 0 0 1px var(--gray_6) inset, 0 0 3px transparent inset, 0 1px 1px var(--white_opacity_7);
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  vertical-align: -2px;
  transition: box-shadow 0.2s linear;
}
.pandastudio_framework_login__form___remember input:checked + label:before {
  box-shadow: inset 0 0 0 1px transparent, inset 0 0 0 5px #20a0ff, 0 5px 8px rgba(32, 160, 255, 0.5);
  box-shadow: 0 0 0 1px transparent inset, 0 0 0 5px var(--primary_default) inset, 0 5px 8px var(--primary_opacity_5);
}
.pandastudio_framework_login__form___remember .forget {
  float: right;
  text-decoration: none;
  color: #99a9bf;
  color: var(--gray_5);
  transition: 0.25s;
}
.pandastudio_framework_login__form___remember .forget:hover {
  color: #20a0ff;
  color: var(--primary_default);
}
.pandastudio_framework_register__card {
  width: 270px;
  background: #f0f2f7;
  background: var(--gray_9);
  padding: 30px 25px;
  border-radius: 20px;
  box-shadow: inset 0 1px 1px #fff, 0 15px 20px rgba(31, 45, 61, 0.4);
  box-shadow: 0 1px 1px var(--white_default) inset, 0 15px 20px var(--gray_opacity_4);
  position: relative;
  z-index: 1;
  transition: 0.3s ease-out;
}
.pandastudio_framework_register__card.is_showing {
  transform: rotateY(-90deg) scaleY(0.7);
  opacity: 0;
}
.pandastudio_framework_register__card.is_disappearing {
  transform: rotateY(90deg) scaleY(0.7);
  opacity: 0;
  transition: 0.3s ease-in;
}
.pandastudio_framework_register__form div.is_showing {
  transform: translateX(30px);
  will-change: transform, opacity;
  opacity: 0;
}
.pandastudio_framework_register__form div {
  will-change: transform, opacity;
  transition: 0.5s;
}
.pandastudio_framework_register__form___submit {
  cursor: pointer;
  width: 150px;
  background: linear-gradient(90deg, #20a0ff, #20baff);
  background: linear-gradient(90deg, var(--primary_default), var(--analogous_default));
  box-shadow: 0 8px 15px rgba(32, 160, 255, 0.5);
  box-shadow: 0 8px 15px var(--primary_opacity_5);
  margin: auto;
  text-align: center;
  padding: 7px 0;
  border-radius: 100px;
  color: #fff;
}
.pandastudio_framework_register__title {
  color: #20a0ff;
  color: var(--primary_default);
  font-size: 24px;
  border-left: 3px solid #20a0ff;
  border-left: 3px solid var(--primary_default);
  text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px var(--white_default);
  margin-left: -25px;
  padding-left: 20px;
  margin-bottom: 25px;
}
.pandastudio_framework_register__form___submit.error {
  animation: submit_error 0.55s;
}
.pandastudio_framework_register__card___back {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: radial-gradient(at 20% 20%, #59ccff, #20a0ff 65%);
  background: radial-gradient(at 20% 20%, var(--analogous_light_2), var(--primary_default) 65%);
  box-shadow: 0 8px 15px rgba(32, 160, 255, 0.5), inset 0 -4px 4px #3dc3ff;
  box-shadow: 0 8px 15px var(--primary_opacity_5), 0 -4px 4px var(--analogous_light_1) inset;
  top: 15px;
  right: -25px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 1.8, 0.7, 1);
}
.pandastudio_framework_register__card___back.is_showing {
  transform: scale(0);
}
.pandastudio_framework_register__card___back.is_disappearing {
  transform: scale(0);
  transition: 0.25s;
}
.pandastudio_framework_register__card___back .pf_back {
  position: relative;
  margin-left: 15px;
  margin-top: 15px;
  transform-origin: left;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJzaWduLWluIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtc2lnbi1pbiBmYS13LTE2IGZhLTJ4Ij48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMTM3LjIgMTEwLjNsMjEuOS0yMS45YzkuMy05LjMgMjQuNS05LjQgMzMuOS0uMUwzNDQuOSAyMzljOS41IDkuNCA5LjUgMjQuNyAwIDM0LjFMMTkzIDQyMy43Yy05LjQgOS4zLTI0LjUgOS4zLTMzLjktLjFsLTIxLjktMjEuOWMtOS43LTkuNy05LjMtMjUuNC44LTM0LjdsNzcuNi03MS4xSDI0Yy0xMy4zIDAtMjQtMTAuNy0yNC0yNHYtMzJjMC0xMy4zIDEwLjctMjQgMjQtMjRoMTkxLjVsLTc3LjYtNzEuMWMtMTAtOS4xLTEwLjQtMjQuOS0uNy0zNC41ek01MTIgMzUyVjE2MGMwLTUzLTQzLTk2LTk2LTk2aC04NGMtNi42IDAtMTIgNS40LTEyIDEydjQwYzAgNi42IDUuNCAxMiAxMiAxMmg4NGMxNy43IDAgMzIgMTQuMyAzMiAzMnYxOTJjMCAxNy43LTE0LjMgMzItMzIgMzJoLTg0Yy02LjYgMC0xMiA1LjQtMTIgMTJ2NDBjMCA2LjYgNS40IDEyIDEyIDEyaDg0YzUzIDAgOTYtNDMgOTYtOTZ6Ii8+PC9zdmc+)
    no-repeat 50% / contain;
  transition: 1s;
}
.pandastudio_framework_register__card___back .pf_tooltip {
  background: #1f2d3d;
  background: var(--gray_0);
  box-shadow: 0 2px 4px rgba(31, 45, 62, 0.7);
  color: #fff;
  padding: 4px 7px;
  font-size: 12px;
  border-radius: 5px;
  position: absolute;
  bottom: -20px;
  left: 6px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.5);
  transform-origin: top center;
  transition: 0.2s;
}
.pandastudio_framework_register__card___back .pf_tooltip:before {
  content: "";
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #1f2d3d;
  border-bottom: 4px solid var(--gray_0);
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
}
.pandastudio_framework_register__card___back.show_pf_tooltip .pf_tooltip,
.pandastudio_framework_register__card___back:hover .pf_tooltip {
  transform: scale(1);
  bottom: -30px;
  opacity: 0.9;
  visibility: visible;
}
@keyframes submit_error {
  0% {
    transform: translateX(-4px);
  }
  15% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-8px);
  }
  45% {
    transform: translateX(8px);
  }
  60% {
    transform: translateX(-8px);
  }
  75% {
    transform: translateX(8px);
  }
  90% {
    transform: translateX(-4px);
  }
  to {
    transform: translateX(0);
  }
}
.send_email_nonce {
  width: 40px;
  height: 28px;
  border-radius: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  border: 1px solid #cad1db;
  border: 1px solid var(--gray_6);
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwYXBlci1wbGFuZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBhcGVyLXBsYW5lIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiNjMGNjZGEiIGQ9Ik00NzYgMy4yTDEyLjUgMjcwLjZjLTE4LjEgMTAuNC0xNS44IDM1LjYgMi4yIDQzLjJMMTIxIDM1OC40bDI4Ny4zLTI1My4yYzUuNS00LjkgMTMuMyAyLjYgOC42IDguM0wxNzYgNDA3djgwLjVjMCAyMy42IDI4LjUgMzIuOSA0Mi41IDE1LjhMMjgyIDQyNmwxMjQuNiA1Mi4yYzE0LjIgNiAzMC40LTIuOSAzMy0xOC4ybDcyLTQzMkM1MTUgNy44IDQ5My4zLTYuOCA0NzYgMy4yeiIvPjwvc3ZnPg==)
      no-repeat 50%/16px 16px,
    linear-gradient(#fff, #f0f2f7);
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwYXBlci1wbGFuZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBhcGVyLXBsYW5lIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiNjMGNjZGEiIGQ9Ik00NzYgMy4yTDEyLjUgMjcwLjZjLTE4LjEgMTAuNC0xNS44IDM1LjYgMi4yIDQzLjJMMTIxIDM1OC40bDI4Ny4zLTI1My4yYzUuNS00LjkgMTMuMyAyLjYgOC42IDguM0wxNzYgNDA3djgwLjVjMCAyMy42IDI4LjUgMzIuOSA0Mi41IDE1LjhMMjgyIDQyNmwxMjQuNiA1Mi4yYzE0LjIgNiAzMC40LTIuOSAzMy0xOC4ybDcyLTQzMkM1MTUgNy44IDQ5My4zLTYuOCA0NzYgMy4yeiIvPjwvc3ZnPg==)
      no-repeat 50%/16px 16px,
    linear-gradient(var(--white_default), var(--gray_9));
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #fff;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1), 0 0 0 1px var(--white_default) inset;
}
.send_email_nonce:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwYXBlci1wbGFuZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBhcGVyLXBsYW5lIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiMyMGEwZmYiIGQ9Ik00NzYgMy4yTDEyLjUgMjcwLjZjLTE4LjEgMTAuNC0xNS44IDM1LjYgMi4yIDQzLjJMMTIxIDM1OC40bDI4Ny4zLTI1My4yYzUuNS00LjkgMTMuMyAyLjYgOC42IDguM0wxNzYgNDA3djgwLjVjMCAyMy42IDI4LjUgMzIuOSA0Mi41IDE1LjhMMjgyIDQyNmwxMjQuNiA1Mi4yYzE0LjIgNiAzMC40LTIuOSAzMy0xOC4ybDcyLTQzMkM1MTUgNy44IDQ5My4zLTYuOCA0NzYgMy4yeiIvPjwvc3ZnPg==)
      no-repeat 50%/16px 16px,
    linear-gradient(#f0f2f7, #fff);
  background: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwYXBlci1wbGFuZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLXBhcGVyLXBsYW5lIGZhLXctMTYgZmEtMngiPjxwYXRoIGZpbGw9IiMyMGEwZmYiIGQ9Ik00NzYgMy4yTDEyLjUgMjcwLjZjLTE4LjEgMTAuNC0xNS44IDM1LjYgMi4yIDQzLjJMMTIxIDM1OC40bDI4Ny4zLTI1My4yYzUuNS00LjkgMTMuMyAyLjYgOC42IDguM0wxNzYgNDA3djgwLjVjMCAyMy42IDI4LjUgMzIuOSA0Mi41IDE1LjhMMjgyIDQyNmwxMjQuNiA1Mi4yYzE0LjIgNiAzMC40LTIuOSAzMy0xOC4ybDcyLTQzMkM1MTUgNy44IDQ5My4zLTYuOCA0NzYgMy4yeiIvPjwvc3ZnPg==)
      no-repeat 50%/16px 16px,
    linear-gradient(var(--gray_9), var(--white_default));
}
.send_email_nonce + input {
  padding-right: 50px;
}
.lightbox_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(31, 45, 62, 0.75);
  padding: 40px;
  z-index: 999;
  transition: 0.5s;
}
.lightbox_wrapper.unvisible {
  background-color: rgba(31, 45, 62, 0);
}
.lightbox_wrapper img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 15px 15px rgba(31, 45, 62, 0.25);
  background: rgba(31, 45, 62, 0.75);
  transition: all 0.5s cubic-bezier(0.4, 1.5, 0.55, 1), transform-origin 0s;
}
.lightbox_wrapper img.unvisible {
  transform: scale(0);
  opacity: 0;
}
body {
  margin: 0;
}
#gallery {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  color: #fff;
}
#gallery:not([init="pandastudio_reVival_theme"]) * {
  display: none;
}
#gallery.show-anchor .topbar {
  height: 40px;
  padding-top: env(safe-area-inset-top);
  opacity: 1;
}
#gallery.show-anchor .showbox .background:before {
  background-color: transparent;
}
#gallery.show-anchor .showbox > img {
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px - 12vh - 10px - env(safe-area-inset-bottom));
  border-radius: 5px;
  margin-bottom: calc(12vh + 10px + env(safe-area-inset-bottom));
}
#gallery.show-anchor .showbox .next_btn,
#gallery.show-anchor .showbox .prev_btn {
  transform: none;
  opacity: 1;
}
#gallery.show-anchor .controls {
  transform: translateY(0);
  opacity: 1;
}
#gallery .topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  z-index: 3;
  transition: 0.35s;
}
#gallery .topbar:after,
#gallery .topbar:before {
  content: "";
  display: table;
  clear: both;
}
#gallery .topbar.is-off {
  height: 0;
}
#gallery .topbar.is-off > a {
  opacity: 0;
  visibility: hidden;
}
#gallery .topbar > a {
  color: hsla(0, 0%, 100%, 0.8);
  line-height: 40px;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: 0.35s;
}
#gallery .topbar > a.left {
  float: left;
  margin-left: calc(env(safe-area-inset-left) + 15px);
}
#gallery .topbar > a.left i {
  vertical-align: -0.12em;
}
#gallery .topbar > a.right {
  float: right;
  margin-right: calc(env(safe-area-inset-right) + 15px);
}
#gallery .topbar .article-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 250px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 15px;
  box-shadow: -10px 0 13px rgba(0, 0, 0, 0.3), inset 1px 0 #000, inset 2px 0 hsla(0, 0%, 100%, 0.1);
  transform: translateX(100%);
  opacity: 0;
  overflow: auto;
  transition: 0.35s;
}
#gallery .topbar .article-wrapper.is-on {
  transform: translateX(0);
  opacity: 1;
}
#gallery .showbox {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#gallery .showbox .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#gallery .showbox .background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  background-image: radial-gradient(circle farthest-corner, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.8));
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.35s;
}
#gallery .showbox .background img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: 1s ease 0.2s;
}
#gallery .showbox .background img.off {
  opacity: 0;
}
#gallery .showbox .loading {
  width: 40px;
  height: 40px;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  border: 5px solid;
  border-color: #fff #fff transparent;
  animation: gallery-loading 1s linear infinite;
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#gallery .showbox > img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0;
  z-index: 1;
  box-shadow: 0 10px 13px rgba(0, 0, 0, 0.3);
  transform: translateZ(99px);
  transition: 0.35s;
}
#gallery .showbox .next_btn,
#gallery .showbox .prev_btn {
  z-index: 1;
  position: fixed;
  width: 30px;
  height: 50px;
  background: hsla(0, 0%, 50.2%, 0.3);
  font-size: 18px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
  transition: 0.25s;
}
#gallery .showbox .next_btn:hover,
#gallery .showbox .prev_btn:hover {
  transform: none;
  opacity: 1;
}
#gallery .showbox .prev_btn {
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
  border-radius: 0 5px 5px 0;
}
#gallery .showbox .next_btn {
  right: 0;
  transform: translateX(30px);
  opacity: 0;
  border-radius: 5px 0 0 5px;
}
#gallery .showbox.is-changing .loading {
  visibility: visible;
  opacity: 0.3;
  transition: 0.35s ease 0.35s;
}
#gallery .showbox.is-changing > img {
  transform: translateZ(99px) perspective(500px) rotateX(10deg) scale(0.85);
  opacity: 0;
}
#gallery .controls {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background: #000;
  box-shadow: 0 -5px 8px rgba(0, 0, 0, 0.3);
  height: calc(12vh + 10px);
  padding-bottom: env(safe-area-inset-bottom);
  transform: translateY(100%);
  opacity: 0;
  transition: 0.35s;
}
#gallery .controls.scroll {
  overflow: scroll;
}
#gallery .controls a {
  display: inline-block;
  margin: 5px 2px;
  cursor: pointer;
  transition: 0.35s;
}
#gallery .controls a img {
  width: 9vh;
  border-radius: 2px;
  height: 12vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0.3;
  transition: 0.35s;
}
#gallery .controls a.current {
  margin: 5px 12px;
}
#gallery .controls a.current img {
  width: 16vh;
  opacity: 1;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #fff;
}
#gallery .controls a:hover img {
  opacity: 1;
}
@keyframes gallery-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.hljs {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0.5em 0;
  color: #abb2bf;
  background: #22323a;
  border-radius: 10px;
}
.hljs-keyword,
.hljs-operator,
.hljs-pattern-match {
  color: #f92672;
}
.hljs-function,
.hljs-pattern-match .hljs-constructor {
  color: #61aeee;
}
.hljs-function .hljs-params {
  color: #a6e22e;
}
.hljs-function .hljs-params .hljs-typing {
  color: #fd971f;
}
.hljs-module-access .hljs-module {
  color: #7e57c2;
}
.hljs-constructor {
  color: #e2b93d;
}
.hljs-constructor .hljs-string {
  color: #9ccc65;
}
.hljs-comment,
.hljs-quote {
  color: #b18eb1;
  font-style: italic;
}
.hljs-doctag,
.hljs-formula {
  color: #c678dd;
}
.hljs-deletion,
.hljs-name,
.hljs-section,
.hljs-selector-tag,
.hljs-subst {
  color: #e06c75;
}
.hljs-literal {
  color: #56b6c2;
}
.hljs-addition,
.hljs-attribute,
.hljs-meta-string,
.hljs-regexp,
.hljs-string {
  color: #98c379;
}
.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}
.hljs-attr,
.hljs-number,
.hljs-selector-attr,
.hljs-selector-class,
.hljs-selector-pseudo,
.hljs-template-variable,
.hljs-type,
.hljs-variable {
  color: #d19a66;
}
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-symbol,
.hljs-title {
  color: #61aeee;
}
.hljs-emphasis {
  font-style: italic;
}
.hljs-strong {
  font-weight: 700;
}
.hljs-link {
  text-decoration: underline;
}
td.hljs-ln-numbers {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border-right: 1px solid #38464d;
  vertical-align: top;
  color: #647075;
  font-size: 10px;
  line-height: 18px;
}
td.hljs-ln-numbers > div {
  padding: 0 0.6em;
}
td.hljs-ln-code {
  white-space: pre;
  color: #abb2bf;
  font-size: 13px;
  line-height: 18px;
}
td.hljs-ln-code > div {
  padding: 0 10px;
}
.hljs {
  font-family: Lucida Console, Monaco, Courier New;
  box-shadow: 0 10px 13px rgba(31, 45, 62, 0.38);
}
table.hljs-ln tr:nth-child(2n - 1) {
  background: #293840;
}
table.hljs-ln {
  width: 100%;
}
table.hljs-ln tr > td:first-child {
  width: 1px;
}
table.hljs-ln tr:hover td > div {
  background: linear-gradient(#394750, #2d3c44);
  box-shadow: inset 0 1px hsla(0, 0%, 100%, 0.15), 0 1px 3px rgba(0, 0, 0, 0.15);
}
