@charset "UTF-8";

.wp-block-archives-dropdown label {
  display: block
}

.wp-block-avatar {
  box-sizing: border-box
}

.wp-block-avatar.aligncenter {
  text-align: center
}

.wp-block-audio {
  box-sizing: border-box
}

.wp-block-audio figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-audio audio {
  width: 100%;
  min-width: 300px
}

.wp-block-button__link {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-button__link.aligncenter {
  text-align: center
}

.wp-block-button__link.alignright {
  text-align: right
}

:where(.wp-block-button__link) {
  box-shadow: none;
  text-decoration: none;
  border-radius: 9999px;
  padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.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)*0.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, .5em)*0.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, .5em)*0.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 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
}

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
  border: 2px solid;
  padding: .667em 1.333em
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
  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 tbody td,
.wp-block-calendar th {
  padding: .25em;
  border: 1px solid #ddd
}

.wp-block-calendar tfoot td {
  border: none
}

.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse
}

.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd
}

.wp-block-calendar a {
  text-decoration: underline
}

.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d
}

.wp-block-categories {
  box-sizing: border-box
}

.wp-block-categories.alignleft {
  margin-right: 2em
}

.wp-block-categories.alignright {
  margin-left: 2em
}

.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 {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap !important;
  align-items: normal !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.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: 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-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments .alignleft {
  float: left
}

.wp-block-post-comments .alignright {
  float: right
}

.wp-block-post-comments .navigation:after {
  content: "";
  display: table;
  clear: both
}

.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-top: .5em;
  margin-right: .75em;
  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 {
  margin-top: 1em;
  margin-bottom: 1em;
  display: block
}

.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 {
  display: block;
  box-sizing: border-box;
  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-size: 1em;
  font-family: inherit
}

.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-right: .5em;
  margin-bottom: .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 {
  margin-right: 1ch;
  display: inline-block
}

.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 {
  margin-left: 1ch;
  display: inline-block
}

.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 {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-comment-template li {
  clear: both
}

.wp-block-comment-template ol {
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  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 {
  position: relative;
  background-position: 50%;
  min-height: 430px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box
}

.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]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
  background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  content: "";
  background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: .5
}

.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-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,
.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 {
  opacity: 0
}

.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,
.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 {
  opacity: .1
}

.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,
.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 {
  opacity: .2
}

.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,
.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 {
  opacity: .3
}

.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,
.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 {
  opacity: .4
}

.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,
.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 {
  opacity: .5
}

.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,
.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 {
  opacity: .6
}

.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,
.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 {
  opacity: .7
}

.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,
.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 {
  opacity: .8
}

.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,
.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 {
  opacity: .9
}

.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,
.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 {
  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:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit
}

@supports (position:sticky) {

  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none
  }
}

.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-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000
}

.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: inherit
}

.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;
  width: auto
}

.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none
}

.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-size: cover;
  background-repeat: no-repeat
}

@supports (-webkit-overflow-scrolling:touch) {

  .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-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image>h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: .44em;
  text-align: center
}

.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-width: 320px;
  min-height: 240px
}

.wp-block-embed {
  overflow-wrap: break-word
}

.wp-block-embed figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  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 {
  margin-bottom: 1.5em
}

.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
}

.wp-block-file__embed {
  margin-bottom: 1em
}

:where(.wp-block-file__button) {
  border-radius: 2em;
  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
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 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 {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  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 {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start
}

.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;
  max-width: 100%;
  height: auto;
  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 {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  color: #fff;
  text-align: center;
  font-size: .8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  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 {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover
}

.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 {
  width: 100%;
  margin-right: 0
}

@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 {
    width: calc(33.33333% - .66667em);
    margin-right: 1em
  }

  .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 {
    width: calc(25% - .75em);
    margin-right: 1em
  }

  .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 {
    width: calc(20% - .8em);
    margin-right: 1em
  }

  .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 {
    width: calc(16.66667% - .83333em);
    margin-right: 1em
  }

  .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 {
    width: calc(14.28571% - .85714em);
    margin-right: 1em
  }

  .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 {
    width: calc(12.5% - .875em);
    margin-right: 1em
  }

  .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) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
  margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1
}

.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, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box
}

.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 {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative
}

.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto
}

.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 {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.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)*0.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)*0.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)*0.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)*0.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)*0.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)*0.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)*0.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)*0.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
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em
}

.wp-block-image img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom
}

.wp-block-image.has-custom-border img,
.wp-block-image 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 .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: table
}

.wp-block-image.aligncenter>figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image.alignright>figcaption,
.wp-block-image .alignright>figcaption {
  display: table-caption;
  caption-side: bottom
}

.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 figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded 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 {
    -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-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0
  }
}

.wp-block-image :where(.has-border-color) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid
}

.wp-block-image figure {
  margin: 0
}

ol.wp-block-latest-comments {
  margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none
}

.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
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  line-height: 1.8;
  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-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;
  padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}

.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
  }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
  margin-top: .5em;
  margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
  display: inline-block
}

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
  float: left
}

.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
  float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}

ol,
ul {
  box-sizing: border-box
}

ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em
}

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  box-sizing: border-box
}

.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;
  width: 100%;
  vertical-align: middle
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover
}

.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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  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-top: 0;
  margin-bottom: 0;
  margin-left: 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 {
  display: flex;
  align-items: center;
  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.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,
.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;
  line-height: 0;
  display: inline-block;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  width: .6em;
  height: .6em;
  margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
  margin-top: .075em
}

.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 {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity .1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%
}

.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-right: 0;
  margin-left: auto
}

.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 {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: .5em;
    background: transparent
  }

  .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:not(.open-on-click):hover>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px
}

.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 {
  position: relative;
  display: flex
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor
}

button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-align: left
}

.wp-block-navigation-submenu__toggle {
  cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  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 .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)),
: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)) {
  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;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .15)
}

.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, 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 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.wp-block-navigation__responsive-container .wp-block-navigation-link a {
  color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  animation: overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode: forwards;
  padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
  overflow: auto;
  z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-duration: 1ms;
    animation-delay: 0s
  }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: calc(2rem + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit)
}

.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 .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2rem;
  padding-right: 2rem
}

.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 {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial)
}

.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-page-list {
  color: inherit !important;
  background: transparent !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 {
  right: auto;
  left: auto
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit
  }

  .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;
  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 {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
  text-transform: inherit
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px
}

.wp-block-navigation__responsive-container-open {
  display: flex
}

@media (min-width:600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none
  }
}

.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2
}

.wp-block-navigation__responsive-close {
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 100%);
  margin-left: auto;
  margin-right: auto
}

.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 {
  word-break: normal;
  overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
  display: none
}

.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit
}

.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;
  line-height: .68;
  font-weight: 100;
  margin: .05em .1em 0 0;
  text-transform: uppercase;
  font-style: normal
}

p.has-drop-cap.has-background {
  overflow: hidden
}

p.has-background {
  padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit
}

.wp-block-post-author {
  display: flex;
  flex-wrap: wrap
}

.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .5em
}

.wp-block-post-author__avatar {
  margin-right: 1em
}

.wp-block-post-author__bio {
  margin-bottom: .7em;
  font-size: .7em
}

.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0
}

.wp-block-post-author__name {
  margin: 0
}

.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;
  text-align: center;
  overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
  padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  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
}

.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
}

.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-sizing: border-box
}

.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 {
  position: absolute;
  inset: 0;
  background-color: #000
}

.wp-block-post-featured-image {
  position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: transparent
}

.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-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-title {
  word-break: break-word;
  box-sizing: border-box
}

.wp-block-post-title a {
  display: inline-block
}

.wp-block-preformatted {
  white-space: pre-wrap
}

.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em
}

.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
  box-sizing: border-box
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit
}

.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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}

.wp-block-pullquote cite {
  color: inherit
}

.wp-block-post-template {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0
}

.wp-block-post-template.wp-block-post-template {
  background: none
}

.wp-block-post-template.is-flex-container {
  flex-direction: row;
  display: flex;
  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)
  }
}

.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-right: .5em;
  margin-bottom: .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-child {
  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 {
  margin-right: 1ch;
  display: inline-block
}

.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 {
  margin-left: 1ch;
  display: inline-block
}

.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:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  margin-bottom: 1em;
  padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.125em;
  text-align: right
}

.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more: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;
  padding: 0;
  list-style: none
}

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: .625em;
  word-break: normal
}

.wp-block-search__button.has-icon {
  line-height: 0
}

.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
  vertical-align: text-bottom
}

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: .375em .625em
}

.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 {
  padding: 8px;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3em;
  border: 1px solid #949494;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 4px;
  border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 .25em
}

: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: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto
}

.wp-block-separator {
  border: 1px solid;
  border-right: none;
  border-left: none
}

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif
}

.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0
}

.wp-block-site-logo a {
  display: inline-block
}

.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto
}

.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
}

.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px
}

.wp-block-social-links {
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
  background: none
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none
}

.wp-block-social-links .wp-social-link a {
  padding: .25em
}

.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  margin-left: .5em;
  margin-right: .5em;
  font-size: .65em
}

.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 {
  justify-content: center;
  display: flex
}

.wp-block-social-links.alignright {
  justify-content: flex-end
}

.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform .1s ease;
  height: auto
}

@media (prefers-reduced-motion:reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 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-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none
}

.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #ff4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp {
  color: #25d366
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422
}

.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
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: .66667em;
  padding-right: .66667em
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud.aligncenter {
  text-align: center;
  justify-content: 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
}

.wp-block-tag-cloud.is-style-outline {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch
}

.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 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 {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0
}

.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: transparent
}

.wp-block-table .has-border-color>*,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit
}

.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,
.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 {
  border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color]>*,
.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 {
  border-right-color: inherit
}

.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,
.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 {
  border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color]>*,
.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 {
  border-left-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
  border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
  border-width: inherit;
  border-style: inherit
}

.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 {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap
}

.wp-block-video {
  box-sizing: border-box
}

.wp-block-video video {
  width: 100%
}

@supports (position:sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover
  }
}

.wp-block-video.aligncenter {
  text-align: center
}

.wp-block-video figcaption {
  margin-top: .5em;
  margin-bottom: 1em
}

.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);
  -webkit-clip-path: inset(50%);
  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;
  -webkit-clip-path: none;
  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%
}

figure {
  margin: 0 0 1em
}

@charset "UTF-8";

@font-face {
  font-family: "Beach Icons";
  src: url(../../../../themes/luviana/assets/beach-icons/fonts/beach-icons.eot);
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/beach-icons/css/../fonts/beach-icons.eot?#iefix) format("embedded-opentype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/beach-icons/css/../fonts/beach-icons.woff) format("woff"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/beach-icons/css/../fonts/beach-icons.ttf) format("truetype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/beach-icons/css/../fonts/beach-icons.svg#beach-icons) format("svg");
  font-weight: 400;
  font-style: 400
}

.beach-icons,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "Beach Icons";
  font-size: inherit;
  font-weight: 400;
  font-style: normal
}

.icon-01:before {
  content: "a"
}

.icon-02:before {
  content: "c"
}

.icon-14:before {
  content: "d"
}

.icon-15:before {
  content: "b"
}

.icon-03:before {
  content: "e"
}

.icon-16:before {
  content: "f"
}

.icon-04:before {
  content: "g"
}

.icon-05:before {
  content: "h"
}

.icon-06:before {
  content: "i"
}

.icon-07:before {
  content: "j"
}

.icon-08:before {
  content: "k"
}

.icon-10:before {
  content: "l"
}

.icon-09:before {
  content: "m"
}

.icon-11:before {
  content: "n"
}

.icon-13:before {
  content: "o"
}

.icon-12:before {
  content: "p"
}

@font-face {
  font-family: 'Hotel Regular';
  src: url(../../../../themes/luviana/assets/hotel-icons/fonts/Hotel-Regular9d64.eot?78320982);
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/hotel-icons/css/../fonts/Hotel-Regular.eot?78320982#iefix) format('embedded-opentype'), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/hotel-icons/css/../fonts/Hotel-Regular.woff?78320982) format('woff'), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/hotel-icons/css/../fonts/Hotel-Regular.ttf?78320982) format('truetype'), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/hotel-icons/css/../fonts/Hotel-Regular.svg?78320982#hotel) format('svg');
  font-weight: 400;
  font-style: normal
}

[class^=hotel-icon-]:before,
[class*=" hotel-icon-"]:before,
.hotel-ico {
  font-family: "Hotel Regular";
  font-weight: 400;
  font-style: normal;
  font-size: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.hotel-icon-01:before {
  content: '\e800'
}

.hotel-icon-02:before {
  content: '\e801'
}

.hotel-icon-03:before {
  content: '\e802'
}

.hotel-icon-04:before {
  content: '\e803'
}

.hotel-icon-05:before {
  content: '\e804'
}

.hotel-icon-06:before {
  content: '\e805'
}

.hotel-icon-07:before {
  content: '\e806'
}

.hotel-icon-09:before {
  content: '\e807'
}

.hotel-icon-08:before {
  content: '\e808'
}

.hotel-icon-10:before {
  content: '\e809'
}

.hotel-icon-11:before {
  content: '\e80a'
}

.hotel-icon-12:before {
  content: '\e80b'
}

.hotel-icon-13:before {
  content: '\e80c'
}

.hotel-icon-14:before {
  content: '\e80d'
}

.hotel-icon-16:before {
  content: '\e80e'
}

.hotel-icon-15:before {
  content: '\e80f'
}

.hotel-icon-17:before {
  content: '\e810'
}

.hotel-icon-18:before {
  content: '\e811'
}

.hotel-icon-19:before {
  content: '\e812'
}

.hotel-icon-20:before {
  content: '\e813'
}

.hotel-icon-33:before {
  content: '\e814'
}

.hotel-icon-32:before {
  content: '\e815'
}

.hotel-icon-31:before {
  content: '\e816'
}

.hotel-icon-30:before {
  content: '\e817'
}

.hotel-icon-29:before {
  content: '\e818'
}

.hotel-icon-28:before {
  content: '\e819'
}

.hotel-icon-27:before {
  content: '\e81a'
}

.hotel-icon-26:before {
  content: '\e81b'
}

.hotel-icon-25:before {
  content: '\e81c'
}

.hotel-icon-24:before {
  content: '\e81d'
}

.hotel-icon-23:before {
  content: '\e81e'
}

.hotel-icon-22:before {
  content: '\e81f'
}

.hotel-icon-21:before {
  content: '\e820'
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em
}

body {
  --wp--preset--color--black: #000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #fff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--color--grey: #7b7f80;
  --wp--preset--color--light-grey: #f8f8f8;
  --wp--preset--color--dark-grey: #121516;
  --wp--preset--color--gold: #c1b086;
  --wp--preset--color--blue: #3f9cc1;
  --wp--preset--color--dark-blue: #252e59;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, #9b51e0 100%);
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, #7adcb4 0%, #00d082 100%);
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, #cf2e2e 100%);
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, #eee 0%, #a9b8c3 100%);
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%);
  --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, #ffceec 0%, #9896f0 100%);
  --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%);
  --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%);
  --wp--preset--gradient--pale-ocean: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%);
  --wp--preset--gradient--electric-grass: linear-gradient(135deg, #caf880 0%, #71ce7e 100%);
  --wp--preset--gradient--midnight: linear-gradient(135deg, #020381 0%, #2874fc 100%);
  --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
  --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
  --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
  --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
  --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
  --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
  --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
  --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: .44rem;
  --wp--preset--spacing--30: .67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem
}

:where(.is-layout-flex) {
  gap: .5em
}

body .is-layout-flow>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
  float: left;
  margin-inline-start: 0;
  margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
  float: right;
  margin-inline-start: 2em;
  margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto !important;
  margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
  max-width: var(--wp--style--global--wide-size)
}

body .is-layout-flex {
  display: flex
}

body .is-layout-flex {
  flex-wrap: wrap;
  align-items: center
}

body .is-layout-flex>* {
  margin: 0
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

.has-black-color {
  color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
  color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
  color: inherit
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em
}

.wp-block-pullquote {
  font-size: 1.5em;
  line-height: 1.6
}

.datepick {
  background-color: #fff;
  color: #000;
  border: 1px solid #444;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  font-size: 90%
}

.datepick-rtl {
  direction: rtl
}

.datepick-popup {
  z-index: 1000
}

.datepick-disable {
  position: absolute;
  z-index: 100;
  background-color: #fff;
  opacity: .5;
  filter: alpha(opacity=50)
}

.datepick a {
  color: #fff;
  text-decoration: none
}

.datepick a.datepick-disabled {
  color: #888;
  cursor: auto
}

.datepick button {
  margin: .25em;
  padding: .125em 0;
  background-color: #fcc;
  border: none;
  border-radius: .25em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  font-weight: 700
}

.datepick-nav,
.datepick-ctrl {
  float: left;
  width: 100%;
  background-color: #000;
  color: #fff;
  font-size: 90%;
  font-weight: 700
}

.datepick-ctrl {
  background-color: #600
}

.datepick-cmd {
  width: 30%
}

.datepick-cmd:hover {
  background-color: #777
}

.datepick-ctrl .datepick-cmd:hover {
  background-color: #f08080
}

.datepick-cmd-prevJump,
.datepick-cmd-nextJump {
  width: 8%
}

button.datepick-cmd {
  text-align: center
}

.datepick-cmd-prev,
.datepick-cmd-prevJump,
.datepick-cmd-clear {
  float: left;
  padding-left: 2%
}

.datepick-cmd-current,
.datepick-cmd-today {
  float: left;
  width: 35%;
  text-align: center
}

.datepick-cmd-next,
.datepick-cmd-nextJump,
.datepick-cmd-close {
  float: right;
  padding-right: 2%;
  text-align: right
}

.datepick-rtl .datepick-cmd-prev,
.datepick-rtl .datepick-cmd-prevJump,
.datepick-rtl .datepick-cmd-clear {
  float: right;
  padding-left: 0;
  padding-right: 2%;
  text-align: right
}

.datepick-rtl .datepick-cmd-current,
.datepick-rtl .datepick-cmd-today {
  float: right
}

.datepick-rtl .datepick-cmd-next,
.datepick-rtl .datepick-cmd-nextJump,
.datepick-rtl .datepick-cmd-close {
  float: left;
  padding-left: 2%;
  padding-right: 0;
  text-align: left
}

.datepick-month-nav {
  float: left;
  background-color: #777;
  text-align: center
}

.datepick-month-nav div {
  float: left;
  width: 12.5%;
  margin: 1%;
  padding: 1%
}

.datepick-month-nav span {
  color: #888
}

.datepick-month-row {
  clear: left
}

.datepick-month {
  float: left;
  width: 15em;
  border: 1px solid #444;
  text-align: center
}

.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  background-color: #444;
  color: #fff;
  font-weight: 700
}

.datepick-month-header select,
.datepick-month-header input {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%
}

.datepick-month-header input {
  position: absolute;
  display: none
}

.datepick-month table {
  width: 100%;
  border-collapse: collapse
}

.datepick-month thead {
  border-bottom: 1px solid #aaa
}

.datepick-month th,
.datepick-month td {
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center
}

.datepick-month th {
  border: 1px solid #777
}

.datepick-month th,
.datepick-month th a {
  background-color: #777;
  color: #fff
}

.datepick-month td {
  background-color: #eee;
  border: 1px solid #aaa
}

.datepick-month td.datepick-week {
  border: 1px solid #777
}

.datepick-month td.datepick-week * {
  background-color: #777;
  color: #fff;
  border: none
}

.datepick-month a {
  display: block;
  width: 100%;
  padding: .125em 0;
  background-color: #eee;
  color: #000;
  text-decoration: none
}

.datepick-month span {
  display: block;
  width: 100%;
  padding: .125em 0
}

.datepick-month td span {
  color: #888
}

.datepick-month td .datepick-other-month {
  background-color: #fff
}

.datepick-month td .datepick-weekend {
  background-color: #ddd
}

.datepick-month td .datepick-today {
  background-color: #f0c0c0
}

.datepick-month td .datepick-highlight {
  background-color: #f08080
}

.datepick-month td .datepick-selected {
  background-color: #777;
  color: #fff
}

.datepick-month th.datepick-week {
  background-color: #777;
  color: #fff
}

.datepick-status {
  clear: both;
  background-color: #ddd;
  text-align: center
}

.datepick-clear-fix {
  clear: both
}

.mphb-hide {
  display: none !important
}

.mphb-clear {
  clear: both
}

.mphb-preloader {
  background-image: url(../../../../plugins/motopress-hotel-booking/images/loading89df.gif?ver=4.6.0);
  width: 20px;
  height: 20px;
  display: inline-block
}

.mphb-price-period {
  border-bottom: 1px dashed;
  cursor: help
}

.mphb-calendar {
  --mphb-available-date-bg: #cef093;
  --mphb-available-date-color: #000000;
  --mphb-not-available-date-bg: #dddddd;
  --mphb-not-available-date-color: #777777;
  --mphb-booked-date-bg: #dddddd;
  --mphb-booked-date-color: #777777;
  --mphb-out-of-season-date-bg: #dddddd;
  --mphb-out-of-season-date-color: #777777;
  --mphb-selected-date-bg: #404040;
  --mphb-selected-date-color: #ffffff;
  --mphb-unselectable-date-color: #777777
}

.mphb-calendar.mphb-loading .datepick {
  position: relative
}

.mphb-calendar.mphb-loading .datepick:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  background-image: url(//themes.getmotopress.com/luviana/wp-content/plugins/motopress-hotel-booking/assets/css/../../images/loading.gif?ver=4.6.0);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1
}

.mphb-calendar .datepick-month-header select {
  display: inline-block !important;
  width: auto !important
}

.mphb-calendar .datepick-month table {
  border-collapse: collapse;
  height: 100%;
  margin-bottom: 0
}

.mphb-calendar .datepick-month td {
  padding: 0
}

.mphb-calendar .datepick-month td>span {
  height: 100%
}

.mphb-calendar .datepick-month td a .mphb-date-cell__price,
.mphb-calendar .datepick-month td span .mphb-date-cell__price {
  white-space: nowrap;
  overflow: hidden;
  word-break: keep-all;
  font-size: 10px;
  padding: 0;
  margin: 0 .125em;
  width: auto;
  color: inherit;
  line-height: 1.5
}

.mphb-calendar .datepick-month td a .mphb-date-cell__price span,
.mphb-calendar .datepick-month td span .mphb-date-cell__price span {
  padding: 0;
  display: inline;
  color: inherit
}

.mphb-calendar td .mphb-date-cell {
  color: var(--mphb-available-date-color, #000)
}

.mphb-calendar td .mphb-available-date {
  background-color: var(--mphb-available-date-bg, #cef093)
}

.mphb-calendar td .mphb-past-date {
  opacity: .15;
  background-color: #eee;
  color: #888
}

.mphb-calendar td .mphb-out-of-season-date--check-in {
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-out-of-season-date--check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #ddd) 0, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in {
  background: linear-gradient(to top left, var(--mphb-not-available-date-bg, #ddd) 0, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-out-of-season-date,
.mphb-calendar td .mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  background: var(--mphb-out-of-season-date-bg, #ddd);
  color: var(--mphb-out-of-season-date-color, #777)
}

.mphb-calendar td .mphb-mark-as-unavailable--check-in {
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-not-available-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date,
.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  color: var(--mphb-not-available-date-color, #777);
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #ddd) 0, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-mark-as-unavailable--check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-not-available-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date,
.mphb-calendar td .mphb-mark-as-unavailable--check-out.mphb-out-of-season-date--check-in.mphb-out-of-season-date--check-out {
  color: var(--mphb-not-available-date-color, #777);
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #ddd) 0, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-mark-as-unavailable,
.mphb-calendar td .mphb-mark-as-unavailable--check-in.mphb-mark-as-unavailable--check-out {
  background: var(--mphb-not-available-date-bg, #ddd);
  color: var(--mphb-not-available-date-color, #777)
}

.mphb-calendar td .mphb-booked-date {
  background: var(--mphb-booked-date-bg, #ddd);
  color: var(--mphb-booked-date-color, #777)
}

.mphb-calendar td .mphb-date-check-in {
  color: var(--mphb-available-date-color, #000);
  background: linear-gradient(to bottom right, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-booked-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-date-check-in.mphb-mark-as-unavailable--check-out {
  color: var(--mphb-booked-date-color, #777);
  background: linear-gradient(to bottom right, var(--mphb-not-available-date-bg, #ddd) 0, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-booked-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-date-check-in.mphb-out-of-season-date--check-out {
  color: var(--mphb-booked-date-color, #777);
  background: linear-gradient(to top left, var(--mphb-booked-date-bg, #ddd) 0, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-date-check-out {
  background: linear-gradient(to top left, var(--mphb-available-date-bg, #cef093) 0, var(--mphb-available-date-bg, #cef093) 50%, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-booked-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable,
.mphb-calendar td .mphb-date-check-out.mphb-mark-as-unavailable--check-in {
  color: var(--mphb-booked-date-color, #777);
  background: linear-gradient(to bottom right, var(--mphb-booked-date-bg, #ddd) 0, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-not-available-date-bg, #ddd) 50%, var(--mphb-not-available-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-date-check-out.mphb-out-of-season-date--check-in {
  color: var(--mphb-booked-date-color, #777);
  background: linear-gradient(to bottom right, var(--mphb-booked-date-bg, #ddd) 0, var(--mphb-booked-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 50%, var(--mphb-out-of-season-date-bg, #ddd) 100%)
}

.mphb-calendar td .mphb-unselectable-date--check-in,
.mphb-calendar td .mphb-unselectable-date--check-out {
  color: var(--mphb-unselectable-date-color, #777)
}

.mphb-calendar td .mphb-selectable-date--check-in:hover,
.mphb-calendar td .mphb-selectable-date--check-out:hover,
.mphb-calendar td .mphb-selected-date,
.mphb-calendar td .mphb-selected-date--check-in,
.mphb-calendar td .mphb-selected-date--check-out {
  background: var(--mphb-selected-date-bg, #89b63c);
  color: var(--mphb-selected-date-color, #777)
}

.mphb-calendar .datepick-ctrl {
  display: flex;
  background-color: #eee;
  color: #222;
  border-radius: .25em;
  font-weight: 400
}

.mphb-calendar .datepick-ctrl a,
.mphb-calendar .datepick-ctrl a:hover {
  color: inherit;
  background-color: transparent
}

.mphb-calendar .datepick-ctrl .mphb-calendar__selected-dates {
  width: 100%;
  padding: 0 .25em
}

.mphb-calendar .datepick-ctrl .datepick-cmd-clear {
  width: auto;
  padding: 0 .25em;
  line-height: inherit
}

.mphb-booking-form.mphb-loading {
  position: relative
}

.mphb-booking-form.mphb-loading:before {
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, .5);
  background-image: url(//themes.getmotopress.com/luviana/wp-content/plugins/motopress-hotel-booking/assets/css/../../images/loading.gif?ver=4.6.0);
  background-size: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1
}

.mphb-datepick-popup .datepick-month-header select {
  display: inline-block !important;
  width: auto !important
}

.mphb-datepick-popup .datepick-month td .mphb-booked-date:not(.mphb-selectable-date) {
  opacity: .5;
  background-color: #eee;
  color: #888
}

.mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: .15;
  background-color: #eee;
  color: #888
}

.mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  opacity: .5;
  background-color: #eee;
  color: #888
}

.mphb-datepick-popup .datepick-month td .mphb-earlier-check-in-date {
  opacity: .15;
  background-color: #eee;
  color: #888
}

.mphb-datepick-popup .datepick-month td .mphb-check-in-date {
  background-color: #cef093
}

.mphb-datepick-popup .datepick-month td a.datepick-today {
  background-color: #fffaf0
}

.mphb-datepick-popup .datepick-month td a.datepick-highlight,
.mphb-datepick-popup .datepick-month td a.datepick-selected {
  background-color: #404040;
  color: #fff
}

.mphb-datepick-popup .datepick-month td span.mphb-check-in-date {
  background-color: #606060;
  color: #fff
}

.mphb-datepick-popup .mphb-selectable-date {
  cursor: pointer
}

@media screen and (min-width:769px) {
  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="1"] .datepick-month {
    width: 100%
  }

  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="2"] .datepick-month {
    width: 50%
  }

  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="3"] .datepick-month {
    width: 33.33%
  }

  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="4"] .datepick-month {
    width: 25%
  }

  .mphb_sc_availability_calendar-wrapper .mphb-calendar[data-monthstoshow$="5"] .datepick-month {
    width: 20%
  }
}

.mphb_widget_rooms-wrapper .mphb-widget-room-type-book-button,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-price,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-title {
  margin: 1em 0
}

.mphb_widget_rooms-wrapper .mphb-widget-room-type-attributes,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-description,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-featured-image {
  margin: 1em 0
}

.mphb_widget_rooms-wrapper .mphb-widget-room-type-price .mphb-price,
.mphb_widget_rooms-wrapper .mphb-widget-room-type-title>a {
  font-weight: 700
}

.mphb_widget_rooms-wrapper .mphb-room-type:not(:first-of-type) {
  margin-top: 2em
}

.mphb_sc_rooms-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type),
.mphb_sc_services-wrapper .mphb-service:not(:first-of-type) {
  margin-top: 4em
}

.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type),
.mphb_sc_checkout-form>.mphb-checkout-section:not(:first-of-type) {
  margin-top: 4em
}

.mphb_cb_checkout_form .mphb_checkout-service-quantity,
.mphb_sc_checkout-form .mphb_checkout-service-quantity {
  width: 100px;
  display: inline-block
}

.mphb_cb_checkout_form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon,
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-price-breakdown-expand>.mphb-inner-icon {
  font-family: sans-serif;
  font-size: 1em;
  margin-right: .75em;
  border: 1px solid currentColor;
  width: 1em;
  height: 1em;
  line-height: 1em;
  display: inline-block;
  text-align: center;
  box-sizing: content-box;
  pointer-events: none
}

.mphb_cb_checkout_form .mphb-price-breakdown .mphb-table-price-column,
.mphb_sc_checkout-form .mphb-price-breakdown .mphb-table-price-column {
  width: 33%
}

.mphb_cb_checkout_form .mphb-gateways-list,
.mphb_sc_checkout-form .mphb-gateways-list {
  list-style: none
}

.mphb_cb_checkout_form .mphb-gateways-list>li,
.mphb_sc_checkout-form .mphb-gateways-list>li {
  margin-top: 1em
}

.mphb_cb_checkout_form .mphb-billing-fields,
.mphb_sc_checkout-form .mphb-billing-fields {
  margin-bottom: 1em;
  border: none
}

.mphb_cb_checkout_form .mphb-billing-fields-hidden,
.mphb_sc_checkout-form .mphb-billing-fields-hidden {
  display: none
}

.mphb_cb_checkout_form .mphb-billing-fields input[data-beanstream-id],
.mphb_sc_checkout-form .mphb-billing-fields input[data-beanstream-id] {
  background-position: right center;
  background-repeat: no-repeat
}

.mphb_cb_checkout_form .mphb-billing-fields fieldset,
.mphb_sc_checkout-form .mphb-billing-fields fieldset {
  border: none;
  padding: 0
}

.mphb_cb_checkout_form .mphb-terms-and-conditions,
.mphb_sc_checkout-form .mphb-terms-and-conditions {
  margin-bottom: 0;
  padding-left: 2em;
  padding-right: 2em;
  max-height: 0;
  overflow: hidden;
  transition: margin-bottom .2s linear, padding .2s linear, max-height .4s linear;
  background: rgba(0, 0, 0, .05)
}

.mphb_cb_checkout_form .mphb-terms-and-conditions.mphb-active,
.mphb_sc_checkout-form .mphb-terms-and-conditions.mphb-active {
  margin-bottom: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  max-height: 200px;
  overflow: auto
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap {
  margin-bottom: 4em
}

.mphb_cb_checkout_form>.mphb-checkout-section:not(:first-of-type) {
  margin-top: 0
}

.mphb_checkout-services-list,
.mphb_sc_checkout-services-list {
  list-style: none
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-bottom: 4em
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details {
  float: left
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-cart-message {
  margin-bottom: 0
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation {
  float: right
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-message,
.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-cart-total-price,
.mphb_sc_search_results-wrapper .mphb-reservation-cart.mphb-empty-cart .mphb-confirm-reservation {
  display: none !important
}

.mphb_sc_search_results-wrapper .mphb-reservation-cart:not(.mphb-empty-cart) .mphb-empty-cart-message {
  display: none !important
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-confirm-reservation,
.mphb_sc_search_results-wrapper .mphb-reserve-room-section:not(.mphb-rooms-added) .mphb-rooms-reservation-message-wrapper {
  display: none !important
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
  float: right
}

.mphb_sc_search_results-wrapper .mphb-recommendation-details-list:after {
  content: '';
  display: table;
  clear: both
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-item-guests {
  display: block
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommedation-item-subtotal {
  float: right;
  margin-left: 1em
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total {
  float: right
}

.mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
  float: right;
  clear: right
}

.mphb_sc_booking_confirmation .mphb-booking-details-section+.mphb-booking-details-section {
  margin-top: 2em
}

.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap
}

.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li {
  flex: 1 0 100%;
  padding-left: 0;
  margin: 0 0 .5em 0
}

@media screen and (min-width:768px) {
  .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li {
    flex: 1 0 auto;
    margin: 0 1.5em 1.5em 0;
    padding-right: 1.5em;
    border-right: 1px dashed #d3ced2
  }
}

.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li:last-of-type {
  border: none;
  margin-right: 0;
  padding-right: 0
}

@media screen and (min-width:768px) {
  .mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li span.label {
    display: block;
    font-size: .85em
  }
}

.mphb_sc_booking_confirmation .mphb-booking-details-section .mphb-booking-details>li span.value {
  font-weight: 700
}

.mphb_sc_account:after {
  content: '';
  display: table;
  clear: both
}

@media screen and (min-width:768px) {
  .mphb_sc_account .mphb-account-menu {
    float: left;
    width: 25%
  }
}

@media screen and (min-width:768px) {
  .mphb_sc_account .mphb-account-content {
    float: right;
    width: 73%
  }
}

.mphb_sc_account .mphb-account-bookings {
  table-layout: auto;
  font-size: .85em
}

@media screen and (max-width:767px) {
  .mphb_sc_account .mphb-account-bookings thead {
    display: none
  }

  .mphb_sc_account .mphb-account-bookings tr {
    display: block;
    margin-bottom: 1em
  }

  .mphb_sc_account .mphb-account-bookings tr:last-child {
    margin-bottom: 0
  }

  .mphb_sc_account .mphb-account-bookings td {
    display: block;
    text-align: right
  }

  .mphb_sc_account .mphb-account-bookings td:before {
    content: attr(data-title) ": ";
    float: left;
    font-weight: 700
  }
}

#mphb-stripe-payment-methods>ul {
  cursor: pointer;
  margin: 0 0 .5em 0;
  padding: 0;
  list-style: none
}

#mphb-stripe-payment-methods .mphb-stripe-payment-method {
  display: inline-block;
  margin: 0 1.5em 0 0;
  padding-top: .5em;
  padding-bottom: .5em
}

#mphb-stripe-payment-methods .mphb-stripe-payment-method:last-of-type {
  margin-right: 0
}

#mphb-stripe-payment-methods .mphb-stripe-payment-method.active label {
  box-shadow: 0 2px currentColor
}

#mphb-stripe-payment-methods .mphb-stripe-payment-method label {
  cursor: pointer
}

#mphb-stripe-payment-methods .mphb-stripe-payment-method input[type=radio] {
  display: none
}

.mphb-stripe-payment-container {
  margin-bottom: 1em
}

.mphb-stripe-payment-container .StripeElement {
  box-sizing: border-box;
  padding: 15px 12px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  margin-top: .5em;
  margin-bottom: .5em
}

.mphb-stripe-payment-container .StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df
}

.mphb-stripe-payment-container .StripeElement--invalid {
  border-color: #fa755a
}

.mphb-stripe-payment-container .StripeElement--webkit-autofill {
  background-color: #fefde5 !important
}

#mphb-stripe-errors {
  color: #e25950
}

@charset "UTF-8";

/*!
Theme Name: Luviana
Theme URI: https://motopress.com/products/luviana/
Author: MotoPress
Author URI: https://motopress.com/
Description: Luviana is a Gutenberg theme perfectly fitting for hotels, rental accommodations and services, boarding houses or hostels. The theme comprises an integrated online booking plugin that allows conducting reservations of your rental properties and receiving online payments.
Version: 1.4.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luviana
Tags: custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, block-styles

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Luviana is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.hidden {
  display: none
}

.bring-to-top {
  z-index: 10
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #5f6060;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Noto Serif", serif;
  color: #222;
  margin: 1.5em 0 .5em;
  line-height: 1.4;
  font-weight: 400;
  letter-spacing: -.5px
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0
}

h1 {
  font-size: 39px;
  font-size: 2.4375rem
}

h2 {
  font-size: 31px;
  font-size: 1.9375rem
}

h3 {
  font-size: 25px;
  font-size: 1.5625rem
}

h4 {
  font-size: 20px;
  font-size: 1.25rem
}

h5 {
  font-size: 16px;
  font-size: 1rem
}

h6 {
  font-size: 13px;
  font-size: .8125rem
}

.page-content>h1,
.page-content>h2,
.page-content>h3,
.page-content>h4,
.page-content>h5,
.page-content>h6,
.entry-content>h1,
.entry-content>h2,
.entry-content>h3,
.entry-content>h4,
.entry-content>h5,
.entry-content>h6 {
  margin-top: 1.5em
}

p {
  margin: 0 0 1.5em
}

p:last-child {
  margin-bottom: 0
}

dfn,
cite,
em,
i {
  font-style: italic
}

address {
  margin: 0 0 1.5em
}

pre {
  background: #f8f8f8;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  color: #fff;
  background: #252e59;
  padding: .1em .2em
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none
}

big {
  font-size: 125%
}

b,
strong {
  font-weight: 600
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

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

body {
  background: #eff6fb
}

hr {
  background-color: #ededed;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.875em
}

ul>li,
ol>li {
  margin-bottom: 1.25em
}

ul>li:last-child,
ol>li:last-child {
  margin-bottom: 0
}

ul {
  list-style: disc
}

ol {
  list-style: decimal
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-top: 1.25em
}

dt {
  font-weight: 700
}

dd {
  margin: 0 1.5em 1.5em
}

img {
  height: auto;
  max-width: 100%
}

figure {
  margin: 1em 0
}

table {
  margin: 0 0 1.5em;
  width: 100%
}

th,
td {
  border: 1px solid #ededed
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5rem;
  table-layout: fixed;
  width: 100%
}

caption,
th,
td {
  font-weight: 400;
  text-align: left
}

th {
  font-weight: 600;
  color: #222;
  background: #f8f8f8
}

td {
  background: #fff
}

th,
td {
  padding: .8em
}

@media (min-width:992px) {

  th,
  td {
    padding: .875em 1.25em
  }
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.more-link {
  display: inline-block;
  background: #c1b086;
  color: #fff;
  border: 1px solid;
  border-color: #c1b086;
  border-radius: 1.875rem;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1.5835em 3.333em;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  letter-spacing: 1px
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.more-link:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: #252e59;
  background: #252e59;
  color: #fff
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus,
.button:active,
.button:focus,
.more-link:active,
.more-link:focus {
  border-color: #252e59;
  background: #252e59;
  color: #fff;
  text-decoration: none
}

.more-link {
  margin-top: 1.25rem
}

#back-to-top {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  position: fixed;
  z-index: 9;
  font-size: 18px;
  -webkit-box-shadow: 0 5px 15px 1px rgba(37, 46, 89, .2);
  box-shadow: 0 5px 15px 1px rgba(37, 46, 89, .2);
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  right: 20px;
  bottom: 20px
}

@media (min-width:992px) {
  #back-to-top {
    right: 50px;
    bottom: 50px
  }
}

#back-to-top:focus {
  outline: none
}

#back-to-top.visible {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #666;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  background: #fff;
  display: block;
  width: 100%;
  padding: .688em 1em
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../../../../themes/luviana/images/chevron-down-solid.svg);
  background-repeat: no-repeat;
  background-position: right .9em top 1.2em;
  background-size: .75rem;
  height: 52px;
  padding-right: 2em
}

select::-ms-expand {
  display: none
}

label {
  display: inline-block;
  margin-bottom: .5em;
  color: #3e3f46;
  font-weight: 400;
  font-size: 14px;
  font-size: .875rem
}

input[type=radio],
input[type=checkbox] {
  margin: 0 .875em .2em 0;
  line-height: normal;
  display: inline-block;
  vertical-align: middle
}

form.contact-form label {
  font-weight: 400;
  margin-bottom: .5em
}

form.contact-form>* {
  margin-bottom: 1.25rem
}

form.contact-form>*:last-child {
  margin-bottom: 0
}

form.contact-form .contact-submit {
  margin-top: 2.5rem
}

form.contact-form input[type=text],
form.contact-form input[type=email],
form.contact-form input[type=tel],
form.contact-form input[type=url] {
  width: 100%
}

a {
  color: #c1b086;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

a:hover,
a:focus,
a:active {
  text-decoration: underline
}

a:focus {
  outline: thin dotted
}

a:hover,
a:active {
  outline: 0
}

a:active {
  text-decoration: none
}

.main-navigation {
  clear: both;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (min-width:992px) {
  .main-navigation:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1);
    margin-right: 2.5rem
  }
}

.main-navigation .menu {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 320px;
  margin: 0 auto
}

@media (min-width:992px) {
  .main-navigation .menu {
    max-width: 100%;
    font-size: 16px;
    font-size: 1rem
  }
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0
}

.main-navigation ul ul {
  display: none;
  padding-left: 1.875rem
}

.main-navigation ul ul.toggled-on {
  display: block
}

@media (min-width:992px) {
  .main-navigation ul ul {
    display: block;
    float: left;
    position: absolute;
    top: 120%;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    padding-left: .625rem;
    color: #5f6060;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    left: 0;
    padding-top: 1.25rem
  }

  .main-navigation ul ul:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1.25rem;
    bottom: 0;
    right: 0;
    left: .625rem;
    -webkit-box-shadow: 13px 13px 21px rgba(6, 19, 34, .21);
    box-shadow: 13px 13px 21px rgba(6, 19, 34, .21)
  }
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0;
  padding-top: 0
}

.main-navigation ul ul ul.toleft {
  left: auto;
  right: 100%;
  padding-left: 0;
  padding-right: .625rem
}

.main-navigation ul ul ul.toleft:after {
  right: .625rem;
  left: 0
}

.main-navigation ul ul li {
  background: #fff
}

.main-navigation ul ul li:last-child>a {
  border-bottom: 0
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  visibility: visible;
  opacity: 1;
  top: 0
}

.main-navigation ul ul li:hover>a,
.main-navigation ul ul li.current-menu-item>a {
  color: #fff;
  background: #252e59;
  border-color: transparent
}

.main-navigation ul ul li:hover>a:after,
.main-navigation ul ul li.current-menu-item>a:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.main-navigation ul ul li:hover>.dropdown-toggle,
.main-navigation ul ul li.current-menu-item>.dropdown-toggle {
  color: #fff
}

.main-navigation ul ul a {
  border-bottom: 1px solid #f0f1f1;
  color: #222;
  width: 100%
}

@media (min-width:992px) {
  .main-navigation ul ul a {
    width: 280px;
    font-size: 14px;
    font-size: .875rem;
    padding: 1rem 1.875rem
  }
}

.main-navigation ul ul a:before {
  display: none
}

.main-navigation ul ul a:after {
  position: absolute;
  top: 20px;
  right: 1.875rem;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.main-navigation ul ul .menu-item-has-children>a {
  padding-right: 2.75rem
}

.main-navigation ul ul.toleft {
  right: 0;
  left: auto
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  visibility: visible;
  opacity: 1;
  top: 100%
}

.main-navigation li {
  position: relative;
  margin: 0
}

@media (min-width:992px) {
  .main-navigation li {
    float: left
  }
}

.main-navigation a {
  padding: .625rem 1.25rem;
  font-weight: 400;
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative
}

@media (min-width:992px) {
  .main-navigation a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 5px;
    height: 2px;
    width: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: currentColor
  }

  .main-navigation a:hover:before {
    width: 20px
  }
}

.main-navigation .current_page_item>a:before,
.main-navigation .current-menu-item>a:before,
.main-navigation .current_page_ancestor>a:before,
.main-navigation .current-menu-ancestor>a:before {
  width: 20px
}

@media screen and (max-width:991px) {
  .main-navigation .menu-item-has-children>a {
    padding-right: 3rem
  }
}

@media (min-width:992px) {
  .main-navigation .menu-item-has-children>a:after {
    line-height: inherit;
    font-size: 11px;
    font-size: .6875rem;
    margin-left: .625rem;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: 900
  }
}

@media (min-width:992px) {
  .main-navigation .dropdown-toggle {
    display: none
  }
}

@media screen and (max-width:991px) {

  .menu-toggle,
  .main-navigation.toggled .menu,
  .main-navigation.toggled .socials-menu-mobile,
  .main-navigation.toggled .socials-menu-mobile-container,
  .main-navigation.toggled .header-menus-wrapper {
    display: block
  }
}

.menu-toggle {
  padding: 0;
  border: 0;
  background: 0 0;
  width: 37px;
  height: 29px
}

.menu-toggle:hover,
.menu-toggle:focus {
  background: 0 0;
  border: 0
}

.menu-toggle .line {
  width: 37px;
  display: block;
  height: 1px;
  background: #404040;
  margin-bottom: 9px;
  margin-right: 0;
  margin-left: auto;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  transition: margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s, margin .3s ease .3s, opacity .3s ease .3s;
  transition: transform .3s ease 0s, margin .3s ease .3s, opacity .3s ease .3s, -webkit-transform .3s ease 0s;
  opacity: 1
}

.menu-toggle .line:last-child {
  margin-bottom: 0
}

.main-navigation.toggled .menu-toggle .line {
  -webkit-transition: margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  transition: margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  transition: transform .3s ease .3s, margin .3s ease 0s, opacity .3s ease 0s;
  transition: transform .3s ease .3s, margin .3s ease 0s, opacity .3s ease 0s, -webkit-transform .3s ease .3s;
  margin-bottom: 0
}

.main-navigation.toggled .menu-toggle .line:first-child {
  margin-bottom: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.main-navigation.toggled .menu-toggle .line:nth-child(2) {
  opacity: 0
}

.main-navigation.toggled .menu-toggle .line:nth-child(3) {
  margin-top: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.dropdown-toggle {
  border: 0;
  border-radius: 0;
  padding: 1rem 1.25rem;
  color: inherit;
  position: absolute;
  right: 0;
  top: 0;
  background: 0 0
}

.dropdown-toggle:hover,
.dropdown-toggle:focus,
.dropdown-toggle:active {
  background: 0 0;
  color: inherit
}

.dropdown-toggle i {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.dropdown-toggle.toggled-on i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media (min-width:992px) {
  .menu-toggle {
    display: none
  }

  .main-navigation .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%
}

.theme-social-menu a[href*="twitter.com"] .menu-text,
.theme-social-menu a[href*="facebook.com"] .menu-text,
.theme-social-menu a[href*="plus.google.com"] .menu-text,
.theme-social-menu a[href*="pinterest.com"] .menu-text,
.theme-social-menu a[href*="foursquare.com"] .menu-text,
.theme-social-menu a[href*="yahoo.com"] .menu-text,
.theme-social-menu a[href*="skype:"] .menu-text,
.theme-social-menu a[href*="yelp.com"] .menu-text,
.theme-social-menu a[href*="linkedin.com"] .menu-text,
.theme-social-menu a[href*="viadeo.com"] .menu-text,
.theme-social-menu a[href*="xing.com"] .menu-text,
.theme-social-menu a[href*="soundcloud.com"] .menu-text,
.theme-social-menu a[href*="spotify.com"] .menu-text,
.theme-social-menu a[href*="last.fm"] .menu-text,
.theme-social-menu a[href*="youtube.com"] .menu-text,
.theme-social-menu a[href*="vimeo.com"] .menu-text,
.theme-social-menu a[href*="vine.com"] .menu-text,
.theme-social-menu a[href*="flickr.com"] .menu-text,
.theme-social-menu a[href*="500px.com"] .menu-text,
.theme-social-menu a[href*="instagram.com"] .menu-text,
.theme-social-menu a[href*="tumblr.com"] .menu-text,
.theme-social-menu a[href*="reddit.com"] .menu-text,
.theme-social-menu a[href*="dribbble.com"] .menu-text,
.theme-social-menu a[href*="stumbleupon.com"] .menu-text,
.theme-social-menu a[href*="digg.com"] .menu-text,
.theme-social-menu a[href*="behance.net"] .menu-text,
.theme-social-menu a[href*="delicious.com"] .menu-text,
.theme-social-menu a[href*="deviantart.com"] .menu-text,
.theme-social-menu a[href*="play.com"] .menu-text,
.theme-social-menu a[href*="wikipedia.com"] .menu-text,
.theme-social-menu a[href*="apple.com"] .menu-text,
.theme-social-menu a[href*="github.com"] .menu-text,
.theme-social-menu a[href*="github.io"] .menu-text,
.theme-social-menu a[href*="windows.com"] .menu-text,
.theme-social-menu a[href*="tripadvisor."] .menu-text,
.theme-social-menu a[href*="slideshare.net"] .menu-text,
.theme-social-menu a[href*=".rss"] .menu-text,
.theme-social-menu a[href*="vk.com"] .menu-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden
}

.theme-social-menu a[href*="twitter.com"]:before,
.theme-social-menu a[href*="facebook.com"]:before,
.theme-social-menu a[href*="plus.google.com"]:before,
.theme-social-menu a[href*="pinterest.com"]:before,
.theme-social-menu a[href*="foursquare.com"]:before,
.theme-social-menu a[href*="yahoo.com"]:before,
.theme-social-menu a[href*="skype:"]:before,
.theme-social-menu a[href*="yelp.com"]:before,
.theme-social-menu a[href*="linkedin.com"]:before,
.theme-social-menu a[href*="viadeo.com"]:before,
.theme-social-menu a[href*="xing.com"]:before,
.theme-social-menu a[href*="soundcloud.com"]:before,
.theme-social-menu a[href*="spotify.com"]:before,
.theme-social-menu a[href*="last.fm"]:before,
.theme-social-menu a[href*="youtube.com"]:before,
.theme-social-menu a[href*="vimeo.com"]:before,
.theme-social-menu a[href*="vine.com"]:before,
.theme-social-menu a[href*="flickr.com"]:before,
.theme-social-menu a[href*="500px.com"]:before,
.theme-social-menu a[href*="instagram.com"]:before,
.theme-social-menu a[href*="tumblr.com"]:before,
.theme-social-menu a[href*="reddit.com"]:before,
.theme-social-menu a[href*="dribbble.com"]:before,
.theme-social-menu a[href*="stumbleupon.com"]:before,
.theme-social-menu a[href*="digg.com"]:before,
.theme-social-menu a[href*="behance.net"]:before,
.theme-social-menu a[href*="delicious.com"]:before,
.theme-social-menu a[href*="deviantart.com"]:before,
.theme-social-menu a[href*="play.com"]:before,
.theme-social-menu a[href*="wikipedia.com"]:before,
.theme-social-menu a[href*="apple.com"]:before,
.theme-social-menu a[href*="github.com"]:before,
.theme-social-menu a[href*="github.io"]:before,
.theme-social-menu a[href*="windows.com"]:before,
.theme-social-menu a[href*="tripadvisor."]:before,
.theme-social-menu a[href*="slideshare.net"]:before,
.theme-social-menu a[href*=".rss"]:before,
.theme-social-menu a[href*="vk.com"]:before {
  margin-right: 0
}

.theme-social-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0
}

.theme-social-menu li {
  margin-bottom: 0
}

.theme-social-menu a:before {
  font: normal normal normal 1rem/1 "Font Awesome 5 Brands";
  font-size: 16px;
  font-size: 1rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px;
  display: inline-block !important;
  margin-right: .438em
}

.theme-social-menu a:empty {
  width: 1em
}

.theme-social-menu a[href*="twitter.com"]:before {
  content: "\f099"
}

.theme-social-menu a[href*="facebook.com"]:before {
  content: "\f39e"
}

.theme-social-menu a[href*="google.com"]:before {
  content: "\f2b3"
}

.theme-social-menu a[href*="/map"]:before {
  content: "\f041"
}

.theme-social-menu a[href*="pinterest.com"]:before {
  content: "\f0d2"
}

.theme-social-menu a[href*="foursquare.com"]:before {
  content: "\f180"
}

.theme-social-menu a[href*="yahoo.com"]:before {
  content: "\f19e"
}

.theme-social-menu a[href*="skype:"]:before {
  content: "\f17e"
}

.theme-social-menu a[href*="yelp.com"]:before {
  content: "\f1e9"
}

.theme-social-menu a[href*="linkedin.com"]:before {
  content: "\f08c"
}

.theme-social-menu a[href*="viadeo.com"]:before {
  content: "\f2a9"
}

.theme-social-menu a[href*="xing.com"]:before {
  content: "\f168"
}

.theme-social-menu a[href*="soundcloud.com"]:before {
  content: "\f1be"
}

.theme-social-menu a[href*="spotify.com"]:before {
  content: "\f1bc"
}

.theme-social-menu a[href*="last.fm"]:before {
  content: "\f202"
}

.theme-social-menu a[href*="youtube.com"]:before {
  content: "\f167"
}

.theme-social-menu a[href*="vimeo.com"]:before {
  content: "\f40a"
}

.theme-social-menu a[href*="vine.com"]:before {
  content: "\f1ca"
}

.theme-social-menu a[href*="flickr.com"]:before {
  content: "\f16e"
}

.theme-social-menu a[href*="500px.com"]:before {
  content: "\f26e"
}

.theme-social-menu a[href*="instagram.com"]:before {
  content: "\f16d"
}

.theme-social-menu a[href*="tumblr.com"]:before {
  content: "\f173"
}

.theme-social-menu a[href*="reddit.com"]:before {
  content: "\f1a1"
}

.theme-social-menu a[href*="dribbble.com"]:before {
  content: "\f17d"
}

.theme-social-menu a[href*="stumbleupon.com"]:before {
  content: "\f1a4"
}

.theme-social-menu a[href*="digg.com"]:before {
  content: "\f1a6"
}

.theme-social-menu a[href*="behance.net"]:before {
  content: "\f1b4"
}

.theme-social-menu a[href*="delicious.com"]:before {
  content: "\f1a5"
}

.theme-social-menu a[href*="deviantart.com"]:before {
  content: "\f1bd"
}

.theme-social-menu a[href*="play.com"]:before {
  content: "\f04b"
}

.theme-social-menu a[href*="wikipedia.com"]:before {
  content: "\f266"
}

.theme-social-menu a[href*="apple.com"]:before {
  content: "\f179"
}

.theme-social-menu a[href*="github.com"]:before {
  content: "\f09b"
}

.theme-social-menu a[href*="github.io"]:before {
  content: "\f09b"
}

.theme-social-menu a[href*="windows.com"]:before {
  content: "\f17a"
}

.theme-social-menu a[href*="tripadvisor."]:before {
  content: "\f262"
}

.theme-social-menu a[href*="slideshare.net"]:before {
  content: "\f1e7"
}

.theme-social-menu a[href*=".rss"]:before {
  content: "\f09e"
}

.theme-social-menu a[href*="vk.com"]:before {
  content: "\f189"
}

.theme-social-menu a[href*="tel:"]:before {
  content: "\f095"
}

.theme-social-menu a[href*="mailto:"]:before {
  content: "\f0e0"
}

.post-navigation-wrapper {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 3.75rem;
  padding: 2.8125rem 50px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed
}

@media (min-width:768px) {
  .post-navigation-wrapper {
    margin-left: -50px;
    margin-right: -50px
  }
}

.post-navigation-wrapper .post-navigation {
  max-width: 1170px;
  margin: 0 auto;
  color: #222;
  position: relative;
  padding: 1.875rem 0
}

.post-navigation-wrapper .post-navigation:after {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ededed
}

@media (min-width:992px) {
  .post-navigation-wrapper .post-navigation:after {
    content: ''
  }
}

.post-navigation-wrapper .post-navigation a {
  color: inherit
}

.post-navigation-wrapper .post-navigation a:hover,
.post-navigation-wrapper .post-navigation a:focus {
  outline: none;
  text-decoration: none
}

.post-navigation-wrapper .post-navigation a:hover .post-title,
.post-navigation-wrapper .post-navigation a:focus .post-title {
  color: #c1b086
}

.post-navigation-wrapper .post-navigation .meta-nav {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.post-navigation-wrapper .post-navigation .meta-nav img {
  width: 17px
}

.post-navigation-wrapper .post-navigation .nav-previous {
  width: 100%
}

@media (min-width:992px) {
  .post-navigation-wrapper .post-navigation .nav-previous {
    text-align: right;
    width: 50%;
    padding-right: 7.25rem
  }
}

.post-navigation-wrapper .post-navigation .nav-previous .meta-nav {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media (min-width:992px) {
  .post-navigation-wrapper .post-navigation .nav-previous .meta-nav {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.post-navigation-wrapper .post-navigation .nav-previous .meta-nav img {
  margin-right: 1rem
}

.post-navigation-wrapper .post-navigation .nav-next {
  width: 100%;
  text-align: right
}

@media (min-width:992px) {
  .post-navigation-wrapper .post-navigation .nav-next {
    text-align: left;
    width: 50%;
    padding-left: 7.25rem
  }
}

.post-navigation-wrapper .post-navigation .nav-next .meta-nav {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media (min-width:992px) {
  .post-navigation-wrapper .post-navigation .nav-next .meta-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.post-navigation-wrapper .post-navigation .nav-next .meta-nav img {
  margin-left: 1rem
}

@media screen and (max-width:991px) {
  .post-navigation-wrapper .post-navigation .nav-previous+.nav-next {
    margin-top: 1.875rem;
    padding-top: 1.25rem;
    position: relative
  }

  .post-navigation-wrapper .post-navigation .nav-previous+.nav-next:before {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    top: 0;
    width: 50%;
    height: 1px;
    background: #ededed
  }
}

.post-navigation-wrapper .post-navigation .post-title {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  line-height: 1.2
}

.navigation.pagination {
  max-width: 770px;
  margin: 5.625rem auto 0
}

.navigation.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.navigation.pagination .page-numbers {
  font-size: 12px;
  font-size: .75rem;
  width: 38px;
  height: 38px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 1px;
  color: #222;
  background: #f8f8f8
}

.navigation.pagination .page-numbers:hover {
  text-decoration: none;
  background: #c1b086;
  color: #fff
}

.navigation.pagination .page-numbers.dots {
  background: 0 0
}

.navigation.pagination .page-numbers.dots:hover {
  color: #222;
  background: 0 0
}

.navigation.pagination .current {
  background: #c1b086;
  color: #fff
}

.navigation.pagination .prev,
.navigation.pagination .next {
  background: 0 0;
  width: auto;
  position: relative;
  text-transform: uppercase
}

.navigation.pagination .prev:hover,
.navigation.pagination .next:hover {
  color: #c1b086;
  background: 0 0
}

.navigation.pagination .prev img,
.navigation.pagination .next img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px
}

.navigation.pagination .prev {
  padding-left: 2rem;
  margin-right: 1.875rem
}

.navigation.pagination .prev img {
  left: 0
}

.navigation.pagination .next {
  padding-right: 2rem;
  margin-left: 1.875rem
}

.navigation.pagination .next img {
  right: 0
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

#content[tabindex="-1"]:focus {
  outline: 0
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both
}

.widget {
  margin: 0
}

.widget+.widget {
  margin-top: 3.125rem
}

.widget select {
  max-width: 100%
}

.widget .widget-title {
  margin-bottom: 1.875rem
}

.widget_calendar caption {
  padding: .5em 1em;
  text-align: center
}

.widget_calendar th,
.widget_calendar td {
  padding: .25em;
  text-align: center
}

.widget_an_mailchimp label {
  width: 100%
}

.widget_recent_entries ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_recent_entries ul li {
  padding-left: 1.875rem;
  position: relative
}

.widget_recent_entries ul li:before {
  content: "\f56b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #c1b086
}

.widget_recent_entries ul li a {
  color: inherit
}

.widget_recent_entries ul li a:hover {
  color: #c1b086
}

.widget_recent_entries .post-date {
  display: block;
  color: #c1b086;
  font-size: 14px;
  font-size: .875rem
}

.widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0
}

.widget_nav_menu .menu a {
  color: inherit;
  text-decoration: none
}

.widget_nav_menu .menu a:hover {
  color: #c1b086
}

.search-form {
  position: relative;
  border: 1px solid #e4e4e4;
  background: #fff
}

.search-form label {
  width: 100%;
  display: block;
  padding-right: 3.125rem;
  margin: 0
}

.search-form .search-field {
  border: 0;
  background: 0 0
}

.search-form .search-submit {
  position: absolute;
  right: 0;
  width: 3.125rem;
  top: 0;
  bottom: 0;
  border: 0;
  background: 0 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
  color: #c1b086;
  background: 0 0
}

.front-page-widget-area {
  position: relative;
  max-width: 1170px;
  margin: -4.6875rem auto 0;
  background: #252e59;
  -webkit-box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  color: #e5e8eb
}

.front-page-widget-area:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#286d8c), to(rgba(25, 30, 35, 0)));
  background: linear-gradient(to top, #286d8c 0%, rgba(25, 30, 35, 0) 100%);
  opacity: .2
}

.front-page-widget-area input[type=text],
.front-page-widget-area input[type=email],
.front-page-widget-area input[type=url],
.front-page-widget-area input[type=password],
.front-page-widget-area input[type=search],
.front-page-widget-area input[type=number],
.front-page-widget-area input[type=tel],
.front-page-widget-area input[type=range],
.front-page-widget-area input[type=date],
.front-page-widget-area input[type=month],
.front-page-widget-area input[type=week],
.front-page-widget-area input[type=time],
.front-page-widget-area input[type=datetime],
.front-page-widget-area input[type=datetime-local],
.front-page-widget-area input[type=color],
.front-page-widget-area textarea,
.front-page-widget-area select {
  background-color: #252e59;
  border-color: rgba(127, 160, 198, .14);
  color: #8b9fb9
}

.front-page-widget-area select {
  background-image: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/images/chevron-down-solid-fp.svg)
}

.front-page-widget-area label {
  color: #e5e8eb;
  font-size: 14px;
  font-size: .875rem
}

.front-page-widget-area .widget {
  position: relative;
  padding: 1.875rem 2.5rem;
  margin: 0
}

.footer-widgets {
  font-size: 14px;
  font-size: .875rem
}

.footer-widgets .search-form .search-submit {
  color: inherit
}

.page-widgets .widget {
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  padding: 2.5rem;
  font-size: 14px;
  font-size: .875rem
}

.page-widgets .widget+.widget {
  margin-top: 1.875rem
}

.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden
}

.wrapper:after,
.wrapper:before {
  display: table;
  content: '';
  clear: both
}

.site-content {
  padding-top: 5.625rem;
  padding-bottom: 5.625rem;
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width:768px) {
  .site-content {
    padding-left: 50px;
    padding-right: 50px
  }
}

.site-header {
  padding: .9375rem 20px;
  color: #404040;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(80, 80, 80, .1);
  box-shadow: 0px 1px 2px rgba(80, 80, 80, .1);
  position: relative;
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width:768px) {
  .site-header {
    padding: 1.5625rem 3.75rem
  }
}

.site-header .site-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.site-header.has-primary-menu:not(.has-socials-menu) .header-menus-wrapper {
  padding-right: 0
}

.site-header.menu-toggled .menu-toggle .line {
  background: #404040
}

.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 1;
  flex-shrink: 1
}

.site-branding .white-logo {
  display: none
}

.site-branding .custom-logo {
  display: block
}

.site-branding .logo-wrapper+.site-title-wrapper {
  margin-left: 1.25rem
}

.site-branding .site-title {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  line-height: 1.4
}

.site-branding .site-title a {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-top: 2px;
  color: inherit;
  text-decoration: none
}

.site-branding .site-description {
  display: none
}

.socials-menu-container {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: none
}

@media (min-width:992px) {
  .socials-menu-container {
    display: block
  }
}

.socials-menu li {
  margin-right: 1.875rem
}

.socials-menu li:last-child {
  margin-right: 0
}

.socials-menu a {
  color: inherit;
  position: relative;
  text-align: center;
  display: block
}

@media (min-width:992px) {
  .socials-menu a {
    width: 1.25em
  }
}

.socials-menu a:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1)
}

.socials-menu a:after {
  content: '';
  position: absolute;
  width: 36px;
  height: 36px;
  border: 1px solid currentColor;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

@media (min-width:992px) {
  .social-menu-mobile {
    display: none
  }
}

@media screen and (max-width:991px) {
  .header-menus-wrapper {
    display: none;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #f8f8f8;
    color: #222;
    padding: 1.875rem 0;
    -webkit-box-shadow: 13px 13px 21px 0px rgba(34, 34, 34, .21);
    box-shadow: 13px 13px 21px 0px rgba(34, 34, 34, .21)
  }

  .header-menus-wrapper .menu li {
    background: 0 0
  }

  .header-menus-wrapper .menu a {
    background: 0 0
  }
}

@media (min-width:992px) {
  .header-menus-wrapper {
    padding: 0 1.25rem
  }
}

.socials-menu-mobile-container {
  max-width: 320px;
  margin: 1.25rem auto 0;
  padding-top: 1.25rem;
  position: relative;
  display: none
}

.socials-menu-mobile-container:before {
  content: '';
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  top: 0;
  height: 1px;
  background: #ededed
}

.socials-menu-mobile-container li {
  margin: 0
}

.socials-menu-mobile-container .theme-social-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.socials-menu-mobile-container .theme-social-menu a:after {
  display: none
}

.socials-menu-mobile-container .theme-social-menu a:before {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
  width: 1em;
  height: 1em;
  margin-right: 1rem;
  padding: .5em;
  border: 1px solid currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.socials-menu-mobile-container .theme-social-menu a .menu-text {
  position: initial !important;
  clip: unset;
  overflow: auto;
  width: auto;
  height: auto
}

.site-header-container {
  margin: 0 auto;
  max-width: 1600px
}

.wide-site-layout .site-header-container {
  max-width: 100%
}

@media (max-width:991px) {
  .site-header-container.is-sticky .header-menus-wrapper {
    max-height: 100vh;
    overflow: auto
  }
}

.site-header-container.sticky-on-scroll.sticky-maybe-shown {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  bottom: 100%;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: .3s;
  transition: .3s
}

@media (min-width:601px) {
  .admin-bar .site-header-container.sticky-on-scroll.sticky-maybe-shown {
    bottom: calc(100% - 32px)
  }
}

.site-header-container.sticky-on-scroll.sticky--pinned {
  opacity: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.site-header-container.sticky-always.sticky-maybe-shown {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20
}

@media (min-width:601px) {
  .admin-bar .site-header-container.sticky-always.sticky-maybe-shown {
    top: 32px
  }
}

#site-header-placeholder {
  display: none
}

.site-footer {
  border-top: 1px solid #ededed
}

.site-footer .wrapper {
  max-width: none
}

.footer-widgets {
  background: #fff;
  padding: 0 20px;
  max-width: 1600px;
  margin: 0 auto
}

@media (min-width:768px) {
  .footer-widgets {
    padding: 0 50px
  }
}

.footer-widgets+.site-info-wrapper .wrapper:not(:empty) {
  border-top: 1px solid #ededed
}

.footer-widgets-wrapper {
  padding: 4.6875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -60px
}

@media (min-width:992px) {
  .footer-widgets-wrapper {
    margin: 0 auto
  }
}

.footer-widgets-wrapper:after {
  display: table;
  content: '';
  clear: both
}

.footer-widgets-wrapper .widget-area {
  padding: 0 60px;
  margin-bottom: 3.125rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%
}

.footer-widgets-wrapper .widget-area:last-child {
  margin-bottom: 0
}

@media (min-width:768px) {
  .footer-widgets-wrapper .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
  }
}

@media all and (min-width:768px) and (-ms-high-contrast:none),
(min-width:768px) and (-ms-high-contrast:active) {
  .footer-widgets-wrapper .widget-area {
    max-width: 50%
  }
}

@media (min-width:768px) {
  .footer-widgets-wrapper .widget-area:nth-last-child(2) {
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  .footer-widgets-wrapper .widget-area {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    margin-bottom: 0;
    padding: 0 30px
  }
}

@media all and (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and (-ms-high-contrast:active) {
  .footer-widgets-wrapper .widget-area {
    max-width: 25%
  }
}

@media (min-width:1470px) {
  .footer-widgets-wrapper .widget-area {
    padding: 0 60px
  }
}

.site-info-wrapper {
  background: #fff;
  font-size: 14px;
  font-size: .875rem
}

.site-info-wrapper .wrapper:not(:empty) {
  padding: 1.875rem 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:768px) {
  .site-info-wrapper .wrapper:not(:empty) {
    padding: 1.875rem 3.75rem
  }
}

@media (min-width:992px) {
  .site-info-wrapper .wrapper:not(:empty) {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.site-info-wrapper .site-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-align: center
}

@media (min-width:992px) {
  .site-info-wrapper .site-info {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
    text-align: left
  }
}

@media all and (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and (-ms-high-contrast:active) {
  .site-info-wrapper .site-info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

.site-info-wrapper .site-info:not(:last-child) {
  width: 100%;
  margin-top: 1.875rem
}

@media (min-width:992px) {
  .site-info-wrapper .site-info:not(:last-child) {
    margin-top: 0;
    max-width: 30%
  }
}

.site-info-wrapper .site-info+.footer-menu-container {
  width: 100%
}

@media (min-width:992px) {
  .site-info-wrapper .site-info+.footer-menu-container {
    max-width: 70%
  }
}

.site-info-wrapper .footer-menu-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}

@media (min-width:992px) {
  .site-info-wrapper .footer-menu-container {
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial
  }
}

.site-info-wrapper .footer-menu-container .footer-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (min-width:992px) {
  .site-info-wrapper .footer-menu-container .footer-menu {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

.site-info-wrapper .footer-menu-container .footer-menu li {
  margin: 0
}

.site-info-wrapper .footer-menu-container .footer-menu li:after {
  content: '/';
  margin: 0 15px;
  color: #c1b086
}

.site-info-wrapper .footer-menu-container .footer-menu li:last-child:after {
  display: none
}

.sticky {
  display: block
}

.updated:not(.published) {
  display: none
}

.page-title,
.entry-title {
  word-wrap: break-word
}

.page-content>*,
.entry-content>*,
.entry-summary>* {
  max-width: 770px;
  margin: 1.5rem auto
}

.page-content>*:first-child,
.entry-content>*:first-child,
.entry-summary>*:first-child {
  margin-top: 0
}

.page-content>*:last-child,
.entry-content>*:last-child,
.entry-summary>*:last-child {
  margin-bottom: 0
}

.entry-footer {
  max-width: 770px;
  margin: 0 auto
}

.entry-header,
.post-thumbnail {
  max-width: 1170px;
  margin: 0 auto
}

.page-header {
  max-width: 770px;
  margin: 0 auto
}

.page-header {
  text-align: center
}

.page-links {
  clear: both
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: .875rem
}

.post-meta:first-child {
  margin-top: 0
}

.post-meta:last-child {
  margin-bottom: 0
}

.post-meta .byline .avatar {
  border-radius: 50%;
  display: block;
  margin-right: 1rem
}

.post-meta .byline .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.post-meta .post-meta-divider {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  margin: 0 .625rem
}

.post-meta .post-meta-divider:last-child {
  display: none
}

.post-meta a {
  color: inherit
}

.content-area.front-page .site-main>.hentry>.entry-content {
  margin-bottom: 0;
  margin-top: 1.875rem
}

.content-area.front-page .site-main>.hentry>.entry-content>* {
  max-width: 1170px
}

.content-area.wide .site-main>.hentry>.entry-content {
  margin-bottom: 0
}

.content-area.wide .site-main>.hentry>.entry-content>* {
  max-width: 1170px
}

body .site {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .05);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .05)
}

body.wide-site-layout .site {
  max-width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none
}

body.absolute-menu .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fafafa
}

body.absolute-menu .site-header .main-navigation {
  border-color: rgba(250, 250, 250, .1)
}

body.absolute-menu .site-header .site-branding .dark-logo {
  display: none
}

body.absolute-menu .site-header .site-branding .white-logo {
  display: block
}

@media screen and (max-width:991px) {
  body.absolute-menu .site-header.menu-toggled {
    background: #fff
  }

  body.absolute-menu .site-header.menu-toggled .site-branding .dark-logo {
    display: block
  }

  body.absolute-menu .site-header.menu-toggled .site-branding .white-logo {
    display: none
  }

  body.absolute-menu .site-header.menu-toggled .site-branding .site-title {
    color: #404040
  }
}

body.absolute-menu .menu-toggle .line {
  background: #fff
}

body.page-has-post-thumbnail .site-content {
  padding-top: 0
}

body.page-has-post-thumbnail .entry-header-background {
  max-width: none;
  background: #252e59;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px
}

@media (min-width:768px) {
  body.page-has-post-thumbnail .entry-header-background {
    left: -50px;
    right: -50px
  }
}

body.page-has-post-thumbnail .entry-header-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #252e59;
  opacity: .5;
  mix-blend-mode: multiply
}

body.page-has-post-thumbnail .entry-header-background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

body.page-has-post-thumbnail .entry-header-wrapper {
  color: #fff;
  padding: 6.25rem 0 5.625rem;
  position: relative;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

body.page-has-post-thumbnail .entry-header-wrapper .entry-title {
  color: inherit
}

body.page-has-post-thumbnail .entry-header-wrapper .entry-summary {
  color: inherit
}

body.blog .site-main>.hentry,
body.archive .site-main>.hentry,
body.search .site-main>.hentry {
  margin-top: 5.625rem
}

body.blog .site-main>.hentry:first-of-type,
body.archive .site-main>.hentry:first-of-type,
body.search .site-main>.hentry:first-of-type {
  margin-top: 0
}

body.blog .site-main>.hentry:last-of-type,
body.archive .site-main>.hentry:last-of-type,
body.search .site-main>.hentry:last-of-type {
  margin-bottom: 5.625rem
}

body.blog .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper,
body.archive .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper,
body.search .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper {
  margin-bottom: 2.5rem
}

body.blog .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper .featured,
body.archive .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper .featured,
body.search .site-main>.hentry.has-post-thumbnail .post-thumbnail-wrapper .featured {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  display: block
}

body.blog .site-main>.hentry .post-thumbnail-wrapper,
body.archive .site-main>.hentry .post-thumbnail-wrapper,
body.search .site-main>.hentry .post-thumbnail-wrapper {
  text-align: center
}

body.blog .site-main>.hentry .post-thumbnail,
body.archive .site-main>.hentry .post-thumbnail,
body.search .site-main>.hentry .post-thumbnail {
  max-width: 770px;
  display: block
}

body.blog .site-main>.hentry .post-thumbnail img,
body.archive .site-main>.hentry .post-thumbnail img,
body.search .site-main>.hentry .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none
}

body.blog .site-main>.hentry .entry-header,
body.archive .site-main>.hentry .entry-header,
body.search .site-main>.hentry .entry-header {
  max-width: 770px;
  text-align: center;
  margin-bottom: 1.25rem
}

body.blog .site-main>.hentry .entry-header a,
body.archive .site-main>.hentry .entry-header a,
body.search .site-main>.hentry .entry-header a {
  color: inherit
}

body.blog .site-main>.hentry .entry-header a:hover,
body.archive .site-main>.hentry .entry-header a:hover,
body.search .site-main>.hentry .entry-header a:hover {
  color: #c1b086;
  text-decoration: none
}

body.blog .site-main>.hentry .entry-header .entry-title,
body.archive .site-main>.hentry .entry-header .entry-title,
body.search .site-main>.hentry .entry-header .entry-title {
  margin-bottom: 1rem
}

body.blog .site-main>.hentry .entry-content,
body.archive .site-main>.hentry .entry-content,
body.search .site-main>.hentry .entry-content {
  margin-top: 1.875rem
}

body.blog .site-main>.hentry .entry-meta,
body.archive .site-main>.hentry .entry-meta,
body.search .site-main>.hentry .entry-meta {
  font-size: 14px;
  font-size: .875rem
}

body.blog .site-main>.hentry .entry-meta>span>i,
body.archive .site-main>.hentry .entry-meta>span>i,
body.search .site-main>.hentry .entry-meta>span>i {
  display: none
}

body.blog .site-main>.hentry .entry-meta>span:after,
body.archive .site-main>.hentry .entry-meta>span:after,
body.search .site-main>.hentry .entry-meta>span:after {
  content: '•';
  margin: 0 .625rem
}

body.blog .site-main>.hentry .entry-meta>span:last-child:after,
body.archive .site-main>.hentry .entry-meta>span:last-child:after,
body.search .site-main>.hentry .entry-meta>span:last-child:after {
  display: none
}

body.blog .site-main>.hentry .entry-meta .byline img,
body.archive .site-main>.hentry .entry-meta .byline img,
body.search .site-main>.hentry .entry-meta .byline img {
  display: none
}

body.blog .site-main>.hentry .more-tag-wrapper,
body.archive .site-main>.hentry .more-tag-wrapper,
body.search .site-main>.hentry .more-tag-wrapper {
  text-align: center
}

body.search .site-main>.hentry .entry-summary {
  margin-top: 1.875rem
}

body.page-template-template-front-page .site-main>.hentry .post-thumbnail,
body.page-template-template-front-page .site-main>.hentry .entry-header-wrapper {
  margin-bottom: 0
}

body.page-template-template-front-page .site-main>.hentry .post-thumbnail+.entry-content,
body.page-template-template-front-page .site-main>.hentry .entry-header-wrapper+.entry-content {
  margin-top: 5.625rem
}

body.page-template-template-front-page .site-main>.hentry .entry-header-wrapper.no-image+.front-page-widget-area {
  margin-top: 4.25rem
}

body.page-template-template-front-page.absolute-menu .site-content {
  padding-top: 0;
  padding-bottom: 0
}

body.blog-layout-grid .blog-wrapper {
  max-width: 1170px;
  margin: 0 auto
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry {
  margin-top: 1.875rem;
  width: 50%;
  padding: 0 15px
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry:nth-child(-n+2) {
  margin-top: 0
}

@media (max-width:767px) {
  body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry {
    width: 100%
  }

  body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry:first-child {
    margin-top: 0
  }

  body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry:nth-child(2) {
    margin-top: 1.875rem
  }
}

@media (min-width:992px) {
  body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry {
    width: 33.333%
  }

  body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry:nth-child(-n+3) {
    margin-top: 0
  }
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .entry-header {
  padding: 2rem 2.5rem
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .entry-header .entry-title {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .entry-header .entry-title a {
  color: inherit
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .entry-header .entry-title a:hover {
  color: #c1b086;
  text-decoration: none
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-meta-wrapper {
  position: relative;
  padding: 1.25rem 1.25rem 0
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-meta-wrapper:after {
  display: table;
  content: '';
  clear: both
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-meta-wrapper .featured {
  display: inline-block;
  background: #c1b086;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: .625rem;
  padding: .25em .5em
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-thumbnail {
  display: block;
  margin: -1.25rem -1.25rem 0;
  position: relative
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-thumbnail:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#252e59), to(transparent));
  background: linear-gradient(to bottom, #252e59, transparent);
  opacity: .5
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .hentry.has-post-thumbnail .featured {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem
}

body.blog-layout-grid .blog-wrapper .blog-inner-wrapper .post-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  height: 100%
}

body.blog-layout-grid-2 .blog-wrapper {
  max-width: 1170px;
  margin: 0 auto
}

body.blog-layout-grid-2 .blog-wrapper .blog-inner-wrapper {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

body.blog-layout-grid-2 .hentry {
  padding: 0 15px;
  margin-top: 2.5rem;
  width: 100%
}

@media (min-width:768px) {
  body.blog-layout-grid-2 .hentry {
    width: 50%
  }
}

body.blog-layout-grid-2 .hentry:nth-child(1) {
  margin-top: 0
}

@media (min-width:768px) {
  body.blog-layout-grid-2 .hentry:nth-child(2) {
    margin-top: 0
  }
}

body.blog-layout-grid-2 .hentry .post-meta-wrapper {
  position: relative
}

body.blog-layout-grid-2 .hentry.has-post-thumbnail .featured {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  margin-bottom: 0
}

body.blog-layout-grid-2 .hentry.has-post-thumbnail .entry-header {
  padding: 1.25rem;
  background: #fff;
  margin-top: -3.125rem;
  margin-right: 4.375rem;
  position: relative
}

body.blog-layout-grid-2 .hentry .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none
}

body.blog-layout-grid-2 .hentry .featured {
  display: block;
  margin-bottom: 1.25rem;
  background: #c1b086;
  color: #fff;
  padding: .25em .5em;
  font-size: 10px;
  font-size: .625rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase
}

body.blog-layout-grid-2 .hentry .entry-header .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0
}

body.blog-layout-grid-2 .hentry .entry-header .entry-title a:not(:hover) {
  color: inherit
}

body.blog-layout-grid-2 .hentry .entry-header .entry-title a {
  text-decoration: none
}

body.blog-layout-grid-2 .hentry .entry-header .posted-on {
  display: block;
  margin-top: .5rem;
  font-size: 14px;
  font-size: .875rem
}

body.blog-layout-grid-2 .hentry .entry-header .posted-on a {
  color: inherit;
  text-decoration: none
}

body.blog-layout-grid-2 .hentry .entry-header .posted-on a:hover {
  color: #c1b086
}

.entry-header-wrapper,
.page-header {
  text-align: center;
  margin-bottom: 5rem
}

.entry-header-wrapper:last-child,
.page-header:last-child {
  margin-bottom: 0
}

.entry-header-wrapper>*,
.page-header>* {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto
}

.entry-header-wrapper .post-thumbnail,
.page-header .post-thumbnail {
  max-width: 1170px
}

.entry-header-wrapper .entry-summary,
.entry-header-wrapper .archive-description,
.page-header .entry-summary,
.page-header .archive-description {
  color: #222
}

.entry-header-wrapper .entry-header-image,
.entry-header-wrapper .entry-header-image,
.page-header .entry-header-image,
.page-header .entry-header-image {
  margin-bottom: 1.25rem
}

.entry-header-wrapper .entry-header,
.entry-header-wrapper .page-title,
.page-header .entry-header,
.page-header .page-title {
  margin-top: 0
}

.entry-header-wrapper .entry-header+.entry-summary,
.entry-header-wrapper .entry-header+.archive-description,
.entry-header-wrapper .page-title+.entry-summary,
.entry-header-wrapper .page-title+.archive-description,
.page-header .entry-header+.entry-summary,
.page-header .entry-header+.archive-description,
.page-header .page-title+.entry-summary,
.page-header .page-title+.archive-description {
  margin-top: 1.25rem
}

.entry-header-wrapper .entry-header .entry-title,
.entry-header-wrapper .page-title .entry-title,
.page-header .entry-header .entry-title,
.page-header .page-title .entry-title {
  margin-bottom: 0
}

.post-thumbnail img {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 13px 43px rgba(37, 46, 89, .23);
  box-shadow: 0 13px 43px rgba(37, 46, 89, .23)
}

.post-thumbnail-wrapper {
  max-width: 770px;
  margin: 0 auto 1.25rem;
  position: relative
}

.post-thumbnail-wrapper .featured {
  background: #c1b086;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  font-size: .625rem;
  padding: .25em .625em;
  letter-spacing: 1px
}

.entry-footer {
  margin-top: 2.5rem;
  font-size: 14px;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) {
  .entry-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.entry-footer>span {
  width: 100%
}

@media (max-width:767px) {
  .entry-footer>span+span {
    margin-top: 1.875rem
  }
}

@media (min-width:768px) {
  .entry-footer>span {
    width: auto;
    max-width: 50%
  }
}

.entry-footer>span>i {
  color: #c1b086;
  margin-right: .5rem
}

.entry-footer>span a {
  color: inherit
}

.entry-footer>span a:hover {
  text-decoration: none;
  color: #c1b086
}

.luviana-front-page-header {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  background: #34417d
}

@media (min-width:768px) {
  .luviana-front-page-header {
    margin-left: -50px;
    margin-right: -50px
  }
}

.luviana-front-page-header .child-pages-list:not(.slick-initialized) .child-page:not(:first-child) {
  display: none
}

.luviana-front-page-header .child-pages-list .child-page {
  position: relative;
  color: #fff;
  min-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.luviana-front-page-header .child-pages-list .child-page-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.luviana-front-page-header .child-pages-list .child-page-thumbnail img,
.luviana-front-page-header .child-pages-list .child-page-thumbnail video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.luviana-front-page-header .child-pages-list .child-page-content-wrapper {
  position: relative;
  padding: 18rem 50px 15.625rem;
  width: 100%;
  max-width: calc(1170px + 100px);
  margin: 0 auto
}

@media (min-width:768px) {
  .luviana-front-page-header .child-pages-list .child-page-content-wrapper>* {
    max-width: 60%
  }
}

.luviana-front-page-header .child-pages-list .child-page-content {
  position: relative;
  padding-left: 1.25rem
}

@media (min-width:992px) {
  .luviana-front-page-header .child-pages-list .child-page-content {
    padding-left: 3.125rem
  }
}

.luviana-front-page-header .child-pages-list .child-page-content .more-link {
  margin-top: 1em;
  border-color: #fff;
  color: inherit;
  border-width: 1px;
  padding: 1.25rem 3.125rem;
  background: 0 0
}

.luviana-front-page-header .child-pages-list .child-page-content .more-link:hover {
  border-color: #c1b086;
  background: #c1b086;
  color: #fff
}

.luviana-front-page-header .child-pages-list .child-page-title {
  position: relative;
  margin-bottom: 1.875rem
}

.luviana-front-page-header .child-pages-list .child-page-title h2 {
  color: inherit;
  line-height: 1.25;
  font-size: 39px;
  font-size: 2.4375rem;
  margin: 0;
  word-wrap: break-word
}

@media (min-width:768px) {
  .luviana-front-page-header .child-pages-list .child-page-title h2 {
    font-size: 60px;
    font-size: 3.75rem
  }
}

@media (min-width:992px) {
  .luviana-front-page-header .child-pages-list .child-page-title h2 {
    font-size: 80px;
    font-size: 5rem
  }
}

.luviana-front-page-header .child-pages-list .child-page-first-letter {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4.75rem;
  font-size: 21rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: "Noto Serif", serif;
  color: rgba(255, 255, 255, .05);
  -webkit-text-stroke: 2px rgba(255, 255, 255, .08);
  font-weight: 700
}

@media (min-width:768px) {
  .luviana-front-page-header .child-pages-list .child-page-first-letter {
    font-size: 30rem
  }
}

.luviana-front-page-header .front-page-slider-video .child-page-thumbnail:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #252e59;
  opacity: .25
}

.luviana-front-page-header .child-pages-list.has-one-slide .child-page {
  text-align: center
}

.luviana-front-page-header .child-pages-list.has-one-slide .child-page-first-letter {
  left: 0;
  right: 0
}

.luviana-front-page-header .child-pages-list.has-one-slide .child-page-content {
  padding-left: 0
}

.luviana-front-page-header .child-pages-list.has-one-slide .child-page-content-wrapper>* {
  margin-left: auto;
  margin-right: auto
}

.luviana-front-page-header .child-pages-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.luviana-front-page-header .child-pages-list .slick-track .slick-slide {
  height: auto
}

.luviana-front-page-header .child-pages-list.slick-slider {
  margin-bottom: 0
}

.luviana-front-page-header .slick-dots {
  max-width: calc(1170px + 100px);
  left: 0;
  right: 0;
  text-align: left;
  margin: auto;
  bottom: 7rem;
  padding: 0 50px
}

.luviana-front-page-header .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 1.25rem 0 0
}

.luviana-front-page-header .slick-dots li:last-child {
  margin-right: 0
}

.luviana-front-page-header .slick-dots li button {
  background: #fff;
  width: 10px;
  height: 10px;
  padding: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  position: relative
}

.luviana-front-page-header .slick-dots li button:before {
  display: none
}

.luviana-front-page-header .slick-dots li button:after {
  position: absolute;
  left: -2px;
  bottom: -2px;
  right: -2px;
  top: -2px;
  content: '';
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.luviana-front-page-header .slick-dots li button:hover {
  background: 0 0
}

.luviana-front-page-header .slick-dots li button:hover:after {
  border-color: #fff
}

.luviana-front-page-header .slick-dots li.slick-active button {
  background: 0 0
}

.luviana-front-page-header .slick-dots li.slick-active button:after {
  border-color: #fff
}

.luviana-front-page-header .child-pages-nav-slider {
  visibility: hidden;
  float: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.luviana-front-page-header .child-pages-nav-slider-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin: auto;
  max-width: calc(1170px + 100px);
  padding-right: 50px;
  height: 0
}

@media (min-width:992px) {
  .luviana-front-page-header .child-pages-nav-slider-wrapper {
    display: block
  }
}

.luviana-front-page-header .child-pages-nav-slider-item {
  clear: both;
  margin: .625rem 0
}

.luviana-front-page-header .child-pages-nav-slider-item img {
  border: 2px solid transparent
}

.luviana-front-page-header .child-pages-nav-slider-item:hover {
  cursor: pointer
}

.luviana-front-page-header .child-pages-nav-slider-item.slick-current img,
.luviana-front-page-header .child-pages-nav-slider-item.slick-current .no-thumbnail {
  border-color: #fff
}

.luviana-front-page-header .child-pages-nav-slider .no-thumbnail {
  padding: 15px 40px;
  font-size: 60px;
  font-size: 3.75rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Noto Serif", serif;
  color: rgba(255, 255, 255, .08);
  -webkit-text-stroke: 2px rgba(255, 255, 255, .15);
  text-align: center;
  background: #252e59;
  width: 100%;
  border: 2px solid transparent
}

.luviana-front-page-header .fp-slider-video-controls {
  max-width: calc(1170px + 100px);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 7rem;
  padding: 0 50px;
  z-index: 10;
  text-align: right
}

.luviana-front-page-header .fp-slider-video-controls button {
  background: 0 0;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: -7px;
  left: auto;
  color: #fff;
  font-size: 16px;
  font-size: 1rem
}

.luviana-front-page-header .fp-slider-video-controls button:hover {
  background: 0 0
}

.luviana-front-page-header .fp-slider-video-controls .pause {
  right: 90px
}

.luviana-front-page-header .fp-slider-video-controls .pause:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.luviana-front-page-header .fp-slider-video-controls .pause.active:before {
  content: "\f04c"
}

.luviana-front-page-header .fp-slider-video-controls .mute {
  right: 50px
}

.luviana-front-page-header .fp-slider-video-controls .mute:before {
  content: '\f6a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.luviana-front-page-header .fp-slider-video-controls .mute.active:before {
  content: "\f028"
}

.error-404.not-found .page-header {
  margin-bottom: 5rem
}

.error-404.not-found .page-content {
  margin-bottom: 5.625rem
}

.error-404.not-found .page-content>* {
  max-width: 570px
}

.error-404.not-found .page-content p {
  text-align: center
}

.error-404.not-found .page-content .search-form {
  margin-bottom: 2.5rem
}

.content-area.with-sidebar {
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.content-area.with-sidebar .page-widgets {
  margin-top: 3.125rem
}

@media (min-width:992px) {
  .content-area.with-sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .content-area.with-sidebar .site-main {
    max-width: 770px;
    width: 66%
  }

  .content-area.with-sidebar .site-main:only-child {
    margin: 0 auto
  }

  .content-area.with-sidebar .page-widgets {
    margin-top: 0;
    width: 34%;
    padding-left: 1.875rem
  }
}

.comment-content a {
  word-wrap: break-word
}

.bypostauthor {
  display: block
}

.comments-area {
  max-width: 770px;
  margin: 5rem auto 0
}

.comments-area .comments-title {
  margin-bottom: 3.75rem;
  font-size: 25px;
  font-size: 1.5625rem
}

.comment-respond {
  overflow: hidden
}

.comment-respond .comment-reply-title a {
  font-weight: 400;
  letter-spacing: .5px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem
}

.comment-list+.no-comments {
  margin-top: 2.5rem
}

.comment-form {
  margin: 0 -15px
}

.comment-form:after {
  display: table;
  content: '';
  clear: both
}

.comment-form>* {
  padding: 0 15px;
  float: left;
  width: 100%
}

@media (min-width:768px) {

  .comment-form .comment-form-author,
  .comment-form .comment-form-email {
    width: 50%
  }
}

.comment-form .form-submit {
  margin-top: 1rem
}

.comment-list {
  padding: 0;
  margin: 0;
  list-style: none
}

.comment-list+.comment-respond {
  margin-top: 5rem
}

.comment-list .comment-meta .avatar {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

@media (min-width:768px) {
  .comment-list .comment-meta .avatar {
    -webkit-transform: none;
    transform: none;
    left: 0
  }
}

.comment-list .pingback+.pingback,
.comment-list .pingback+.comment {
  margin-top: 3.75rem
}

.comment-list .pingback .comment-body:before {
  display: none
}

.comment-list .comment {
  padding-left: 6rem;
  position: relative
}

@media (max-width:767px) {
  .comment-list .comment {
    padding-top: 6.875rem;
    padding-left: 0
  }
}

.comment-list .comment+.comment {
  margin-top: 3.75rem
}

.comment-list .comment .comment-respond {
  margin-top: 2.5rem;
  margin-left: 0;
  margin-right: 0
}

.comment-list .comment-body {
  padding-top: 2.5rem;
  border-top: 1px solid #ededed;
  background: #fff
}

@media (min-width:768px) {
  .comment-list .comment-body {
    padding-top: 0;
    border-top: 0;
    padding-left: 2.5rem;
    border-left: 1px solid #ededed
  }
}

.comment-list .comment-body:before {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 6.875rem
}

@media (min-width:768px) {
  .comment-list .comment-body:before {
    left: 6.225rem;
    top: 27px;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%)
  }
}

.comment-list .comment-meta {
  padding-right: 5rem
}

.comment-list .comment-author {
  font-size: 12px;
  font-size: .75rem
}

.comment-list .comment-author .fn {
  color: #222;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px
}

.comment-list .comment-author .fn a {
  color: inherit
}

.comment-list .comment-author .says {
  display: none
}

.comment-list .comment-metadata {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: .625rem;
  font-weight: 400
}

.comment-list .comment-content {
  margin-top: 1rem
}

.comment-list .comment .reply {
  position: absolute;
  right: 0;
  top: 0
}

@media (max-width:767px) {
  .comment-list .comment .reply {
    top: 9.375rem
  }
}

.comment-list .comment .reply:before {
  color: #c1b086;
  margin-right: .5em;
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900
}

.comment-list .comment .reply a {
  font-size: 12px;
  font-size: .75rem;
  text-decoration: underline;
  text-transform: uppercase
}

.comment-list .comment .reply a:hover {
  text-decoration: none
}

.comment-list .comment .children {
  padding: 0;
  list-style: none;
  margin: 3.75rem 0 0 1.25rem
}

@media (min-width:768px) {
  .comment-list .comment .children {
    margin: 3.75rem 0 0 -5.5rem
  }
}

@media (min-width:992px) {
  .comment-list .comment .children {
    margin: 3.75rem 0 0 -3.75rem
  }
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none
}

.infinity-end.neverending .site-footer {
  display: block
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0
}

embed,
iframe,
object {
  max-width: 100%
}

.wp-caption {
  margin-bottom: 2.5em;
  margin-top: 1.875em;
  max-width: 100%
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption .wp-caption-text {
  margin-top: 1.25rem
}

.wp-caption-text {
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  color: #b6b7bb;
  margin-bottom: 0
}

.gallery {
  margin-bottom: 1.5em
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%
}

.gallery-columns-2 .gallery-item {
  max-width: 50%
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
  max-width: 25%
}

.gallery-columns-5 .gallery-item {
  max-width: 20%
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%
}

.gallery-caption {
  display: block
}

.content-area .site-main>.hentry>.entry-content>*:last-child,
.content-area.wide .site-main>.hentry>.entry-content>*:last-child,
.content-area.front-page .site-main>.hentry>.entry-content>*:last-child {
  margin-bottom: 0
}

.content-area .site-main>.hentry>.entry-content>*.alignleft,
.content-area.wide .site-main>.hentry>.entry-content>*.alignleft,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignleft {
  margin-right: 1.25rem
}

@media screen and (min-width:870px) {

  .content-area .site-main>.hentry>.entry-content>*.alignleft,
  .content-area.wide .site-main>.hentry>.entry-content>*.alignleft,
  .content-area.front-page .site-main>.hentry>.entry-content>*.alignleft {
    margin-right: 3.75rem;
    margin-left: calc((100% - 770px)/2)
  }
}

.content-area .site-main>.hentry>.entry-content>*.alignleft+.alignleft,
.content-area.wide .site-main>.hentry>.entry-content>*.alignleft+.alignleft,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignleft+.alignleft {
  margin-left: 0
}

.content-area .site-main>.hentry>.entry-content>*.alignright,
.content-area.wide .site-main>.hentry>.entry-content>*.alignright,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignright {
  margin-left: 1.25rem
}

@media screen and (min-width:870px) {

  .content-area .site-main>.hentry>.entry-content>*.alignright,
  .content-area.wide .site-main>.hentry>.entry-content>*.alignright,
  .content-area.front-page .site-main>.hentry>.entry-content>*.alignright {
    margin-left: 3.75rem;
    margin-right: calc((100% - 770px)/2)
  }
}

.content-area .site-main>.hentry>.entry-content>*.alignright+.alignright,
.content-area.wide .site-main>.hentry>.entry-content>*.alignright+.alignright,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignright+.alignright {
  margin-right: 0
}

.content-area .site-main>.hentry>.entry-content>*.alignwide,
.content-area.wide .site-main>.hentry>.entry-content>*.alignwide,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignwide {
  max-width: 1300px;
  clear: both
}

.content-area .site-main>.hentry>.entry-content>*.alignfull,
.content-area.wide .site-main>.hentry>.entry-content>*.alignfull,
.content-area.front-page .site-main>.hentry>.entry-content>*.alignfull {
  clear: both;
  max-width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px
}

@media (min-width:768px) {

  .content-area .site-main>.hentry>.entry-content>*.alignfull,
  .content-area.wide .site-main>.hentry>.entry-content>*.alignfull,
  .content-area.front-page .site-main>.hentry>.entry-content>*.alignfull {
    max-width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px
  }
}

.wp-block-quote {
  border: 1px solid #c1b086
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin: 2.5rem auto;
  padding: 2.5rem 3.125rem;
  font-size: 18px;
  font-size: 1.125rem;
  position: relative
}

.wp-block-quote p:last-of-type,
.wp-block-quote.is-large p:last-of-type,
.wp-block-quote.is-style-large p:last-of-type {
  margin-bottom: 0
}

.wp-block-quote cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large .wp-block-quote__citation {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-style: normal;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 600;
  color: #c1b086;
  margin-top: 1.25rem;
  display: block;
  text-align: left
}

.wp-block-quote cite:before,
.wp-block-quote .wp-block-quote__citation:before,
.wp-block-quote.is-large cite:before,
.wp-block-quote.is-large .wp-block-quote__citation:before,
.wp-block-quote.is-style-large cite:before,
.wp-block-quote.is-style-large .wp-block-quote__citation:before {
  content: '—';
  margin-right: .625rem
}

.wp-block-pullquote {
  padding: 2.5rem 3.125rem;
  margin: 2.5rem auto;
  border-top: 4px solid #c1b086;
  border-bottom: 4px solid #c1b086
}

.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
  background: 0 0
}

.wp-block-pullquote blockquote:not(.has-text-color) {
  color: #222
}

.wp-block-pullquote blockquote:before {
  display: none
}

.wp-block-pullquote blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation {
  text-transform: uppercase;
  font-style: normal;
  font-size: 12px;
  font-size: .75rem;
  color: #c1b086;
  font-weight: 600;
  letter-spacing: .1em
}

.wp-block-pullquote.is-style-solid-color {
  border: 0;
  padding: 3.125rem 2.5rem
}

.wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-bottom: 1.5em
}

.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation {
  text-transform: uppercase;
  color: inherit
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
  font-size: 28px
}

.wp-block-image figcaption {
  color: #b6b7bb;
  font-size: 14px;
  font-size: .875rem
}

div.wp-block-image {
  margin-top: 0;
  margin-bottom: 0
}

.wp-block-image:first-child {
  margin-top: 0
}

.wp-block-image:last-child {
  margin-bottom: 0
}

.wp-block-image img {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.wp-block-image figure {
  margin-top: .5em
}

.wp-block-image figcaption {
  margin-top: 1.25rem;
  margin-bottom: 0
}

.wp-block-image .alignleft {
  margin-right: 3.125rem
}

@media (max-width:767px) {
  .wp-block-image .alignleft {
    float: none
  }
}

.wp-block-image .alignright {
  margin-left: 3.125rem
}

@media (max-width:767px) {
  .wp-block-image .alignright {
    float: none
  }
}

.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  border-radius: 1.875rem;
  font-size: 12px;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 1.5835em 3.333em;
  font-weight: 600;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  letter-spacing: 1px;
  background: #c1b086;
  color: #fff;
  border: 1px solid;
  border-color: transparent
}

.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  cursor: pointer;
  text-decoration: none;
  border-color: #252e59;
  background: #252e59;
  color: #fff
}

.wp-block-button__link.has-dark-blue-background-color:hover,
.wp-block-file .wp-block-file__button.has-dark-blue-background-color:hover {
  background-color: #c1b086;
  border-color: #c1b086
}

.wp-block-button.is-style-outline .wp-block-button__link {
  border-width: 1px
}

.wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
  color: #c1b086;
  border-color: currentColor
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #252e59;
  background: #252e59;
  color: #fff
}

.wp-block-button.is-style-link .wp-block-button__link {
  background: 0 0;
  border: transparent;
  padding: 0
}

.wp-block-button.is-style-link .wp-block-button__link:not(.has-text-color) {
  color: #c1b086
}

.wp-block-button.is-style-link .wp-block-button__link:hover {
  text-decoration: underline;
  color: #c1b086
}

pre.wp-block-code {
  padding: 0;
  background: 0 0
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto
}

.wp-block-column {
  margin-bottom: 1.5rem
}

@media screen and (min-width:782px) {
  .wp-block-column {
    margin-bottom: 0
  }
}

.wp-block-column:last-child {
  margin-bottom: 0
}

.wp-block-column>* {
  margin-bottom: 1.5rem
}

.wp-block-column>*:last-child {
  margin-bottom: 0
}

.wp-block-gallery img,
.wp-block-media-text img {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.wp-block-table.is-style-stripes {
  border: none;
  border-collapse: collapse;
  font-size: 14px;
  font-size: .875rem
}

.wp-block-table.is-style-stripes td {
  border-color: #ededed
}

.wp-block-table.is-style-stripes tr:nth-child(even) td {
  background: #fff
}

.wp-block-table.is-style-stripes tr:nth-child(odd) td {
  background: #fcfcfc
}

.wp-block-separator {
  clear: both
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto
}

.wp-block-categories.aligncenter,
.wp-block-archives.aligncenter {
  text-align: center
}

.wp-block-code {
  border-radius: 0
}

.wp-block-code code {
  display: block;
  width: 100%
}

.has-white-color {
  color: #fff
}

.has-white-background-color {
  background-color: #fff
}

.has-black-color {
  color: #000
}

.has-black-background-color {
  background-color: #000
}

.has-grey-color {
  color: #7b7f80
}

.has-grey-background-color {
  background-color: #7b7f80
}

.has-light-grey-color {
  color: #f8f8f8
}

.has-light-grey-background-color {
  background-color: #f8f8f8
}

.has-dark-grey-color {
  color: #121516
}

.has-dark-grey-background-color {
  background-color: #121516
}

.has-gold-color {
  color: #c1b086
}

.has-gold-background-color {
  background-color: #c1b086
}

.has-blue-color {
  color: #3f9cc1
}

.has-blue-background-color {
  background-color: #3f9cc1
}

.has-dark-blue-color {
  color: #252e59
}

.has-dark-blue-background-color {
  background-color: #252e59
}

.getwid-columns {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.getwid-columns.getwid-columns-1>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-1>* {
    width: 100%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-2>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-2>* {
    width: 50%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-3>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-3>* {
    width: 33.33333%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-4>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-4>* {
    width: 25%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-5>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-5>* {
    width: 20%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-6>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-6>* {
    width: 16.66667%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-7>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-7>* {
    width: 14.28571%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-8>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-8>* {
    width: 12.5%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-9>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-9>* {
    width: 11.11111%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-10>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-10>* {
    width: 10%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-11>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-11>* {
    width: 9.09091%;
    margin-bottom: 0
  }
}

.getwid-columns.getwid-columns-12>* {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  margin-bottom: 20px
}

@media screen and (min-width:992px) {
  .getwid-columns.getwid-columns-12>* {
    width: 8.33333%;
    margin-bottom: 0
  }
}

.getwid-padding-bottom-large {
  padding-bottom: 150px
}

.getwid-padding-top-large {
  padding-top: 150px
}

.getwid-padding-left-large {
  padding-left: 150px
}

.getwid-padding-right-large {
  padding-right: 150px
}

.getwid-padding-bottom-normal {
  padding-bottom: 90px
}

.getwid-padding-top-normal {
  padding-top: 90px
}

.getwid-padding-left-normal {
  padding-left: 90px
}

.getwid-padding-right-normal {
  padding-right: 90px
}

.getwid-padding-bottom-medium {
  padding-bottom: 50px
}

.getwid-padding-top-medium {
  padding-top: 50px
}

.getwid-padding-left-medium {
  padding-left: 50px
}

.getwid-padding-right-medium {
  padding-right: 50px
}

.getwid-padding-top-small {
  padding-left: 20px
}

.getwid-padding-bottom-small {
  padding-right: 20px
}

.getwid-padding-left-small {
  padding-left: 20px
}

.getwid-padding-right-small {
  padding-right: 20px
}

@media screen and (min-width:768px) and (max-width:991px) {
  .getwid-padding-tablet-bottom-large {
    padding-bottom: 150px !important
  }

  .getwid-padding-tablet-top-large {
    padding-top: 150px !important
  }

  .getwid-padding-tablet-left-large {
    padding-left: 150px !important
  }

  .getwid-padding-tablet-right-large {
    padding-right: 150px !important
  }

  .getwid-padding-tablet-bottom-normal {
    padding-bottom: 90px !important
  }

  .getwid-padding-tablet-top-normal {
    padding-top: 90px !important
  }

  .getwid-padding-tablet-left-normal {
    padding-left: 90px !important
  }

  .getwid-padding-tablet-right-normal {
    padding-right: 90px !important
  }

  .getwid-padding-tablet-bottom-medium {
    padding-bottom: 50px !important
  }

  .getwid-padding-tablet-top-medium {
    padding-top: 50px !important
  }

  .getwid-padding-tablet-left-medium {
    padding-left: 50px !important
  }

  .getwid-padding-tablet-right-medium {
    padding-right: 50px !important
  }

  .getwid-padding-tablet-top-small {
    padding-left: 20px !important
  }

  .getwid-padding-tablet-bottom-small {
    padding-right: 20px !important
  }

  .getwid-padding-tablet-left-small {
    padding-left: 20px !important
  }

  .getwid-padding-tablet-right-small {
    padding-right: 20px !important
  }
}

@media (max-width:767px) {
  .getwid-padding-mobile-bottom-large {
    padding-bottom: 150px !important
  }

  .getwid-padding-mobile-top-large {
    padding-top: 150px !important
  }

  .getwid-padding-mobile-left-large {
    padding-left: 150px !important
  }

  .getwid-padding-mobile-right-large {
    padding-right: 150px !important
  }

  .getwid-padding-mobile-bottom-normal {
    padding-bottom: 90px !important
  }

  .getwid-padding-mobile-top-normal {
    padding-top: 90px !important
  }

  .getwid-padding-mobile-left-normal {
    padding-left: 90px !important
  }

  .getwid-padding-mobile-right-normal {
    padding-right: 90px !important
  }

  .getwid-padding-mobile-bottom-medium {
    padding-bottom: 50px !important
  }

  .getwid-padding-mobile-top-medium {
    padding-top: 50px !important
  }

  .getwid-padding-mobile-left-medium {
    padding-left: 50px !important
  }

  .getwid-padding-mobile-right-medium {
    padding-right: 50px !important
  }

  .getwid-padding-mobile-top-small {
    padding-left: 20px !important
  }

  .getwid-padding-mobile-bottom-small {
    padding-right: 20px !important
  }

  .getwid-padding-mobile-left-small {
    padding-left: 20px !important
  }

  .getwid-padding-mobile-right-small {
    padding-right: 20px !important
  }
}

.wp-block-getwid-accordion {
  background: #fff
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header {
  padding: 0
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header a {
  color: inherit
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
  border: 0;
  margin-top: 1.875rem
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: 0;
  margin-top: 0
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:hover a {
  color: #c1b086
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__icon {
  color: #c1b086;
  width: 1em;
  text-align: center;
  -webkit-transition: color .3s ease;
  transition: color .3s ease
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__content {
  border: 0;
  margin-top: 1.875rem;
  padding: 1.875rem 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  font-size: 14px;
  font-size: .875rem
}

.wp-block-getwid-image-box+.wp-block-getwid-image-box {
  margin-top: 3.75rem
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-wrapper {
    max-width: 100%
  }
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container {
  margin: 0 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__image-container img {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

@media (min-width:768px) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container.is-position-middle~.wp-block-getwid-image-box__content {
    -ms-flex-item-align: center;
    align-self: center
  }
}

@media (min-width:768px) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__image-container.is-position-bottom~.wp-block-getwid-image-box__content {
    -ms-flex-item-align: end;
    align-self: flex-end
  }
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media (min-width:768px) {
  .wp-block-getwid-image-box .wp-block-getwid-image-box__content {
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

.wp-block-getwid-image-box .wp-block-getwid-image-box__content blockquote {
  margin-left: 0;
  margin-right: 0
}

.wp-block-getwid-image-box.has-image-left .wp-block-getwid-image-box__image-container {
  margin: 0 30px 0 0
}

.wp-block-getwid-image-box.has-image-right .wp-block-getwid-image-box__image-container {
  margin: 0 0 0 30px
}

@media screen and (max-width:767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column .wp-block-getwid-image-box__image-container {
    margin: 0 0 30px
  }
}

@media (max-width:767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column.has-mobile-alignment-default .wp-block-getwid-image-box__content {
    -ms-flex-item-align: stretch;
    align-self: stretch
  }
}

@media screen and (max-width:767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column-reverse .wp-block-getwid-image-box__image-container {
    margin: 40px 0 0
  }
}

@media (max-width:767px) {
  .wp-block-getwid-image-box.has-mobile-layout-column-reverse.has-mobile-alignment-default .wp-block-getwid-image-box__content {
    -ms-flex-item-align: stretch;
    align-self: stretch
  }
}

.wp-block-getwid-image-box.is-style-solid {
  padding: 3.125rem;
  background: #f2f2f2
}

@media (min-width:992px) {
  .wp-block-getwid-image-box.is-style-solid {
    padding: 1.5rem
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-image-box.is-style-solid {
    padding: 2.8125rem
  }
}

.wp-block-getwid-image-box h1 a,
.wp-block-getwid-image-box h2 a,
.wp-block-getwid-image-box h3 a,
.wp-block-getwid-image-box h4 a,
.wp-block-getwid-image-box h5 a,
.wp-block-getwid-image-box h6 a {
  color: inherit
}

.wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-next {
    right: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-next {
    right: -70px
  }
}

.wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-images-slider.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-images-slider.alignfull:not(.has-arrows-inside) .slick-next {
  right: 30px
}

.wp-block-getwid-images-slider.alignfull:not(.has-arrows-inside) .slick-prev {
  left: 30px
}

.wp-block-getwid-images-slider:after {
  display: table;
  content: '';
  clear: both
}

.wp-block-getwid-images-slider .slick-prev,
.wp-block-getwid-images-slider .slick-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 0;
  padding: 0
}

.wp-block-getwid-images-slider .slick-prev:before,
.wp-block-getwid-images-slider .slick-next:before {
  border-radius: 0;
  margin: 0;
  display: block;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none
}

.wp-block-getwid-images-slider .slick-prev:hover,
.wp-block-getwid-images-slider .slick-next:hover {
  color: #fff;
  background-color: #c1b086
}

.wp-block-getwid-images-slider .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-images-slider .slick-next {
    right: -70px
  }
}

.wp-block-getwid-images-slider .slick-next:before {
  content: "\f054"
}

.wp-block-getwid-images-slider .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-images-slider .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-images-slider .slick-prev:before {
  content: "\f053"
}

.wp-block-getwid-images-slider .slick-dots {
  bottom: 0
}

.wp-block-getwid-images-slider .slick-dots li {
  margin: 0 .5rem;
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wp-block-getwid-images-slider .slick-dots li.slick-active button {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-images-slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  text-shadow: none;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #b6b7bb;
  opacity: 1
}

.wp-block-getwid-images-slider .slick-dots li button:before {
  display: none
}

.wp-block-getwid-images-slider .slick-dots li button:hover {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
  padding-bottom: 0
}

.wp-block-getwid-images-slider .slick-dotted.slick-slider .slick-dots {
  bottom: -50px
}

.wp-block-getwid-images-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 20px
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button {
  background: #fff
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:hover {
  border-color: #fff;
  background: 0 0
}

.wp-block-getwid-images-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button {
  border-color: #fff;
  background: 0 0
}

.wp-block-getwid-images-slider.has-arrows-inside {
  padding-left: 0;
  padding-right: 0
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next {
  color: #222
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next:before {
  color: inherit
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev:hover,
.wp-block-getwid-images-slider.has-arrows-inside .slick-next:hover {
  color: #fff
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-next {
  right: 30px
}

.wp-block-getwid-images-slider.has-arrows-inside .slick-prev {
  left: 30px
}

.wp-block-getwid-images-slider.has-slides-gap-large .slick-list {
  margin: 0 -15px
}

.wp-block-getwid-images-slider.has-slides-gap-large .slick-slide {
  margin: 0 15px
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__wrapper.getwid-columns .wp-block-getwid-recent-posts__post {
  margin-bottom: 3.75rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-wrapper {
  height: 100%
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  position: relative
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__content-wrapper {
  margin: 0;
  padding: 2.5rem;
  text-align: center;
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h1.wp-block-getwid-recent-posts__post-title {
  font-size: 30px;
  font-size: 1.875rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h2.wp-block-getwid-recent-posts__post-title {
  font-size: 27px;
  font-size: 1.6875rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h3.wp-block-getwid-recent-posts__post-title {
  font-size: 24px;
  font-size: 1.5rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h4.wp-block-getwid-recent-posts__post-title {
  font-size: 21px;
  font-size: 1.3125rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post h5.wp-block-getwid-recent-posts__post-title {
  font-size: 18px;
  font-size: 1.125rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title:last-child {
  margin-bottom: 0
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a {
  color: inherit
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:hover {
  text-decoration: none;
  color: #c1b086
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:focus,
.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-title a:active {
  text-decoration: none
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header:last-child {
  margin-bottom: 0
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-header+.wp-block-getwid-recent-posts__post-content {
  margin-top: 1.25rem
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta>span {
  position: relative;
  display: inline-block
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-tags a {
  padding: 0;
  margin: 0;
  background: 0 0;
  color: #c1b086;
  font-weight: 400;
  font-family: "Open Sans", sans-serif
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta .wp-block-getwid-recent-posts__post-tags a:hover {
  text-decoration: underline
}

.wp-block-getwid-recent-posts .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__entry-meta+.wp-block-getwid-recent-posts__entry-header {
  margin-top: 1.25rem
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail {
  height: auto
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail a {
  height: 100%
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post-wrapper {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post+.wp-block-getwid-recent-posts__post {
  margin-top: 5%
}

.wp-block-getwid-recent-posts.has-layout-list .wp-block-getwid-recent-posts__post .wp-block-getwid-recent-posts__post-thumbnail+.wp-block-getwid-recent-posts__content-wrapper {
  margin-left: 5%
}

.wp-block-getwid-toggle {
  background: #fff
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child {
  margin-top: 0
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border: 0;
  margin-top: 0
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header {
  padding: 0;
  border: 0
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header a {
  color: inherit
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header-wrapper {
  border: 0;
  margin-top: 1.875rem
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover a,
.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__header:hover .wp-block-getwid-toggle__icon {
  color: #c1b086
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__icon {
  color: #c1b086;
  width: 1em;
  text-align: center
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row .wp-block-getwid-toggle__content {
  border: 0;
  margin-top: 1.875rem;
  padding: 1.875rem 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  font-size: 14px;
  font-size: .875rem
}

.wp-block-getwid-toggle .wp-block-getwid-toggle__row.is-active .wp-block-getwid-toggle__header a {
  color: #c1b086
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link.ui-tabs-active {
  border-color: #edf2f7;
  background: #fff
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:not(.ui-tabs-active) {
  border-color: transparent
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link a {
  color: #222;
  padding: 20px 35px
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:hover a {
  color: #c1b086
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link h2,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link h3,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link h4,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link h5,
.wp-block-getwid-tabs .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link h6 {
  font-family: inherit
}

.wp-block-getwid-tabs .wp-block-getwid-tabs__tab-content {
  padding: 40px;
  background: #fff;
  border-color: #edf2f7
}

.wp-block-getwid-tabs.has-layout-vertical-left .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:not(.ui-tabs-active),
.wp-block-getwid-tabs.has-layout-vertical-right .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:not(.ui-tabs-active),
.wp-block-getwid-tabs.is-style-vertical .wp-block-getwid-tabs__nav-links .wp-block-getwid-tabs__nav-link:not(.ui-tabs-active) {
  border-color: transparent
}

.wp-block-getwid-advanced-heading+h1,
.wp-block-getwid-advanced-heading+h2,
.wp-block-getwid-advanced-heading+h3,
.wp-block-getwid-advanced-heading+h4,
.wp-block-getwid-advanced-heading+h5,
.wp-block-getwid-advanced-heading+h6 {
  margin-top: .2em
}

.wp-block-getwid-advanced-heading h1,
.wp-block-getwid-advanced-heading h2,
.wp-block-getwid-advanced-heading h3,
.wp-block-getwid-advanced-heading h4,
.wp-block-getwid-advanced-heading h5,
.wp-block-getwid-advanced-heading h6 {
  margin: 0
}

.wp-block-getwid-advanced-heading.is-style-style-1 {
  color: #222
}

.wp-block-getwid-advanced-heading.is-style-style-1 p.wp-block-getwid-advanced-heading__content {
  font-weight: 600
}

.wp-block-getwid-advanced-heading.is-style-style-1 .wp-block-getwid-advanced-heading__content {
  position: relative;
  padding-top: 1.25rem
}

.wp-block-getwid-advanced-heading.is-style-style-1 .wp-block-getwid-advanced-heading__content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 4px;
  background-color: #c1b086
}

.wp-block-getwid-advanced-heading.is-style-style-1 .wp-block-getwid-advanced-heading__content.has-text-color:before {
  background-color: currentColor
}

h1+.wp-block-getwid-advanced-heading,
h2+.wp-block-getwid-advanced-heading,
h3+.wp-block-getwid-advanced-heading,
h4+.wp-block-getwid-advanced-heading,
h5+.wp-block-getwid-advanced-heading,
h6+.wp-block-getwid-advanced-heading {
  margin-top: .25em
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content blockquote {
  margin-left: 0;
  margin-right: 0
}

.wp-block-getwid-section .wp-block-getwid-section__inner-content>*:last-child {
  margin-bottom: 0
}

.wp-block-getwid-section.has-inner-blocks-gap-none>.wp-block-getwid-section__wrapper>.wp-block-getwid-section__inner-wrapper>.wp-block-getwid-section__content>.wp-block-getwid-section__inner-content>.wp-block-columns>.wp-block-column {
  margin: 0
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__wrapper {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper+.wp-block-getwid-testimonial__header {
  margin-top: 0
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper+.wp-block-getwid-testimonial__heading {
  margin-left: 0
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__heading {
  line-height: 1.4
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__subtitle,
.wp-block-getwid-testimonial .wp-block-getwid-testimonial__title {
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__header {
  margin-top: 0
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__image-wrapper {
  margin-right: 1.25rem;
  max-width: 70px
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper {
  line-height: 1.6;
  font-style: italic;
  font-size: 18px;
  font-size: 1.125rem
}

.wp-block-getwid-testimonial .wp-block-getwid-testimonial__content-wrapper:not(:only-child) {
  margin-bottom: 1.875rem
}

.wp-block-getwid-testimonial.is-style-light {
  color: #fff
}

.wp-block-getwid-person .wp-block-getwid-person__title {
  font-family: "Noto Serif", serif;
  color: #222;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left
}

.wp-block-getwid-person .wp-block-getwid-person__title+.wp-block-getwid-person__subtitle {
  margin-top: .25rem;
  line-height: 1.2
}

.wp-block-getwid-person .wp-block-getwid-person__subtitle {
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
  font-size: .75rem;
  color: #222;
  letter-spacing: .1em
}

.wp-block-getwid-person .wp-block-getwid-person__content {
  text-align: left;
  margin-top: .875rem
}

.wp-block-getwid-person .wp-block-getwid-person__image img {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.wp-block-getwid-person .wp-block-getwid-person__image+.wp-block-getwid-person__content-wrapper {
  margin-top: .875rem
}

.wp-block-getwid-social-links {
  font-size: 18px;
  font-size: 1.125rem
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__wrapper {
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #252e59
}

.wp-block-getwid-social-links .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-text-color.has-dark-blue-color {
  color: #c1b086
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #fff;
  background: #252e59
}

.wp-block-getwid-social-links.has-icons-stacked .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper.has-background.has-dark-blue-background-color {
  background: #c1b086
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link .wp-block-getwid-social-links__wrapper {
  padding: 1em;
  border-width: 2px
}

.wp-block-getwid-social-links.has-icons-framed .wp-block-getwid-social-links__link:hover .wp-block-getwid-social-links__wrapper {
  color: #252e59
}

.wp-block-getwid-social-links.has-large-spacing .wp-block-getwid-social-links__list {
  margin: 0 -15px -15px
}

.wp-block-getwid-social-links.has-large-spacing .wp-block-getwid-social-links__item {
  padding: 0 15px 15px
}

.wp-block-getwid-media-text-slider:after {
  display: table;
  content: '';
  clear: both
}

.wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
  padding-left: 100px;
  padding-right: 100px
}

@media (min-width:768px) {
  .wp-block-getwid-media-text-slider .wp-block-getwid-media-text-slider-slide__content {
    padding-left: 180px;
    padding-right: 180px
  }
}

.wp-block-getwid-media-text-slider:after {
  display: table;
  content: '';
  clear: both
}

.wp-block-getwid-media-text-slider .slick-prev,
.wp-block-getwid-media-text-slider .slick-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 0;
  padding: 0
}

.wp-block-getwid-media-text-slider .slick-prev:before,
.wp-block-getwid-media-text-slider .slick-next:before {
  border-radius: 0;
  margin: 0;
  display: block;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none
}

.wp-block-getwid-media-text-slider .slick-prev:hover,
.wp-block-getwid-media-text-slider .slick-next:hover {
  color: #fff;
  background-color: #c1b086
}

.wp-block-getwid-media-text-slider .slick-next {
  right: 20px
}

@media (min-width:768px) {
  .wp-block-getwid-media-text-slider .slick-next {
    right: 50px
  }
}

.wp-block-getwid-media-text-slider .slick-next:before {
  content: "\f054"
}

.wp-block-getwid-media-text-slider .slick-prev {
  left: 20px
}

@media (min-width:768px) {
  .wp-block-getwid-media-text-slider .slick-prev {
    left: 50px
  }
}

.wp-block-getwid-media-text-slider .slick-prev:before {
  content: "\f053"
}

.wp-block-getwid-media-text-slider .slick-dots {
  bottom: 0
}

.wp-block-getwid-media-text-slider .slick-dots li {
  margin: 0 .5rem;
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wp-block-getwid-media-text-slider .slick-dots li.slick-active button {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-media-text-slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  text-shadow: none;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #b6b7bb;
  opacity: 1
}

.wp-block-getwid-media-text-slider .slick-dots li button:before {
  display: none
}

.wp-block-getwid-media-text-slider .slick-dots li button:hover {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-media-text-slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
  padding-bottom: 0
}

.wp-block-getwid-media-text-slider .slick-dotted.slick-slider .slick-dots {
  bottom: -50px
}

.wp-block-getwid-banner .wp-block-getwid-banner__title {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: 31px;
  font-size: 1.9375rem
}

.wp-block-getwid-banner .wp-block-getwid-banner__title+.wp-block-getwid-banner__text {
  margin-top: 1.875rem
}

.wp-block-getwid-icon-box .wp-block-getwid-icon-box__icon-container {
  margin-bottom: 20px
}

.wp-block-getwid-icon-box.has-icon-left .wp-block-getwid-icon-box__icon-container {
  margin: 0 20px 0 0
}

.wp-block-getwid-icon-box.has-icon-right .wp-block-getwid-icon-box__icon-container {
  margin: 0 0 0 20px
}

.wp-block-getwid-icon-box.is-style-bordered {
  padding: 1.875rem .625rem;
  border: 1px solid rgba(255, 255, 255, .5)
}

.wp-block-getwid-icon-box.is-style-bordered+.wp-block-getwid-icon-box.is-style-bordered {
  margin-top: 1.875rem
}

.wp-block-getwid-price-box {
  padding: 1.875rem;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

@media (min-width:992px) {
  .wp-block-getwid-price-box {
    padding: 3.125rem 1.875rem
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-price-box {
    padding: 5rem 3.125rem
  }
}

.wp-block-getwid-price-box:not(.has-background) {
  background-color: #f8f8f8
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__title {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
  color: #222
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  color: #222;
  font-weight: 400;
  font-size: 12px;
  font-size: .75rem;
  position: relative
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  bottom: 0;
  height: 4px;
  background: #c1b086;
  content: ''
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period {
  vertical-align: top;
  font-weight: 400
}

.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__period,
.wp-block-getwid-price-box .wp-block-getwid-price-box__pricing .wp-block-getwid-price-box__currency {
  font-size: 1.25em
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__title,
.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__pricing {
  color: inherit
}

.wp-block-getwid-price-box.has-text-color .wp-block-getwid-price-box__pricing:after {
  background: currentColor
}

.wp-block-getwid-images-stack .wp-block-getwid-images-stack__media {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.wp-block-getwid-images-stack .wp-block-getwid-images-stack__wrapper {
  overflow: initial
}

.wp-block-getwid-instagram.has-spacing-normal .wp-block-getwid-instagram__item {
  padding: 30px
}

.wp-block-getwid-instagram.has-spacing-normal .wp-block-getwid-instagram__wrapper {
  margin: -30px
}

.wp-block-getwid-instagram .wp-block-getwid-instagram__media {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__bar:not(.has-background) {
  background-color: #f8f8f8
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__progress:not(.has-text-color) {
  color: #c1b086
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header {
  margin-bottom: .625rem
}

.wp-block-getwid-progress-bar .wp-block-getwid-progress-bar__header .wp-block-getwid-progress-bar__percent {
  color: #222;
  font-size: 12px;
  font-size: .75rem;
  letter-spacing: 1px;
  font-weight: 600
}

.wp-block-getwid-counter {
  color: #222
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix,
.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: .75rem
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__suffix {
  padding-top: .875rem
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__prefix {
  padding-bottom: .875rem
}

.wp-block-getwid-counter .wp-block-getwid-counter__wrapper .wp-block-getwid-counter__number {
  line-height: 1;
  font-family: "Noto Serif", serif;
  font-size: 60px;
  font-size: 3.75rem
}

.wp-block-getwid-price-list+.wp-block-getwid-price-list {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e7e4e4
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__description {
  font-size: 14px;
  font-size: .875rem;
  margin-top: .25rem
}

.wp-block-getwid-price-list .wp-block-getwid-price-list__price-wrapper>* {
  font-family: "Open Sans", sans-serif
}

.wp-block-getwid-image-box__content .wp-block-getwid-price-list {
  margin-bottom: 0
}

.wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-next {
    right: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-next {
    right: -70px
  }
}

.wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-post-slider.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-post-slider.alignfull:not(.has-arrows-inside) .slick-next {
  right: 30px
}

.wp-block-getwid-post-slider.alignfull:not(.has-arrows-inside) .slick-prev {
  left: 30px
}

.wp-block-getwid-post-slider .wp-block-getwid-post-slider__post-title a:hover {
  color: #c1b086;
  text-decoration: none
}

.wp-block-getwid-post-slider .slick-prev,
.wp-block-getwid-post-slider .slick-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 0;
  padding: 0
}

.wp-block-getwid-post-slider .slick-prev:before,
.wp-block-getwid-post-slider .slick-next:before {
  border-radius: 0;
  margin: 0;
  display: block;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none
}

.wp-block-getwid-post-slider .slick-prev:hover,
.wp-block-getwid-post-slider .slick-next:hover {
  color: #fff;
  background-color: #c1b086
}

.wp-block-getwid-post-slider .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-slider .slick-next {
    right: -70px
  }
}

.wp-block-getwid-post-slider .slick-next:before {
  content: "\f054"
}

.wp-block-getwid-post-slider .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-slider .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-post-slider .slick-prev:before {
  content: "\f053"
}

.wp-block-getwid-post-slider.has-arrows-inside .slick-prev,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next {
  color: #222
}

.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next:before {
  color: inherit
}

.wp-block-getwid-post-slider.has-arrows-inside .slick-prev:hover,
.wp-block-getwid-post-slider.has-arrows-inside .slick-next:hover {
  color: #fff
}

.wp-block-getwid-post-slider.has-arrows-inside .slick-next {
  right: 30px
}

.wp-block-getwid-post-slider.has-arrows-inside .slick-prev {
  left: 30px
}

.wp-block-getwid-post-slider .slick-dots {
  bottom: 0
}

.wp-block-getwid-post-slider .slick-dots li {
  margin: 0 .5rem;
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wp-block-getwid-post-slider .slick-dots li.slick-active button {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-post-slider .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  text-shadow: none;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #b6b7bb;
  opacity: 1
}

.wp-block-getwid-post-slider .slick-dots li button:before {
  display: none
}

.wp-block-getwid-post-slider .slick-dots li button:hover {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-post-slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
  padding-bottom: 0
}

.wp-block-getwid-post-slider .slick-dotted.slick-slider .slick-dots {
  bottom: -50px
}

.wp-block-getwid-post-slider.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0
}

.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0
}

.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 20px
}

.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button {
  background: #fff
}

.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li button:hover {
  border-color: #fff;
  background: 0 0
}

.wp-block-getwid-post-slider.has-dots-inside .slick-dotted.slick-slider .slick-dots li.slick-active button {
  border-color: #fff;
  background: 0 0
}

.wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-next {
    right: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-next {
    right: -70px
  }
}

.wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -40px
  }
}

@media (min-width:1470px) {
  .wp-block-getwid-post-carousel.alignwide:not(.has-arrows-inside) .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-post-carousel.alignfull:not(.has-arrows-inside) .slick-next {
  right: 30px
}

.wp-block-getwid-post-carousel.alignfull:not(.has-arrows-inside) .slick-prev {
  left: 30px
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title a {
  color: inherit
}

.wp-block-getwid-post-carousel .wp-block-getwid-post-carousel__post-title a:hover {
  color: #c1b086;
  text-decoration: none
}

.wp-block-getwid-post-carousel .slick-prev,
.wp-block-getwid-post-carousel .slick-next {
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  border-radius: 0;
  padding: 0
}

.wp-block-getwid-post-carousel .slick-prev:before,
.wp-block-getwid-post-carousel .slick-next:before {
  border-radius: 0;
  margin: 0;
  display: block;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none
}

.wp-block-getwid-post-carousel .slick-prev:hover,
.wp-block-getwid-post-carousel .slick-next:hover {
  color: #fff;
  background-color: #c1b086
}

.wp-block-getwid-post-carousel .slick-next {
  right: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-carousel .slick-next {
    right: -70px
  }
}

.wp-block-getwid-post-carousel .slick-next:before {
  content: "\f054"
}

.wp-block-getwid-post-carousel .slick-prev {
  left: 10px
}

@media (min-width:992px) {
  .wp-block-getwid-post-carousel .slick-prev {
    left: -70px
  }
}

.wp-block-getwid-post-carousel .slick-prev:before {
  content: "\f053"
}

.wp-block-getwid-post-carousel.has-arrows-inside:hover .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside:hover .slick-next {
  opacity: 1
}

.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  opacity: 0;
  color: #222
}

.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:before,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:before {
  color: inherit
}

.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev:hover,
.wp-block-getwid-post-carousel.has-arrows-inside .slick-next:hover {
  color: #fff
}

.wp-block-getwid-post-carousel.has-arrows-inside .slick-next {
  right: 30px
}

.wp-block-getwid-post-carousel.has-arrows-inside .slick-prev {
  left: 30px
}

.wp-block-getwid-post-carousel .slick-dots {
  bottom: 0
}

.wp-block-getwid-post-carousel .slick-dots li {
  margin: 0 .5rem;
  width: 14px;
  height: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.wp-block-getwid-post-carousel .slick-dots li.slick-active button {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-post-carousel .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  text-shadow: none;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #b6b7bb;
  opacity: 1
}

.wp-block-getwid-post-carousel .slick-dots li button:before {
  display: none
}

.wp-block-getwid-post-carousel .slick-dots li button:hover {
  border-color: #b6b7bb;
  background: 0 0;
  height: 14px;
  width: 14px
}

.wp-block-getwid-post-carousel .slick-dotted.slick-slider {
  margin-bottom: 50px;
  padding-bottom: 0
}

.wp-block-getwid-post-carousel .slick-dotted.slick-slider .slick-dots {
  bottom: -50px
}

.wp-block-getwid-post-carousel.has-dots-inside .wp-block-getwid-images-slider__wrapper {
  padding-bottom: 0
}

.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider {
  margin-bottom: 0;
  padding-bottom: 0
}

.wp-block-getwid-post-carousel.has-dots-inside .slick-dotted.slick-slider .slick-dots {
  bottom: 20px
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title a {
  color: inherit
}

.wp-block-getwid-custom-post-type .wp-block-getwid-custom-post-type__post-title a:hover {
  color: #c1b086;
  text-decoration: none
}

@charset "UTF-8";

/*!
Theme Name: Luviana Child
Theme URI: https://motopress.com/products/luviana
Author: MotoPress
Author URI: https://motopress.com
Description: Awesome WordPress theme.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luviana
Template: luviana
*/
.site-header {
  color: #
}

/*!
 * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acquisitions-incorporated:before {
  content: "\f6af"
}

.fa-ad:before {
  content: "\f641"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-alipay:before {
  content: "\f642"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-ankh:before {
  content: "\f644"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blender-phone:before {
  content: "\f6b6"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cat:before {
  content: "\f6be"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chair:before {
  content: "\f6c0"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-city:before {
  content: "\f64f"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-meatball:before {
  content: "\f73b"
}

.fa-cloud-moon:before {
  content: "\f6c3"
}

.fa-cloud-moon-rain:before {
  content: "\f73c"
}

.fa-cloud-rain:before {
  content: "\f73d"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-creative-commons-zero:before {
  content: "\f4f3"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-cross:before {
  content: "\f654"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-d-and-d-beyond:before {
  content: "\f6ca"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-democrat:before {
  content: "\f747"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-dragon:before {
  content: "\f6d5"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dungeon:before {
  content: "\f6d9"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-text:before {
  content: "\f658"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fantasy-flight-games:before {
  content: "\f6dc"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-csv:before {
  content: "\f6dd"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-ghost:before {
  content: "\f6e2"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-gopuram:before {
  content: "\f664"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hammer:before {
  content: "\f6e3"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hiking:before {
  content: "\f6ec"
}

.fa-hippo:before {
  content: "\f6ed"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-horse:before {
  content: "\f6f0"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-house-damage:before {
  content: "\f6f1"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi:before {
  content: "\f669"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-journal-whills:before {
  content: "\f66a"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaaba:before {
  content: "\f66b"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mask:before {
  content: "\f6fa"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-menorah:before {
  content: "\f676"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-meteor:before {
  content: "\f753"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-network-wired:before {
  content: "\f6ff"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-pastafarianism:before {
  content: "\f67b"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-penny-arcade:before {
  content: "\f704"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-person-booth:before {
  content: "\f756"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-pray:before {
  content: "\f683"
}

.fa-praying-hands:before {
  content: "\f684"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-quran:before {
  content: "\f687"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-reacteurope:before {
  content: "\f75d"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-republican:before {
  content: "\f75e"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-scroll:before {
  content: "\f70e"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-dollar:before {
  content: "\f688"
}

.fa-search-location:before {
  content: "\f689"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skull-crossbones:before {
  content: "\f714"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-slash:before {
  content: "\f715"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-socks:before {
  content: "\f696"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-david:before {
  content: "\f69a"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-synagogue:before {
  content: "\f69b"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-the-red-yeti:before {
  content: "\f69d"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toilet-paper:before {
  content: "\f71e"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vihara:before {
  content: "\f6a7"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-water:before {
  content: "\f773"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-bottle:before {
  content: "\f72f"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
  content: "\f730"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wpressr:before {
  content: "\f3e4"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yin-yang:before {
  content: "\f6ad"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../../../../themes/luviana/assets/font-awesome/webfonts/fa-brands-400.eot);
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.eot);
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.eot);
  src: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/assets/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

.hidden {
  display: none
}

.bring-to-top {
  z-index: 10
}

body.single .mphb_room_type .entry-header {
  margin-bottom: 5rem
}

body.single .mphb_room_type .entry-header-wrapper {
  margin-bottom: 5.625rem
}

body.single .mphb_room_type .entry-content-wrapper {
  max-width: 1170px;
  margin: 0 auto
}

body.single .mphb_room_type>.entry-content-wrapper .entry-content>* {
  max-width: 100%
}

body.single .mphb_room_type>.entry-content-wrapper .entry-content .mphb-details-title,
body.single .mphb_room_type>.entry-content-wrapper .entry-content .mphb-calendar-title {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem
}

body.single .mphb_room_type>.entry-content-wrapper .entry-content .entry-content-inner-wrapper {
  max-width: 100%;
  margin: 0;
  position: relative
}

@media (min-width:992px) {
  body.single .mphb_room_type>.entry-content-wrapper .entry-content .entry-content-inner-wrapper {
    padding-right: 42.667%
  }
}

body.single .mphb_room_type>.entry-content-wrapper .entry-content .entry-content-wrapper {
  max-width: 1170px;
  margin: 0 auto
}

@media (min-width:992px) {
  body.single .mphb_room_type .single-room-reservation-form {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 33.333%
  }
}

@media (min-width:992px) {
  body.single .mphb_room_type .single-room-reservation-form-wrapper {
    max-width: 370px;
    margin-left: auto;
    position: sticky;
    top: 50px;
    background: #fff;
    padding: 3.125rem 2.5rem;
    -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
    box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
  }
}

body.single .mphb_room_type .single-room-reservation-form input[type=text],
body.single .mphb_room_type .single-room-reservation-form select {
  background-color: #fff
}

body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem
}

@media (min-width:992px) {
  body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price {
    margin-top: 0;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ededed
  }
}

body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price>strong {
  display: inline;
  margin-right: .5em;
  color: #222
}

@media (min-width:992px) {
  body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price>strong {
    display: none
  }
}

body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price .mphb-price {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
  color: #222
}

body.single .mphb_room_type .single-room-reservation-form .mphb-regular-price .mphb-price-period {
  font-size: 14px;
  font-size: .875rem;
  border-bottom: 0
}

body.single .mphb_room_type .single-room-reservation-form .mphb-reservation-form-title {
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  font-size: 25px;
  font-size: 1.5625rem
}

@media (min-width:992px) {
  body.single .mphb_room_type .single-room-reservation-form .mphb-reservation-form-title {
    display: none
  }
}

body.single .mphb_room_type .single-room-reservation-form .mphb-required-fields-tip {
  display: none
}

body.single .mphb_room_type .single-room-reservation-form .mphb-reserve-btn-wrapper {
  margin-bottom: 0;
  margin-top: 2.5rem;
  position: relative
}

body.single .mphb_room_type .single-room-reservation-form .mphb-reserve-btn-wrapper .mphb-reserve-btn {
  width: 100%
}

body.single .mphb_room_type .single-room-reservation-form .mphb-reserve-btn-wrapper .mphb-preloader {
  position: absolute;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

body.single .mphb_room_type .single-room-reservation-form .mphb-errors-wrapper,
body.single .mphb_room_type .single-room-reservation-form .mphb-reserve-room-section {
  margin-top: 1.5em
}

body.single .mphb_room_type .single-room-reservation-form .mphb-confirm-reservation {
  width: 100%
}

body.single .mphb_room_type .single-room-reservation-form .mphb-period-price {
  border: 0;
  padding: 0;
  line-height: 1
}

body.single .mphb_room_type .single-room-reservation-form .mphb-period-price strong {
  display: inline
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item {
  height: auto;
  padding: 0 15px;
  width: 56%;
  max-width: 100%
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item:nth-child(4n),
body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item:nth-child(4n+1) {
  width: 44%
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item a {
  display: block;
  height: 100%
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-item a img {
  display: block;
  -webkit-box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

body.single .mphb_room_type .mphb-room-type-gallery-wrapper .gallery-icon {
  height: 100%
}

body.single .mphb_room_type.header-layout-bg-image .entry-header {
  margin-bottom: 0
}

.mphb-loop-room-type-attributes,
.mphb-single-room-type-attributes,
.mphb-widget-room-type-attributes {
  color: #222;
  list-style: none;
  margin-left: 0;
  padding: 0
}

.mphb-loop-room-type-attributes li,
.mphb-single-room-type-attributes li,
.mphb-widget-room-type-attributes li {
  margin-bottom: .5rem;
  padding-left: 2.5rem;
  position: relative
}

.mphb-loop-room-type-attributes li:last-child,
.mphb-single-room-type-attributes li:last-child,
.mphb-widget-room-type-attributes li:last-child {
  margin-bottom: 0
}

.mphb-loop-room-type-attributes li:before,
.mphb-single-room-type-attributes li:before,
.mphb-widget-room-type-attributes li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  width: 2em;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-size: .875rem;
  color: #c1b086;
  position: absolute;
  left: 0;
  top: 0
}

.mphb-loop-room-type-attributes .mphb-room-type-adults:before,
.mphb-loop-room-type-attributes .mphb-room-type-adults-capacity:before,
.mphb-single-room-type-attributes .mphb-room-type-adults:before,
.mphb-single-room-type-attributes .mphb-room-type-adults-capacity:before,
.mphb-widget-room-type-attributes .mphb-room-type-adults:before,
.mphb-widget-room-type-attributes .mphb-room-type-adults-capacity:before {
  content: "\f183"
}

.mphb-loop-room-type-attributes .mphb-room-type-children:before,
.mphb-loop-room-type-attributes .mphb-room-type-children-capacity:before,
.mphb-single-room-type-attributes .mphb-room-type-children:before,
.mphb-single-room-type-attributes .mphb-room-type-children-capacity:before,
.mphb-widget-room-type-attributes .mphb-room-type-children:before,
.mphb-widget-room-type-attributes .mphb-room-type-children-capacity:before {
  content: "\f1ae"
}

.mphb-loop-room-type-attributes .mphb-room-type-facilities:before,
.mphb-single-room-type-attributes .mphb-room-type-facilities:before,
.mphb-widget-room-type-attributes .mphb-room-type-facilities:before {
  content: "\f005"
}

.mphb-loop-room-type-attributes .mphb-room-type-view:before,
.mphb-single-room-type-attributes .mphb-room-type-view:before,
.mphb-widget-room-type-attributes .mphb-room-type-view:before {
  content: "\f06e"
}

.mphb-loop-room-type-attributes .mphb-room-type-size:before,
.mphb-single-room-type-attributes .mphb-room-type-size:before,
.mphb-widget-room-type-attributes .mphb-room-type-size:before {
  content: "\f065"
}

.mphb-loop-room-type-attributes .mphb-room-type-bed-type:before,
.mphb-single-room-type-attributes .mphb-room-type-bed-type:before,
.mphb-widget-room-type-attributes .mphb-room-type-bed-type:before {
  content: "\f236"
}

.mphb-loop-room-type-attributes .mphb-room-type-categories:before,
.mphb-single-room-type-attributes .mphb-room-type-categories:before,
.mphb-widget-room-type-attributes .mphb-room-type-categories:before {
  content: "\f02e"
}

.mphb-loop-room-type-attributes a,
.mphb-single-room-type-attributes a,
.mphb-widget-room-type-attributes a {
  color: inherit
}

.mphb-loop-room-type-attributes a:hover,
.mphb-single-room-type-attributes a:hover,
.mphb-widget-room-type-attributes a:hover {
  color: #c1b086;
  text-decoration: none
}

.mphb-single-room-type-attributes {
  display: table;
  border-collapse: collapse;
  width: 100%
}

.mphb-single-room-type-attributes li {
  display: table-row;
  padding: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 1px solid #ededed;
  font-size: 16px;
  font-size: 1rem
}

.mphb-single-room-type-attributes li:before {
  position: static;
  display: table-cell;
  padding: 0 .5em 0 1em
}

.mphb-single-room-type-attributes li .mphb-attribute-title,
.mphb-single-room-type-attributes li .mphb-attribute-value {
  display: table-cell;
  padding: .875rem 1.25rem
}

.mphb-single-room-type-attributes li .mphb-attribute-title {
  padding-left: .25em;
  position: relative;
  border-right: 1px solid #ededed
}

.mphb-single-room-type-attributes li .mphb-attribute-value {
  color: #222;
  background-color: #fcfcfc;
  background-clip: padding-box
}

.mphb-single-room-type-attributes li .mphb-attribute-value a {
  color: inherit
}

.mphb-single-room-type-attributes li .mphb-attribute-value a:hover {
  color: #c1b086;
  text-decoration: none
}

.mphb-widget-room-type-attributes li:before {
  font-size: 14px;
  font-size: .875rem
}

.mphb-regular-price,
.mphb-widget-room-type-price {
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  color: #222
}

.mphb-regular-price:last-child,
.mphb-widget-room-type-price:last-child {
  margin-bottom: 0
}

.mphb-regular-price strong,
.mphb-widget-room-type-price strong {
  color: #5f6060;
  display: inline;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 14px;
  font-size: .875rem
}

@media (min-width:768px) {

  .mphb-regular-price strong,
  .mphb-widget-room-type-price strong {
    display: block
  }
}

.mphb-regular-price .mphb-price,
.mphb-widget-room-type-price .mphb-price {
  font-weight: 400
}

.mphb-regular-price .mphb-price .mphb-currency,
.mphb-widget-room-type-price .mphb-price .mphb-currency {
  vertical-align: text-top;
  font-size: 60%
}

.mphb-regular-price .mphb-price-period,
.mphb-widget-room-type-price .mphb-price-period {
  color: #5f6060;
  font-size: 50%;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  position: relative
}

.mphb-regular-price .mphb-price-period:before,
.mphb-widget-room-type-price .mphb-price-period:before {
  content: '/';
  margin-right: .25rem
}

.mphb-regular-price .mphb-tax-information,
.mphb-widget-room-type-price .mphb-tax-information {
  font-size: 15px;
  font-size: .9375rem;
  vertical-align: middle;
  color: #5f6060;
  display: inline
}

@media (min-width:768px) {

  .mphb-regular-price .mphb-tax-information,
  .mphb-widget-room-type-price .mphb-tax-information {
    display: block
  }
}

input[type=text].mphb-datepick.is-datepick {
  padding-right: 1.7em;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../../../../themes/luviana/images/calendar-regular.svg);
  background-repeat: no-repeat;
  background-position: right .9em top 1em
}

.datepick-popup .datepick-month-header select,
.datepick-popup .datepick-month-header input,
.mphb-calendar .datepick-month-header select,
.mphb-calendar .datepick-month-header input {
  width: auto;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%
}

.datepick-popup .datepick-month-header select,
.mphb-calendar .datepick-month-header select {
  padding-right: 1.7em
}

.datepick-popup .datepick-cmd-next,
.datepick-popup .datepick-cmd-prev,
.mphb-calendar .datepick-cmd-next,
.mphb-calendar .datepick-cmd-prev {
  text-indent: 1000px;
  font-size: 0;
  overflow: hidden
}

.datepick-popup .datepick-cmd-next:hover,
.datepick-popup .datepick-cmd-prev:hover,
.mphb-calendar .datepick-cmd-next:hover,
.mphb-calendar .datepick-cmd-prev:hover {
  color: #c1b086
}

.datepick-popup .datepick-cmd-next:before,
.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-indent: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
  right: auto;
  left: 0
}

.datepick-popup a.datepick-cmd,
.mphb-calendar a.datepick-cmd {
  padding: 0 1em;
  position: relative
}

.datepick-popup a.datepick-cmd:focus,
.mphb-calendar a.datepick-cmd:focus {
  outline: none
}

.datepick-popup a.datepick-cmd.datepick-cmd-today,
.mphb-calendar a.datepick-cmd.datepick-cmd-today {
  color: #c1b086;
  font-weight: 700
}

.datepick-popup a.datepick-cmd.datepick-cmd-today:hover,
.mphb-calendar a.datepick-cmd.datepick-cmd-today:hover {
  text-decoration: none;
  color: #222
}

.datepick-popup .datepick-cmd-next:before,
.mphb-calendar .datepick-cmd-next:before {
  content: "\f054";
  float: right;
  font-size: 12px;
  font-size: .75rem
}

.datepick-popup .datepick-cmd-prev:before,
.mphb-calendar .datepick-cmd-prev:before {
  content: "\f053";
  float: left;
  font-size: 12px;
  font-size: .75rem
}

select.datepick-month-year {
  background-position: right .5rem top 1.1rem
}

.mphb-calendar .datepick,
.datepick-popup .datepick {
  font-size: .875rem;
  border: 0 solid #ededed;
  border-radius: 0;
  width: 35rem !important;
  max-width: 100%;
  font-family: inherit
}

@media (min-width:1470px) {

  .mphb-calendar .datepick,
  .datepick-popup .datepick {
    width: 36.5rem !important
  }
}

.mphb-calendar a,
.datepick-popup a {
  -webkit-box-shadow: none;
  box-shadow: none
}

.mphb-calendar .datepick-nav,
.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-nav,
.datepick-popup .datepick-ctrl {
  font-size: inherit;
  font-weight: 400
}

.mphb-calendar .datepick-nav,
.datepick-popup .datepick-nav {
  background-color: #fff;
  margin-bottom: 1rem
}

.mphb-calendar .datepick-nav a,
.datepick-popup .datepick-nav a {
  color: #222
}

.mphb-calendar .datepick-nav a:hover,
.datepick-popup .datepick-nav a:hover {
  background-color: #fff;
  color: #c1b086
}

.mphb-calendar .datepick-nav a.datepick-disabled,
.datepick-popup .datepick-nav a.datepick-disabled {
  cursor: not-allowed;
  color: #9f9f9f
}

.mphb-calendar .datepick-nav a.datepick-disabled:hover,
.datepick-popup .datepick-nav a.datepick-disabled:hover {
  background-color: #fff
}

.mphb-calendar .datepick-ctrl,
.datepick-popup .datepick-ctrl {
  margin-bottom: .875rem;
  background-color: #fff
}

.mphb-calendar .datepick-ctrl a,
.datepick-popup .datepick-ctrl a {
  color: #c1b086;
  width: 50%;
  font-weight: 700
}

.mphb-calendar .datepick-ctrl .datepick-cmd:hover,
.datepick-popup .datepick-ctrl .datepick-cmd:hover {
  background-color: #fff;
  color: #222;
  text-decoration: none
}

.mphb-calendar a.datepick-cmd,
.datepick-popup a.datepick-cmd {
  height: 2.5rem;
  line-height: 2.5rem
}

.mphb-calendar a.datepick-cmd.datepick-cmd-today,
.datepick-popup a.datepick-cmd.datepick-cmd-today {
  width: 40%
}

.mphb-calendar .datepick-month-header,
.datepick-popup .datepick-month-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mphb-calendar .datepick-month-header,
.mphb-calendar .datepick-month-header select,
.mphb-calendar .datepick-month-header input,
.datepick-popup .datepick-month-header,
.datepick-popup .datepick-month-header select,
.datepick-popup .datepick-month-header input {
  height: 2.778em;
  background-color: #fff;
  color: #121516;
  font-weight: 700;
  line-height: 2.778em;
  font-family: inherit;
  background-size: .75rem;
  background-position-y: center
}

@media (min-width:768px) {

  .mphb-calendar .datepick-month-row,
  .datepick-popup .datepick-month-row {
    margin: 0 -.5rem
  }
}

@media (min-width:1470px) {

  .mphb-calendar .datepick-month-row,
  .datepick-popup .datepick-month-row {
    margin: 0 -.9375rem
  }
}

.mphb-calendar .datepick-month-row:after,
.datepick-popup .datepick-month-row:after {
  content: '';
  display: table;
  clear: both
}

.mphb-calendar .datepick-month,
.datepick-popup .datepick-month {
  width: 100%;
  border: 0 solid #dfdfdf
}

@media (min-width:768px) {

  .mphb-calendar .datepick-month,
  .datepick-popup .datepick-month {
    padding: 0 .5rem;
    width: 18rem;
    max-width: 50%
  }
}

@media (min-width:1470px) {

  .mphb-calendar .datepick-month,
  .datepick-popup .datepick-month {
    padding: 0 .9375rem;
    width: 19.175rem
  }
}

.mphb-calendar .datepick-month thead,
.datepick-popup .datepick-month thead {
  border-bottom: 0
}

@media screen and (min-width:768px) {

  .mphb-calendar .datepick-month.last,
  .datepick-popup .datepick-month.last {
    border-left: 0 solid #dfdfdf
  }

  .mphb-calendar .datepick-month.first,
  .datepick-popup .datepick-month.first {
    border-right: 0 solid #dfdfdf
  }
}

@media screen and (min-width:48em) {

  .mphb-calendar .datepick-month+.datepick-month .datepick-month-header,
  .datepick-popup .datepick-month+.datepick-month .datepick-month-header {
    margin-right: 0
  }
}

.mphb-calendar .datepick-month table,
.datepick-popup .datepick-month table {
  margin: 0 auto;
  width: 100%;
  border-collapse: separate
}

.mphb-calendar .datepick-month tbody,
.datepick-popup .datepick-month tbody {
  line-height: 2.1em
}

.mphb-calendar .datepick-month th,
.datepick-popup .datepick-month th {
  border: none;
  font-size: .875rem;
  font-weight: 600;
  padding: .5rem 0
}

.mphb-calendar .datepick-month th,
.mphb-calendar .datepick-month th a,
.datepick-popup .datepick-month th,
.datepick-popup .datepick-month th a {
  background-color: transparent;
  color: #6e7078
}

.mphb-calendar .datepick-month td,
.datepick-popup .datepick-month td {
  background-color: #fff;
  border: 2px solid #fff
}

.mphb-calendar .datepick-month a,
.datepick-popup .datepick-month a {
  padding: 0;
  background-color: #fff;
  color: #484848
}

.mphb-calendar .datepick-month span,
.datepick-popup .datepick-month span {
  padding: 0
}

.mphb-calendar .datepick-month td span,
.datepick-popup .datepick-month td span {
  color: #d9dae0
}

.mphb-calendar .datepick-month td .datepick-weekend,
.datepick-popup .datepick-month td .datepick-weekend {
  background-color: #fff
}

.mphb-calendar a,
.datepick-popup a {
  -webkit-transition: .3s background, .3s color;
  transition: .3s background, .3s color
}

.mphb-calendar.mphb-datepick .datepick-month td a:hover,
.datepick-popup .mphb-datepick-popup .datepick-month td a:hover {
  text-decoration: none
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-cell,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-date-cell {
  font-weight: 400;
  padding: .3em 0
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.mphb-calendar.mphb-datepick .datepick-month td .mphb-not-available-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-stay-in-date:not(.mphb-past-date),
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-not-available-date {
  color: #d9dae0;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-selectable,
.mphb-calendar.mphb-datepick .datepick-month td a.mphb-selectable-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-available-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-date-selectable,
.datepick-popup .mphb-datepick-popup .datepick-month td a.mphb-selectable-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-available-date {
  background: #f7f7f7;
  color: #605b5b
}

.mphb-calendar.mphb-datepick .datepick-month td span.mphb-selectable-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-past-date,
.datepick-popup .mphb-datepick-popup .datepick-month td span.mphb-selectable-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-past-date {
  opacity: 1;
  color: #d9dae0;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-earlier-min-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-later-max-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-earlier-min-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-later-max-date {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px);
  color: #d9dae0;
  opacity: 1
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-booked-date,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-booked-date {
  opacity: 1
}

.datepick-popup {
  background: #fff;
  -webkit-box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  box-shadow: 0px 13px 43px 0px rgba(6, 28, 52, .23);
  padding: 0 1.875rem;
  max-width: 100%
}

.datepick-popup .datepick-nav {
  margin-top: .875rem
}

.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.mphb-extra-date) {
  color: #d9dae0;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px)
}

.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-selected,
.datepick-popup .mphb-datepick-popup .datepick-month td a.datepick-highlight,
.datepick-popup .mphb-datepick-popup .datepick-month td .mphb-check-in-date {
  background: #c1b086;
  color: #fff
}

.datepick-cmd-current,
.datepick-cmd-today {
  width: 40%;
  font-size: 14px;
  font-size: .875rem;
  color: #222
}

.mphb-calendar.mphb-datepick .datepick {
  overflow: hidden
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-mark-as-unavailable--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-in {
  color: #605b5b;
  background: linear-gradient(135deg, #f7f7f7 50%, transparent 50%), repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-mark-as-unavailable--check-out,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-out {
  background: linear-gradient(135deg, transparent 50%, #f7f7f7 50%), repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px)
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-date-check-out.mphb-mark-as-unavailable--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-out.mphb-mark-as-unavailable--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date--check-in.mphb-mark-as-unavailable--check-out,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-out-of-season-date,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-mark-as-unavailable {
  color: #d9dae0;
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #fafafa 4px, #fafafa 6px);
  text-decoration: none
}

.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-in,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-unselectable-date--check-out {
  color: #d9dae0
}

.mphb-calendar.mphb-datepick .datepick-month td .datepick-selected,
.mphb-calendar.mphb-datepick .datepick-month td .datepick-highlight,
.mphb-calendar.mphb-datepick .datepick-month td .mphb-selected-date {
  background: #c1b086;
  color: #fff
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .datepick-month td>a,
.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .datepick-month td>span {
  line-height: 1;
  padding: .5em 0 .25em;
  min-height: 41px
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-date-cell__price {
  margin-top: .125em
}

.mphb-calendar.mphb-datepick[data-is_show_prices="1"] .mphb-not-available-date .mphb-date-cell__price {
  display: none
}

.datepick-rtl .datepick-cmd-prev:before {
  content: "\f054";
  right: 0;
  left: auto
}

.datepick-rtl .datepick-cmd-next:before {
  content: "\f053";
  left: 0;
  right: auto
}

body .mphb_sc_search_results-wrapper .mphb-reservation-cart {
  margin-bottom: 3.125rem
}

body .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-empty-cart-message {
  margin-bottom: 0
}

.mphb-reservation-details .mphb-cart-total-price {
  font-weight: 400
}

.mphb-to-book-btn-wrapper {
  float: left
}

.mphb-to-book-btn-wrapper form {
  margin: 0
}

.mphb-to-book-btn-wrapper br {
  display: none
}

.mphb-rooms-quantity-wrapper select {
  display: inline-block;
  width: auto;
  margin-right: 1em;
  margin-left: 1em;
  background-position: right 8px top 12px;
  height: 35px;
  padding: 3px 26px 4px 10px
}

.mphb-reserve-room-section .mphb-rooms-reservation-message {
  font-size: 80%
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section {
  text-align: left;
  margin-top: 1rem
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper {
  text-align: left;
  background: 0 0
}

.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-quantity-wrapper select {
  width: 100px
}

.mphb_sc_booking_form-wrapper .mphb-reserve-room-section .mphb-period-price {
  line-height: 1;
  margin-bottom: 1.5rem
}

.mphb_sc_booking_form-wrapper .mphb-reserve-room-section .mphb-period-price strong {
  display: inline
}

.entry-content .mphb_sc_search_results-wrapper .mphb-search-recommendations-wrapper {
  padding: 2.5rem;
  border: 1px solid #edf2f7;
  margin-bottom: 3.125rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb_sc_search_results-info {
  margin-bottom: 1.875rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-tax-information {
  font-size: .875em
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list {
  list-style: none;
  margin-bottom: 2.5rem;
  padding: 0
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li:not(:last-child) {
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ededed
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-details-list li:last-of-type {
  margin-bottom: 0
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-reserve-button {
  float: left;
  clear: none
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-recommendation-total-title {
  font-weight: 400
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-total .mphb-recommendation-total-value {
  margin-left: 1.25rem;
  color: #222
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-item-guests {
  font-size: 14px;
  font-size: .875rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommedation-item-subtotal {
  color: #222
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation .mphb-recommendation-item-link {
  font-weight: 600
}

.entry-content .mphb_sc_search_results-wrapper .mphb-recommendation-title {
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-rooms-reservation-message-wrapper .mphb-remove-from-reservation {
  float: none;
  font-size: 80%;
  clear: both
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-confirm-reservation {
  margin-top: 1.25rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details {
  width: 100%
}

@media (min-width:768px) {
  .entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details {
    width: auto
  }
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details .mphb-cart-total-price .mphb-cart-total-price-title {
  font-weight: 400
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-reservation-details .mphb-cart-total-price .mphb-cart-total-price-value {
  color: #222;
  margin-left: 1.25rem
}

.entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation {
  float: left;
  margin-top: 1.25rem
}

@media (min-width:768px) {
  .entry-content .mphb_sc_search_results-wrapper .mphb-reservation-cart .mphb-confirm-reservation {
    margin-top: 0;
    float: right
  }
}

.mphb-recommendation-total,
.mphb-recommendation-details-list .mphb-price {
  font-weight: 400
}

.mphb-room-types .mphb_room_type:after {
  display: table;
  content: '';
  clear: both
}

.mphb_sc_search-form {
  margin: 0 -.625rem
}

.mphb_sc_search-form:after {
  content: '';
  display: table;
  clear: both
}

.mphb_sc_search-form input,
.mphb_sc_search-form select {
  max-width: 100%
}

.mphb_sc_search-form .mphb-required-fields-tip {
  font-size: 12px;
  font-size: .75rem
}

.mphb_sc_search-form>p {
  width: 100%;
  max-width: 100%;
  padding: 0 .625rem
}

@media (min-width:768px) {
  .mphb_sc_search-form>p {
    max-width: 50%;
    float: left
  }
}

.mphb_sc_search-form>p.mphb-required-fields-tip {
  max-width: 100%
}

.mphb_sc_search-form>p.mphb_sc_search-submit-button-wrapper .button {
  display: block;
  width: 100%
}

@media (min-width:768px) {
  .mphb_sc_search-form>p.mphb_sc_search-submit-button-wrapper .button {
    width: auto;
    display: inline-block
  }
}

.mphb_room_type:after {
  display: table;
  content: '';
  clear: both
}

.mphb-recommendation-title {
  font-size: 25px;
  font-size: 1.5625rem;
  margin-top: 3.75rem
}

.mphb-recommendation-total {
  margin-bottom: 1.875rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper {
  margin-top: 0
}

.site-content .mphb-flexslider ul.slides img {
  display: block !important
}

.site-content .mphb-flexslider .gallery-icon.landscape a {
  display: block
}

.mphb-flexslider ul.flex-direction-nav li {
  margin: 0;
  border: 0 solid
}

body .flexslider {
  background: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

body .mphb-flexslider.flexslider:hover ul.flex-direction-nav,
body .flexslider:hover ul.flex-direction-nav {
  opacity: 1
}

body .mphb-flexslider.flexslider ul.flex-direction-nav,
body .flexslider ul.flex-direction-nav {
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a,
body .flexslider ul.flex-direction-nav a {
  z-index: 1;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
  border: 0;
  opacity: 1;
  background-color: #fff;
  color: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a:before,
body .flexslider ul.flex-direction-nav a:before {
  border-radius: 0;
  margin: 0;
  display: block;
  color: inherit;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  text-shadow: none
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a:hover,
body .flexslider ul.flex-direction-nav a:hover {
  color: #fff;
  background-color: #c1b086
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a.flex-next,
body .flexslider ul.flex-direction-nav a.flex-next {
  right: 1.875rem
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a.flex-next:before,
body .flexslider ul.flex-direction-nav a.flex-next:before {
  content: "\f054"
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a.flex-prev,
body .flexslider ul.flex-direction-nav a.flex-prev {
  left: 1.875rem
}

body .mphb-flexslider.flexslider ul.flex-direction-nav a.flex-prev:before,
body .flexslider ul.flex-direction-nav a.flex-prev:before {
  content: "\f053"
}

body .mphb-flexslider.flexslider:hover ul.flex-direction-nav a.flex-next,
body .flexslider:hover ul.flex-direction-nav a.flex-next {
  opacity: 1;
  right: 1.875rem
}

body .mphb-flexslider.flexslider:hover ul.flex-direction-nav a.flex-prev,
body .flexslider:hover ul.flex-direction-nav a.flex-prev {
  opacity: 1;
  left: 1.875rem
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap,
.mphb_sc_checkout-wrapper .mphb-checkout-section {
  margin-top: 4.375rem;
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  padding: 3.125rem 2.5rem
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap:first-of-type,
.mphb_sc_checkout-wrapper .mphb-checkout-section:first-of-type {
  margin-top: 0
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap:not(:first-of-type),
.mphb_sc_checkout-wrapper .mphb-checkout-section:not(:first-of-type) {
  margin-top: 1.875rem
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap.mphb-checkout-terms-wrapper,
.mphb_sc_checkout-wrapper .mphb-checkout-section.mphb-checkout-terms-wrapper {
  background: 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0
}

.mphb_sc_checkout-wrapper input,
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  max-width: 470px
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
  margin: 0
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date>span:first-child,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date>span:first-child {
  padding: 0 1.25rem 0 0
}

@media (min-width:768px) {

  .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date>span:first-child,
  .mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date>span:first-child {
    display: inline-block;
    width: 15%;
    margin-right: 1.25rem
  }
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date time,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date time {
  color: #222;
  font-weight: 400
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date strong,
.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date strong {
  font-weight: 600
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-in-date {
  margin-bottom: 1rem
}

.mphb_sc_checkout-wrapper .mphb-booking-details .mphb-check-out-date {
  border-top: none
}

.mphb_sc_checkout-wrapper .mphb-gateways-list {
  margin: 0;
  padding: 0
}

.mphb_sc_checkout-wrapper .mphb-gateways-list .mphb-gateway-description {
  font-size: 14px;
  font-size: .875rem
}

@media screen and (min-width:768px) {
  .mphb_sc_checkout-wrapper .mphb-gateways-list input[type=checkbox] {
    margin-top: .25em
  }
}

.mphb_sc_checkout-wrapper .mphb-total-price {
  margin: 2.5rem 0 1.875rem
}

.mphb_sc_checkout-wrapper .mphb-total-price strong {
  font-weight: 700;
  color: #222
}

.mphb_sc_checkout-wrapper .mphb-room-details .mphb-room-number {
  margin-top: 0
}

.mphb_sc_checkout-wrapper .mphb_checkout-services-list,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list {
  margin: 0;
  padding: 0
}

.mphb_sc_checkout-wrapper .mphb_checkout-services-list li,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list li {
  position: relative;
  padding-left: 0
}

.mphb_sc_checkout-wrapper .mphb_checkout-services-list li label,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list li label {
  font-size: 16px;
  font-size: 1rem;
  color: #5f6060;
  font-weight: 400
}

.mphb_sc_checkout-wrapper .mphb_checkout-services-list li select,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-services-list li select {
  margin: 0 20px;
  width: 100px;
  display: inline-block
}

.mphb_sc_checkout-wrapper .mphb-rate-chooser {
  padding: 0
}

.mphb_sc_checkout-wrapper .mphb-rate-chooser .mphb-room-rate-variant,
.mphb_sc_checkout-wrapper .mphb-gateways-list .mphb-gateway {
  position: relative;
  margin-bottom: 2rem;
  font-size: 14px;
  font-size: .875rem
}

.mphb_sc_checkout-wrapper .mphb-rate-chooser .mphb-room-rate-variant:last-child,
.mphb_sc_checkout-wrapper .mphb-gateways-list .mphb-gateway:last-child {
  margin-bottom: 0
}

.mphb_sc_checkout-wrapper .mphb-rate-chooser .mphb-room-rate-variant label,
.mphb_sc_checkout-wrapper .mphb-gateways-list .mphb-gateway label {
  font-size: 16px;
  font-size: 1rem;
  color: #222
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

@media (max-width:767px) {
  .mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper>p {
  display: inline-block;
  margin-bottom: 0
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper>p input {
  max-width: 100%
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper>p:first-child {
  width: 100%;
  margin-right: .9375rem
}

@media (max-width:767px) {
  .mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper>p:first-child {
    margin-bottom: 1.25rem;
    margin-right: 0
  }
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper .mphb-coupon-message {
  width: 100%
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper .mphb-apply-coupon-code-button {
  color: #fff;
  background: #252e59;
  border-color: #252e59
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper .mphb-apply-coupon-code-button:hover {
  color: #c1b086;
  background: 0 0
}

.mphb_sc_checkout-wrapper .mphb-reserve-rooms-details {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e7e4e4
}

.mphb_sc_checkout-wrapper .mphb-reserve-rooms-details .mphb-room-details+.mphb-room-details {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e7e4e4
}

.mphb_sc_checkout-wrapper .mphb-reserve-rooms-details:last-child {
  padding-bottom: 0;
  border-bottom: 0
}

.mphb_sc_checkout-wrapper .mphb-reserve-rooms-details .mphb-checkout-item-section {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e7e4e4
}

.mphb_sc_checkout-wrapper .mphb-booking-details-title,
.mphb_sc_checkout-wrapper .mphb-room-number,
.mphb_sc_checkout-wrapper .mphb-price-breakdown-title,
.mphb_sc_checkout-wrapper .mphb-gateway-chooser-title,
.mphb_sc_checkout-wrapper .mphb-customer-details-title {
  margin-bottom: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem
}

.mphb_sc_checkout-wrapper .mphb-services-details-title,
.mphb_sc_checkout-wrapper .mphb-room-rate-chooser-title {
  margin-bottom: 1.875rem;
  font-size: 16px;
  font-size: 1rem
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper {
  margin-top: 2.5rem
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper .button {
  background: #252e59;
  border-color: #252e59;
  color: #fff
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper .button:hover {
  background: 0 0;
  color: #c1b086
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap>p {
  margin-bottom: 0
}

.mphb_sc_checkout-wrapper .mphb-login-form-wrap .mphb-login-form {
  margin-top: 1.5em
}

.front-page-widget-area input[type=text].mphb-datepick.is-datepick {
  background-image: url(//themes.getmotopress.com/luviana/wp-content/themes/luviana/css/../images/calendar-regular-fp.svg)
}

.front-page-widget-area .widget_mphb_search_availability_widget {
  padding: 0
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-form {
  position: relative;
  padding: 1.875rem 2.5rem
}

@media (min-width:992px) {
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-form {
    padding: 1.875rem calc(16.667% + 1.875rem) 1.875rem 2.5rem
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-required-fields-tip {
  display: none
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper {
  width: auto;
  margin: 2.5rem -2.5rem -1.875rem
}

@media (min-width:992px) {
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 16.667%
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper .button {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background: #3f9cc1;
  font-weight: 700;
  padding-right: 1em;
  padding-left: 1em
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper .button:hover {
  background: #c1b086
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -9px
}

@media (min-width:992px) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p {
  padding: 0 9px;
  width: 100%
}

@media (min-width:992px) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p {
    max-width: 33.333%;
    margin-bottom: 0
  }
}

@media (min-width:768px) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-check-out-date,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-check-in-date,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-check-out-date,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-check-in-date {
    max-width: 50%
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-check-out-date input,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-check-in-date input,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-check-out-date input,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-check-in-date input {
    height: 52px
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-adults,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-children,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-adults,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-children {
  max-width: 50%
}

@media (min-width:992px) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-adults,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-children,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-adults,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-children {
    max-width: 16.666%
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-adults:last-of-type,
.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-adults:last-of-type {
  max-width: 100%
}

@media (min-width:992px) {

  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-default-fields>p.mphb_widget_search-adults:last-of-type,
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p.mphb_widget_search-adults:last-of-type {
    max-width: 16.666%
  }
}

.front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:992px) {
  .front-page-widget-area .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields>p {
    margin-top: 1.25rem
  }
}

.page-widgets .widget_mphb_search_availability_widget .mphb-required-fields-tip {
  display: none
}

.page-widgets .widget_mphb_search_availability_widget .mphb-search-widget-custom-fields,
.page-widgets .widget_mphb_search_availability_widget .mphb-search-widget-default-fields {
  margin-bottom: 2.5rem
}

.page-widgets .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper {
  margin-top: 2.5rem
}

.page-widgets .widget_mphb_search_availability_widget .mphb_widget_search-submit-button-wrapper .button {
  width: 100%
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type+.mphb_room_type {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e7e4e4
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-title {
  font-family: "Noto Serif", serif;
  color: #222;
  font-size: 16px;
  font-size: 1rem
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-title a {
  color: inherit;
  font-weight: 400
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-title a:hover {
  color: #c1b086
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-featured-image {
  margin: 0 0 1.25rem
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-price {
  font-size: 20px;
  font-size: 1.25rem
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-price>span:first-child {
  display: none
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-price .mphb-price {
  font-weight: 400
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-book-button {
  margin-bottom: 0
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-book-button .button {
  background: #c1b086;
  color: #fff;
  border-color: #c1b086;
  width: 100%
}

.page-widgets .widget_mphb_rooms_widget .mphb_room_type .mphb-widget-room-type-book-button .button:hover {
  color: #c1b086;
  background: 0 0;
  border-color: #c1b086
}

.mphb_sc_services-wrapper .services-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px
}

.mphb_sc_services-wrapper .type-mphb_room_service {
  width: 100%;
  padding: 0 25px
}

@media (min-width:992px) {
  .mphb_sc_services-wrapper .type-mphb_room_service {
    width: 50%
  }
}

.mphb_sc_services-wrapper .type-mphb_room_service:first-child {
  margin-top: 0
}

@media (min-width:992px) {
  .mphb_sc_services-wrapper .type-mphb_room_service:first-child+.type-mphb_room_service {
    margin-top: 0
  }
}

.mphb_sc_services-wrapper .type-mphb_room_service .mphb-loop-service-thumbnail {
  margin: 0 0 2rem
}

.mphb_sc_services-wrapper .type-mphb_room_service .mphb-loop-service-thumbnail img {
  display: block
}

.mphb_sc_services-wrapper .type-mphb_room_service .mphb-service-title {
  margin: 0 0 1rem;
  font-size: 25px;
  font-size: 1.5625rem
}

.mphb_sc_services-wrapper .type-mphb_room_service .mphb-service-title a {
  color: #222;
  text-decoration: none
}

.mphb_sc_services-wrapper .type-mphb_room_service .mphb-service-title a:hover {
  color: #c1b086
}

body.archive .site-main>.type-mphb_room_service .mphb-price-title,
body.archive .site-main>.type-mphb_room_service .mphb-price-wrapper {
  display: none
}

body.single.single-mphb_room_service .type-mphb_room_service .post-thumbnail {
  display: block
}

.mphb_sc_search_results-wrapper .mphb-room-type:not(:first-of-type) {
  margin-top: 1.875rem
}

.mphb_sc_search_results-wrapper h3,
.mphb_sc_rooms-wrapper h3,
.mphb_sc_room-wrapper h3 {
  display: none
}

.mphb_sc_search_results-wrapper .mphb-room-type-title,
.mphb_sc_rooms-wrapper .mphb-room-type-title,
.mphb_sc_room-wrapper .mphb-room-type-title {
  text-align: left;
  color: #222;
  text-decoration: none
}

.mphb_sc_search_results-wrapper .mphb-room-type-title:hover,
.mphb_sc_rooms-wrapper .mphb-room-type-title:hover,
.mphb_sc_room-wrapper .mphb-room-type-title:hover {
  color: #c1b086
}

@media (min-width:992px) {

  .mphb_sc_search_results-wrapper .mphb-room-type-title,
  .mphb_sc_rooms-wrapper .mphb-room-type-title,
  .mphb_sc_room-wrapper .mphb-room-type-title {
    margin-top: 0
  }
}

.mphb_sc_search_results-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_search_results-wrapper .mphb-to-book-btn-wrapper,
.mphb_sc_rooms-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper .mphb-to-book-btn-wrapper,
.mphb_sc_room-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_room-wrapper .mphb-to-book-btn-wrapper {
  display: inline-block;
  margin-right: 1.25rem;
  margin-top: 1.25rem;
  vertical-align: top;
  margin-bottom: 0
}

.mphb_sc_rooms-wrapper .entry-title {
  position: relative;
  margin-top: 0;
  margin-bottom: 1.5rem
}

.mphb_sc_rooms-wrapper .entry-title:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background: #c1b086
}

.mphb_sc_rooms-wrapper .mphb-book-button,
.mphb_sc_rooms-wrapper .mphb-view-details-button {
  width: 100%
}

.mphb_sc_rooms-wrapper .mphb-view-details-button {
  background: 0 0;
  color: #5f6060;
  border-color: #dadada
}

.mphb_sc_rooms-wrapper .mphb-view-details-button:hover {
  color: #fff;
  background: #252e59;
  border-color: #252e59
}

.mphb_sc_rooms-wrapper .mphb-pagination {
  width: 100%
}

.mphb_sc_rooms-wrapper .type-mphb_room_type {
  background: #fff;
  padding: 1.5625rem;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

.mphb_sc_rooms-wrapper .type-mphb_room_type+.type-mphb_room_type {
  margin-top: 2.5rem
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-images-wrapper {
  width: 100%;
  padding: .9375rem
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-images-wrapper {
    width: 30%
  }
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-images-wrapper:only-child {
    width: auto;
    margin: 0 auto
  }
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-images-wrapper .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-wrapper {
  width: 100%;
  padding: .9375rem
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-wrapper:first-child {
  width: 100%
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-wrapper {
    width: 70%
  }
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper .room-booking-details {
    width: 35%;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-left: 1px solid #ededed
  }
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper .room-booking-details:first-child {
    width: 100%;
    padding-left: 1.875rem;
    margin-left: 1.875rem;
    border-left: 1px solid #ededed
  }
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper .room-details {
    width: 62%
  }
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper .room-details:last-child {
    width: 100%
  }
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .room-description-inner-wrapper .mphb-loop-room-type-attributes {
  font-size: 14px;
  font-size: .875rem
}

@media (min-width:768px) {

  .mphb_sc_rooms-wrapper .type-mphb_room_type .mphb-to-book-btn-wrapper,
  .mphb_sc_rooms-wrapper .type-mphb_room_type .mphb-view-details-button-wrapper {
    float: none;
    display: block;
    margin-right: 0
  }
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .entry-title {
  padding-top: 0;
  font-size: 25px;
  font-size: 1.5625rem
}

.mphb_sc_rooms-wrapper .type-mphb_room_type .entry-title:before {
  display: none
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0
}

@media (min-width:992px) {

  .mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type,
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type+.type-mphb_room_type,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type+.type-mphb_room_type {
  margin-top: 5.625rem
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type>*,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .entry-title,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .entry-title {
  padding-top: 1.875rem;
  margin-bottom: .875rem
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .entry-title:before,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .entry-title:before {
  display: block
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .mphb-loop-room-type-attributes,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-loop-room-type-attributes {
  margin-top: 1.875rem
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-images-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper {
  padding: 0;
  margin-bottom: 2.5rem
}

@media (min-width:992px) {

  .mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-images-wrapper,
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper {
    margin-bottom: 0;
    padding-right: 2rem
  }
}

@media (min-width:1470px) {

  .mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-images-wrapper,
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper {
    padding-right: 4rem
  }
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-images-wrapper p,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper p {
  margin: 0
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-images-wrapper .mphb-room-type-images,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper .mphb-room-type-images {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper {
  display: block
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper .room-details,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper .room-details {
  width: 100%
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper .room-booking-details,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper .room-booking-details {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper .room-booking-details .mphb-regular-price strong,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper .room-booking-details .mphb-regular-price strong {
  display: none
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-inner-wrapper .mphb-to-book-btn-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-inner-wrapper .mphb-to-book-btn-wrapper {
  display: inline-block;
  margin-right: 1.25rem
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
  padding: 0
}

@media (min-width:992px) {

  .mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-wrapper,
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
    padding-left: 2rem
  }
}

@media (min-width:1470px) {

  .mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .room-description-wrapper,
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
    padding-left: 4rem
  }
}

.mphb_sc_rooms-wrapper.is-style-style-2 .type-mphb_room_type .mphb-tax-information,
.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-tax-information {
  display: inline
}

.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .post-thumbnail img {
  -webkit-box-shadow: none;
  box-shadow: none
}

.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width:768px) {
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
    padding-left: 50px;
    padding-right: 50px
  }
}

.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper:first-child .room-description-inner-wrapper {
  padding-left: 0
}

.mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type:nth-child(2n) .room-description-wrapper:first-child .room-description-inner-wrapper {
  padding-right: 0
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type {
    background: 0 0;
    padding: 7.8125rem 0;
    margin: 0 auto;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type+.type-mphb_room_type {
    margin-top: 0
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type:nth-child(2n) {
    margin: 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type:nth-child(2n) .room-images-wrapper {
    right: 0;
    left: 50%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type:nth-child(2n) .room-description-wrapper .room-description-inner-wrapper {
    padding-right: calc(50% + 4rem);
    padding-left: 0
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
    max-width: calc(1170px + 100px);
    margin: 0 auto;
    padding: 0 50px
  }
}

@media all and (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and (-ms-high-contrast:active) {
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper {
    max-width: 100%
  }
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper .room-description-inner-wrapper {
    padding-left: calc(50% + 4rem);
    display: block
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper .room-details {
    width: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper .room-booking-details {
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-images-wrapper {
    padding: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    width: auto
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-loop-room-thumbnail {
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-loop-room-thumbnail a {
    display: block;
    height: 100%;
    width: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-loop-room-thumbnail a img {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images {
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider {
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport {
    height: 100% !important
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport .slides {
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport .slides>li {
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport .slides>li .gallery-icon {
    display: block;
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport .slides>li .gallery-icon a {
    display: block;
    height: 100%
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .mphb-room-type-images .flexslider .flex-viewport .slides>li .gallery-icon a img {
    height: 100%;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media (min-width:1470px) {
  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type .room-description-wrapper .room-description-inner-wrapper {
    padding-left: calc(50% + 8rem)
  }

  .mphb_sc_rooms-wrapper.is-style-style-1 .type-mphb_room_type:nth-child(2n) .room-description-wrapper .room-description-inner-wrapper {
    padding-right: calc(50% + 8rem)
  }
}

.mphb_sc_rooms-wrapper.is-style-style-3 .mphb-room-types-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin-bottom: 3.125rem
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type {
    margin-bottom: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
    flex: 0 1 33.33%
  }
}

@media all and (min-width:992px) and (-ms-high-contrast:none),
(min-width:992px) and (-ms-high-contrast:active) {
  .mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type>* {
  padding: 0;
  width: 100%
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-images-wrapper {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-images-wrapper+.room-description-wrapper {
  width: 100%;
  margin: 0;
  padding: 1.875rem 2.5rem
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-images-wrapper img {
  display: block
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper {
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1)
}

@media (min-width:992px) {
  .mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper .room-description-inner-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper .room-details {
  width: 100%
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper .room-details>p {
  font-size: 14px;
  font-size: .875rem
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper .room-booking-details {
  width: 100%;
  padding: 0;
  margin: auto 0 0;
  border: 0
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .room-description-wrapper .mphb-regular-price>strong {
  display: none
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-room-type-title {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: .5em
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-room-type-title:last-child {
  margin-bottom: 0
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-regular-price {
  font-size: 20px;
  font-size: 1.25rem
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-regular-price .mphb-price-period {
  font-size: 55%
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-regular-price .mphb-tax-information {
  display: inline;
  font-size: 75%
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-view-details-button-wrapper,
.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-to-book-btn-wrapper {
  display: inline-block
}

.mphb_sc_rooms-wrapper.is-style-style-3 .type-mphb_room_type .mphb-to-book-btn-wrapper {
  margin-right: 1.25rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb-rooms-quantity-wrapper {
  margin-top: 1.5rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb-rooms-quantity-wrapper .mphb-rooms-quantity {
  width: 100%;
  margin: 0 0 1.25rem;
  background-color: #fff
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type {
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  padding: 2.5rem;
  background: #fff
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .entry-title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-title-wrapper {
  margin-bottom: .75rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-title-wrapper+.room-content-wrapper {
  margin-top: 1.875rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:992px) {
  .content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-description-wrapper {
    width: 61%;
    max-width: 420px;
    padding-right: 2.5rem
  }

  .content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-description-wrapper:last-child {
    width: 100%;
    max-width: 100%
  }
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-booking-details {
  margin-top: 1.25rem;
  width: 100%
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-booking-details:first-child {
  padding-left: 0;
  max-width: 100%;
  width: 100%
}

@media (min-width:992px) {
  .content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-booking-details {
    margin-top: 0;
    width: 39%;
    max-width: 270px;
    padding-left: 1.875rem
  }
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-images-wrapper {
  margin-bottom: 1.875rem;
  width: 100%
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-images-wrapper:last-child {
  margin-bottom: 0
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-images-wrapper img {
  -webkit-box-shadow: none;
  box-shadow: none
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-excerpt {
  margin-bottom: 2rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (min-width:992px) {
  .content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .room-description-wrapper {
    border-right: 1px solid #e7e4e4
  }
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-loop-room-type-attributes {
  margin-bottom: 0;
  font-size: 14px;
  font-size: .875rem
}

@media (min-width:768px) {
  .content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-loop-room-type-attributes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem
  }
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-loop-room-type-attributes:first-child {
  margin-top: 0
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-loop-room-type-attributes li {
  display: inline-block;
  width: 100%
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-loop-room-type-attributes .mphb-attribute-title {
  display: none
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-rooms-quantity-wrapper {
  font-size: 14px;
  font-size: .875rem
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-rooms-quantity-wrapper:first-child {
  margin-top: 0
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-view-details-button-wrapper {
  margin: 0 0 1.5rem;
  width: 100%
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-view-details-button {
  background: 0 0;
  border-color: #dadada;
  color: #5f6060
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-view-details-button:hover {
  color: #fff;
  background: #252e59;
  border-color: #252e59
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-view-details-button,
.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-button {
  width: 100%
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-confirm-reservation {
  padding-left: 2em;
  padding-right: 2em
}

.content-area .hentry .entry-content .mphb_sc_search_results-wrapper .mphb_room_type .mphb-rooms-reservation-message-wrapper {
  border: 1px solid #c1b086;
  padding: 1rem
}

.comments-area .comment-list .mphbr_review {
  position: relative
}

@media (max-width:767px) {
  .comments-area .comment-list .mphbr_review.parent {
    margin-bottom: 5rem
  }
}

.comments-area .comment-list .mphbr_review .children {
  list-style: none
}

@media (max-width:767px) {
  .comments-area .comment-list .mphbr_review .children {
    margin-top: 1.25rem
  }

  .comments-area .comment-list .mphbr_review .children .comment {
    padding-top: 0
  }

  .comments-area .comment-list .mphbr_review .children .comment .comment-content {
    margin-top: 0
  }
}

.comments-area .comment-list .mphbr_review .children .comment-body:before {
  display: none
}

.comments-area.mphb-reviews .mphbr-accommodation-rating {
  margin-bottom: 3.125rem
}

.comments-area.mphb-reviews .mphbr-new-review-box {
  border: 0;
  padding: 0
}

.comments-area.mphb-reviews .comment-respond {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  margin-bottom: 3.125rem
}

.comments-area .mphbr-star-rating {
  color: #ebebec
}

.comments-area .mphbr-star-rating>span {
  color: #c1b086
}

.comments-area .mphbr-rating-wrapper .mphbr-stars {
  margin-bottom: .5em
}

.mphb_sc_account .mphb-account-menu {
  float: none;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  padding: 1rem 2.5rem;
  margin-bottom: 1.5em
}

.mphb_sc_account .mphb-account-menu ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.mphb_sc_account .mphb-account-menu ul li {
  margin: 0 1em 0 0;
  display: inline-block
}

.mphb_sc_account .mphb-account-menu a {
  font-weight: 700;
  color: #222
}

.mphb_sc_account .mphb-account-menu a:hover {
  text-decoration: none
}

.mphb_sc_account .mphb-account-content {
  float: none;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  box-shadow: 0 13px 43px 0 rgba(37, 46, 89, .1);
  padding: 3.125rem 2.5rem
}

.mphb_sc_account .mphb-account-details {
  margin: 0 -10px 1.5em
}

.mphb_sc_account .mphb-account-details:after {
  display: table;
  content: '';
  clear: both
}

.mphb_sc_account .mphb-account-details>* {
  padding: 0 10px;
  float: left;
  width: 100%
}

@media (min-width:992px) {
  .mphb_sc_account .mphb-account-details>* {
    width: 50%
  }
}

.mphb_sc_account .mphb-account-details .mphb-customer-username,
.mphb_sc_account .mphb-account-details .mphb-customer-address1 {
  width: 100%
}

.mphb_sc_account .mphb-account-change-password {
  margin-bottom: 1.5em
}

.mphb_sc_account .mphb-account-bookings {
  margin-bottom: 0
}

.mphb-login-form form {
  margin-bottom: 1.5em
}


.wp-block-columns.wp-container-3 {
  flex-wrap: nowrap
}