@charset "UTF-8";

.wp-block-archives {
  box-sizing: border-box
}

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}

.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
  border: 2px solid;
  padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
  color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none
}

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

.wp-block-buttons.aligncenter {
  text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-code {
  box-sizing: border-box
}

.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0%;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0%;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table
}

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
  padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center;
  z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit
}

.wp-block-details {
  box-sizing: border-box
}

.wp-block-details summary {
  cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

.wp-block-file {
  box-sizing: border-box
}

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

.wp-block-file.aligncenter {
  text-align: center
}

.wp-block-file.alignright {
  text-align: right
}

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: .25em;
  margin-bottom: .5em;
  width: 100%
}

.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: .5em;
  padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em
}

textarea.wp-block-form-input__input {
  min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}

@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

.wp-block-group {
  box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-image.aligncenter {
  text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
  caption-side: bottom;
  display: table-caption
}

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px
}

.wp-block-image figure {
  margin: 0
}

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity .2s ease;
  width: 20px;
  z-index: 100
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.epqpu_active {
  animation: turn-on-visibility .25s both;
  visibility: visible
}

.wp-lightbox-overlay.epqpu_active img {
  animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.epqpu_active) {
  animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.epqpu_active) img {
  animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
  .wp-lightbox-overlay.zoom.epqpu_active {
    animation: none;
    opacity: 1;
    visibility: visible
  }

  .wp-lightbox-overlay.zoom.epqpu_active .lightbox-image-container {
    animation: lightbox-zoom-in .4s
  }

  .wp-lightbox-overlay.zoom.epqpu_active .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.epqpu_active .scrim {
    animation: turn-on-visibility .4s forwards
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.epqpu_active) {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.epqpu_active) .lightbox-image-container {
    animation: lightbox-zoom-out .4s
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.epqpu_active) .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.epqpu_active) .scrim {
    animation: turn-off-visibility .4s forwards
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

.wp-block-latest-posts.alignleft {
  margin-right: 2em
}

.wp-block-latest-posts.alignright {
  margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap
}

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

:root :where(ul.has-background, ol.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  box-sizing: border-box;
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text>.wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text>.wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
  text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: .075em;
  width: inherit
}

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px
}

.link-ui-block-inserter {
  padding-top: 8px
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

p.has-drop-cap.has-background {
  overflow: hidden
}

:root :where(p.has-background) {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  font-size: .5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  font-size: .7em;
  margin-bottom: .7em
}

.wp-block-post-author__content {
  flex-basis: 0%;
  flex-grow: 1
}

.wp-block-post-author__name {
  margin: 0
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form input[type=submit] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

.wp-block-post-featured-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.wp-block-pullquote blockquote {
  margin: 0
}

.wp-block-pullquote p {
  margin-top: 0
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0
}

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto
}

.wp-block-query-pagination>.wp-block-query-pagination-next,
.wp-block-query-pagination>.wp-block-query-pagination-numbers,
.wp-block-query-pagination>.wp-block-query-pagination-previous {
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-query-pagination>.wp-block-query-pagination-next:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination>.wp-block-query-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box
}

.wp-block-quote {
  overflow-wrap: break-word
}

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-quote>cite {
  display: block
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
  text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
  text-decoration: none
}

ul.wp-block-rss {
  list-style: none;
  padding: 0
}

ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box
}

ul.wp-block-rss.alignleft {
  margin-right: 2em
}

ul.wp-block-rss.alignright {
  margin-left: 2em
}

ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0
}

ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%
}

@media (min-width:600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em)
  }

  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em)
  }

  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em)
  }

  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em)
  }

  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em)
  }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: .8125em
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

.wp-block-search__label {
  width: 100%
}

.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
  max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0%;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: none;
  border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px
}

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px
}

:root :where(.wp-block-site-title a) {
  color: inherit
}

.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: .65em;
  margin-left: .5em;
  margin-right: .5em
}

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #1778f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

.wp-block-table table {
  border-collapse: collapse;
  width: 100%
}

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
  border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th,
.wp-block-table table[style*=border-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr,
.wp-block-table table[style*=border-right-color]>* {
  border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th,
.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr,
.wp-block-table table[style*=border-left-color]>* {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
  border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
  border-style: inherit;
  border-width: inherit
}

:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "["counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0
  }
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*!
 * @Author: Qinver
 * @Url: zibll.com
 * @Date: 2019-02-13 22:22:49
 * @LastEditTime: 2021-11-07 18:36:36
  删除了没有使用的图标和bootstrap.min.css.map
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

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 {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  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-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !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
  }
}

* {
  box-sizing: border-box
}

:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent
}

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: 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 a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto
}

.img-rounded {
  border-radius: 6px
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto
}

.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: .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-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none;
  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;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .dl-horizontal dd {
    margin-left: 180px
  }
}

abbr[data-original-title],
abbr[title] {
  cursor: help
}

.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 {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

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
}

.epqpu_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .epqpu_container {
    width: 750px
  }
}

@media (min-width:992px) {
  .epqpu_container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .epqpu_container {
    width: 1170px
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.row {
  margin-right: -15px;
  margin-left: -15px
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0
}

.row-no-gutters [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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
}

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
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left
}

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 {
  border: 1px solid #ddd
}

.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>tbody>tr.epqpu_active>td,
.table>tbody>tr.epqpu_active>th,
.table>tbody>tr>td.epqpu_active,
.table>tbody>tr>th.epqpu_active,
.table>tfoot>tr.epqpu_active>td,
.table>tfoot>tr.epqpu_active>th,
.table>tfoot>tr>td.epqpu_active,
.table>tfoot>tr>th.epqpu_active,
.table>thead>tr.epqpu_active>td,
.table>thead>tr.epqpu_active>th,
.table>thead>tr>td.epqpu_active,
.table>thead>tr>th.epqpu_active {
  background-color: #f5f5f5
}

.table-hover>tbody>tr.epqpu_active:hover>td,
.table-hover>tbody>tr.epqpu_active:hover>th,
.table-hover>tbody>tr:hover>.epqpu_active,
.table-hover>tbody>tr>td.epqpu_active:hover,
.table-hover>tbody>tr>th.epqpu_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: .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;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700
}

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input[type=checkbox],
input[type=radio] {
  margin: 4px 0 0;
  line-height: normal
}

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
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .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::-ms-expand {
  background-color: transparent;
  border: 0
}

.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
}

@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.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  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.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
  margin-top: 0;
  margin-left: 10px
}

.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 .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #3c763d
}

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(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 .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #8a6d3b
}

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(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 .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #a94442
}

.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(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: 11px;
    font-size: 18px
  }
}

@media (min-width:768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.btn.epqpu_active.focus,
.btn.epqpu_active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none
}

.btn.epqpu_active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: .65;
  box-shadow: none
}

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:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad
}

.btn-default.epqpu_active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad
}

.btn-default.epqpu_active.focus,
.btn-default.epqpu_active:focus,
.btn-default.epqpu_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.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
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;
  background-color: #286090;
  border-color: #204d74
}

.btn-primary.epqpu_active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74
}

.btn-primary.epqpu_active.focus,
.btn-primary.epqpu_active:focus,
.btn-primary.epqpu_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.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
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:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439
}

.btn-success.epqpu_active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439
}

.btn-success.epqpu_active.focus,
.btn-success.epqpu_active:focus,
.btn-success.epqpu_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.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
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:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc
}

.btn-info.epqpu_active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc
}

.btn-info.epqpu_active.focus,
.btn-info.epqpu_active:focus,
.btn-info.epqpu_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.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
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:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512
}

.btn-warning.epqpu_active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512
}

.btn-warning.epqpu_active.focus,
.btn-warning.epqpu_active:focus,
.btn-warning.epqpu_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.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
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:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925
}

.btn-danger.epqpu_active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925
}

.btn-danger.epqpu_active.focus,
.btn-danger.epqpu_active:focus,
.btn-danger.epqpu_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.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
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.epqpu_active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  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%
}

.epqpu_fade {
  opacity: 0;
  transition: opacity .15s linear
}

.epqpu_fade.epqpu_in {
  opacity: 1
}

.epqpu_collapse {
  display: none
}

.epqpu_collapse.epqpu_in {
  display: block
}

tr.epqpu_collapse.epqpu_in {
  display: table-row
}

tbody.epqpu_collapse.epqpu_in {
  display: table-row-group
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  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;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(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>.epqpu_active>a,
.dropdown-menu>.epqpu_active>a:focus,
.dropdown-menu>.epqpu_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
}

.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
}

.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.epqpu_active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.epqpu_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 {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none
}

.btn .caret {
  margin-left: 0
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 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-left-radius: 4px;
  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-right-radius: 4px;
  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 input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.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 .form-control:focus {
  z-index: 3
}

.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 .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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 .form-control:first-child,
.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) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group-addon:first-child {
  border-right: 0
}

.input-group .form-control:last-child,
.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 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-addon:last-child {
  border-left: 0
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap
}

.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 {
  position: relative;
  display: block
}

.nav>li>a {
  position: relative;
  display: block;
  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.epqpu_active>a,
.nav-tabs>li.epqpu_active>a:focus,
.nav-tabs>li.epqpu_active>a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: 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>.epqpu_active>a,
.nav-tabs.nav-justified>.epqpu_active>a:focus,
.nav-tabs.nav-justified>.epqpu_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>.epqpu_active>a,
  .nav-tabs.nav-justified>.epqpu_active>a:focus,
  .nav-tabs.nav-justified>.epqpu_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.epqpu_active>a,
.nav-pills>li.epqpu_active>a:focus,
.nav-pills>li.epqpu_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>.epqpu_active>a,
.nav-tabs-justified>.epqpu_active>a:focus,
.nav-tabs-justified>.epqpu_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>.epqpu_active>a,
  .nav-tabs-justified>.epqpu_active>a:focus,
  .nav-tabs-justified>.epqpu_active>a:hover {
    border-bottom-color: #fff
  }
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.epqpu_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;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  -webkit-overflow-scrolling: touch
}

.navbar-collapse.epqpu_in {
  overflow-y: auto
}

@media (min-width:768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none
  }

  .navbar-collapse.epqpu_collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important
  }

  .navbar-collapse.epqpu_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-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030
}

.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
  }
}

@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
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.epqpu_container>.navbar-collapse,
.epqpu_container>.navbar-header {
  margin-right: -15px;
  margin-left: -15px
}

@media (min-width:768px) {

  .container-fluid>.navbar-collapse,
  .container-fluid>.navbar-header,
  .epqpu_container>.navbar-collapse,
  .epqpu_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-brand {
  float: left;
  height: 50px;
  padding: 15px 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>.epqpu_container .navbar-brand,
  .navbar>.container-fluid .navbar-brand {
    margin-left: -15px
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  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;
    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-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  margin-top: 8px;
  margin-bottom: 8px
}

@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;
    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-text {
  color: #777
}

.navbar-default .navbar-nav>li>a {
  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>.epqpu_active>a,
.navbar-default .navbar-nav>.epqpu_active>a:focus,
.navbar-default .navbar-nav>.epqpu_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-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>.epqpu_active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.epqpu_active>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.epqpu_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-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-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-text {
  color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
  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>.epqpu_active>a,
.navbar-inverse .navbar-nav>.epqpu_active>a:focus,
.navbar-inverse .navbar-nav>.epqpu_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-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>.epqpu_active>a,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.epqpu_active>a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu>.epqpu_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-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-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
}

.epqpu_breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px
}

.epqpu_breadcrumb>li {
  display: inline-block
}

.epqpu_breadcrumb>li+li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}

.epqpu_breadcrumb>.epqpu_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>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #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>.epqpu_active>a,
.pagination>.epqpu_active>a:focus,
.pagination>.epqpu_active>a:hover,
.pagination>.epqpu_active>span,
.pagination>.epqpu_active>span:focus,
.pagination>.epqpu_active>span:hover {
  z-index: 3;
  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: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .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.epqpu_active>.badge,
.nav-pills>.epqpu_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;
  color: inherit;
  background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
  color: inherit
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200
}

.jumbotron>hr {
  border-top-color: #d5d5d5
}

.epqpu_container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px
}

.jumbotron .epqpu_container {
  max-width: 100%
}

@media screen and (min-width:768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px
  }

  .epqpu_container .jumbotron,
  .container-fluid .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;
  transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
  margin-right: auto;
  margin-left: auto
}

a.thumbnail.epqpu_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 {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(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;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}

.progress-bar.epqpu_active,
.progress.epqpu_active .progress-bar {
  -webkit-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: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
  background-color: #5bc0de
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
  background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
  background-color: #d9534f
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
  margin-top: 15px
}

.media:first-child {
  margin-top: 0
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1
}

.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
}

.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.epqpu_active,
.list-group-item.epqpu_active:focus,
.list-group-item.epqpu_active:hover {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7
}

.list-group-item.epqpu_active .list-group-item-heading,
.list-group-item.epqpu_active .list-group-item-heading>.small,
.list-group-item.epqpu_active .list-group-item-heading>small,
.list-group-item.epqpu_active:focus .list-group-item-heading,
.list-group-item.epqpu_active:focus .list-group-item-heading>.small,
.list-group-item.epqpu_active:focus .list-group-item-heading>small,
.list-group-item.epqpu_active:hover .list-group-item-heading,
.list-group-item.epqpu_active:hover .list-group-item-heading>.small,
.list-group-item.epqpu_active:hover .list-group-item-heading>small {
  color: inherit
}

.list-group-item.epqpu_active .list-group-item-text,
.list-group-item.epqpu_active:focus .list-group-item-text,
.list-group-item.epqpu_active:hover .list-group-item-text {
  color: #c7ddef
}

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-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.epqpu_active,
a.list-group-item-success.epqpu_active:focus,
a.list-group-item-success.epqpu_active:hover,
button.list-group-item-success.epqpu_active,
button.list-group-item-success.epqpu_active:focus,
button.list-group-item-success.epqpu_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.epqpu_active,
a.list-group-item-info.epqpu_active:focus,
a.list-group-item-info.epqpu_active:hover,
button.list-group-item-info.epqpu_active,
button.list-group-item-info.epqpu_active:focus,
button.list-group-item-info.epqpu_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.epqpu_active,
a.list-group-item-warning.epqpu_active:focus,
a.list-group-item-warning.epqpu_active:hover,
button.list-group-item-warning.epqpu_active,
button.list-group-item-warning.epqpu_active:focus,
button.list-group-item-warning.epqpu_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.epqpu_active,
a.list-group-item-danger.epqpu_active:focus,
a.list-group-item-danger.epqpu_active:hover,
button.list-group-item-danger.epqpu_active,
button.list-group-item-danger.epqpu_active:focus,
button.list-group-item-danger.epqpu_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;
  box-shadow: 0 1px 1px rgba(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 {
  color: inherit
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit
}

.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
}

.panel-heading+.list-group .list-group-item:first-child {
  border-top-width: 0
}

.list-group+.panel-footer {
  border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
  margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
  padding-right: 15px;
  padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table: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,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr: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: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,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr: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>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>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
  border-bottom: 0
}

.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-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 {
  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;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(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;
  opacity: .2
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0
}

.modal.epqpu_fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform .3s ease-out
}

.modal.epqpu_in .modal-dialog {
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.epqpu_fade {
  opacity: 0
}

.modal-backdrop.epqpu_in {
  opacity: .5
}

.modal-header {
  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 {
    box-shadow: 0 5px 15px rgba(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-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  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;
  font-size: 12px;
  opacity: 0
}

.tooltip.epqpu_in {
  opacity: .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.epqpu_left {
  padding: 0 5px;
  margin-left: -3px
}

.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;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000
}

.tooltip.epqpu_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
}

.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
}

.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-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  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;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
  margin-top: -10px
}

.popover.right {
  margin-left: 10px
}

.popover.bottom {
  margin-top: 10px
}

.popover.epqpu_left {
  margin-left: -10px
}

.popover>.arrow {
  border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.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, .25);
  border-bottom-width: 0
}

.popover.top>.arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  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, .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, .25)
}

.popover.bottom>.arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff
}

.popover.epqpu_left>.arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25)
}

.popover.epqpu_left>.arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff
}

.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
}

.carousel {
  position: relative
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner>.item {
  position: relative;
  display: none;
  transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px
  }

  .carousel-inner>.item.epqpu_active.right,
  .carousel-inner>.item.next {
    transform: translate3d(100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.epqpu_active.epqpu_left,
  .carousel-inner>.item.prev {
    transform: translate3d(-100%, 0, 0);
    left: 0
  }

  .carousel-inner>.item.epqpu_active,
  .carousel-inner>.item.next.epqpu_left,
  .carousel-inner>.item.prev.right {
    transform: translate3d(0, 0, 0);
    left: 0
  }
}

.carousel-inner>.epqpu_active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block
}

.carousel-inner>.epqpu_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.epqpu_left,
.carousel-inner>.prev.right {
  left: 0
}

.carousel-inner>.epqpu_active.epqpu_left {
  left: -100%
}

.carousel-inner>.epqpu_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, .6);
  background-color: rgba(0, 0, 0, 0);
  opacity: .5
}

.carousel-control.epqpu_left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
  background-repeat: repeat-x
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
  background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .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: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px
}

.carousel-indicators .epqpu_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, .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: -10px;
    font-size: 30px
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px
  }

  .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,
.epqpu_clearfix:after,
.epqpu_clearfix:before,
.container-fluid:after,
.container-fluid:before,
.epqpu_container:after,
.epqpu_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,
.modal-header:after,
.modal-header: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,
.epqpu_clearfix:after,
.container-fluid:after,
.epqpu_container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header: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
}

.epqpu_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-md,
.visible-sm,
.visible-xs {
  display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.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
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-display: swap;
  font-family: 'FontAwesome';
  src: url(./fontawesome-webfont.eot?v=4.7.0);
  src: url('./fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url(./fontawesome-webfont.woff?v=4.7.0) format('woff'), url(./fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url('./fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: 400;
  font-style: normal
}

.epqpu_fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.epqpu_fa.fa-pull-left {
  margin-right: .3em
}

.epqpu_fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.epqpu_fa.pull-left {
  margin-right: .3em
}

.epqpu_fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-envira:before {
  content: "\f299"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-wheelchair-alt:before {
  content: "\f29b"
}

.fa-question-circle-o:before {
  content: "\f29c"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-volume-control-phone:before {
  content: "\f2a0"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-handshake-o:before {
  content: "\f2b5"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-o:before {
  content: "\f2b7"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-book-o:before {
  content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-circle-o:before {
  content: "\f2be"
}

.fa-user-o:before {
  content: "\f2c0"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-eercast:before {
  content: "\f2da"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-snowflake-o:before {
  content: "\f2dc"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-meetup:before {
  content: "\f2e0"
}

.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
}

:root {
  --mian-max-width: 1200px;
  --posts-card-scale: 70%;
  --posts-list-scale: 70%;
  --single-cover-scale: 35%;
  --theme-color: #f04494;
  --focus-color:  #f04494;  /*var(--theme-color);*/
  --focus-shadow-color: rgba(253, 83, 161, 0.4);
  --key-color: #333;
  --main-color: #4e5358;
  --main-shadow: rgba(116, 116, 116, 0.08);
  --muted-color: #777;
  --muted-2-color: #999;
  --muted-3-color: #b1b1b1;
  --body-bg-color: #f5f6f7;
  --main-bg-color: #fff;
  --muted-bg-color: #eee;
  --main-border-color: rgba(50, 50, 50, 0.06);
  --muted-border-color: rgba(0, 0, 0, 0.03);
  --main-radius: 8px;
  --blur-bg: rgba(255, 255, 255, 0.8);
  --float-btn-bg: rgba(200, 200, 200, 0.4);
  --header-bg: var(--blur-bg);
  --header-color: var(--main-color);
  --footer-bg: var(--main-bg-color);
  --footer-color: var(--muted-2-color)
}

.dark-theme {
  --key-color: #f8fafc;
  --main-color: #e5eef7;
  --main-shadow: rgba(24, 24, 24, 0.1);
  --muted-color: #b4b6bb;
  --muted-2-color: #888a8f;
  --muted-3-color: #636469;
  --body-bg-color: #292a2d;
  --main-bg-color: #323335;
  --muted-bg-color: #2d2e31;
  --main-border-color: rgba(114, 114, 114, 0.1);
  --muted-border-color: rgba(184, 184, 184, 0.02);
  --blur-bg: rgba(50, 51, 53, 0.8);
  --float-btn-bg: rgba(70, 70, 70, 0.4);
  --header-bg: var(--blur-bg);
  --header-color: var(--main-color);
  --footer-bg: var(--main-bg-color);
  --footer-color: var(--muted-2-color)
}

@supports not ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
  :root {
    --blur-bg: #fff
  }

  body.dark-theme {
    --blur-bg: #37383a
  }
}

.more-posts a>span,
.relates-thumb li a>.post-info,
a[href] {
  transition: color .2s, background .3s, opacity .3s, box-shadow .3s, transform .3s
}

.main-shadow {
  transition: box-shadow .3s
}

.epqpu_but:focus,
.epqpu_but:hover,
.navbar-nav>li:before,
.progress {
  transition: .3s
}

.hover-show .hover-show-con,
.navbar-top .sub-menu,
.theme-popover {
  opacity: 0;
  transform: translateY(6px);
  transition: .4s
}

.hover-show:hover .hover-show-con,
.hover-show:hover~.hover-show-con,
.hover-show:hover~.sub-menu,
.navbar-top li:hover>.sub-menu {
  opacity: 1;
  transform: translateY(0)
}

.hover-show {
  position: relative;
  cursor: pointer;
  z-index: 10
}

.hover-show .hover-show-con {
  position: absolute;
  visibility: hidden
}

.hover-show:hover .hover-show-con,
.hover-show:hover~.hover-show-con,
.hover-show:hover~.sub-menu {
  visibility: unset
}

.header {
  transition: background .5s
}

.ic-close,
.match-ok,
.navbar-top .sub-menu li>a {
  transition: .3s
}

.ic-close:hover {
  transform: rotate(270deg);
  color: inherit
}

.navbar-top .sub-menu li>a:hover {
  transform: translateX(5px)
}

.dosc-nav .epqpu_fa,
.item-thumbnail img,
.social_loginbar a {
  transition: .2s ease-out
}

.hover-zoom-img:hover img,
.hover-zoom:hover,
.social_loginbar .social-login-item:hover,
.social_loginbar .xh-social-item:hover {
  transform: scale(1.05)
}

.hover-zoom-img-sm:hover img,
.hover-zoom-sm:hover,
.posts-item.mult-thumb .thumb-items>span>img:hover,
.posts-item:hover .item-thumbnail img,
.posts-mini:hover img {
  transform: scale(1.02)
}

.main-min-height {
  min-height: calc(100vh - 280px)
}

.main-shadow {
  box-shadow: 0 0 10px var(--main-shadow)
}

.key-color {
  color: var(--key-color)
}

.focus-color {
  --this-color: var(--focus-color);
  color: var(--focus-color)
}

.muted-color {
  color: var(--muted-color)
}

.muted-2-color {
  color: var(--muted-2-color)
}

.muted-3-color {
  color: var(--muted-3-color)
}

.main-bg {
  background: var(--main-bg-color)
}

.placeholder {
  background: linear-gradient(118deg, rgba(121, 121, 121, .1) 25%, rgba(121, 121, 121, .2) 37%, rgba(121, 121, 121, .1) 63%);
  opacity: 1;
  border-radius: 4px;
  -webkit-animation: placeholder 1.5s ease infinite !important;
  animation: placeholder 1.5s ease infinite !important;
  background-size: 400% 100% !important
}

.placeholder.img {
  height: 119px
}

.placeholder.t1 {
  height: 24px;
  width: 80%
}

.placeholder.k1 {
  height: 20px;
  width: 60%
}

.placeholder.k2 {
  height: 20px
}

.placeholder.k3 {
  height: 15px
}

.placeholder.s1 {
  width: 70px;
  height: 15px;
  display: inline-block
}

@-webkit-keyframes placeholder {
  0% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@keyframes placeholder {
  0% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0 50%
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.epqpu_container {
  position: relative
}

.radius4 {
  border-radius: 4px
}

.epqpu_radius8 {
  border-radius: var(--main-radius)
}

.radius {
  border-radius: 100px
}

.px12 {
  font-size: 12px
}

.em12 {
  font-size: 1.2em
}

.em14 {
  font-size: 1.4em
}

.em16 {
  font-size: 1.6em
}

.em2x {
  font-size: 2em
}

.em3x {
  font-size: 3em
}

.em4x {
  font-size: 4em
}

.epqpu_em09 {
  font-size: .9em
}

.font-bold {
  font-weight: 700
}

.this-font {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--color)
}

.opacity3 {
  opacity: .3
}

.epqpu_but[disabled],
.epqpu_but[disabled]:hover,
.opacity5 {
  opacity: .5
}

.opacity8 {
  opacity: .8
}

.smail,
smail {
  font-size: .8em
}

*,
:after,
:before {
  outline: 0 !important
}

body {
  background-color: var(--body-bg-color);
  color: var(--main-color)
}

body.nav-fixed {
  padding-top: 88px
}

img {
  max-width: 100%;
  max-height: 100%
}

svg {
  width: 1em;
  height: 1em;
  vertical-align: -.15em;
  fill: currentColor;
  overflow: hidden
}

dd,
dl,
dt,
ol,
ul {
  margin: 0;
  padding: 0
}

ul {
  list-style: none
}

.box-img,
.drop-btn,
.passw,
.pointer,
[href],
a.epqpu_but,
botton {
  cursor: pointer
}

[disabled] {
  cursor: no-drop !important
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  vertical-align: middle;
  padding: 10px;
  border-top-color: #eee
}

a {
  color: var(--main-color)
}

a:focus,
a:hover {
  color: var(--focus-color);
  outline: 0;
  text-decoration: none
}

input,
textarea {
  -webkit-appearance: none
}

textarea {
  resize: vertical
}

textarea[autoheight] {
  resize: none;
  line-height: 1.4;
  overflow: hidden
}

input[type=checkbox],
input[type=radio] {
  border: 1px solid var(--muted-3-color);
  border-radius: 3px;
  background: var(--main-bg-color);
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1em;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  width: 1em;
  min-width: 1em;
  -webkit-appearance: none;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, .1);
  transition: border-color .3s, background .3s, opacity .2s;
  vertical-align: -.15em;
  position: relative
}

input[type=radio] {
  border-radius: 50%
}

input[type=checkbox]::before {
  font-family: FontAwesome;
  content: "\f00c";
  opacity: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0);
  z-index: 1;
  left: -5%;
  transition: .2s;
  text-align: center;
  width: 100%
}

input[type=checkbox]:checked {
  background: var(--focus-color);
  border-color: var(--focus-color);
  box-shadow: none
}

input[type=checkbox]:checked::before {
  opacity: 1;
  transform: translateY(-50%) scale(.7)
}

input[type=radio]::before {
  content: "";
  border-radius: 50%;
  width: .5em;
  height: .5em;
  margin: .18em;
  background-color: var(--focus-color);
  line-height: 1.14285714;
  float: left;
  opacity: 0;
  transition: opacity .2s
}

input[type=radio]:checked::before {
  opacity: 1
}

input[type=checkbox]:hover,
input[type=radio]:hover {
  opacity: .8
}

input[type=radio]:checked,
input[type=radio]:focus,
input[type=radio]:hover {
  border-color: var(--focus-color)
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  box-shadow: 0 0 0 1000px var(--main-bg-color) inset !important;
  -webkit-text-fill-color: var(--main-color) !important
}

pre {
  background: 0 0;
  border: none;
  color: var(--main-color)
}

button.null {
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0
}

hr {
  border-color: var(--main-border-color)
}

blockquote {
  padding: 15px 20px;
  margin: 0 0 20px;
  background-color: var(--muted-border-color);
  font-size: 16px;
  line-height: 20px;
  color: var(--muted-color);
  border-left: 4px solid var(--main-border-color)
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border-bottom-width: 1px
}

.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-color: var(--main-border-color)
}

.table.table-mini>*>*>td,
.table.table-mini>*>*>th {
  padding: 6px 10px
}

.toggle-theme {
  overflow: hidden
}

.fa-toggle-theme::after,
.fa-toggle-theme::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 1em;
  transition: .4s
}

.fa-toggle-theme::before {
  content: "\f185";
  transform: translateX(2em)
}

.fa-toggle-theme::after {
  content: "\f186"
}

.dark-theme .fa-toggle-theme::before {
  transform: unset
}

.dark-theme .fa-toggle-theme::after {
  transform: translateX(-2em)
}

.border-bottom {
  border-bottom: 1px solid var(--main-border-color)
}

.document-nav>.panel-group>.cat-load::before,
.icon-circle::before,
.mobile-menus>li>a::before {
  content: "";
  width: .5em;
  height: .5em;
  border: .1em solid var(--focus-color);
  border-radius: 1em;
  margin: 0 .5em;
  vertical-align: .1em;
  display: inline-block
}

.ajax-option .option-items>a+a:before,
.fcode-links>a+a:before,
.icon-spot:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 0 .5em;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  background: var(--main-color);
  opacity: .3;
  vertical-align: .2em
}

.mb20,
.theme-box {
  margin-bottom: 20px
}

.box-bg {
  background: var(--main-bg-color);
  box-shadow: 0 0 10px var(--main-shadow)
}

.zib-widget {
  clear: both;
  background: var(--main-bg-color);
  padding: 15px;
  box-shadow: 0 0 10px var(--main-shadow);
  border-radius: var(--main-radius);
  margin-bottom: 20px
}

.muted-box {
  background: var(--muted-border-color);
  border-radius: var(--main-radius);
  padding: 15px
}

.noshadow,
.zib-widget-sm {
  box-shadow: none !important
}

.blur-bg {
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
  background: var(--blur-bg)
}

.blur-5 {
  -webkit-filter: blur(5px);
  filter: blur(5px)
}

.blur-10,
.pay-gallery .blur-10 {
  -webkit-filter: blur(10px);
  filter: blur(10px)
}

.epqpu_lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  transform: unset;
  transition: .3s;
  --lazy-animation: lazy_blur
}

img.epqpu_lazyloaded {
  -webkit-animation: var(--lazy-animation) .5s;
  animation: var(--lazy-animation) .5s
}

@-webkit-keyframes lazy_blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@keyframes lazy_blur {
  0% {
    -webkit-filter: blur(5px);
    filter: blur(5px)
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0)
  }
}

@-webkit-keyframes lazy_fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes lazy_fade {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes lazy_scale {
  0% {
    transform: scale(1.1)
  }

  80% {
    transform: unset
  }
}

@keyframes lazy_scale {
  0% {
    transform: scale(1.1)
  }

  80% {
    transform: unset
  }
}

.box-body,
.box-header {
  padding: 15px
}

.box-body.notop,
.pagenav.notop,
.zib-widget.notop {
  padding-top: 0
}

.box-body.nobottom,
.pagenav.nobottom,
.zib-widget.nobottom {
  padding-bottom: 0
}

.box-header+.box-body {
  padding-top: 0
}

.title-theme {
  position: relative;
  padding-left: 1.2em;
  font-size: 15px
}

.title-theme small {
  font-size: 80%;
  opacity: .7
}

.tab-nav-theme li:before,
.title-h-center:before,
.title-h-left:before,
.title-theme:before,
.wp-posts-content>h1.has-text-align-center:before,
.wp-posts-content>h1:not([class]):before,
.wp-posts-content>h2.has-text-align-center:before,
.wp-posts-content>h2:not([class]):before,
.wp-posts-content>h3.has-text-align-center:before,
.wp-posts-content>h3:not([class]):before,
.wp-posts-content>h4.has-text-align-center:before,
.wp-posts-content>h4:not([class]):before,
.zib-widget>h3:before {
  position: absolute;
  content: '';
  width: 4px;
  background: var(--theme-color);
  top: 10%;
  left: 2px;
  bottom: 10%;
  border-radius: 5px;
  box-shadow: 1px 1px 3px -1px var(--theme-color)
}

.tab-nav-theme li,
.title-h-center,
.title-h-left,
.wp-posts-content>h1.has-text-align-center,
.wp-posts-content>h1:not([class]),
.wp-posts-content>h2.has-text-align-center,
.wp-posts-content>h2:not([class]),
.wp-posts-content>h3.has-text-align-center,
.wp-posts-content>h3:not([class]),
.wp-posts-content>h4.has-text-align-center,
.wp-posts-content>h4:not([class]),
.zib-widget>h3 {
  position: relative;
  padding-bottom: 8px
}

.tab-nav-theme li:before,
.title-h-center:before,
.title-h-left:before,
.wp-posts-content>h1.has-text-align-center:before,
.wp-posts-content>h1:not([class]):before,
.wp-posts-content>h2.has-text-align-center:before,
.wp-posts-content>h2:not([class]):before,
.wp-posts-content>h3.has-text-align-center:before,
.wp-posts-content>h3:not([class]):before,
.wp-posts-content>h4.has-text-align-center:before,
.wp-posts-content>h4:not([class]):before,
.zib-widget>h3:before {
  width: 40px;
  height: 3px;
  top: auto;
  left: 0;
  bottom: 3px;
  transition: .4s
}

.tab-nav-theme li:before,
.title-h-center:before,
.wp-posts-content>h1.has-text-align-center:before,
.wp-posts-content>h2.has-text-align-center:before,
.wp-posts-content>h3.has-text-align-center:before,
.wp-posts-content>h4.has-text-align-center:before {
  left: 0;
  right: 0;
  margin: auto
}

.wp-posts-content>h3.has-text-align-center:before,
.wp-posts-content>h3:not([class]):before,
.wp-posts-content>h4.has-text-align-center:before,
.wp-posts-content>h4:not([class]):before {
  width: 25px !important;
  height: 2px !important
}

.title-h-center:hover:before,
.title-h-left:hover:before {
  width: 60px
}

.tab-nav-theme {
  border-bottom: 1px solid var(--main-border-color);
  padding-bottom: 6px;
  margin: 8px 0 5px;
  list-style: none
}

.swiper-wrapper li,
.tab-nav-theme li,
.tab-nav-theme ul {
  list-style: none
}

.tab-nav-theme li:before {
  width: 20px;
  height: 2px;
  bottom: 5px;
  opacity: 0
}

.tab-nav-theme li.epqpu_active::before,
.tab-nav-theme li.swiper-slide-thumb-active::before {
  opacity: 1
}

.tab-nav-theme li.epqpu_active a {
  color: var(--focus-color)
}

.tab-nav-theme.mini-scrollbar>li,
.tab-nav-theme.swiper-wrapper>li {
  padding-left: 5px;
  margin: 0;
  padding-right: 5px;
  line-height: 1.4
}

.tab-nav-but.list-inline {
  margin: 0 -3px 10px -3px
}

.tab-nav-but li {
  padding: 0 3px
}

.tab-nav-but li.epqpu_active .epqpu_but {
  --this-bg: var(--focus-color);
  --this-color: #fff
}

.splitters-this-l,
.splitters-this-r,
.splitters>li+li {
  position: relative
}

.splitters-this-l,
.splitters-this-r:before,
.splitters>li+li:before {
  content: "";
  width: 1px;
  height: 1.1em;
  position: absolute;
  display: inline-block;
  background: var(--main-color);
  left: -1px;
  top: 50%;
  opacity: .2 !important;
  transform: translateY(-50%)
}

.splitters-this-r:before {
  left: auto;
  right: 0
}

.horizontal-line {
  width: 100%;
  display: inline-block;
  height: 1px;
  background: var(--main-border-color);
  transform: translateY(1.25em)
}

.loading,
.notyf.load::before,
.swiper-lazy-preloader {
  content: "";
  width: .7em;
  height: .7em;
  display: inline-block;
  border: .1em solid transparent;
  border-radius: 50%;
  border-top-color: var(--this-color);
  border-bottom-color: var(--this-color);
  -webkit-animation: huan-rotate 1s cubic-bezier(.7, .1, .31, .9) infinite;
  animation: huan-rotate 1s cubic-bezier(.7, .1, .31, .9) infinite
}

.loading-spot {
  height: 1em;
  --this-bg: var(--muted-2-color)
}

.loading-spot.zts {
  height: 1em;
  --this-bg: var(--focus-color)
}

.loading-spot::after,
.loading-spot::before,
.loading-spot>* {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 5px;
  margin: 1.5px;
  -webkit-animation: ball-pulse-sync .8s infinite ease-in-out;
  animation: ball-pulse-sync .8s infinite ease-in-out;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  border: 2px solid
}

.loading-spot>* {
  -webkit-animation-delay: .15s;
  animation-delay: .15s
}

.loading-spot::after {
  -webkit-animation-delay: .3s;
  animation-delay: .3s
}

@-webkit-keyframes ball-pulse-sync {
  33% {
    transform: translateY(4px)
  }

  66% {
    transform: translateY(-4px)
  }

  to {
    transform: translateY(0)
  }
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(4px)
  }

  66% {
    transform: translateY(-4px)
  }

  to {
    transform: translateY(0)
  }
}

@-webkit-keyframes huan-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

@keyframes huan-rotate {
  0% {
    transform: rotate(0)
  }

  to {
    transform: rotate(360deg)
  }
}

.swiper-lazy-preloader {
  font-size: 50px;
  position: absolute;
  --this-color: #fff;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.loading.zts {
  --this-color: var(--theme-color)
}

.line-form,
.epqpu_relative {
  position: relative
}

.relative-h {
  overflow: hidden;
  position: relative
}

.avatar,
.fit-cover,
.radius-cover {
  width: 100%;
  height: 100%;
  transition: all .2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

.progress {
  background-color: transparent;
  z-index: -1;
  box-shadow: 0 0
}

.progress .progress-bar {
  box-shadow: 0 0
}

.progress.progress-abs-bottom {
  height: 5px;
  bottom: 0;
  top: auto;
  margin: 0;
  z-index: 1;
  border-radius: 0;
  background: rgba(0, 0, 0, .2)
}

.avatar,
.radius-cover {
  border-radius: 100px;
  display: inline-block
}

.avatar-img,
.avatar-lg,
.avatar-mini,
.square-box {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  --this-size: 38px;
  width: var(--this-size);
  height: var(--this-size)
}

.avatar-lg {
  --this-size: 80px
}

.avatar-mini {
  --this-size: 20px
}

.name-badge {
  width: auto !important;
  height: 1.2em !important;
  display: inline-block;
  vertical-align: -.2em;
  margin-left: 5px
}

.avatar-badge,
.swiper-slide img.avatar-badge {
  width: calc(var(--this-size)/ 2.5);
  height: calc(var(--this-size)/ 2.5);
  max-width: 25px;
  max-height: 25px;
  min-width: 10px;
  min-height: 10px;
  position: absolute;
  right: -1px;
  bottom: -1px;
  overflow: hidden
}

.avatar-lg .avatar-badge {
  right: 0;
  bottom: 0
}

.blur * {
  border-radius: 0
}

badge {
  font-size: .8em;
  line-height: 1.2;
  padding: .1em .4em;
  min-width: .8em;
  min-height: .8em;
  display: inline-block;
  vertical-align: .1em;
  border-radius: 50px;
  background: var(--this-bg);
  color: var(--this-color);
  top: 5px;
  --this-color: #fff;
  text-align: center;
  --this-bg: #fe3459;
  z-index: 1
}

badge.badge-bw {
  min-width: 1.5em
}

badge.b-black {
  --this-bg: rgba(0, 0, 0, .2)
}

badge.radius4 {
  border-radius: 4px
}

badge.abs-tr {
  position: absolute;
  left: auto;
  top: -5px;
  right: -5px
}

badge.spot.abs-tr {
  top: 2px;
  right: 1px
}

.img-badge {
  position: absolute;
  top: .6em;
  right: 0;
  border-radius: 50px 0 0 50px;
  text-shadow: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
  z-index: 1;
  padding: .2em .6em
}

.img-badge.hot {
  padding: .25em .6em
}

.img-badge.epqpu_left {
  left: 0;
  border-radius: 0 50px 50px 0;
  right: auto
}

.img-badge.top {
  top: 0;
  padding: .3em .2em .2em .2em;
  border-radius: 0 0 50px 50px;
  line-height: 1.4;
  right: 1em
}

.img-icon,
.wp-posts-content .img-icon {
  height: 1em;
  vertical-align: -.15em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: inline-block
}

.badg,
.epqpu_but,
.post-page-numbers {
  border-radius: 4px;
  display: inline-block;
  border-radius: 4px;
  transition: .15s;
  border: 1px solid var(--this-border);
  vertical-align: middle;
  padding: .3em .6em;
  text-align: center;
  font-weight: 400;
  box-shadow: var(--this-shadow);
  background: var(--this-bg);
  color: var(--this-color);
  --main-color: var(--this-color);
  --this-bg: rgba(136, 136, 136, .1);
  --this-border: transparent;
  --this-shadow: none;
  --this-color: #888;
  text-shadow: 0 0 0;
  line-height: 1.44
}

.epqpu_but a {
  color: inherit
}

.epqpu_but.pw-1em {
  padding-right: 1em;
  padding-left: 1em
}

.epqpu_but .epqpu_icon,
.epqpu_but>.epqpu_fa {
  margin-right: .25em
}

.badg.radius,
.epqpu_but.radius,
.radius>.epqpu_but {
  border-radius: 50px;
  padding: .3em 1em
}

.badg.p2-10,
.epqpu_but.p2-10,
badge.p2-10 {
  padding: 2px 10px
}

.badg.hollow,
.epqpu_but.hollow {
  background: 0 0;
  --this-border: var(--this-color)
}

.badg.hollow[class*=b-],
.epqpu_but.hollow[class*=b-] {
  background: 0 0;
  --this-border: var(--this-bg);
  --this-color: var(--this-bg)
}

.epqpu_but:focus,
.epqpu_but:hover {
  opacity: .8;
  color: var(--this-color)
}

.epqpu_but:active {
  --this-shadow: inset 0 2px 3px rgba(0, 0, 0, .08)
}

.epqpu_but.hollow:hover {
  background: var(--this-bg)
}

.epqpu_but.hollow[class*=b-]:hover {
  color: #fff
}

.epqpu_but.hollow.c-white:hover {
  background: 0 0;
  --this-color: var(--focus-color);
  color: var(--focus-color)
}

.hollow-radio {
  padding: 10px;
  border: 1px solid var(--main-border-color);
  border-radius: 4px;
  text-align: center
}

.hollow-radio.epqpu_active {
  border-color: var(--focus-color)
}

.badg.cir,
.epqpu_but.cir,
.circular {
  padding: 0;
  border-radius: 5em;
  --this-size: 1.8em;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: var(--this-size);
  min-width: var(--this-size)
}

.epqpu_but.cir svg.epqpu_icon,
.epqpu_but.cir>.epqpu_fa {
  margin: 0
}

.but-group>.epqpu_but {
  border-radius: 0;
  margin: 0
}

.but-group>.epqpu_but:last-of-type {
  border-radius: 0 4px 4px 0
}

.but-group>.epqpu_but:first-of-type {
  border-radius: 4px 0 0 4px
}

.but-average {
  display: flex;
  border-radius: 4px;
  overflow: hidden
}

.but-average.inline {
  display: inline-flex
}

.but-average.radius {
  border-radius: 100px
}

.but-average>.epqpu_but {
  margin: 0 !important;
  border-radius: 0;
  width: 100%
}

.but-average>.epqpu_but.epqpu_active {
  --this-bg: var(--focus-color-opacity1);
  --this-color: var(--focus-color)
}

.badg.badg-sm,
.epqpu_but.badg-sm {
  font-size: .8em;
  padding: 0 .2em;
  vertical-align: .1em;
  min-width: 1.6em
}

.epqpu_but.but-sm {
  font-size: .9em;
  padding: .1em .4em;
  vertical-align: .05em
}

.padding-6 {
  padding: 6px
}

.padding-h6 {
  padding-top: 6px;
  padding-bottom: 6px
}

.padding-w6 {
  padding-left: 6px;
  padding-right: 6px
}

.padding-10 {
  padding: 10px
}

.padding-h10 {
  padding-top: 10px;
  padding-bottom: 10px
}

.padding-w10 {
  padding-left: 10px;
  padding-right: 10px
}

.p-b6 {
  padding-bottom: 6px
}

.badg.badg-lg,
.epqpu_but.padding-lg,
.padding-lg {
  padding: .5em 2em
}

.toggle-radius {
  background: var(--this-bg);
  width: 29px;
  height: 29px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  position: relative;
  vertical-align: text-top;
  --this-bg: var(--main-border-color)
}

.toggle-radius .epqpu_fa,
.toggle-radius .epqpu_icon {
  right: 0 !important;
  left: 0 !important;
  margin: auto
}

.b-blue,
.b-blue-2,
.b-cyan,
.b-gray,
.b-green,
.b-purple,
.b-red,
.b-theme,
.b-yellow,
.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
  color: var(--this-color);
  background: var(--this-bg);
  --this-color: #fff
}

.jb-blue,
.jb-cyan,
.jb-green,
.jb-pink,
.jb-purple,
.jb-red,
.jb-vip1,
.jb-vip2,
.jb-yellow {
  border: none
}

.b-theme {
  --this-bg: var(--focus-color)
}

.b-gray {
  --this-bg: #818b95
}

.b-red {
  --this-bg: #ff5473
}

.b-yellow {
  --this-bg: #ff6f06
}

.b-cyan {
  --this-bg: #08c4c1
}

.b-blue {
  --this-bg: #2997f7
}

.b-blue-2 {
  --this-bg: #5c7cff
}

.b-green {
  --this-bg: #12b928
}

.b-purple {
  --this-bg: #d448f5
}

.c-blue,
.c-blue-2,
.c-cyan,
.c-gray,
.c-green,
.c-green-2,
.c-purple,
.c-purple-2,
.c-red,
.c-red-2,
.c-theme,
.c-white,
.c-yellow,
.c-yellow-2 {
  color: var(--this-color)
}

.c-theme {
  --this-color: var(--focus-color);
  --this-bg: var(--focus-color-opacity1)
}

.c-gray {
  --this-color: #888;
  --this-bg: rgba(136, 136, 136, .1)
}

.c-white {
  --this-color: #fff;
  --this-bg: rgba(255, 255, 255, 0.1)
}

.c-red {
  --this-color: #ff5473;
  --this-bg: rgba(255, 84, 115, .1)
}

.c-red-2 {
  --this-color: #d6064c;
  --this-bg: rgba(194, 41, 46, 0.1)
}

.c-yellow {
  --this-color: #ff6f06;
  --this-bg: rgba(255, 111, 6, 0.1)
}

.c-yellow-2 {
  --this-color: #c58516;
  --this-bg: rgba(179, 103, 8, 0.1)
}

.c-blue {
  --this-color: #2997f7;
  --this-bg: rgba(41, 151, 247, .1)
}

.c-blue-2 {
  --this-color: #5c7cff;
  --this-bg: rgba(77, 130, 249, .1)
}

.c-cyan {
  --this-color: #04b9b6;
  --this-bg: rgba(8, 196, 193, 0.1)
}

.c-green {
  --this-color: #18a52a;
  --this-bg: rgba(18, 185, 40, .1)
}

.c-green-2 {
  --this-color: #6a933e;
  --this-bg: rgba(72, 135, 24, .1)
}

.c-purple {
  --this-color: #e434e1;
  --this-bg: rgba(213, 72, 245, 0.1)
}

.c-purple-2 {
  --this-color: #8e4aff;
  --this-bg: rgba(154, 72, 245, 0.1)
}

.pay-tag,
.vip-tag {
  --this-color: #fff;
  --this-bg: linear-gradient(135deg, #ff74cd 10%, #ec7d0b 100%)
}

.pay-tag.badg-sm {
  border: 0;
  padding: 1px 4px
}

.jb-red,
.order-type-9 .pay-tag {
  --this-bg: linear-gradient(135deg, #fd7a64 10%, #fb2d2d 100%)
}

.jb-pink,
.order-type-2 .pay-tag {
  --this-bg: linear-gradient(135deg, #ff5e7f 30%, #ff967e 100%)
}

.jb-yellow,
.order-type-3 .pay-tag {
  --this-bg: linear-gradient(135deg, #f59f54 10%, #ff6922 100%)
}

.jb-blue,
.order-type-7 .pay-tag {
  --this-bg: linear-gradient(135deg, #59c3fb 10%, #268df7 100%)
}

.jb-cyan {
  --this-bg: linear-gradient(140deg, #039ab3 10%, #58dbcf 90%)
}

.jb-green,
.order-type-5 .pay-tag {
  --this-bg: linear-gradient(135deg, #60e464 10%, #5cb85b 100%)
}

.jb-purple,
.order-type-6 .pay-tag {
  --this-bg: linear-gradient(135deg, #f98dfb 10%, #ea00f9 100%)
}

.jb-vip1,
.order-type-4 .pay-tag {
  --this-bg: linear-gradient(25deg, #eabe7b 10%, #f5e3c7 70%, #edc788 100%);
  --this-color: #866127
}

.jb-vip2,
.order-type-8 .pay-tag {
  --this-bg: linear-gradient(317deg, #4d4c4c 30%, #7b7b7b 70%, #5f5c5c 100%);
  --this-color: #ddd
}

.colorful-bg,
.modal-colorful-header {
  background-size: 120%;
  overflow: hidden;
  position: relative;
  color: var(--this-color);
  background: var(--this-bg)
}

.colorful-bg>.colorful-make,
.colorful-bg>.colorful-make::after,
.colorful-bg>.colorful-make::before {
  position: absolute;
  color: var(--this-color);
  background: var(--this-bg);
  border-radius: 100%;
  content: ' '
}

.colorful-bg>.colorful-make {
  bottom: 0;
  height: 290px;
  width: 323px;
  top: 60%
}

.colorful-bg>.colorful-make::before {
  right: -558px;
  bottom: 0;
  height: 300px;
  width: 677px;
  top: -325px;
  transform: rotate(341deg);
  opacity: .6
}

.colorful-bg>.colorful-make::after {
  left: -262px;
  bottom: 0;
  height: 214px;
  width: 402px;
  top: -170px;
  transform: rotate(326deg);
  opacity: .4
}

.colorful-bg>.colorful-make+* {
  position: relative
}

.modal-colorful-header {
  border-radius: var(--main-radius) var(--main-radius) 0 0;
  background-size: 120%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center
}

.modal-colorful-header+* {
  margin-top: 120px
}

.modal-colorful-header>.close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: var(--this-color);
  opacity: .6;
  font-size: 18px;
  z-index: 9
}

.change-show,
.enlighter-origin,
.enlighter-raw,
.epqpu_hide {
  display: none
}

.fixed-body {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  background: rgba(24, 25, 27, .8);
  opacity: 0;
  transition: .3s
}

.popover {
  background: var(--main-bg-color);
  box-shadow: 0 0 10px 5px var(--main-shadow);
  padding: 0
}

.popover-title {
  background: var(--muted-border-color);
  border: 0 !important
}

.popover.top>.arrow:after {
  border-top-color: var(--main-bg-color) !important
}

.popover.right>.arrow::after {
  border-right-color: var(--main-bg-color) !important
}

.popover.bottom>.arrow::after {
  border-bottom-color: var(--main-bg-color) !important
}

.popover.epqpu_left>.arrow::after {
  border-left-color: var(--main-bg-color) !important
}

.affix {
  position: fixed
}

.sidebar-affix,
.sidebar-affix~* {
  transition: opacity .3s
}

.sidebar-affix.affix-bottom~*,
.sidebar-affix.affix~* {
  opacity: 0
}

.sidebar-affix.affix,
.sidebar-affix.affix-top {
  position: fixed
}

.sidebar-affix.affix-top {
  opacity: 0;
  z-index: -999
}

.sidebar-affix.affix-bottom {
  position: absolute
}

.scroll-x,
.scroll-y {
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto
}

.scroll-x {
  white-space: nowrap
}

.scroll-y {
  overflow-x: hidden;
  overflow-y: auto
}

.enlighter,
.mini-scrollbar,
.no-scrollbar {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  scrollbar-width: thin
}

.enlighter::-webkit-scrollbar,
.mini-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 3px
}

.mini-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px
}

.mini-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0)
}

.mini-scrollbar:hover::-webkit-scrollbar-thumb {
  background: rgba(146, 146, 146, .3)
}

.mini-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(145, 145, 145, .7)
}

.mini-scrollbar::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(146, 146, 146, .1)
}

.no-scrollbar::-webkit-scrollbar {
  display: none
}

.no-scrollbar {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none
}

.scroll-x-next,
.scroll-x-prev {
  position: absolute;
  top: 50%;
  width: 1.6em;
  height: 1.6em;
  margin-top: -.8em;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: .2s;
  opacity: 1;
  justify-content: center;
  background: var(--main-bg-color);
  border-radius: 40px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  opacity: .9
}

.scroll-x-next {
  right: 0
}

.scroll-x-next:hover,
.scroll-x-prev:hover {
  opacity: 1;
  color: var(--focus-color)
}

.scroll-x-next::after,
.scroll-x-prev::after {
  font: normal normal normal 12px/1 FontAwesome
}

.scroll-x-next::after {
  content: "\f054"
}

.scroll-x-prev::after {
  content: "\f053"
}

.form-control {
  border-color: transparent;
  background: var(--body-bg-color);
  color: var(--main-color);
  box-shadow: none;
  transition: border-color ease-in-out .15s, background ease-in-out .15s, box-shadow ease-in-out .15s, opacity ease-in-out .3s
}

select.form-control {
  -webkit-appearance: none;
  cursor: pointer
}

.form-control:focus {
  border-color: var(--focus-color);
  box-shadow: 0 0 2px 3px var(--focus-shadow-color)
}

.form-control:hover {
  border-color: var(--focus-color);
  opacity: .8
}

.form-control[disabled] {
  background: var(--body-bg-color);
  opacity: .5
}

.form-right-icon .form-control {
  padding-right: 2em
}

.screen-reader-text {
  display: none
}

.form-right-icon,
.form-select {
  position: relative
}

.form-select::before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  opacity: .5
}

.form-but-radio input {
  display: none
}

.form-but-radio label {
  cursor: pointer
}

.form-but-radio input:checked+.but-radio {
  --this-bg: var(--focus-color);
  --this-color: #fff
}

.form-switch {
  border-radius: 100px;
  width: 50px;
  height: 30px;
  transition: .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background: rgba(189, 189, 189, .4)
}

.form-switch::after {
  content: "";
  width: 26px;
  height: 26px;
  border-radius: 100px;
  top: 2px;
  left: 2px;
  position: absolute;
  background: #fff;
  transition: .3s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

input:checked~.form-switch {
  background: #4fb845
}

input:checked~.form-switch::after {
  left: 22px
}

input+.limit-warning {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  background: #ff5473;
  color: #fff;
  line-height: 1;
  margin: 6px 0;
  position: absolute;
  bottom: -101%;
  font-size: 12px
}

input+.limit-warning::before {
  content: "\f05a";
  font: normal normal normal 12px/1 FontAwesome;
  text-rendering: auto;
  margin-right: 5px
}

input+.limit-warning::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ff5473;
  position: absolute;
  top: -3px;
  transform: rotate(45deg);
  left: 9px;
  border-radius: 2px 0 10px 0
}

input+.limit-warning.top {
  bottom: auto;
  top: -101%
}

input+.limit-warning.top::after {
  top: auto;
  bottom: -3px;
  transform: rotate(225deg)
}

.dropdown-menu {
  border-color: transparent;
  background: var(--main-bg-color);
  --this-color: var(--main-color);
  color: var(--this-color);
  box-shadow: 0 0 10px 8px var(--main-shadow);
  min-width: 100px;
  opacity: 0;
  transform: translateY(6px);
  transition: .3s;
  display: block;
  margin-top: 6px;
  visibility: hidden;
  list-style: none !important;
  z-index: 992
}

.dropdown-menu.column-2 {
  width: 269px
}

.dropdown-menu.column-2>li {
  display: inline-block;
  width: 50%
}

.dropdown-menu.fluid {
  right: 0
}

.dropup {
  position: relative
}

.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 6px;
  transform: translateY(-6px)
}

.focus-show:focus~.dropdown-menu,
.open>.dropdown-menu {
  visibility: unset;
  opacity: 1;
  transform: translateY(0)
}

.dropdown-menu>li>a {
  color: var(--this-color);
  padding: 6px 20px;
  text-shadow: none
}

.dropdown-menu>li>a>.epqpu_fa,
.dropdown-menu>li>a>svg {
  width: 1.28571429em;
  text-align: center
}

.dropdown-menu>.epqpu_active>a,
.dropdown-menu>.epqpu_active>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  color: var(--focus-color);
  background: var(--muted-border-color)
}

.dropdown-menu>.epqpu_active>a:hover {
  opacity: .7
}

.dropdown-menu .divider {
  background-color: var(--muted-border-color)
}

.dropdown-smilie {
  width: 260px;
  height: 300px;
  padding: 8px 10px;
  white-space: inherit;
  text-align: center
}

.dropdown-smilie .smilie-icon {
  display: inline-block;
  padding: 3px;
  width: 38px !important
}

.dropdown-code,
.dropdown-image {
  width: 250px;
  padding: 8px 10px
}

span.dropdown,
span.dropup {
  display: inline-block
}

.dropdown-menu.right {
  right: 0;
  left: auto
}

.dropdown-menu.right::before {
  left: auto;
  right: 12px
}

.navbar-form {
  box-shadow: none
}

.list-inline {
  margin-left: 0
}

.list-inline>li {
  vertical-align: middle
}

.list-group-item:first-child {
  border-top-left-radius: var(--main-radius);
  border-top-right-radius: var(--main-radius)
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: var(--main-radius);
  border-bottom-left-radius: var(--main-radius)
}

.list-group-item {
  background-color: var(--main-bg-color);
  border-color: var(--muted-border-color);
  color: var(--main-color)
}

a.list-group-item {
  color: var(--main-color)
}

a.list-group-item:focus,
a.list-group-item:hover {
  background-color: var(--body-bg-color);
  border-color: var(--main-border-color);
  color: var(--focus-color)
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: transparent;
  border-color: transparent
}

.modal {
  padding-right: 0 !important
}

.modal-title {
  font-size: 16px
}

.modal-content {
  border-radius: var(--main-radius);
  background: var(--main-bg-color);
  border: none
}

.modal-footer,
.modal-header {
  border-color: var(--main-border-color)
}

.modal.epqpu_fade .modal-dialog {
  transform: scale(.9);
  transition: transform .5s cubic-bezier(.32, .85, .45, 1.18), width .3s
}

.modal.epqpu_in .modal-dialog {
  transform: scale(1)
}

.modal.epqpu_in+*+*+.modal,
.modal.epqpu_in+*+.modal {
  background: 0 0;
  transition: .3s
}

.modal.epqpu_in+*+*+.modal.epqpu_in,
.modal.epqpu_in+*+.modal.epqpu_in {
  background: rgba(0, 0, 0, .4)
}

.modal-backdrop~.modal-backdrop,
.modal.epqpu_in+*+*+.modal.epqpu_in+.modal-backdrop,
.modal.epqpu_in+*+.modal.epqpu_in+.modal-backdrop {
  opacity: 0 !important
}

.modal-dialog .loading-mask {
  z-index: 1
}

.modal-dialog.modal-sm,
.modal-mini {
  width: 300px;
  max-width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto
}

.modal-mini {
  width: 400px
}

.modal-buts .epqpu_but,
.modal-footer .epqpu_but {
  padding: .3em 1em
}

.modal-buts .epqpu_but+.epqpu_but,
.modal-dialog .pull-right .epqpu_but,
.modal-footer .epqpu_but+.epqpu_but {
  margin-left: .5em;
  margin-right: unset
}

.modal.epqpu_flex .modal-dialog {
  max-width: calc(100% - 20px);
  margin: 0
}

.modal.epqpu_flex .modal-content {
  max-height: calc(100vh - 20px);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch
}

.modal.bottom.epqpu_flex {
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
  opacity: 1
}

.modal.bottom .modal-dialog {
  transform: translateY(125%);
  transition: .4s;
  margin-bottom: 10px;
  margin-bottom: calc(10px + constant(safe-area-inset-bottom));
  margin-bottom: calc(10px + env(safe-area-inset-bottom))
}

.modal.bottom .modal-dialog .modal-content {
  box-shadow: 0 -10px 50px rgba(0, 0, 0, .15)
}

.modal.bottom.epqpu_in .modal-dialog {
  transform: translateY(0);
  transition: .8s cubic-bezier(.28, .9, .34, .99)
}

.modal .touch-close {
  position: absolute;
  top: -24px;
  width: 100%
}

.modal .touch-close::before {
  content: ' ';
  width: 40px;
  height: 4px;
  display: block;
  background: var(--muted-3-color);
  border-radius: 10px;
  margin: 15px auto;
  opacity: .8
}

.modal-buts.but-average {
  border-top: 1px solid var(--main-border-color);
  border-radius: 0 0 var(--main-radius) var(--main-radius)
}

.modal-buts.but-average>.epqpu_but {
  background: 0 0;
  padding: .8em
}

.modal-buts.but-average>.epqpu_but+.epqpu_but {
  border-left: 1px solid var(--main-border-color)
}

.modal-buts.but-average>.epqpu_but:hover {
  background: var(--this-bg)
}

.modal-body .modal-buts.but-average {
  margin: 0 -15px -15px
}

.modal-body .modal-buts.but-average .miniupload-ing * {
  --this-color: var(--key-color)
}

.modal-body .modal-buts.but-average .progress-bar {
  opacity: .5
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px
}

.gutters-5>div {
  padding-right: 5px;
  padding-left: 5px
}

.gutters-7 {
  margin-right: -7px;
  margin-left: -7px
}

.gutters-7>div {
  padding-right: 7px;
  padding-left: 7px
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px
}

.gutters-10>div {
  padding-right: 10px;
  padding-left: 10px
}

.mi-col-2 {
  width: 50%
}

.mi-col-2.mr6 {
  width: calc(50% - 6px)
}

.epqpu_flex {
  display: flex
}

.inflex {
  display: inline-flex
}

.epqpu_flex.hh {
  flex-wrap: wrap
}

.epqpu_flex.epqpu_xx,
.inflex.epqpu_xx {
  flex-direction: column
}

.epqpu_flex.epqpu_ac,
.inflex.epqpu_ac {
  align-items: center
}

.epqpu_flex.ab,
.inflex.ab {
  align-items: flex-end
}

.epqpu_flex.at,
.inflex.at {
  align-items: flex-start
}

.epqpu_flex.jc,
.inflex.jc {
  align-items: center;
  justify-content: center
}

.epqpu_flex.epqpu_jsb,
.inflex.epqpu_jsb {
  justify-content: space-between
}

.epqpu_flex.jse {
  justify-content: space-evenly
}

.epqpu_flex.jsa {
  justify-content: space-around
}

.epqpu_flex .grow1 {
  flex-grow: 1
}

.epqpu_flex .shrink0 {
  flex-shrink: 0
}

.epqpu_flex .flex0 {
  flex: none
}

.epqpu_flex .flex1 {
  flex: auto;
  overflow: hidden
}

.epqpu_flex .flex-auto {
  flex: auto
}

.order0 {
  order: 0
}

.order1 {
  order: 1
}

.order2 {
  order: 2
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.mr3 {
  margin-right: 3px
}

.mr6 {
  margin-right: 6px
}

.mr10 {
  margin-right: 10px
}

.mrn10 {
  margin-right: -10px
}

.mr20 {
  margin-right: 20px
}

.ml3 {
  margin-left: 3px
}

.mln3 {
  margin-left: -3px
}

.epqpu_ml6 {
  margin-left: 6px
}

.ml10 {
  margin-left: 10px
}

.ml20 {
  margin-left: 20px
}

.mt3 {
  margin-top: 3px
}

.mt6 {
  margin-top: 6px
}

.mt10 {
  margin-top: 10px
}

.mtn10 {
  margin-top: -10px
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.epqpu_mb6 {
  margin-bottom: 6px
}

.mb10 {
  margin-bottom: 10px
}

.mb30 {
  margin-bottom: 30px
}

.mb40 {
  margin-bottom: 40px
}

.mm3 {
  margin: 3px
}

.max-vh3 {
  max-height: 30vh
}

.max-vh5 {
  max-height: 50vh
}

.max-vh7 {
  max-height: 70vh
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.text-ellipsis-2,
.text-ellipsis-3,
.text-ellipsis-5 {
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal
}

.text-ellipsis-5 img {
  max-width: 1.5em;
  max-height: 1.5em
}

.text-ellipsis-2 {
  height: 2.8em;
  -webkit-line-clamp: 2
}

.text-ellipsis-3 {
  height: 4.2em;
  -webkit-line-clamp: 3
}

.text-ellipsis-5 {
  max-height: 7em;
  -webkit-line-clamp: 5
}

.epqpu_separator {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center
}

.epqpu_separator::after,
.epqpu_separator::before {
  content: "";
  background: var(--main-border-color);
  max-width: 20%;
  height: 1px;
  margin: 0 1em;
  flex: 1
}

.zib-widget>h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 15px
}

.zib-widget.widget_media_image {
  padding: 0;
  overflow: hidden
}

.zib-widget.widget_media_image img {
  width: 100%
}

.widget-tag-cloud.author-tag .epqpu_but {
  font-size: 13px
}

.widget-tag-cloud.fixed-width .epqpu_but {
  width: 89px
}

.term-aggregation .term-img {
  width: 10em
}

.graphic,
.page-cover {
  text-shadow: 0 0 5px rgba(0, 0, 0, .2);
  --main-color: #fff;
  color: #fff;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px var(--main-shadow);
  padding: 0;
  padding-bottom: 70%;
  border-radius: var(--main-radius)
}

.page-cover {
  padding-bottom: calc(25% + 80px)
}

.page-cover .dropdown-menu {
  --this-color: var(--muted-color)
}

.graphic>.fit-cover {
  position: absolute;
  width: 100%;
  height: 100%
}

.linear-mask {
  background-image: linear-gradient(0deg, rgba(29, 41, 49, .4) 3em, rgba(255, 255, 255, 0) 8em)
}

.graphic-mask {
  background: #000
}

.graphic-text {
  padding: 5px 10px;
  transition: .3s
}

.graphic.style-2 badge {
  margin: 5px;
  padding: .2em .6em
}

.style-3 .graphic-text {
  background: rgba(0, 0, 0, .2)
}

.style-3 .graphic-text+.graphic-text {
  opacity: 0;
  transform: translateY(100%);
  white-space: normal;
  word-break: break-all
}

.graphic.style-3:hover .graphic-text {
  opacity: 0;
  transform: translateY(100%)
}

.graphic.style-3:hover .graphic-text+.graphic-text {
  opacity: 1;
  transform: unset
}

.graphic.style-4 {
  margin-bottom: 0;
  border-radius: var(--main-radius) var(--main-radius) 0 0
}

.author-minicard,
.author-minicard .avatar-img {
  display: inline-block
}

.author-minicard {
  width: calc(33.333333% - 10px);
  min-width: 280px;
  background: var(--muted-border-color);
  text-align: left;
  padding: 10px 0 10px 15px;
  margin: 5px;
  vertical-align: top
}

.author-minicard .list-inline>li+li {
  width: calc(100% - 58px)
}

.mobile-nav-widget .author-minicard {
  padding: 8px 4px;
  min-width: 240px
}

.posts-nav-lists {
  max-height: 400px;
  padding-left: 10px
}

.posts-nav-lists .bl {
  border-left: 1px solid var(--main-border-color);
  padding: 20px 10px 20px 0
}

.posts-nav-lists li {
  transform: scale(1);
  transform-origin: bottom;
  transition: transform .2s, opacity 0s
}

.posts-nav-lists li.yc {
  transform: scaleY(0);
  height: 0;
  opacity: 0
}

.posts-nav-lists li.epqpu_active {
  transform: scale(1);
  height: auto;
  opacity: 1
}

.posts-nav-lists li a {
  margin: 0 10px;
  display: block;
  border-radius: 4px;
  margin-right: 25px;
  padding: 8px
}

.posts-nav-lists .fa-angle-right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
  padding: 8px 15px;
  color: var(--muted-2-color);
  margin-right: -15px;
  transition: all .2s;
  font-size: 20px
}

.dosc-nav li a:focus,
.dosc-nav li a:hover,
.nav .epqpu_active a,
.nav>li>a:focus,
.nav>li>a:hover,
.posts-nav-lists li a:hover,
.posts-nav-lists li.epqpu_active a {
  background: var(--main-shadow);
  color: var(--focus-color)
}

.posts-nav-lists li.n-H1 a,
.posts-nav-lists li.n-H2 a {
  font-weight: 700
}

.posts-nav-lists li.n-H3 a {
  padding-left: 25px
}

.posts-nav-lists li.n-H4 a {
  padding-left: 42px;
  font-size: 12px
}

.posts-nav-lists .bl::after,
.posts-nav-lists .bl::before,
.posts-nav-lists li::before {
  position: absolute;
  bottom: 0;
  left: -6px;
  width: 11px;
  height: 11px;
  border: 2px solid var(--focus-color);
  background: var(--main-bg-color);
  border-radius: 15px;
  content: '';
  transition: .15s
}

.posts-nav-lists .bl::before {
  bottom: auto;
  top: 0
}

.posts-nav-lists li::before {
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid var(--main-bg-color);
  background: var(--muted-3-color);
  opacity: 0
}

.posts-nav-lists li.n-H1::before,
.posts-nav-lists li.n-H2::before {
  border-width: 2px;
  opacity: 1
}

.posts-nav-lists li.n-H2::before {
  border-width: 3px
}

.posts-nav-lists li.n-H3::before {
  border-width: 4px;
  opacity: .6
}

.posts-nav-lists li.epqpu_active::before,
.posts-nav-lists li:hover::before {
  opacity: 1;
  border-width: 2px;
  background: var(--focus-color)
}

.dosc-nav .panel-toggle {
  padding: 10px;
  display: block
}

.dosc-nav .title-h-left {
  margin-bottom: 12px
}

.dosc-nav .panel {
  border: none;
  box-shadow: none;
  border-radius: 0 !important;
  border-top: 1px solid var(--main-border-color)
}

.dosc-nav .panel+.panel {
  margin: 0
}

.dosc-nav .panel-group {
  margin: 0
}

.panel-child {
  padding-left: 20px
}

.dosc-nav .nav>li>a {
  padding: 5px 10px
}

.dosc-nav .nav>li:last-of-type {
  margin-bottom: 10px
}

.dosc-article-title {
  padding: 15px 0 5px 0;
  font-size: 20px;
  border-bottom: 1px solid var(--muted-border-color)
}

.dosc-article-meta item,
.dosc-article-meta item a {
  margin-right: 8px;
  font-size: 13px;
  --main-color: var(--muted-2-color)
}

.dosc-article-meta item .action {
  display: inline;
  vertical-align: unset;
  padding: 0
}

.dosc-article-meta item .action .epqpu_icon {
  font-size: 1em;
  width: 1em;
  margin: 0
}

.article-content .article-docs-footer {
  padding: 10px 0
}

.article-content .article-docs-footer a {
  padding: 5px;
  height: auto;
  font-size: 24px;
  vertical-align: middle
}

.article-content .article-docs-footer a icon {
  width: 24px;
  height: 24px;
  font-size: 13px;
  margin-right: 6px
}

.article-content .article-docs-footer a text {
  font-size: 13px
}

.article-content .article-docs-footer .action .epqpu_icon {
  width: auto;
  margin: 0
}

.article-content .article-docs-footer .action text {
  font-size: 14px
}

.page-cover .dosc-search {
  --main-color: #fff;
  --muted-2-color: #fff;
  --muted-color: #fff;
  --main-border-color: #fff
}

.document-nav .cat-load {
  padding: 10px;
  display: block
}

.document-nav .epqpu_category,
.document-nav .panel-child {
  padding-left: 15px
}

.document-nav .panel {
  border-color: transparent !important
}

.document-nav .loading {
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: .3s
}

.document-nav .is-loading .loading {
  width: .7em;
  opacity: 1;
  margin-right: 6px
}

.document-nav>.panel-group>.cat-load {
  padding-left: 2px
}

.document-nav>.panel-group>.cat-load::before {
  color: initial
}

.document-nav .panel-toggle:not(.collapsed) {
  color: var(--focus-color)
}

.document-nav .cat-load.epqpu_active {
  background: var(--main-border-color);
  color: var(--focus-color);
  border-radius: 4px
}

.document-nav-container {
  transition: .3s
}

.document-nav-container.is-loading {
  opacity: .5
}

.document-search .search-loading {
  transition: .2s;
  opacity: 0;
  visibility: hidden
}

.document-search.is-loading .search-loading {
  visibility: unset;
  opacity: .8
}

.modal .modal-dialog.poster-share {
  width: 360px
}

.poster-imgbox>img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 360px;
  height: 100%;
  width: 100%;
  border-radius: var(--main-radius)
}

.poster-loading .loading {
  margin: 1em 0;
  font-size: 40px
}

.poster-imgbox.loaded .poster-loading {
  display: none
}

.poster-share .toggle-radius {
  width: 36px;
  height: 36px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3)
}

.mini-media-modal .mini-media-my-lists .progress-text {
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  top: auto;
  color: #fff;
  text-align: center;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .3)
}

.mini-media-my-lists {
  flex-wrap: wrap;
  display: flex
}

.mini-media-my-lists .list-item {
  flex: auto;
  flex-basis: auto;
  margin: 3px;
  flex-basis: calc(50% - 6px);
  flex-grow: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background: var(--main-border-color)
}

.mini-media-my-lists .list-item:not(.upload-ing) {
  cursor: pointer
}

.mini-media-my-lists .list-item.upload-ing {
  box-shadow: 0 0 5px 1px #74c374
}

.mini-media-my-lists.type-image .list-item {
  flex-basis: calc(25% - 6px)
}

.mini-media-my-lists.type-image .list-item .list-box {
  width: 100%;
  height: 0;
  padding-bottom: 100%
}

.mini-media-my-lists.type-image .list-box>img {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all .2s;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover
}

.mini-media-my-lists .theme-pagination {
  flex: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  flex-basis: 100%;
  margin: 12px 0 0
}

[disabled]+.upload-btn {
  opacity: .5;
  cursor: no-drop
}

.list-item.epqpu_active {
  box-shadow: 0 0 0 2px var(--focus-color)
}

.list-item[disabled] {
  opacity: .5
}

.list-item .active-index {
  color: #fff;
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 1;
  background: var(--focus-color);
  border-radius: 0 1px 0 4px;
  padding: 2px 3px;
  font-size: 12px;
  line-height: 12px;
  min-width: 16px;
  text-align: center
}

.rewards-img {
  height: 140px;
  width: 140px;
  border-radius: var(--main-radius);
  overflow: hidden;
  margin: auto
}

.admin-edit a {
  color: var(--focus-color) !important;
  font-size: .8em;
  padding: .1em
}

.imagecaptcha>img {
  width: 92px;
  height: 35px;
  border-radius: 4px
}

.line-form .imagecaptcha.abs-right {
  margin-top: -2px
}

.sign .line-form .imagecaptcha.abs-right {
  margin-top: -8px;
  margin-right: -8px
}

.slidercaptcha {
  min-height: 205px
}

.captcha-body-bg {
  border-radius: 4px;
  border: 1px solid var(--muted-border-color);
  background: var(--main-shadow)
}

.slidercaptcha .captcha-body-bar {
  position: absolute;
  top: 0;
  left: 0
}

.sliderContainer {
  text-align: center;
  background: var(--main-shadow);
  color: var(--muted-2-color);
  border-radius: 4px;
  margin-top: .5rem;
  position: relative;
  line-height: 40px;
  height: 40px
}

.refreshIcon {
  position: absolute;
  right: 0;
  opacity: .6;
  top: 0;
  padding: 10px;
  color: #fff;
  text-shadow: 0 0 5px #000
}

.sliderMask {
  position: absolute;
  border-radius: 4px;
  height: 40px;
  transition: .3s
}

.sliderContainer_active .sliderMask {
  background: rgba(5, 224, 96, .1);
  border: 1px solid rgba(94, 182, 89, .6);
  transition: unset
}

.sliderContainer_success .sliderMask {
  background: rgba(0, 153, 255, .2);
  border: 1px solid #43b5fc
}

.sliderContainer_fail .sliderMask {
  background: rgba(255, 0, 0, .2);
  border: 1px solid #ff4842
}

.captcha-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--main-bg-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  cursor: pointer;
  border-radius: 4px;
  transition: .3s
}

.sliderContainer_active .captcha-slider {
  transition: unset
}

.sliderContainer_success .captcha-slider {
  background: #3ca4f9;
  color: #fff
}

.sliderContainer_fail .captcha-slider {
  background: #f7564a;
  color: #fff
}

.sliderContainer_success .sliderIcon:before {
  content: "\f00c"
}

.sliderContainer_fail .sliderIcon:before {
  content: "\f00d"
}

.sign-content {
  padding: 20px 0
}

.sign-img {
  position: absolute;
  padding-right: 40%
}

.sign-logo img {
  max-width: 180px;
  max-height: 60px
}

.sign {
  max-width: 330px;
  margin: auto
}

.sign-img+.sign {
  margin-left: 45%;
  max-width: unset
}

.sign ul>li {
  margin: 10px 0
}

.sign .epqpu_but {
  margin: 0
}

#sign-in,
#sign-up {
  padding: 0 10px
}

.sign .line-form-input {
  padding: 0 2em .3em .3em;
  margin-top: 1.7em
}

.sign .line-form .abs-right {
  margin-top: -3px
}

.sign .captchsubmit {
  margin-right: -.7em;
  padding: .3em 1em
}

.sign .signup-captch {
  display: none
}

.match-ok {
  right: 110px;
  color: #45b6f7;
  opacity: 0
}

.match-ok.show {
  opacity: 1
}

.yztx~.match-ok {
  right: 110px
}

.social_loginbar {
  text-align: center
}

.social_loginbar .social-login-item,
.social_loginbar .xh-social-item {
  float: none;
  display: inline-block;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px;
  cursor: pointer;
  border-radius: 50px;
  margin: 3px 5px
}

.social-login-item.button-lg {
  width: 120px !important
}

.social-login-item.button-lg .epqpu_fa,
.social-login-item.button-lg .epqpu_icon {
  margin-right: 6px;
  font-size: 1.1em
}

.social-login-item.button-lg.baidu .epqpu_icon {
  font-size: 1.2em
}

.social-login-item,
.social-login-item svg {
  color: #fff !important
}

.social-login-item.weibo {
  background: #ea5d5c
}

.social-login-item.weixin,
.social-login-item.weixingzh {
  background: #24b76a
}

.social-login-item.facebook,
.social-login-item.qq {
  background: #1296db
}

.social-login-item.alipay {
  background: #1296db
}

.social-login-item.baidu {
  background: #4e6ef2
}

.social-login-item.github {
  background: #505050
}

.social-login-item.gitee {
  background: #c2292f
}

.social-login-item.dingtalk,
.social-login-item.twitter {
  background: #399ffb
}

.social-login-item.huawei {
  background: #f2363f
}

.social-login-item.google {
  background: #5d80f4
}

.social-login-item.microsoft {
  background: #f25022
}

.social-login-item.toggle-radius {
  font-size: 16px
}

.social-login-item.toggle-radius.alipay,
.social-login-item.toggle-radius.baidu,
.social-login-item.toggle-radius.github {
  font-size: 20px
}

.social-login-item.toggle-radius.weibo {
  font-size: 18px
}

.qrcode-signin-container {
  min-height: 254px
}

.signin-qrcode-img {
  width: 180px;
  min-height: 180px;
  border-radius: 6px
}

.pay-box.pay-widget .vip-price {
  padding-top: 8px;
  width: 100%;
  display: inline-block;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: inherit
}

.vip-price:hover {
  color: inherit;
  background: rgba(0, 0, 0, .05)
}

.vip-price-text {
  display: inline-block
}

.pay-widget .vip-price+.vip-price {
  border-left: 1px solid rgba(255, 255, 255, .1)
}

.pay-widget .cashier-link,
.pay-widget .initiate-pay,
.pay-widget .pay-button .dropup,
.pay-widget .signin-loader,
.pay-widget .vip-price,
.pay-widget .vip-price-buts {
  width: 100%
}

.pay-widget .but-group>.epqpu_but,
.pay-widget .but-group>.vip-price {
  width: 50%
}

.pay-widget .cashier-link,
.pay-widget .initiate-pay {
  padding: .5em
}

.pay-widget .vip-price>.em12 {
  font-size: 2em;
  display: block
}

.pay-widget .price-box>.c-yellow {
  text-align: center;
  --this-color: #fff
}

.pay-gallery {
  width: 45%;
  background: var(--main-border-color)
}

.pay-box .paid-info {
  border-left: 1px dashed rgba(255, 255, 255, .51);
  padding-left: 20px
}

.pay-thumb {
  width: 40%
}

.pay-widget .paid-info {
  border: unset;
  padding: unset;
  border-top: 1px dashed rgba(255, 255, 255, .51);
  padding-top: 10px
}

.paid-box {
  border-radius: var(--main-radius)
}

.paid-box {
  padding: 0 !important
}

.paid-info-box.epqpu_flex {
  display: flex
}

.paid-info a {
  color: inherit
}

.paid-gallery {
  background: var(--main-border-color);
  padding: 60px
}

.paid-down-group>.btn-block {
  display: inline-block;
  width: 50%
}

.pay-box {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  line-height: 1.4
}

.pay-box .pay-tag,
.vip-product .vip-tag {
  font-size: 13px;
  padding: 3px 10px;
  right: auto;
  width: auto;
  top: 10px;
  background: var(--this-bg);
  color: var(--this-color);
  border-radius: var(--main-radius) 0 var(--main-radius) 0;
  line-height: 1.4;
  z-index: 1
}

.pay-box ul.list-inline {
  margin: 0 !important;
  padding: 0 !important
}

.pay-box ul.list-inline li {
  width: 90px;
  margin: 0
}

.pay-box ul.list-inline li+li {
  width: calc(100% - 95px)
}

.cashier-link {
  padding: .5em 3em
}

.epqpu_but.initiate-pay {
  padding: .6em 1em
}

.paid-info-box,
.pay-attr,
.pay-box .pay-details,
.pay-box .pay-extra-hide {
  font-size: 13px;
  background: var(--muted-border-color);
  display: block;
  padding: 6px 10px;
  line-height: 1.4;
  color: var(--muted-color);
  border-radius: 4px
}

.pay-attr {
  line-height: 1.6
}

.pay-box .pay-mark {
  font-size: 12px;
  margin-right: 3px
}

.pay-box .pay-cuont {
  margin-left: 10px;
  font-size: 12px;
  padding: 1px 10px;
  vertical-align: top
}

.pay-box .pay-details {
  margin-top: 10px;
  padding: 10px
}

.pay-details ul {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.pay-box .pay-thumbnail {
  width: 80px;
  height: 80px
}

.pay-box .pay-thumbnail img {
  height: 100%
}

.pay-box .pay-box-price {
  color: #fb403f;
  margin: 4px 0;
  font-size: 16px
}

.pay-box .vip-price {
  border: none;
  font-size: 12px;
  padding: 4px 12px;
  flex: content
}

.original-price {
  opacity: .7;
  position: relative;
  padding: 0 3px 0 2px;
  font-size: 14px;
  display: inline-block
}

.original-price::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ff343b;
  top: .6em;
  left: 0;
  transform: rotate(5deg)
}

.pay-box .but-download {
  padding: 15px 10px 0 10px;
  display: inline-block;
  width: 50%;
  vertical-align: top
}

.pay-box .but-download .epqpu_but {
  min-width: 130px
}

.pay-box .but-download .epqpu_but svg.epqpu_icon,
.pay-box .but-download .epqpu_but>.epqpu_fa {
  margin-right: 1em
}

.pay-box .epqpu_but.baidu {
  background: #1578f8
}

.pay-box .epqpu_but.lanzou {
  background: #f37526
}

.pay-box .epqpu_but.weiyun {
  background: #33b0fa
}

.pay-box .epqpu_but.onedrive {
  background: #1254c6
}

.pay-box .epqpu_but.tianyi {
  background: #fe9c0a
}

.pay-box .epqpu_but.ctfile {
  background: #08be9f
}

.payment-method-radio {
  padding: 5px
}

.payment-method-radio>* {
  margin: 3px
}

.payment-method-radio img {
  height: 35px
}

.payment-method-radio+.payment-method-radio {
  margin-left: 10px
}

.payvip-modal {
  padding: 30px
}

.payvip-modal .user-box>li+li {
  width: calc(100% - 70px)
}

.payvip_icon {
  color: #f9915a
}

.payvip_icon .epqpu_fa {
  font-size: 50px
}

.payvip_equity {
  line-height: 1.8
}

.vip-product {
  border: 2px solid var(--main-border-color);
  background: var(--main-shadow);
  box-shadow: none;
  min-width: 140px;
  min-height: 86px;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  margin: 4px;
  font-weight: 400;
  padding: 5px 8px;
  cursor: pointer
}

.vip-product .product-price {
  font-size: 22px
}

.vip-product .pay-mark {
  font-size: 13px
}

.vip-product .original-price {
  font-size: 15px;
  color: var(--muted-color)
}

.vip-product .vip-tag {
  font-size: 12px;
  padding: 1px 5px;
  border-radius: 4px;
  left: auto;
  right: -8px;
  top: -10px;
  transform: scale(.9)
}

.vip-product-input:checked~.vip-product,
.vip-product.epqpu_active {
  border-color: #ff5473;
  background: var(--main-bg-color)
}

.vip-product-input:checked~.vip-product::before,
.vip-product.epqpu_active::before {
  content: "\f058";
  font: normal normal normal 14px/1 FontAwesome;
  color: #ff5473;
  position: absolute;
  left: 2px;
  top: 2px
}

.balance-charge-form .vip-product {
  min-width: 82px;
  min-height: 65px
}

.active-icon.abs-right {
  color: #fff;
  top: 20px;
  right: auto;
  left: 13px;
  font-size: 20px;
  opacity: 0;
  transition: .15s
}

.payvip-modal .label-box>label {
  vertical-align: bottom
}

.payvip-modal .epqpu_active .vip-card {
  box-shadow: 0 0 10px rgba(98, 98, 98, .6);
  transform: translateY(-1px)
}

.epqpu_active .active-icon {
  opacity: 1
}

.vip-card {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  padding: 15px;
  margin: 5px;
  background: #d2b484;
  background: linear-gradient(25deg, #e6aa4f 10%, #f1d7ad 70%, #f5b97b 100%);
  color: #866127;
  transition: .3s
}

.vip-img {
  font-size: 70px
}

.vip-icon {
  font-size: 2em
}

.vip-name {
  font-size: 20px
}

.vip-theme2 {
  background: linear-gradient(317deg, #2c294a, #686886 30%, #35343e) rgba(107, 106, 102, .3);
  color: #e4e2fb
}

.vip-theme2 .vip-baicon {
  color: #5f5f5f
}

.payvip-button {
  background: linear-gradient(135deg, #ff9633 10%, #f14315 100%);
  padding: 4px 15px !important;
  box-shadow: 0 0 10px rgba(26, 22, 15, .3);
  position: relative;
  z-index: 2
}

.vip-expdate-tag {
  font-size: .8em;
  padding: .1em 6px;
  vertical-align: .1em
}

.vip-theme2 .payvip-button {
  background: linear-gradient(270deg, #ada48a, #eae5b7 45%, #f5efd6);
  color: #72511d;
  --this-color: #72511d
}

.payvip-icon {
  background: linear-gradient(300deg, #4c4d51, #2a2a31 15%, #85858a 40%, #393a3c 60%, #393838 80%, #5e5f62 100%);
  text-shadow: none;
  font-weight: 400;
  position: relative;
  color: #ece0e0;
  border: none;
  --this-color: #ece0e0;
  overflow: hidden
}

.payvip-icon:before {
  content: "\f219";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3.5em;
  right: -.2em !important;
  top: 80% !important;
  opacity: .06
}

.vipbg-v1 {
  background: linear-gradient(60deg, #f0bf81 0, #fdefd6 30%, #f2deb9 40%, #fdc277 80%, #f9e1b7 100%);
  color: #8c5728;
  --this-color: #8c5728
}

.vipbg-v1:before {
  content: "\f006"
}

.vip-texticon {
  font-size: .85em;
  background: 0 0;
  color: #de8644
}

.vip-baicon.abs-center {
  font-size: 15em;
  top: 80%;
  left: -22%;
  opacity: .2;
  z-index: 0
}

.vip-cardminis>li {
  width: 50%;
  padding: 0
}

.vip-cardmini .vip-baicon.abs-center {
  font-size: 7em
}

.vip-cardmini {
  text-align: center
}

.avatar-icontag {
  position: absolute;
  border-radius: 50px;
  line-height: 1;
  padding: 2px;
  right: -3px;
  bottom: -2px;
  font-size: 11px;
  background: #f7efe3;
  border: 1px solid var(--main-bg-color)
}

.page-share>a {
  font-size: 22px;
  margin: 0 10px
}

.archives ul>li {
  padding: 5px 0
}

.posts-navs .title-theme h2 {
  margin: inherit;
  font-size: inherit
}

.option-dropdown {
  padding: 5px 10px;
  display: inline-block;
  color: var(--muted-color)
}

.ajax-option .option-items {
  margin-left: 10px;
  --main-color: var(--muted-2-color)
}

.ajax-option .option-dropdown {
  color: var(--main-color)
}

.ajax-option .option-dropdown .dropdown-menu {
  max-height: 400px;
  overflow-y: auto
}

.yiyan-box {
  padding: 10px 15px;
  min-height: 40px
}

.yiyan .en {
  font-size: .8em;
  opacity: .8
}

.yiyan-box:hover {
  box-shadow: inset 0 0 5px 0 var(--focus-shadow-color)
}

.notyn {
  position: fixed;
  bottom: 6em;
  right: 0;
  max-width: 320px;
  z-index: 10000000
}

.notyf {
  margin-bottom: .6em;
  color: #fff;
  float: right;
  min-width: 200px;
  padding: 1em 3em 1em 3.4em;
  box-shadow: -3px 3px 6px rgba(0, 0, 0, .1);
  transform: translateX(1.5em);
  transition: .3s;
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
  -webkit-animation: notyf .4s cubic-bezier(.35, .71, .46, 1.08);
  animation: notyf .4s cubic-bezier(.35, .71, .46, 1.08)
}

.notyn-out .notyf {
  transform: translateX(110%);
  opacity: .5;
  transition: .5s
}

@-webkit-keyframes notyf {
  0% {
    transform: translateX(110%);
    opacity: 0
  }

  100% {
    transform: translateX(1.5em);
    opacity: 1
  }
}

@keyframes notyf {
  0% {
    transform: translateX(110%);
    opacity: 0
  }

  100% {
    transform: translateX(1.5em);
    opacity: 1
  }
}

.notyf:before {
  font: normal normal normal 16px/1 FontAwesome;
  left: .8em;
  font-size: 1.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px
}

.notyf.success {
  background: linear-gradient(90deg, rgba(15, 147, 249, .7), rgba(61, 189, 249, .8))
}

.notyf.success:before {
  content: "\f058"
}

.notyf.info {
  background: linear-gradient(90deg, rgba(58, 162, 54, .8), rgba(89, 247, 131, .8))
}

.notyf.info:before {
  content: "\f0a1"
}

.notyf.load,
.notyf.warning {
  background: linear-gradient(90deg, rgba(253, 170, 71, .7), rgba(247, 154, 13, .8))
}

.notyf.warning:before {
  content: "\f05a"
}

.notyf.danger {
  background: linear-gradient(90deg, rgba(253, 69, 28, .7), rgba(251, 110, 75, .8))
}

.notyf.danger:before {
  content: "\f057"
}

.notyf .fa-close {
  float: right;
  padding: .6em;
  margin: -.4em
}

.action-comment-like.action-animation .epqpu_icon,
.action-like.action-animation .epqpu_icon {
  -webkit-animation: lovestar .6s 0s 1 ease normal none;
  animation: lovestar .6s 0s 1 ease normal none
}

@-webkit-keyframes lovestar {
  0% {
    transform: translate3d(0, 0, 0)
  }

  35% {
    transform: translate3d(0, 4px, 0) rotate(5deg)
  }

  60% {
    transform: translate3d(-2px, -6px, 0) scale(1.3) rotate(-25deg)
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0)
  }
}

@keyframes lovestar {
  0% {
    transform: translate3d(0, 0, 0)
  }

  35% {
    transform: translate3d(0, 4px, 0) rotate(5deg)
  }

  60% {
    transform: translate3d(-2px, -6px, 0) scale(1.3) rotate(-25deg)
  }

  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0)
  }
}

.close {
  transition: .2s;
  opacity: .4;
  color: var(--muted-color);
  position: relative;
  z-index: 1
}

.close:focus,
.close:hover {
  color: inherit
}

.absolute,
.fixed,
.progress {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.fixed {
  position: fixed
}

.abs-center,
.abs-left,
.abs-right,
.form-select::before,
.line-form-label,
.payvip-icon:before,
.toggle-radius .epqpu_fa,
.toggle-radius .epqpu_icon {
  position: absolute;
  top: 50%;
  right: .7em;
  transform: translateY(-50%);
  z-index: 1
}

.abs-center {
  left: 0;
  width: 100%
}

.abs-left {
  right: auto;
  left: .7em
}

.abs-center.left-top,
.abs-center.right-top {
  transform: unset;
  top: 0
}

.abs-center.right-top {
  left: auto;
  width: auto
}

.abs-center.left-top {
  text-align: left
}

.abs-center.conter-bottom,
.abs-center.conter-conter {
  text-align: center
}

.abs-center.right-bottom,
.abs-center.right-conter,
.abs-center.right-top {
  text-align: right
}

.abs-center.conter-bottom,
.abs-center.left-bottom,
.abs-center.right-bottom {
  top: auto;
  transform: unset;
  bottom: 0
}

.abs-blur-bg {
  position: absolute;
  left: -50px;
  top: -50px;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -webkit-filter: blur(30px);
  filter: blur(30px)
}

.scale-placeholder {
  position: absolute;
  bottom: 5px;
  opacity: .5;
  transition: .2s;
  padding-left: 4px;
  transform-origin: left top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  cursor: text
}

.scale-placeholder.is-focus,
input:focus~.scale-placeholder {
  transform: translateY(-20px);
  font-size: 11px
}

input:-internal-autofill-previewed~.scale-placeholder,
input:-internal-autofill-selected~.scale-placeholder {
  transform: translateY(-20px);
  font-size: 11px
}

input:focus~.scale-placeholder {
  color: var(--focus-color);
  opacity: .9
}

.line-form .abs-right {
  margin-top: 3px
}

.line-form-input {
  outline: 0 !important;
  border: none;
  display: block;
  width: 100%;
  padding: 1em 2em .4em .3em;
  opacity: .8;
  transition: .3s;
  background: 0 0 !important
}

.line-form-input::-webkit-input-placeholder {
  color: var(--muted-2-color)
}

.line-form-input:-moz-placeholder {
  color: var(--muted-2-color)
}

.line-form-input:-moz-placeholder {
  color: var(--muted-2-color)
}

.line-form-input:focus {
  opacity: 1
}

.line-form-label {
  left: 1em;
  right: unset
}

.line-form-line,
.line-form-line:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: .8s;
  background: var(--main-border-color)
}

.line-form-line:before {
  content: '';
  width: 0;
  background: var(--focus-color)
}

.line-form-input:focus~.line-form-line:before,
.line-form-input:hover~.line-form-line:before {
  width: 100%
}

.line-form-input:focus~.line-form-line:before {
  box-shadow: 0 -1px 3px 1.5px var(--focus-shadow-color)
}

.link-img img {
  border-radius: 0
}

.link-only-img img {
  height: 45px;
  width: auto;
  border-radius: 0;
  margin: 5px 10px
}

.step-simple {
  padding: 10px;
  background: var(--main-border-color);
  border-radius: 4px;
  text-align: center;
  display: flex
}

.step-simple>li {
  flex: 1;
  position: relative;
  margin: 0 6px
}

.step-simple>li:last-of-type::after {
  content: unset;
  display: none
}

.step-simple>li::after {
  font: normal normal normal 18px/1 FontAwesome;
  font-size: 18px;
  content: "\f105";
  color: var(--muted-3-color);
  position: absolute;
  right: -10px;
  font-size: 20px;
  top: 0
}

.step-simple a {
  color: inherit
}

.step-simple .epqpu_active {
  color: var(--focus-color)
}

@media (min-width:1240px) {
  .epqpu_container {
    max-width: var(--mian-max-width);
    width: auto
  }
}

.container-footer,
.container-header {
  max-width: 1380px;
  max-width: calc(var(--mian-max-width) + 180px)
}

.content-wrap {
  float: left;
  width: 100%
}

.epqpu_sidebar {
  float: left;
  width: 311px;
  position: relative
}

.site-layout-1 .epqpu_sidebar {
  display: none
}

.site-layout-2 .content-layout {
  margin-right: calc(311px + 15px)
}

.site-layout-2 .epqpu_sidebar {
  float: left;
  margin-left: -311px;
  width: 311px;
  position: unset
}

.site-layout-3 .content-layout {
  margin-left: calc(311px + 15px);
  margin-right: unset
}

.site-layout-3 .epqpu_sidebar {
  margin-left: -100%
}

.header {
  padding: 8px 20px;
  background: var(--header-bg);
  margin-bottom: 20px;
  transition: .3s
}

.body-scroll .header {
  box-shadow: 0 4px 10px var(--main-shadow)
}

.header a:not(.epqpu_but),
.header svg {
  color: var(--header-color)
}

.header .sub-menu {
  background: var(--main-bg-color);
  text-shadow: none
}

.header .dropdown-menu a,
.header .sub-menu a,
.header .sub-menu svg {
  color: var(--main-color)
}

body.nav-fixed:not(.body-scroll) .header.show-slide {
  --header-bg: linear-gradient(0, rgba(0, 0, 0, .05) 0%, rgba(0, 0, 0, .3) 80%);
  --header-color: #fff;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset
}

body:not(.nav-fixed) .header.show-slide {
  margin-bottom: 0
}

body.nav-fixed .slide-header {
  margin-top: -90px
}

.slide-header .slide-text {
  padding-top: 70px
}

.slide-header .s-desc,
.slide-header img,
.wp-block-carousel figcaption {
  border-radius: 0 !important
}

.search-keywords {
  padding: 10px
}

.header form {
  text-align: center
}

nav .fa-angle-down {
  float: right;
  margin-top: 2px
}

.nav-fixed .header {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px)
}

.mobile-navbar+.fixed-body {
  z-index: 996
}

.navbar-top {
  margin: 0;
  border-radius: 0 !important;
  font-size: 15px
}

.navbar-top badge,
badge.top {
  transform: translate(-5px, -10px) scale(.85);
  margin-right: -10px
}

.navbar-top .navbar-nav {
  margin-left: 20px
}

.navbar-top .navbar-right {
  padding-right: 0
}

.navbar-right~.navbar-right {
  padding-right: 5px
}

.navbar-top .navbar-but .epqpu_but {
  font-size: .8em;
  padding: .3em 1em !important;
  margin: .4em
}

.navbar-top .navbar-but .epqpu_but.hover-show {
  z-index: 99
}

.navbar-top .navbar-brand {
  padding: 7px 10px
}

.navbar-logo>img {
  height: 36px;
  padding: 0 30px
}

.navbar-top .nav>li>a {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  display: inline-block !important;
  overflow: hidden
}

.menu-item>a>.epqpu_but {
  transform: translateY(-2px);
  margin: -.3em
}

.current-menu-item>a,
.navbar-top .nav li a:focus,
.navbar-top .nav li a:hover {
  background-color: transparent;
  color: var(--focus-color)
}

.navbar-top .epqpu_fa {
  transition: .2s
}

.navbar-collapse .search-input {
  background: var(--main-shadow)
}

.navbar-collapse .search-input~.dropdown-menu {
  margin-top: 15px
}

.navbar-collapse .dropdown-menu .search-input {
  background: 0 0;
  padding: 10px;
  width: 460px
}

.navbar-nav li,
.navbar-nav li a {
  max-height: 50px;
  position: relative
}

.navbar-top .sub-menu,
.theme-popover {
  visibility: hidden;
  position: absolute;
  min-width: 120px;
  background-color: var(--main-bg-color);
  padding: 10px 5px;
  z-index: 99;
  border-radius: var(--main-radius);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.navbar-top li:hover>.sub-menu {
  visibility: unset
}

.navbar-top .sub-menu .sub-menu {
  left: 100%;
  top: -10px
}

.theme-popover {
  display: unset
}

.navbar-search {
  visibility: hidden;
  transform: translateY(-101%);
  padding: 10px 30px;
  padding-top: 80px;
  background: var(--main-bg-color);
  height: auto;
  opacity: 1;
  box-shadow: 0 14px 10px rgba(0, 0, 0, .08);
  z-index: 998;
  transition: all .5s
}

.navbar-search.show {
  visibility: unset;
  transform: translateY(0)
}

.navbar-top .navbar-right .sub-menu {
  right: 0
}

.navbar-top .sub-menu li>a {
  white-space: nowrap;
  width: calc(100% + 1.4em);
  display: block;
  padding: 5px 10px;
  padding-right: 2em
}

.navbar-top .newadd-btns {
  opacity: 1 !important
}

.navbar-top .drop-newadd {
  width: 137px;
  padding: 7px 10px
}

.navbar-top .drop-newadd::before {
  top: -4px;
  left: auto;
  right: 27px
}

.sub-user-box {
  width: 242px;
  word-break: break-word;
  white-space: normal
}

.mobile-navbar.top .sub-user-box {
  width: auto;
  text-align: center;
  margin: auto;
  max-width: 400px
}

.mobile-navbar.top .sub-user-box>ul {
  overflow: hidden
}

.sub-user-box .list-inline>li+li {
  width: calc(100% - 48px)
}

.sub-user-box .social-login-item.button-lg {
  width: 110px !important;
  font-size: 13px
}

.sub-user-box .user-name {
  width: calc(100% - 3em)
}

.sub-user-box .author-tag>* {
  max-height: 41px;
  overflow: hidden;
  flex: auto
}

.sub-vip-card {
  font-size: 12px
}

.sub-vip-card .vip-card {
  display: inline-block;
  width: 240px
}

.sub-vip-card .vip-baicon.abs-center {
  font-size: 10em;
  left: 55%
}

.sub-vip-card .payvip-button {
  font-size: 1em !important;
  margin: 0 !important
}

.sub-vip-card .vip-name {
  font-size: 16px
}

.sub-vip-card .vip-img {
  display: none
}

.sub-user-box .payvip-icon {
  padding: 8px 0
}

.header-user-href>a {
  display: inline-block;
  padding: 10px 10px 0 10px
}

.header-user-href>a:hover {
  opacity: .7
}

.header-user-href>a div+div {
  font-size: 12px
}

.header-user-href .toggle-radius {
  width: 36px;
  height: 36px
}

.navbar-top li.current-menu-item>a,
.navbar-top li:hover>a {
  color: var(--focus-color)
}

.navbar-top li.current-menu-item:before,
.navbar-top li.current-menu-item>a:before,
.navbar-top li:hover:before,
.navbar-top li:hover>a:before {
  opacity: 1
}

.navbar-nav li:hover>a .fa-angle-down {
  transform: rotate(-90deg)
}

.navbar-nav>li:before {
  content: " ";
  position: absolute;
  width: 100%;
  top: -10px;
  background: var(--focus-color);
  height: 5px;
  border-radius: 0 0 15px 15px;
  opacity: 0
}

.navbar-avatar {
  margin-top: 3px;
  display: block;
  width: 29px;
  height: 29px
}

.swiper-container {
  position: relative;
  overflow: hidden
}

.swiper-wrapper {
  transform: translate3d(0, 0, 0);
  display: flex;
  position: relative
}

.swiper-slide {
  transform: translate3d(0, 0, 0);
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition-property: transform
}

.new-swiper,
.overflow-hidden,
.swiper-tab,
.swiper-tab-nav {
  overflow: hidden;
  position: relative
}

.swiper-tab .swiper-slide .swiper-slide {
  height: 100%
}

.new-swiper {
  --pc-height: auto;
  --m-height: auto;
  --max-height: auto;
  --min-height: auto
}

.scale-height {
  --scale-height: 40%;
  --pc-height: 100%;
  --m-height: 100%;
  padding-bottom: var(--scale-height);
  width: 100%;
  height: 0
}

.scale-height .swiper-slide img,
.scale-height .swiper-wrapper {
  position: absolute
}

.new-swiper .swiper-wrapper {
  height: var(--pc-height);
  display: flex
}

.new-swiper .swiper-slide img:not(.img-icon):not(.smilie-icon):not(.avatar-badge):not(.avatar) {
  max-height: var(--max-height);
  min-height: var(--min-height);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%
}

.swiper-scroll .swiper-slide {
  width: unset;
  margin-right: 10px
}

.swiper-scroll .swiper-slide:last-of-type {
  margin-right: 0
}

.swiper-tab-nav .swiper-slide.swiper-slide-thumb-active a {
  color: var(--focus-color)
}

.s-desc,
.slide-text,
.wp-block-carousel figcaption {
  position: absolute;
  color: #fff;
  bottom: 0;
  padding: 1.8em 2.5em;
  background: linear-gradient(0deg, rgba(0, 0, 0, .2), transparent);
  width: 100%;
  font-size: 16px;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
  z-index: 1;
  border-radius: 0 0 var(--main-radius) var(--main-radius)
}

.slide-layer img {
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  position: unset !important
}

.slide-text {
  background: unset;
  opacity: 0;
  bottom: unset;
  transition: opacity 1s;
  --text-size-pc: 20px;
  font-size: var(--text-size-pc)
}

.swiper-bulletin {
  padding: .1em 6px;
  background: var(--this-bg)
}

.swiper-bulletin .new-swiper {
  line-height: 2.4em;
  height: 2.4em;
  overflow: hidden
}

.swiper-bulletin .text-ellipsis {
  display: block;
  line-height: 33px
}

.swiper-bulletin a {
  color: var(--this-color)
}

.bulletin-icon {
  background: var(--this-color);
  width: 26px;
  height: 26px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  vertical-align: -8px
}

.sbg .bulletin-icon {
  color: var(--this-bg)
}

.imgbox {
  display: none
}

.cursor-zoom-in {
  cursor: zoom-in
}

.media-body {
  width: auto
}

.posts-row {
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: 15px
}

.posts-row>* {
  margin-left: 8px !important;
  margin-right: 8px !important
}

.posts-item {
  padding: 20px;
  margin: 15px 0;
  background: var(--main-bg-color);
  overflow: hidden;
  transition: .2s;
  box-shadow: 0 0 10px var(--main-shadow);
  border-radius: var(--main-radius)
}

.posts-item .post-graphic:not(.order1) {
  margin-right: 20px
}

.posts-item .order1.post-graphic {
  margin-right: 0;
  margin-left: 20px
}

.posts-item .item-thumbnail {
  width: 190px;
  height: 0;
  padding-bottom: var(--posts-list-scale);
  position: relative;
  overflow: hidden;
  border-radius: var(--main-radius)
}

.item-thumbnail .swiper-wrapper {
  height: 100% !important
}

.epqpu_list .item-thumbnail .zib-slider,
.epqpu_list .item-thumbnail.new-swiper {
  margin: 0 !important;
  position: absolute;
  height: 100%
}

.item-thumbnail .dplayer-thumb {
  padding-bottom: var(--posts-list-scale);
  transition: opacity .3s
}

.item-thumbnail .dplayer-thumb .dplayer-bezel .dplayer-bezel-icon {
  opacity: 0 !important
}

.item-thumbnail .dplayer-video-wrap,
.item-thumbnail .swiper-wrapper,
.item-thumbnail img {
  position: absolute
}

.item-thumbnail .dplayer-video-wrap {
  z-index: 1
}

.dplayer-thumb-hide {
  opacity: 0
}

.forum-lists-cover .swiper-pagination,
.item-thumbnail .swiper-pagination {
  text-align: center !important;
  bottom: 0 !important;
  padding: 0 2px !important;
  left: 0 !important;
  right: 0 !important
}

.posts-item .item-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
  max-height: 2.8em
}

.epqpu_list.style2 .item-thumbnail {
  width: 130px
}

.epqpu_list.style2 .item-heading {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: unset;
  max-height: 1.4em
}

.posts-item .item-heading>a {
  color: var(--key-color)
}

.posts-item .item-heading>a:hover {
  color: var(--focus-color)
}

.posts-item .item-meta item {
  margin-right: 8px;
  font-size: 13px
}

.posts-item .meta-right item:last-child {
  margin-right: 0
}

.item-meta .avatar-mini {
  transform: translateY(-1px)
}

.item-meta .meta-pay {
  padding: 0 4px
}

.posts-item .item-meta a,
.posts-mini .item-meta a {
  color: inherit
}

.posts-item .item-tags a {
  font-size: 11px;
  padding: 2px 5px;
  margin-right: 5px
}

.posts-item .item-tags a .epqpu_fa {
  font-size: 1em
}

.posts-item.card {
  width: calc(33.333% - 16px);
  display: inline-block;
  margin: 8px;
  padding: 10px;
  vertical-align: top;
  transition: .3s
}

.posts-item.card:last-child {
  margin-bottom: 20px
}

.posts-item.card .item-body {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0
}

.posts-item.card .item-meta item {
  font-size: 12px
}

.posts-item.card .item-heading,
.posts-mini-con .item-heading {
  font-size: 14px
}

.posts-item.card .item-heading {
  min-height: 2.8em
}

.posts-item.card .item-tags {
  min-height: 23px
}

.posts-mini-con .badg {
  min-width: 18px
}

.posts-item.card .item-thumbnail {
  width: 100%;
  padding-bottom: var(--posts-card-scale)
}

.posts-item.card.style2 {
  background: 0 0;
  box-shadow: none
}

.posts-item.card.style2:hover {
  background: var(--main-bg-color);
  box-shadow: 0 0 10px var(--main-shadow)
}

.posts-item.card.style3 {
  padding: 0
}

.posts-item.card.style3 .item-thumbnail,
.posts-item.card.style3 .item-thumbnail img {
  border-radius: var(--main-radius) var(--main-radius) 0 0
}

.posts-item.card.style3 .item-body {
  padding: 10px;
  margin: 0
}

.swiper-scroll .posts-item {
  flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0
}

.swiper-scroll .posts-item.card {
  margin: 0 !important;
  margin-right: 21px !important
}

.posts-item.mult-thumb .thumb-items {
  margin: 0 -3px 6px -3px
}

.posts-item.mult-thumb .thumb-items>span {
  width: calc(25% - 6px);
  display: inline-block;
  height: 0;
  padding-bottom: calc(var(--posts-list-scale)/ 4);
  margin: 0 3px;
  position: relative
}

.posts-item.no_margin {
  margin: 0;
  box-shadow: none;
  border-radius: 0
}

.posts-item.no-thumb .item-excerpt {
  height: auto
}

.posts-item.mult-thumb .thumb-items>span>img {
  position: absolute
}

.posts-item+.pagenav {
  margin-top: -15px
}

.posts-item.card+.pagenav {
  margin-top: -10px
}

.no_margin:first-of-type {
  margin-top: 10px;
  border-radius: var(--main-radius) var(--main-radius) 0 0
}

.no_margin:last-of-type {
  margin-bottom: 15px;
  border-radius: 0 0 var(--main-radius) var(--main-radius)
}

.posts-mini {
  padding: 10px;
  display: inline-flex;
  width: 50%
}

.posts-mini-con {
  flex: auto;
  overflow: hidden
}

.mobile-nav-widget .posts-mini,
.epqpu_sidebar .posts-mini {
  width: 100% !important
}

.mobile-nav-widget .posts-mini {
  padding-left: 0;
  padding-right: 0
}

.mobile-navbar.epqpu_left .posts-mini .meta-author>span,
.mobile-navbar.right .posts-mini .meta-author>span {
  display: none
}

.posts-mini .item-thumbnail {
  width: 96px;
  height: 0;
  padding-bottom: var(--posts-list-scale);
  position: relative;
  overflow: hidden;
  border-radius: var(--main-radius)
}

.posts-mini:last-of-type {
  margin-bottom: 0
}

.posts-mini .item-heading {
  margin: 0
}

.posts-mini .item-meta {
  font-size: 12px
}

.posts-mini-lists {
  padding: 5px
}

.posts-mini-lists .tab-nav-theme {
  padding: 0 5px 2px
}

.mobile-nav-widget .posts-mini-lists .tab-nav-theme {
  margin: 0 -5px;
  padding: 0
}

.index-tab ul>li {
  display: inline-block;
  padding: 2px 11px;
  font-weight: 500;
  border-radius: 20px;
  margin: 0 1px
}

.index-tab ul>li.epqpu_active {
  background: var(--focus-color);
  --main-color: #fff
}

.index-tab ul>li.epqpu_active a {
  color: #fff !important
}

.footer {
  color: var(--footer-color);
  background: var(--footer-bg);
  padding: 30px;
  font-size: 13px
}

.footer a:not(.epqpu_but):not(.focus-color) {
  color: var(--footer-color)
}

.footer a:hover {
  color: var(--focus-color)
}

.footer .list-inline>li {
  margin: 5px 15px
}

.footer .list-inline>li+li+li {
  float: right
}

.footer-miniimg {
  width: 90px;
  margin: 0 10px;
  text-align: center;
  vertical-align: text-top;
  display: inline-block
}

.footer-contact>a {
  font-size: 20px;
  margin: 5px;
  width: 35px;
  height: 35px
}

.footer-wechat-img {
  width: 140px;
  bottom: 90%;
  left: -55px;
  padding-bottom: 20px
}

.footer-tabbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 1035;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background: var(--header-bg);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-shadow: 0 -4px 5px var(--main-shadow);
  -webkit-backdrop-filter: saturate(5) blur(20px);
  backdrop-filter: saturate(5) blur(20px);
  transition: transform .3s
}

.scroll-ing .scrolling-hide.footer-tabbar {
  transform: translateY(120%)
}

.footer-tabbar .tabbar-item,
.footer-tabbar .tabbar-item a {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 49px;
  padding: 3px 0;
  color: var(--muted-color)
}

.tabbar-item.tabbar-ontop>a {
  position: absolute
}

.epqpu_ontop.tabbar-item {
  transform: translateY(55px)
}

.epqpu_ontop.tabbar-item.show {
  display: flex !important
}

.epqpu_ontop.tabbar-item.show+a {
  transform: translateY(-55px)
}

.tabbar-item.epqpu_active,
.tabbar-item.actived {
  color: var(--focus-color)
}

.tabbar-item>icon,
.tabbar-item>svg {
  font-size: 24px;
  line-height: 1em;
  height: 1em
}

.tabbar-item>badge {
  font-size: 12px;
  transform: scale(.8) translateX(13px);
  position: absolute;
  top: 1px
}

.tabbar-item.newadd-btns {
  position: unset
}

.tabbar-item .drop-newadd {
  top: auto;
  bottom: 59px;
  left: 10px;
  right: 10px;
  align-items: center;
  display: flex;
  padding: 10px 5px
}

.tabbar-item .drop-newadd::before {
  bottom: -4px;
  top: auto;
  left: calc(50% - 4px)
}

.tabbar-item .btn-newadd {
  text-align: center
}

.tabbar-item .btn-newadd icon {
  width: 46px;
  height: 46px;
  margin: 0 0 10px
}

.tabbar-item .btn-newadd text {
  font-size: 16px
}

.footer-tabbar text {
  width: 100%;
  font-size: 13px;
  line-height: 1em;
  transform: scale(.8)
}

.footer-tabbar .single-action-tabbar {
  flex: unset;
  min-width: 40px;
  margin-right: 12px;
  flex-shrink: 0
}

.footer-tabbar .single-action-tabbar:first-child {
  margin-left: 12px
}

.footer-tabbar .single-pay-tabbar {
  background: var(--this-bg);
  color: var(--this-color);
  padding: 7px;
  flex: auto;
  min-height: auto;
  margin: 0 16px 0 12px;
  border-radius: 100px
}

.footer-tabbar .single-action-tabbar text,
.footer-tabbar .virtual-input .epqpu_but {
  display: none
}

.footer-tabbar .virtual-input {
  flex: auto;
  height: auto;
  min-height: auto;
  margin: 0 12px;
  overflow: hidden
}

.footer-tabbar count {
  color: var(--muted-2-color);
  border-radius: 20px;
  margin-top: -22px;
  font-size: 13px;
  line-height: 1em;
  transform: scale(.8)
}

.footer-tabbar count:not(:empty) {
  margin-left: -15%
}

.float-right {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 1030;
  text-align: center;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  transition: .3s
}

.imgbox-show .float-right,
.modal-open .float-right,
.scroll-ing .scrolling-hide.float-right {
  transform: translateX(200%)
}

.tabbar-item.epqpu_active {
  color: var(--focus-color)
}

.float-right.position-center {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%)
}

.float-right .float-btn {
  width: 40px;
  line-height: 40px;
  display: block;
  font-size: 1.4em;
  --this-color: var(--muted-2-color);
  --this-bg: var(--float-btn-bg);
  background: var(--this-bg);
  position: relative;
  color: var(--this-color) !important
}

.filter .float-btn {
  -webkit-backdrop-filter: saturate(2) blur(10px);
  backdrop-filter: saturate(2) blur(10px)
}

.float-right.square .float-btn+.float-btn {
  border-top: 1px solid var(--main-shadow)
}

.float-right.epqpu_round .float-btn {
  margin-top: 6px;
  border-radius: 8px
}

.float-btn.epqpu_ontop {
  opacity: 0;
  transition: .5s;
  transform: translateY(10px);
  visibility: hidden
}

.epqpu_ontop.show {
  opacity: 1;
  transform: translateY(0);
  visibility: unset
}

.float-btn .hover-show-con {
  right: 35px;
  left: auto;
  width: 200px;
  margin-right: 15px;
  top: 0;
  font-size: 14px;
  line-height: 1.4;
  color: var(--main-color);
  padding: 10px;
  margin-top: 0;
  border-radius: var(--main-radius);
  cursor: auto
}

.float-btn .dropdown-menu::before {
  left: auto;
  top: 15px;
  right: -5px
}

.float-btn.service-wechat .hover-show-con {
  width: 120px;
  top: -40px;
  padding: 0
}

.float-btn.service-wechat .dropdown-menu::before {
  top: 53px
}

.float-btn.qrcode-btn .hover-show-con {
  width: 150px;
  top: -60px;
  padding: 16px 5px 12px;
  text-align: center
}

.float-btn.qrcode-btn .qrcode {
  background: #fff;
  display: inline-flex;
  padding: 5px
}

.float-btn.qrcode-btn .dropdown-menu::before {
  top: 73px
}

.float-btn.newadd-btns .drop-newadd {
  width: 137px;
  top: -74px
}

.float-btn.newadd-btns .drop-newadd::before {
  left: auto;
  top: 88px;
  right: -5px
}

.search-input {
  max-width: 600px;
  margin: auto
}

.search-input .line-form {
  display: flex;
  align-items: flex-end
}

.search-input .line-form .search-input-text {
  flex-grow: 2
}

.search-input .line-form .option-dropdown {
  flex-shrink: 0;
  padding-left: 2px
}

.search-null-img {
  max-width: 300px;
  width: 100%;
  margin: 40px 0
}

.search-loading .search-icon,
.search-loading .search-remind {
  color: var(--focus-color)
}

.epqpu_breadcrumb {
  background: 0 0;
  padding: 0 8px;
  opacity: .6;
  margin-bottom: 12px
}

.epqpu_breadcrumb>li+li:before {
  padding: 0 0 0 6px;
  opacity: .6
}

.epqpu_article {
  padding: 0 30px;
  overflow: hidden
}

.item-thumbnail .abs-right,
.page-cover .article-meta {
  top: 20px;
  background: rgba(0, 0, 0, .3);
  padding: 2px 8px
}

.single-cover-con .epqpu_breadcrumb {
  font-size: 13px;
  margin: 5px 0 0 -6px;
  opacity: unset
}

.article-cover-slide.page-cover {
  padding-bottom: 0 !important;
  overflow: unset;
  background: 0
}

.article-title {
  line-height: 1.4
}

.article-title>a:hover {
  color: inherit
}

.article-header .article-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--key-color)
}

.article-header .article-avatar,
.article-header .article-title {
  margin-top: 15px
}

.article-header .article-avatar .list-inline>li {
  padding-left: unset
}

.article-header .article-avatar .epqpu_relative {
  margin-top: 20px
}

.single-metabox {
  right: 0;
  font-size: 15px;
  --meta-color: var(--muted-color)
}

.single-metabox .post-metas {
  background: var(--body-bg-color);
  right: 0;
  padding: 2px 6px;
  border-radius: 100px;
  color: var(--meta-color)
}

.single-metabox .post-metas item {
  margin: 0 6px
}

.single-metabox .post-metas item a {
  color: inherit
}

.single-metabox .post-metas item .epqpu_fa,
.single-metabox .post-metas item .epqpu_icon {
  margin-right: 3px
}

.single-metabox .post-drop-meta {
  --this-size: 1.73em;
  --this-color: var(--meta-color);
  --this-bg: var(--body-bg-color)
}

.single-metabox .pull-right.dropdown .dropdown-menu::before {
  right: 7px
}

.single-metabox .dropdown-menu>li>a {
  --this-color: var(--muted-color)
}

.single-metabox.cover-meta {
  font-size: 14px;
  right: 1em;
  top: 1.6em;
  --meta-color: rgba(255, 255, 255, .8);
  --body-bg-color: rgba(0, 0, 0, .3)
}

.article-header .avatar-button {
  margin-left: 50px
}

.single-cover {
  padding-bottom: calc(var(--single-cover-scale) + 50px)
}

.single-cover-slide {
  padding-bottom: calc(var(--scale-height) + 50px);
  border-radius: var(--main-radius)
}

.single-cover-con {
  color: #fff;
  padding: 15px 15px 10px 15px;
  border-radius: 0 0 var(--main-radius) var(--main-radius);
  background-image: linear-gradient(0deg, rgba(29, 41, 49, .5), rgba(255, 255, 255, 0));
  padding-top: 2em
}

.single-cover-con .article-title,
.single-video .article-title {
  font-size: 18px;
  font-weight: 700
}

.featured-video-episode {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 14px
}

.featured-video-episode .badg.badg-sm {
  min-width: 19px
}

.featured-video-episode .switch-video {
  line-height: 1.6;
  border-radius: 4px;
  padding: 6px 20px;
  text-align: center;
  background: rgba(136, 136, 136, .1);
  --main-color: var(--muted-color);
  display: inline-block;
  margin: 4px 4px 0;
  min-width: calc(20% - 8px)
}

.switch-video .episode-active-icon {
  display: inline-block;
  width: 0;
  height: 1.2em;
  vertical-align: middle;
  margin-right: 0;
  transition: .6s
}

.switch-video.epqpu_active .episode-active-icon {
  background-image: url(../../../themes/zibll/img/playing.svg);
  width: 1em;
  margin-right: 6px
}

.switch-video.epqpu_active {
  color: var(--focus-color)
}

.switch-video.epqpu_active .badg {
  background: var(--focus-color);
  color: #fff
}

.single-cover-con a {
  color: #fff
}

.single-video {
  overflow: hidden;
  clear: both;
  background: var(--main-bg-color);
  box-shadow: 0 0 10px var(--main-shadow);
  border-radius: var(--main-radius);
  margin-bottom: 20px
}

.single-video .article-title {
  margin: 0
}

.single-video-footer {
  padding: 15px
}

.single-video .epqpu_breadcrumb {
  padding: 0
}

.single-video .cover-meta {
  background: 0 0;
  padding: 0;
  color: var(--main-color)
}

.wp-posts-content {
  line-height: 2;
  font-size: 16px;
  min-height: 90px
}

.limit-height {
  overflow: hidden;
  position: relative
}

.limit-height .read-more {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(0deg, var(--main-bg-color) 70px, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: lazy_fade .5s;
  animation: lazy_fade .5s;
  z-index: 80
}

.dark-theme .limit-height .read-more {
  background-image: linear-gradient(0deg, var(--main-bg-color) 70px, rgba(53, 54, 55, 0) 100%)
}

.limit-height .read-more a {
  padding: 25px 0;
  display: inline-block;
  color: var(--focus-color);
  margin-top: 80px
}

.article-postsbox {
  line-height: 1.6;
  overflow: hidden;
  font-size: 14px;
  max-width: 550px;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: none
}

.article-postsbox .posts-mini {
  width: 100%
}

.post-nav-links,
.post-page-numbers {
  line-height: 1
}

.post-nav-links {
  background: var(--main-shadow)
}

.post-page-numbers.current {
  --this-bg: var(--focus-color);
  --this-color: #fff
}

.article-postsbox .pay-tag {
  font-size: 12px;
  padding: 1px 5px
}

.article-content .article-postsbox .item-meta a {
  color: inherit
}

.article-postsbox .item-thumbnail img {
  border-radius: 4px
}

.article-postsbox .fit-cover {
  height: 100%
}

.article-postsbox .abs-blur-bg,
.author-minicard .abs-blur-bg {
  opacity: .15
}

.article-postsbox .posts-mini {
  width: 100% !important;
  margin: 0 !important;
  background: var(--muted-border-color);
  position: relative
}

.comment-content a:not([class]),
.msg-content a:not([class]),
.private-content a:not([class]),
.wp-posts-content a:not([class]) {
  color: var(--focus-color)
}

.wp-posts-content .epqpu_but a {
  color: inherit
}

.wp-posts-content code:not([class]) {
  color: #ff3c98;
  background-color: rgba(253, 153, 153, .2);
  margin: 2px
}

.wp-posts-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto
}

.wp-posts-content .alignright {
  text-align: right
}

img.alignright {
  display: block;
  margin-left: auto
}

img.alignleft {
  display: block;
  margin-right: auto
}

.wp-posts-content table {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px
}

.wp-posts-content .aligncenter {
  display: table;
  margin: auto
}

.wp-posts-content tbody>tr>td,
.wp-posts-content tbody>tr>th,
.wp-posts-content tfoot>tr>td,
.wp-posts-content tfoot>tr>th,
.wp-posts-content thead>tr>td,
.wp-posts-content thead>tr>th {
  border: 1px solid var(--main-border-color);
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top
}

.wp-posts-content tfoot>tr>td,
.wp-posts-content tfoot>tr>th,
.wp-posts-content thead>tr>td,
.wp-posts-content thead>tr>th {
  background: var(--muted-border-color)
}

.wp-posts-content thead>tr>td,
.wp-posts-content thead>tr>th {
  text-align: center
}

.wp-posts-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--main-shadow)
}

.wp-posts-content .wp-block-table .has-background {
  color: #666
}

.wp-posts-content h1,
.wp-posts-content h2,
.wp-posts-content h3,
.wp-posts-content h4,
.wp-posts-content h5 {
  margin: 20px 0;
  font-weight: 700
}

.wp-posts-content h1 {
  font-size: 20px
}

.wp-posts-content h2 {
  font-size: 18px
}

.wp-posts-content h3 {
  font-size: 16px
}

.wp-posts-content h4 {
  font-size: 15px
}

.wp-posts-content h5,
.wp-posts-content h6 {
  font-size: 14px
}

.wp-posts-content ol:not(.blocks-gallery-grid),
.wp-posts-content ul:not(.blocks-gallery-grid) {
  margin: 10px 0 20px 15px;
  padding-left: 15px
}

.wp-posts-content ul {
  list-style: disc
}

.wp-posts-content ol {
  list-style: decimal
}

.wp-posts-content li {
  margin-bottom: 10px
}

.wp-posts-content ul li:not(.blocks-gallery-item):last-of-type {
  margin-bottom: 0
}

.wp-posts-content p {
  margin-bottom: 20px;
  word-wrap: break-word
}

.wp-posts-content pre:not(.wp-block-code) {
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0
}

.wp-posts-content pre {
  background: var(--muted-border-color);
  color: var(--main-color)
}

.wp-posts-content .wp-block-code code {
  color: inherit;
  background-color: unset;
  margin: unset
}

.article-content .article-tags a {
  font-size: 12px;
  margin: 3px
}

.wp-block-image:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  overflow: hidden
}

.post-tab {
  padding: 0 10px;
  border-radius: var(--main-radius);
  border: 1px solid var(--main-border-color)
}

.post-tab .tab-content {
  padding: 5px
}

.post-tab.nav-left {
  display: flex
}

.post-tab.nav-left .tab-nav-theme {
  border: none;
  border-right: 1px solid var(--main-border-color);
  padding-right: 8px;
  min-width: 80px;
  margin-right: 10px
}

.post-tab.nav-left .tab-nav-theme>li {
  display: block;
  padding: 0;
  margin-left: 6px
}

.post-tab.nav-left .post-tab-toggle {
  padding: 8px;
  display: block
}

.post-tab.nav-left .tab-nav-theme li:before {
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 0;
  right: auto;
  height: auto !important
}

.post-tab.nav-left .tab-content {
  flex: 1
}

.post-tab.nav-left.nav-right .tab-nav-theme {
  order: 2;
  margin-right: 0;
  padding-right: 0;
  border: none;
  padding-left: 8px;
  margin-left: 8px;
  border-left: 1px solid var(--main-border-color)
}

.article-content .article-tags a {
  font-size: 12px;
  margin: 3px
}

.post-dplayer {
  margin-bottom: 20px
}

.epqpu_article .post-actions {
  padding-bottom: 15px
}

.epqpu_article .action {
  width: 80px;
  padding: 10px 0;
  display: inline-block;
  opacity: .7;
  vertical-align: top
}

.epqpu_article .action:hover {
  color: inherit;
  opacity: 1
}

.epqpu_article .action .epqpu_icon {
  font-size: 24px;
  width: 100%;
  margin: 5px 0
}

.epqpu_article .action count,
.epqpu_article .action text {
  opacity: .7;
  font-size: .9em
}

.action.actived {
  color: var(--focus-color)
}

.epqpu_article .action.actived {
  opacity: .9
}

.epqpu_article .action count {
  margin-left: 2px
}

.action-share {
  position: relative;
  cursor: pointer;
  transition: .3s
}

.action-share.show-share {
  opacity: 1
}

.share-button {
  width: 130px;
  margin-bottom: -10px !important;
  left: -24px
}

.dropup .share-button.dropdown-menu::before {
  left: 59px
}

.share-button .share-btn {
  display: flex;
  align-items: center
}

.share-button .share-btn+.share-btn {
  margin-top: 10px
}

.drop-newadd icon,
.share-btn icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  border-radius: 100%;
  background: var(--main-border-color);
  justify-content: center;
  align-items: center;
  font-size: 22px;
  flex-shrink: 0
}

.drop-newadd icon>svg {
  margin: 0 !important;
  color: inherit
}

.share-btn icon .epqpu_icon {
  margin: auto !important
}

.share-button .share-btn icon {
  margin-right: 10px
}

.share-button .share-btn .epqpu_icon {
  width: 1em;
  font-size: inherit
}

.share-button .share-btn:hover {
  opacity: .8
}

.horizontal .share-btn {
  display: inline-flex;
  text-align: center;
  width: 4em;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 5px
}

.horizontal .share-btn icon {
  display: flex;
  margin-bottom: 6px;
  width: 50px;
  height: 50px;
  font-size: 28px
}

.drop-newadd {
  border-radius: var(--main-radius)
}

.drop-newadd text,
.horizontal .share-btn text {
  font-size: 12px;
  color: var(--muted-color)
}

.drop-newadd icon {
  margin-right: 6px;
  background: var(--this-bg)
}

.drop-newadd .btn-newadd {
  display: flex;
  align-items: center;
  padding: 5px
}

.author-tag .badg,
.author-tag .epqpu_but {
  margin-right: 5px;
  margin: 2px;
  padding: .15em .4em;
  font-size: 12px;
  font-weight: 400
}

.author-tag a .epqpu_fa,
.author-tag a .epqpu_icon,
.author-tag>span .epqpu_fa,
.author-tag>span .epqpu_icon,
.item-meta item .epqpu_icon {
  margin-right: 2px
}

.social-separator {
  padding: 10px 0
}

.relates-content .graphic-text {
  padding: 2px 6px;
  font-size: 13px
}

.relates .no-thumb li+li {
  margin-top: 10px
}

.search-input .relates-thumb li,
.user-card .more-posts .swiper-slide {
  width: 150px
}

.relates-thumb li a,
.user-card .more-posts a {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  display: block;
  overflow: hidden
}

.relates-thumb .swiper-slide {
  width: 220px
}

.relates-thumb .graphic {
  margin-bottom: 0
}

.mini-scrollbar>li {
  padding-left: 0;
  padding-right: 8px
}

.relates-thumb .relates-content ul {
  padding: 5px 0;
  margin: -5px 0
}

.article-nav .box-body {
  width: calc(50% - 7px);
  margin: 0;
  display: inline-block
}

.article-nav .box-body+.box-body {
  margin-right: 0;
  float: right;
  text-align: right
}

#comments #cancel-comment-reply-link,
#comments .action-text {
  display: none
}

#comments #postcomments #cancel-comment-reply-link,
#comments #postcomments .action-text {
  display: inline-block
}

#comments .comt-title {
  width: 90px
}

#comments .comt-title .comt-avatar .avatar {
  width: 60px;
  height: 60px
}

#comments #postcomments .comt-title {
  display: none
}

#respond:not(.mobile-fixed) #postcomments .comt-box {
  padding: 5px 5px 4px 5px;
  background: var(--main-bg-color);
  border-radius: 4px;
  margin-top: 12px
}

#comments #postcomments .comt-ctrl .epqpu_but {
  margin-bottom: 2px
}

#comments .list-inline {
  padding: 15px
}

#comment {
  margin-bottom: 5px
}

.comment-signarea {
  background: var(--main-shadow)
}

#respond+#postcomments .comment-filter,
.comment-signarea+#postcomments .comment-filter {
  margin-top: 20px
}

#postcomments .tab-nav-theme {
  margin-top: 0
}

#postcomments .tab-nav-theme li {
  padding-bottom: 1px
}

#postcomments .tab-nav-theme li::before {
  bottom: -2px
}

.smilie-icon {
  width: 30px !important
}

#postcomments .comment-footer {
  position: relative
}

#postcomments .avatar-img {
  --this-size: 45px;
  margin-right: 20px
}

#postcomments .children .avatar-img {
  --this-size: 26px;
  vertical-align: 2px;
  margin-right: 6px
}

#postcomments .commentlist>.comment>.list-inline .author-box {
  align-items: start
}

#postcomments .commentlist>.comment>.list-inline .comment-footer {
  margin-left: 65px;
  margin-top: -25px
}

#postcomments .comment .list-inline>.comt-main {
  width: 100%
}

#postcomments .commentlist .comment+.comment {
  border-top: 1px solid var(--main-border-color)
}

#postcomments .comment .list-inline>li {
  padding: 10px;
  vertical-align: top
}

#postcomments .comment-header {
  font-size: 15px;
  position: relative
}

.comment-header .badge-status {
  margin-top: 0;
  width: 68px;
  z-index: 0
}

#postcomments .action count {
  margin-left: 4px
}

#postcomments .comt-meta>span:not(:empty) {
  margin-right: 10px;
  vertical-align: middle
}

#postcomments .comt-meta>span a {
  color: inherit
}

#postcomments .comt-meta>span .epqpu_but {
  padding: .2em .8em
}

#postcomments .comment-approve-link.unapprove {
  color: #e87725
}

#postcomments .comment-approve-link.approve {
  color: #3695ff
}

#postcomments .comt-meta>span .comment-trash-link {
  color: #ff4b4b
}

#postcomments .children {
  margin-left: 86px;
  background: var(--main-shadow);
  border-radius: var(--main-radius);
  margin-bottom: 6px
}

#postcomments .children .children {
  margin-left: 23px
}

#postcomments .children .avatar-icontag {
  font-size: 8px;
  height: 14px;
  width: 14px
}

.comment-content {
  word-wrap: hidden;
  white-space: pre-wrap
}

.comment-content .enlighter-default {
  margin-bottom: 0
}

#postcomments .comment-content img:not(.smilie-icon) {
  max-width: 260px;
  max-height: 350px;
  display: block;
  width: auto;
  height: auto
}

.virtual-input {
  display: none
}

.comment-mini-lists.zib-widget {
  padding: 5px
}

.comment-mini-lists .posts-mini-con p {
  margin-bottom: 6px;
  color: var(--focus-color);
  --main-color: var(--focus-color)
}

.commentlist .no-more,
.theme-pagination.pagenav {
  margin: 0;
  padding-bottom: 10px
}

.theme-pagination {
  margin: 20px 0
}

.chat-next a,
.theme-pagination .ajax-next a,
.theme-pagination .order-ajax-next a {
  border-radius: 30px;
  padding: 5px 15px;
  color: var(--muted-color);
  opacity: .6
}

.chat-next a:hover,
.theme-pagination .ajax-next a:hover,
.theme-pagination .order-ajax-next a:hover {
  background: var(--main-border-color);
  opacity: 1
}

.chat-next a .epqpu_fa,
.theme-pagination .ajax-next .epqpu_fa,
.theme-pagination .ajax-next .epqpu_icon,
.theme-pagination .order-ajax-next .epqpu_fa,
.theme-pagination .order-ajax-next .epqpu_icon {
  margin-right: 15px;
  transition: .3s
}

.chat-next a:hover .epqpu_fa,
.theme-pagination .ajax-next a:hover .epqpu_fa,
.theme-pagination .ajax-next a:hover .epqpu_icon,
.theme-pagination .order-ajax-next a:hover .epqpu_fa,
.theme-pagination .order-ajax-next a:hover .epqpu_icon {
  margin-right: 8px
}

.pagenav {
  overflow: hidden;
  text-align: center;
  padding: 20px 0;
  transition: .2s
}

.pagenav .current,
.pagenav .page-numbers,
.pagenav a {
  padding: 6px 9px 5px;
  color: var(--muted-color);
  display: inline-block;
  border-radius: 3px;
  background-color: var(--main-border-color);
  margin: 3px;
  min-width: 31px
}

.pagenav .current {
  background-color: var(--focus-color) !important;
  color: #fff !important
}

.pagenav a:hover {
  opacity: .7
}

.hot-posts .img-badge {
  left: -15px
}

.hot-posts .epqpu_flex .graphic {
  padding-bottom: 70% !important;
  width: 93px
}

.mobile-nav-widget .hot-posts .img-badge {
  left: -8px;
  padding: 2px 5px
}

.icon-card {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.icon-card .toggle-radius {
  width: 2.2em;
  height: 2.2em;
  transition: .3s
}

.icon-card .card-icon {
  transition: .3s;
  display: inline-block
}

.icon-card .toggle-radius .epqpu_fa {
  font-size: .9em
}

.icon-card:hover .card-icon {
  transform: scale(1.05)
}

.page-cover .page-mask {
  background-color: rgba(0, 0, 0, .2)
}

.page-cover>.page-cover-con {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  z-index: 1
}

.page-cover>.fit-cover {
  position: absolute
}

.page-cover .page-desc {
  opacity: .8;
  word-break: break-word
}

.author-header .page-cover {
  border-radius: var(--main-radius) var(--main-radius) 0 0;
  padding-bottom: calc(20% + 100px);
  z-index: 0
}

.author-header .header-content {
  padding: 18px 42px
}

.author-header .header-info>.header-avatar {
  margin-top: -80px;
  margin-right: 20px
}

.author-header .avatar-img {
  --this-size: 140px
}

.author-header .avatar-img+.avatar-set-link {
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, .8)
}

.author-header .user-identity>.badg,
.author-header .user-identity>.epqpu_but {
  font-size: 12px;
  padding: 2px 6px;
  margin: 5px 6px 0 0;
  line-height: 1.4
}

.author-header .user-identity .medal-icon,
.author-header .user-identity .user-auth-icon .epqpu_icon {
  transform: scale(136%)
}

.author-header .user-identity .medal-icon {
  margin: 0 3px
}

.author-header .avatar-img .avatar {
  border-radius: 6px;
  border: 4px solid var(--main-bg-color)
}

.author-header .display-name {
  font-size: 20px;
  font-weight: 700
}

.author-header .desc {
  max-width: 520px
}

.author-header .cover-btns .item {
  opacity: .8
}

.author-header .cover-btns .dropup .dropdown-menu {
  bottom: calc(100% + 2px)
}

.author-tab .tab-nav-theme {
  font-size: 16px;
  --main-color: var(--muted-2-color)
}

.author-tab .affix-header-sm:not(.affix) .tab-nav-theme {
  margin: 0 -10px 12px !important
}

.author-tab .tab-nav-theme li a {
  padding: 0 5px
}

.author-tab .tab-nav-theme .epqpu_active,
.author-tab .tab-nav-theme .swiper-slide-thumb-active {
  font-weight: 700
}

.author-tab .affix-header-sm.affix+div {
  margin-top: 49px
}

.author-tab .posts-item {
  background: 0 0;
  box-shadow: none
}

.author-tab .no_margin:first-of-type {
  margin-top: 0
}

.oauth-but {
  text-align: center;
  padding: 10px 15px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 10px
}

.oauth-bind-box>div {
  width: calc(50% - 5px);
  min-width: 300px
}

.oauth-bind-box .type-logo {
  width: 130px
}

.checkin-mini-box>.badg.badg-sm {
  display: block;
  margin: 2px;
  padding: .2em
}

.lists-nav {
  padding-top: 0;
  padding-bottom: 0
}

.lists-nav .tab-nav-theme {
  all: unset
}

.lists-nav .tab-nav-theme>li {
  display: block;
  padding: 4px
}

.lists-nav .tab-nav-theme li.epqpu_active::before {
  display: none
}

.lists-nav .tab-nav-theme>li>a {
  display: flex;
  padding: 10px 6px;
  align-items: center;
  border-radius: 6px
}

.lists-nav .tab-nav-theme>li+li {
  border-top: 1px solid var(--muted-border-color)
}

.user-center-nav .tab-nav-theme>li>a {
  justify-content: space-between
}

.fa-angle-down {
  transition: .2s
}

.collapsed .fa-angle-down {
  transform: rotate(-90deg)
}

.author-set-left,
.author-set-right {
  display: inline-block;
  vertical-align: top
}

.author-set-left {
  width: 20%;
  margin-right: 20px;
  text-align: right;
  padding-top: 6px;
  color: var(--muted-3-color)
}

.author-set-right {
  width: calc(80% - 25px);
  overflow: hidden
}

.author-more li+li {
  width: 100% !important
}

.user-icon-but-box>item {
  width: calc(25% - 10px);
  margin: 5px;
  min-width: 50px;
  max-width: 100px;
  cursor: pointer
}

.preview .add,
.preview-item {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 4px;
  background: var(--muted-border-color);
  margin: 5px;
  vertical-align: top
}

.preview .add {
  cursor: pointer
}

.preview .add::after,
.preview .add::before {
  content: ' ';
  width: 25px;
  height: 25px;
  background: var(--muted-3-color);
  border-radius: 5px;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}

.preview .add::before {
  height: 2px
}

.preview .add::after {
  width: 2px
}

.preview-item img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  border-radius: 4px;
  height: 100%
}

.preview-item .ic-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #fd2c53;
  color: #fff;
  border-radius: 100%;
  padding: 2px;
  font-size: 18px;
  cursor: pointer
}

.upload-preview {
  margin: 20px auto;
  width: 100px;
  height: 100px;
  overflow: hidden;
  background: var(--main-shadow)
}

.upload-preview.large {
  width: 220px;
  height: 220px
}

.cover-preview {
  width: 100%;
  height: 0;
  background: var(--main-shadow);
  position: relative;
  padding-bottom: calc(20% + 80px);
  display: block;
  overflow: hidden
}

.preview-container {
  height: 100%
}

.dropdown-menu .preview img,
.modal-upload .preview img {
  max-height: 300px;
  border-radius: 6px;
  -o-object-fit: contain;
  object-fit: contain
}

.auth-apply-from .preview img {
  width: 100%;
  height: 100%;
  max-width: 260px;
  min-width: 100px;
  max-height: 200px
}

.progress.integral-progress {
  z-index: 1;
  position: relative;
  height: 3px;
  border-radius: 4px;
  margin: 0;
  background: #dbbd8e
}

.progress.integral-progress .progress-bar {
  border-radius: 4px;
  background: #9b6b4e
}

.pillar-box {
  height: 100%;
  display: flex;
  position: relative;
  flex: auto;
  width: 100%
}

.pillar-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  overflow: unset
}

.pillar-item+.pillar-item {
  padding-left: 20px
}

.pillar-item .pillar {
  width: 6px;
  border-radius: 6px;
  background: linear-gradient(0deg, #707479 10%, #bfc5cc 100%)
}

.pillar-item.epqpu_active~.pillar-item {
  opacity: .5
}

.pillar-item.epqpu_active {
  color: #b97030
}

.pillar-item.epqpu_active .pillar {
  background: linear-gradient(0deg, #c1764a 10%, #e8c48e 100%)
}

.user-card {
  padding: 0;
  overflow: hidden
}

.user-card .user-cover {
  border-radius: var(--main-radius) var(--main-radius) 0 0
}

.user-card .card-content {
  padding: 15px
}

.user-card name .display-name {
  font-size: 1.1em;
  font-weight: 700
}

.user-card.widget .user-cover+.card-content {
  margin-top: -55px
}

.user-card.widget .user-avatar,
.user-card.widget .user-info {
  text-align: center
}

.user-card.widget .user-name name {
  justify-content: center
}

.user-card.widget .more-posts-mini {
  margin: 20px -5px 0 -5px
}

.user-card.widget .more-posts {
  margin-top: 20px
}

.user-card .more-posts-mini a {
  display: block;
  color: var(--muted-2-color);
  padding: 3px 0
}

.user-card.author .card-content,
.user-card.author .user-content {
  display: flex;
  align-items: center
}

.user-card.author .card-content>div {
  width: 50%
}

.user-card.author .user-info {
  margin: 0 20px;
  overflow: hidden
}

.medal-cat-box {
  text-align: center;
  padding: 8px
}

.medal-list {
  width: calc(20% - 14px);
  margin: 10px 7px
}

.medal-card {
  text-align: center
}

.user-medal-info .medal-icon {
  margin: 0 1px
}

.medal-card .medal-icon {
  width: auto;
  height: 70px
}

.medal-cat-name {
  background: var(--focus-color-opacity1);
  padding: 8px 25px;
  border-radius: 0 0 1000px 1000px;
  color: var(--focus-color);
  display: inline-block
}

.medal-cat-box .medal-cat-name {
  margin-top: -8px
}

.medal-list .no-has {
  filter: grayscale(100%);
  opacity: .6
}

.medal-single-bg {
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  z-index: 0;
  max-width: 305px;
  margin: auto;
  bottom: auto;
  opacity: .5
}

.medal-single-card.medal-card .medal-icon {
  height: 120px
}

.rebate-lits .author-set-left {
  text-align: left;
  width: 56px
}

.rebate-lits .author-set-right {
  width: calc(100% - 78px)
}

.msg-center-nav li>a>img {
  width: 22px;
  height: 22px;
  border-radius: 100px;
  margin-right: 10px
}

.msg-center-nav li>a>badge {
  transform: none;
  right: 10px;
  position: absolute;
  top: 15px;
  margin: 0
}

.msg-center .epqpu_ajaxpager .no-more {
  margin-top: 30px
}

.sub-user-box .msg-news-icon {
  top: .4em;
  right: 0
}

.msg-news-icon badge.top {
  transform: translate(-10px, -6px) scale(.85);
  margin-right: -10px
}

.msg-news-icon .toggle-radius {
  margin: 0 !important
}

.border-bottom:last-of-type,
.msg-center .border-bottom:last-of-type {
  border: none
}

.pull-right.msg-news-dropdown.dropdown .dropdown-menu::before {
  right: 20px
}

.msg-news-dropdown .dropdown-menu.right {
  right: -5px
}

.msg-news-dropdown li>a {
  padding: 12px 14px;
  width: 150px;
  position: relative;
  display: flex;
  align-items: center
}

.msg-img {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  vertical-align: middle;
  position: relative;
  overflow: inherit
}

.msg-img img {
  border-radius: 100px;
  background: var(--muted-bg-color)
}

.msg-list>li+li {
  width: calc(100% - 66px)
}

.msg-list badge {
  position: absolute;
  transform: translate(-24px, -7px) scale(.8)
}

.chat-lists badge {
  transform: translate(-7px, -7px)
}

.chat-lists .avatar,
.private-item .avatar {
  border-radius: 4px
}

.msg-content {
  line-height: 2;
  white-space: pre-wrap
}

.msg-content .msg-img {
  width: 20px;
  height: 20px;
  margin-top: -2px
}

.chat-lists .msg-list>li+li {
  width: calc(100% - 47px)
}

.private-window-header .avatar-img {
  --this-size: 20px;
  vertical-align: 1px
}

.private-window-content {
  height: 400px;
  background: var(--muted-bg-color);
  box-shadow: none;
  border-radius: 4px;
  padding: 15px 10px
}

.private-list {
  margin: 10px 0
}

.private-list .avatar-img {
  width: 32px;
  height: 32px
}

.private-list.right {
  text-align: right
}

.private-list.epqpu_left .avatar-img {
  float: left
}

.private-list.right .avatar-img {
  float: right
}

.private-content {
  max-width: calc(80% - 60px);
  display: inline-block;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding: 6px 10px;
  border-radius: 4px;
  margin: 0 8px;
  position: relative;
  text-align: left;
  min-height: 32px;
  min-width: 32px
}

.dropdown-menu::before,
.private-content::before {
  content: " ";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--main-bg-color);
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
  left: -4px;
  border-radius: 2px
}

.private-content .readed-badge {
  position: absolute;
  font-size: 12px;
  right: 100%;
  top: 8px;
  width: 2.5em;
  transform: scale(.9);
  color: #2997f7
}

.private-list.right .private-content::before {
  left: auto;
  right: -4px
}

.dropdown .dropdown-menu::before {
  top: -4px;
  left: 12px
}

.pull-right.dropdown .dropdown-menu::before,
.pull-right.dropup .dropdown-menu::before {
  left: auto;
  right: 12px
}

.dropup .dropdown-menu::before {
  top: auto;
  bottom: -4px;
  left: 11px
}

.dropdown-menu.fluid::before {
  left: 50%
}

.chat-next,
.private-next {
  display: block;
  padding: 10px 0;
  text-align: center;
  opacity: .8
}

.comment-content pre,
.private-content pre {
  padding: 0
}

.private-content>pre:last-of-type {
  margin-bottom: 0 !important
}

.private-content .enlighter-default {
  margin: 0;
  min-width: 150px
}

.modal-body .private-window .visible-xs-block {
  display: none !important
}

body.error404 {
  background: var(--main-bg-color)
}

.f404 {
  text-align: center;
  margin: 20px 0 60px
}

.f404 img {
  max-width: 500px;
  width: 80%
}

.resetpass {
  max-width: 400px;
  margin: auto;
  min-height: 400px;
  padding-top: 120px
}

.wp-block-embed.is-type-video>div {
  padding-bottom: 56%;
  position: relative;
  overflow: hidden
}

.wp-block-embed.is-type-video.wp-embed-aspect-21-9>div {
  padding-bottom: 43%
}

.wp-block-embed.is-type-video.wp-embed-aspect-18-9>div {
  padding-bottom: 50%
}

.wp-block-embed.is-type-video.wp-embed-aspect-4-3>div {
  padding-bottom: 75%
}

.wp-block-embed.is-type-video.wp-embed-aspect-1-1>div {
  padding-bottom: 100%
}

.wp-block-embed.is-type-video.wp-embed-aspect-9-16>div {
  padding-bottom: 178%
}

.wp-block-embed.is-type-video.wp-embed-aspect-1-2>div {
  padding-bottom: 200%
}

.wp-block-embed.is-type-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%
}

.article-content figcaption {
  text-align: center;
  font-size: .8em;
  color: var(--muted-2-color)
}

.article-content .swiper-slide figcaption {
  color: #fff
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  padding: 10px 10px 5px;
  background: linear-gradient(0deg, rgba(0, 0, 0, .3) 0, 60%, transparent);
  font-size: 1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.wp-posts-content .title-theme {
  padding: .1em 0 .1em 1.1em;
  border: none;
  font-weight: 700;
  color: var(--theme-color)
}

.hidden-box {
  padding: 10px;
  margin: 20px 0;
  border: 1px dashed var(--focus-color);
  border-radius: var(--main-radius);
  position: relative
}

.hidden-text {
  color: var(--focus-color);
  padding: 10px;
  text-align: center;
  display: block
}

.hidden-box.show {
  padding-top: 35px
}

.hidden-box.show .hidden-text {
  padding: 3px 10px;
  font-size: 13px;
  top: 0;
  border-radius: 0 0 8px 0;
  line-height: 1.4;
  z-index: 1;
  left: 0;
  position: absolute;
  border-bottom: 1px dashed var(--focus-color);
  border-right: 1px dashed var(--focus-color)
}

.hidden-pass-img {
  width: 180px
}

.wp-block-zibllblock-buttons .epqpu_but {
  margin: .4em;
  display: inline-block;
  padding: 6px 18px
}

.quote_q {
  padding: 1.2em;
  margin: 10px 0 20px 0;
  position: relative;
  --quote-color: var(--main-color);
  color: var(--quote-color)
}

.quote_q>div,
.quote_q>p {
  position: relative;
  margin: 0;
  padding-left: 2em;
  opacity: .6;
  position: relative
}

.quote_q>div>p {
  margin-bottom: 0
}

.quote_q::before {
  content: "";
  border-radius: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .04;
  right: 0;
  background: var(--quote-color);
  top: 0
}

.quote_q.quote-mce::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f10d";
  font-size: 1.2em;
  margin-right: .5em;
  position: absolute;
  color: var(--quote-color);
  top: 20px;
  left: 20px;
  opacity: .6
}

.quote_q .epqpu_fa {
  opacity: .6
}

.qe_wzk_c-red {
  --quote-color: #dc3f3f
}

.qe_wzk_lan {
  --quote-color: #035b8a
}

.qe_wzk_lv {
  --quote-color: #23790e
}

.quote_q .fa-quote-left {
  font-size: 1.2em;
  margin-right: .5em;
  position: absolute;
  color: var(--quote-color)
}

.alert {
  padding: 1.2em 2.2em;
  position: relative;
  color: #fff;
  border: none;
  min-height: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .15)
}

.alert:before {
  font: normal normal normal 18px/1 FontAwesome;
  position: absolute;
  left: -15px;
  top: 50%;
  background: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  border-radius: 20px;
  transform: translateY(-50%);
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .19)
}

.alert.jb-blue:before {
  content: "\f00c"
}

.alert.jb-green:before {
  content: "\f0a1"
}

.alert.jb-yellow:before {
  content: "\f12a"
}

.alert.jb-red:before {
  content: "\f00d"
}

.alert-dismissable,
.alert-dismissible {
  padding: 0 15px 0 20px;
  position: relative
}

.alert-dismissible button.close {
  padding: 10px;
  z-index: 9;
  right: 0;
  --muted-2-color: #fff;
  transition: all .2s
}

.feature {
  width: calc(25% - 14px);
  border-radius: var(--main-radius);
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  transition: .3s;
  box-shadow: 0 0 10px var(--main-shadow)
}

.feature:hover {
  box-shadow: none
}

.feature-icon {
  font-size: 50px;
  padding: 20px 0
}

.feature-title {
  padding: 0 10px
}

.feature-note {
  opacity: .6;
  line-height: 1.5em;
  padding: 5px 10px 10px 10px;
  font-size: .8em
}

.icon-close {
  transition: .2s;
  cursor: pointer
}

.wp-block-zibllblock-alert a {
  color: #fff !important;
  text-decoration: underline;
  font-weight: 700;
  margin: 0 2px
}

.wp-block-zibllblock-alert a:hover {
  opacity: .8
}

.wp-block-zibllblock-buttons {
  margin-bottom: 20px
}

.wp-block-carousel {
  margin-bottom: 20px !important
}

.wp-block-carousel img {
  height: 100%
}

.wp-block-carousel .carousel {
  overflow: hidden;
  border-radius: var(--main-radius);
  opacity: 0
}

.wp-block-carousel .carousel.swiper-container-initialized {
  opacity: 1;
  transition: opacity .5s
}

.wp-block-carousel .carousel.swiper-container-cube,
.wp-block-carousel .carousel.swiper-container-flip {
  overflow: visible
}

.wp-block-carousel .carousel li,
.wp-block-carousel .carousel ul {
  list-style: none;
  margin: 0
}

.wp-block-carousel .carousel .swiper-slide figure {
  height: 100%;
  width: 100%
}

.panel {
  border-radius: var(--main-radius);
  box-shadow: none;
  border-color: var(--main-border-color);
  background: 0 0;
  -webkit-box-shadow: none
}

.wp-posts-content .panel-heading .epqpu_fa {
  margin-right: 20px;
  color: var(--focus-color);
  transition: .3s;
  transform: rotate(-45deg)
}

.dosc-nav a:not(.collapsed) .epqpu_fa,
.wp-posts-content .panel-heading.collapsed .epqpu_fa {
  transform: rotate(90deg)
}

.wp-block-carousel figcaption a {
  color: #fff !important
}

.wp-block-carousel .swiper-pagination {
  text-align: right;
  padding: 0 10px
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: .8em;
  padding: 10px 10px 3px;
  line-height: 18px
}

.mobile-nav-widget {
  margin-top: 20px
}

.mobile-nav-widget .px12-m-s,
.mobile-nav-widget .px12-sm,
.epqpu_sidebar .px12-m-s,
.epqpu_sidebar .px12-sm {
  font-size: 12px
}

.mobile-nav-widget .em09-sm,
.epqpu_sidebar .em09-sm {
  font-size: .9em
}

.mobile-nav-widget .hide-m-s,
.mobile-nav-widget .hide-sm,
.epqpu_sidebar .hide-m-s,
.epqpu_sidebar .hide-sm {
  display: none
}

.mobile-nav-widget .nopw-sm,
.epqpu_sidebar .nopw-sm {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.mobile-nav-widget .zib-widget {
  padding: 0 0 10px 0;
  box-shadow: none
}

.controller-hide .dplayer-controller,
.controller-hide .dplayer-controller-mask,
.mobile-nav-widget .dplayer-full-in,
.mobile-nav-widget .dplayer-loop,
.epqpu_sidebar .dplayer-full-in,
.epqpu_sidebar .dplayer-loop {
  display: none !important
}

.dplayer-played,
.dplayer-thumb,
.dplayer-volume-bar-inner {
  background: var(--focus-color) !important
}

.dplayer-scale-height {
  padding-bottom: var(--scale-height) !important
}

.dplayer-scale-height .dplayer-video-wrap {
  position: absolute !important
}

@media (min-width:992px) {

  .modal-open .float-btn,
  .modal-open .header {
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important
  }

  #u_sign .modal-dialog {
    width: 800px
  }

  .sign-img {
    padding-right: 35%
  }

  .sign-img+.sign {
    margin-left: 55%
  }

  .fluid-widget .card,
  .site-layout-1 .card {
    width: calc(25% - 16px)
  }

  .fluid-widget .posts-item:not(.card),
  .site-layout-1 .posts-item:not(.card) {
    margin: 8px;
    display: inline-flex;
    width: calc(50% - 19px)
  }

  .fluid-widget .posts-item.no_margin,
  .site-layout-1 .posts-item.no_margin {
    border-radius: var(--main-radius)
  }

  .fluid-widget .posts-mini,
  .site-layout-1 .posts-mini {
    width: calc(33.33%)
  }

  .epqpu_sidebar .card {
    width: 100%;
    margin: 0
  }

  .epqpu_sidebar .author-minicard {
    width: 100%;
    margin: 3px 0
  }

  .epqpu_sidebar .s-desc,
  .epqpu_sidebar .slide-text {
    font-size: 12px;
    padding: 1em 1.2em
  }

  .lists-nav .tab-nav-theme>li>a:hover {
    background: var(--muted-border-color)
  }
}

@media (max-width:1200px) {
  .epqpu_container {
    width: 95%
  }
}

@media (max-width:996px) {
  .nav.navbar-nav {
    position: absolute;
    top: 0;
    background: var(--header-bg);
    box-shadow: 0 4px 10px var(--main-shadow);
    left: 0;
    right: 0;
    padding: 0 20px;
    margin: 0;
    border-radius: var(--main-radius);
    transition: .3s;
    opacity: 0;
    transform: translateY(40px);
    visibility: hidden
  }

  .nav.navbar-nav.show {
    opacity: 1;
    z-index: 998;
    visibility: unset;
    transform: translateY(68px)
  }

  .navbar-nav>li:before {
    top: 0
  }

  .show-nav-but.epqpu_hide {
    display: unset !important
  }

  body .epqpu_sidebar.show-sidebar {
    display: unset;
    width: 100%;
    margin-left: 0
  }

  .site-layout-2 .content-layout {
    margin-right: auto
  }

  .site-layout-3 .content-layout {
    margin-left: auto
  }

  .epqpu_sidebar {
    display: none
  }

  #u_sign .modal-dialog {
    width: auto;
    margin: 30px
  }
}

.drawer-header {
  display: none
}

@media (max-width:767px) {
  body.admin-bar {
    margin-top: -46px
  }

  body.nav-fixed {
    padding-top: 88px
  }

  .affix-header-sm.affix {
    left: 0;
    right: 0;
    z-index: 995;
    border-radius: 0;
    background: var(--header-bg);
    box-shadow: 0 4px 10px var(--main-shadow);
    padding: 8px 15px;
    -webkit-backdrop-filter: saturate(5) blur(20px);
    backdrop-filter: saturate(5) blur(20px);
    top: 0
  }

  .affix-header-sm.affix .tab-nav-theme {
    margin-bottom: -5px;
    margin-top: 0;
    border: none;
    padding-bottom: 0
  }

  .affix-header-sm.affix-bottom {
    position: relative;
    opacity: 0
  }

  .index-tab.affix-header-sm.affix {
    padding: 8px 10px
  }

  .index-tab.affix-header-sm.affix+* {
    margin-top: 54px
  }

  .drawer-show {
    overflow: hidden
  }

  .drawer-sm {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background: var(--body-bg-color);
    transition: .6s;
    padding: 72px 10px 80px;
    z-index: 996;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(110%);
    -webkit-overflow-scrolling: touch
  }

  .drawer-sm.show {
    transition: .6s cubic-bezier(.28, .9, .34, .99);
    visibility: unset;
    transform: unset
  }

  .drawer-header {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    background: var(--main-bg-color);
    height: 52px;
    font-size: 18px;
    color: var(--muted-color);
    padding: 0 16px;
    z-index: 1000;
    box-shadow: 0 4px 10px var(--main-shadow);
    transition: .3s
  }

  .drawer-show .drawer-header {
    visibility: unset;
    opacity: 1
  }

  .drawer-close {
    font-size: 22px;
    width: 30px
  }

  .drawer-title {
    flex: 1;
    text-align: center;
    margin-right: 30px
  }

  .modal .modal-dialog {
    width: 500px
  }

  .this-font {
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-sm);
    color: var(--color-sm)
  }

  .epqpu_container {
    width: 100%
  }

  .epqpu_container.full-sm {
    padding: 0
  }

  .full-widget-sm {
    box-shadow: none;
    border-radius: 0
  }

  .epqpu_container .full-widget-sm {
    margin-left: -15px;
    margin-right: -15px
  }

  .navbar-toggle {
    display: unset
  }

  .mini-scrollbar {
    scrollbar-width: none
  }

  .mini-scrollbar::-webkit-scrollbar,
  .navbar-collapse.epqpu_collapse {
    display: none
  }

  .author-cover .page-cover-con {
    margin: 0
  }

  .author-cover .avatar-img {
    --this-size: 46px;
    margin-left: -8px
  }

  .author-cover .page-cover-con>li+li {
    width: calc(100% - 50px);
    margin: -7px 0 0;
    vertical-align: top
  }

  .author-tab .posts-item {
    padding: 10px 0
  }

  .zib-widget .zib-widget-sm {
    background: 0 0;
    box-shadow: none;
    padding: 0
  }

  .new-swiper .swiper-wrapper {
    height: var(--m-height)
  }

  .navbar-toggle {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6px;
    opacity: .7;
    height: 36px
  }

  .navbar-toggle .icon-bar {
    background: var(--main-color)
  }

  .navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
  }

  .navbar-top.epqpu_center .navbar-brand {
    position: absolute;
    width: 100%;
    text-align: center
  }

  .navbar-top.epqpu_center .navbar-brand+.navbar-toggle {
    float: left
  }

  .navbar-top.epqpu_center .navbar-brand>img {
    display: unset
  }

  .mobile-navbar {
    z-index: 997;
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--main-bg-color);
    width: 281px;
    padding: 70px 20px;
    transition: transform .5s
  }

  .mobile-navbar badge:not(.top) {
    transform: unset;
    margin-left: 5px
  }

  .mobile-navbar.right {
    right: -2px;
    transform: translateX(110%)
  }

  .mobile-navbar.epqpu_left {
    left: -2px;
    transform: translateX(-110%)
  }

  .mobile-navbar.epqpu_left>.toggle-radius {
    float: right
  }

  .mobile-navbar.top {
    height: auto;
    max-height: 70%;
    width: 100%;
    transform: translateY(-110%)
  }

  .mobile-navbar.show {
    transition: transform .6s cubic-bezier(.28, .9, .34, .99);
    transform: translate(0)
  }

  .mobile-navbar.show+.fixed-body {
    visibility: unset;
    opacity: 1
  }

  .mobile-navbar .navbar-header {
    margin-top: -58px;
    margin-bottom: 10px
  }

  .mobile-navbar .navbar-brand {
    padding: 7px 10px
  }

  .mobile-navbar .toggle-radius {
    margin: 5px
  }

  .mobile-menus {
    background: var(--muted-border-color);
    border-radius: var(--main-radius);
    padding: 8px
  }

  .mobile-menus li a {
    display: block;
    padding: 6px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
  }

  .mobile-menus>li>a::before {
    margin: 0;
    margin-right: 12px
  }

  .mobile-menus .sub-menu {
    padding: 0 10px;
    word-wrap: break-word;
    white-space: normal
  }

  .mobile-menus .sub-menu li {
    width: calc(50% - 4px);
    text-align: center;
    display: inline-block
  }

  .mobile-navbar.top .mobile-menus .sub-menu li {
    width: calc(33.3% - 4px)
  }

  .mobile-menus .sub-menu li>a {
    background: var(--main-border-color);
    padding: 5px;
    margin: 2px;
    border-radius: 4px;
    font-size: .9em;
    position: relative
  }

  .mobile-menus .sub-menu li>a>badge:not(.top) {
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.85)
  }

  .mobile-user-menus a {
    width: calc(50% - 12px);
    float: left;
    margin: 6px
  }

  .mobile-nav-widget {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: normal
  }

  .mobile-nav-widget .box-body.notop {
    padding-left: 0;
    padding-right: 0
  }

  .s-desc,
  .slide-text,
  .wp-block-carousel figcaption {
    padding: .7em
  }

  .posts-item .item-thumbnail {
    width: 138px
  }

  .epqpu_list.style2 .item-thumbnail,
  .posts-mini .item-thumbnail {
    width: 90px
  }

  .posts-item .post-graphic:not(.order1) {
    margin-right: 15px
  }

  .posts-item .order1.post-graphic {
    margin-left: 15px
  }

  .posts-item .item-heading {
    font-size: 15px
  }

  .drop-fixed-sm .dropdown-menu::before,
  .posts-item:not(.no-thumb) .item-excerpt {
    display: none
  }

  .posts-row {
    margin-left: -5px;
    margin-right: -5px
  }

  .posts-row>* {
    margin-left: 5px !important;
    margin-right: 5px !important
  }

  .posts-item.card {
    width: calc(50% - 10px);
    margin: 5px
  }

  .posts-item.card:nth-child(odd) {
    margin-right: 5px
  }

  .posts-item.card:nth-child(even) {
    margin-left: 5px
  }

  .posts-item.mult-thumb .thumb-items>span {
    width: calc(33.333% - 6px);
    padding-bottom: calc(var(--posts-list-scale)/ 3)
  }

  .posts-item.mult-thumb .thumb-items>span:nth-child(4) {
    display: none
  }

  .placeholder.k2,
  .placeholder.t1 {
    height: 16px;
    margin-bottom: 5px
  }

  .footer-tabbar {
    display: flex
  }

  .footer-tabbar-placeholder {
    background: var(--footer-bg);
    height: calc(49px + constant(safe-area-inset-bottom));
    height: calc(49px + env(safe-area-inset-bottom))
  }

  .virtual-input {
    display: flex;
    height: 36px;
    border-radius: 120px;
    background: var(--main-shadow);
    color: var(--muted-2-color)
  }

  .virtual-input .epqpu_but,
  .virtual-input img {
    width: 28px;
    height: 28px;
    border-radius: 120px;
    margin: 0 4px;
    flex-shrink: 0
  }

  .virtual-input .epqpu_but {
    width: auto;
    padding: 3px 10px
  }

  .drop-fixed-sm .dropdown-menu,
  .mobile-fixed {
    position: fixed;
    transform: translateY(220%);
    transition: .6s;
    opacity: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 22px 16px;
    background: var(--main-bg-color);
    z-index: 1080;
    border-radius: 10px 10px 0 0;
    margin: 0
  }

  .drop-fixed-sm.open .dropdown-menu,
  .mobile-fixed.show {
    box-shadow: 0 -50px 50px rgba(0, 0, 0, .2);
    transition: .6s cubic-bezier(.28, .9, .34, .99);
    transform: unset
  }

  .mobile-fixed.show .fixed-body {
    visibility: unset;
    z-index: -1
  }

  .drop-fixed-sm .dropdown-menu {
    z-index: 1045;
    padding: 10px;
    top: auto !important;
    right: 0 !important;
    left: 0 !important;
    max-height: 50vh;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
  }

  .drop-fixed-sm .dropdown-menu>li>a {
    font-size: 16px !important;
    padding: 10px 20px
  }

  .modal-open .drop-fixed-sm.open .dropdown-menu {
    opacity: 0
  }

  .footer {
    padding: 10px 0
  }

  .footer .theme-box {
    margin: 5px
  }

  .footer .container-footer {
    text-align: center
  }

  .footer .list-inline>li+li+li {
    float: unset
  }

  .single-metabox,
  .single-metabox.cover-meta {
    font-size: 13px
  }

  .article-header .article-avatar .list-inline {
    text-align: right
  }

  .article-header .article-avatar .list-inline li,
  .article-header .article-avatar .list-inline li+li {
    float: left;
    text-align: left
  }

  .article-header .avatar-button {
    margin: 4px -6px 0 0;
    float: none !important;
    min-height: 25px
  }

  .feature {
    width: calc(50% - 14px)
  }

  .payvip-modal .tab-content {
    text-align: center
  }

  .payvip_equity {
    line-height: 1.6;
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    margin: 0;
    width: calc(90% - 80px)
  }

  .payvip_icon {
    display: inline-block;
    vertical-align: middle;
    width: 80px
  }

  .user-card.author .card-content {
    display: block
  }

  .user-card.author .card-content>div {
    width: 100%
  }

  .user-card.author .user-content {
    justify-content: center;
    margin-bottom: 20px
  }

  .user-card.author .user-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }

  .user-card.author .user-info {
    margin-right: 0;
    margin-left: 15px
  }

  .user-card.author .author-tag {
    overflow-x: scroll;
    white-space: nowrap
  }

  .author-header.full-widget-sm {
    margin-top: -20px
  }

  .author-header.full-widget-sm .page-cover {
    border-radius: 0
  }

  .author-header .header-content {
    padding: 12px 20px
  }

  .author-header .avatar-img {
    --this-size: 100px
  }

  .author-header .header-info>.header-avatar {
    margin-top: -60px;
    margin-bottom: 10px
  }

  .author-header .header-info name,
  .author-header .header-info>.flex1 {
    width: 100%
  }

  .author-header .avatar-img .avatar {
    border-radius: 100px;
    border-width: 3px
  }

  .author-header .header-btns {
    position: absolute;
    top: 0;
    right: 0
  }

  .full-sm .author-header {
    margin-top: -20px;
    border-radius: 0
  }

  .full-sm .author-header .page-cover {
    border-radius: 0
  }

  .author-header .cover-btns {
    padding: 8px
  }

  .oauth-bind-box>div {
    width: 100%;
    min-width: auto
  }

  .msg-center-nav.lists-nav {
    all: unset
  }

  .msg-center-nav.lists-nav .tab-nav-theme {
    all: unset;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 16px
  }

  .msg-center-nav .tab-nav-theme li {
    border: none !important
  }

  .msg-center-nav .tab-nav-theme li>a {
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 0
  }

  .msg-center-nav li>a>img {
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    margin-bottom: 6px
  }

  .msg-center-nav li>a>badge {
    right: 5px;
    top: 5px
  }

  .msg-private>.epqpu_ajaxpager {
    opacity: 1;
    -webkit-animation: fade .5s;
    animation: fade .5s
  }

  .msg-private.toggle #user_chat_lists,
  .msg-private:not(.toggle) #user_private_window {
    display: none;
    opacity: 0
  }

  .float-btn .hover-show-con {
    max-width: 240px
  }
}

@media (min-width:641px) {
  .search-content .author-minicard {
    width: calc(50% - 12px)
  }

  .show-sm {
    display: none !important
  }
}

@media (max-width:640px) {
  .modal .modal-dialog {
    width: 100%;
    max-width: calc(100% - 20px)
  }

  .modal .modal-dialog.full-sm {
    max-width: 100%;
    width: 100%;
    margin: 0
  }

  .modal.bottom .modal-dialog.full-sm {
    margin-bottom: -1px
  }

  .modal.bottom .modal-dialog.full-sm .modal-content {
    border-radius: var(--main-radius) var(--main-radius) 0 0;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom)
  }

  .hide-sm {
    display: none !important
  }

  .nop-sm {
    padding: 0 !important
  }

  .nopw-sm {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .noph-sm {
    padding-top: 0 !important;
    padding-bottom: 0 !important
  }

  .header {
    padding: 0 8px
  }

  body.nav-fixed {
    padding-top: 72px
  }

  .navbar-search {
    padding-top: 60px
  }

  body.nav-fixed .slide-header {
    margin-top: -72px
  }

  .slide-header .slide-text {
    padding-top: 52px
  }

  .posts-item:not(.no-thumb) .meta-right item {
    display: none
  }

  .posts-item {
    padding: 10px;
    margin: 10px 0
  }

  .zib-widget .posts-item.no_margin {
    padding: 10px 0
  }

  .float-right {
    right: 10px
  }

  .em09-sm {
    font-size: .9em
  }

  .epqpu_breadcrumb,
  .icon-card,
  .px12-sm {
    font-size: 12px
  }

  .em12-sm {
    font-size: 1.2em
  }

  .mb10-sm {
    margin-bottom: 10px
  }

  .epqpu_article {
    padding: 0 15px
  }

  .article-header .article-title {
    font-size: 18px
  }

  .single-metabox .post-metas item {
    margin: 0 4px
  }

  .article-content .wp-posts-content {
    line-height: 2;
    font-size: 15px
  }

  .epqpu_article .action {
    width: 68px
  }

  #comments .comt-title {
    display: none
  }

  #comments .comt-box {
    width: 100%;
    padding: 0
  }

  #comments .list-inline {
    padding: 15px 0;
    margin: 0
  }

  .comment-signarea h3 {
    font-size: 13px
  }

  .comt-tips-left .epqpu_but .epqpu_fa,
  .from-private .epqpu_but .epqpu_fa {
    margin: 0
  }

  #postcomments .comment-header {
    font-size: 14px
  }

  #postcomments .comt-meta {
    font-size: 12px
  }

  #postcomments .comment .list-inline>li {
    padding: 0
  }

  #postcomments .comment .list-inline>li+li {
    padding-left: 10px
  }

  #postcomments .avatar-img {
    --this-size: 36px;
    margin-right: 10px
  }

  #postcomments .commentlist>.comment>.list-inline .comment-footer {
    margin-left: 45px;
    margin-top: -15px
  }

  #postcomments .children {
    margin-left: 0
  }

  #postcomments .children .children {
    margin-left: 13px
  }

  #postcomments .children .list-inline {
    padding: 15px
  }

  .pagenav a,
  .pagination ul>li {
    display: none
  }

  .pagenav a.next,
  .pagenav a.prev {
    display: inline-block
  }

  .pagenav .page-numbers {
    font-size: 12px;
    margin: 2px;
    min-width: 28px
  }

  #postcomments .post_ajax_loader .ml20 {
    margin-left: 5px
  }

  .author-minicard {
    width: 100%;
    margin: 5px 0
  }

  .posts-mini {
    width: 100%
  }

  .sign-img+.sign {
    margin-left: auto;
    max-width: 340px
  }

  .archives .author-set-left {
    width: 30px
  }

  .archives .author-set-right {
    width: calc(100% - 60px)
  }

  .featured-video-episode .switch-video {
    width: calc(50% - 4px);
    padding: 6px 10px;
    margin: 2px 2px 0
  }

  .page-cover>.page-cover-con {
    font-size: 14px
  }

  #author-tab-securityset .zib-widget {
    all: unset
  }

  .modal-pay-body .row-5+.row-5 {
    margin: auto;
    width: 240px;
    display: block
  }

  .pay-box {
    padding: 10px
  }

  .pay-title {
    margin-top: 18px
  }

  .pay-box .price-box {
    text-align: center
  }

  .pay-flexbox {
    flex-wrap: wrap
  }

  .pay-box .but-group>.epqpu_but {
    width: 50%
  }

  .pay-box .pay-button .signin-loader,
  .pay-box .vip-price-buts {
    width: 100%
  }

  .pay-gallery {
    width: 100%;
    margin: 0
  }

  .paid-gallery {
    padding: 30px
  }

  .cashier-link,
  .initiate-pay {
    width: 100%
  }

  .user-pay .pay-box {
    padding: 10px 15px
  }

  .payvip-modal {
    padding: 15px
  }

  .payvip-modal .vip-cardmini {
    padding: 4px;
    margin: 5px
  }

  .payvip-modal .vip-cardmini .vip-baicon.abs-center {
    font-size: 5em
  }

  .payvip-modal .vip-cardmini .vip-name {
    font-size: 14px
  }

  .dropup+.dropup .dropdown-menu {
    left: -30px
  }

  .dropup+.dropup .dropdown-menu::before {
    left: 41px
  }

  .dropup+.dropup+.dropup .dropdown-menu {
    left: -60px
  }

  .dropup+.dropup+.dropup .dropdown-menu::before {
    left: 71px
  }

  .dropup+.dropup+.dropup+.dropup .dropdown-menu {
    left: -90px
  }

  .dropup+.dropup+.dropup+.dropup .dropdown-menu::before {
    left: 101px
  }

  .dplayer-full-in,
  .dplayer-loop {
    display: none !important
  }

  .hidden-box.epqpu_flex {
    align-items: center;
    line-height: 1.4
  }

  .hidden-pass-img {
    width: 100px
  }

  .medal-list {
    width: calc(25% - 14px)
  }
}

@media (max-width:480px) {
  .epqpu_container {
    padding-right: 10px;
    padding-left: 10px
  }

  .epqpu_container .full-widget-sm {
    margin-left: -10px;
    margin-right: -10px
  }

  .pay-box .but-download {
    width: auto
  }

  .vip-product {
    padding: 4px
  }

  .single-cover-con .article-title {
    font-size: 16px;
    margin-bottom: 0
  }

  .medal-card .medal-icon {
    height: 55px
  }
}

@media (max-width: 996px) {
  .epqpu_sidebar {
      display: block !important;
      width: 100% !important;
      margin-left: unset !important;
  }
}


.ajax-next > a,.ajax-next > b{
  border-radius: 30px;
  padding: 5px 15px;
  color: var(--muted-color);
  opacity: .6;
}



.ajax-next > a:hover,.ajax-next > b{
  background: var(--main-border-color);
    opacity: 1;
}