﻿img:is([sizes="auto" i], [sizes^="auto," i]) {
  contain-intrinsic-size: 3000px 1500px
}

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

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

.wp-block-avatar {
  line-height: 0
}

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

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

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

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

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

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

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

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

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

.wp-block-button[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons>.wp-block-button.has-custom-width {
  max-width: none
}

.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%
}

.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

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

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

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

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25 {
  width: 25%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50 {
  width: 50%
}

.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75 {
  width: 75%
}

.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}

.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}

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

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

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
  background-color: initial;
  background-image: none
}

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

.wp-block-buttons.is-vertical {
  flex-direction: column
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
  margin-bottom: 0
}

.wp-block-buttons>.wp-block-button {
  display: inline-block;
  margin: 0
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start
}

.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center
}

.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end
}

.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end
}

.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between
}

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

.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
  text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit
}

.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center
}

.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: .25em
}

.wp-block-calendar th {
  font-weight: 400
}

.wp-block-calendar caption {
  background-color: inherit
}

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

.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd
}

.wp-block-calendar table.has-background th {
  background-color: inherit
}

.wp-block-calendar table.has-text-color th {
  color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd
}

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

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

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

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center
}

.wp-block-categories .wp-block-categories__label {
  display: block;
  width: 100%
}

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

.wp-block-code code {
  /*!rtl:begin:ignore*/
  direction: ltr;
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  text-align: initial;
  white-space: pre-wrap
    /*!rtl:end:ignore*/
}

.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important
}

@media (min-width:782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}

@media (max-width:781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 100% !important
  }
}

@media (min-width:782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
  flex-basis: 0;
  flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
  flex-grow: 0
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%
}

.wp-block-post-comments {
  box-sizing: border-box
}

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

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

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

.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0
}

.wp-block-post-comments .comment-author {
  line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  margin-top: .5em;
  width: 2.5em
}

.wp-block-post-comments .comment-author cite {
  font-style: normal
}

.wp-block-post-comments .comment-meta {
  font-size: .875em;
  line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
  font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em
}

.wp-block-post-comments .comment-body .commentmetadata {
  font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments .reply {
  font-size: .875em;
  margin-bottom: 1.4em
}

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

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

:where(.wp-block-post-comments input[type=submit]) {
  border: none
}

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

.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 {
  font-size: inherit;
  margin-bottom: .5em;
  margin-right: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
  margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
  justify-content: center
}

.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

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

.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem
}

.wp-block-comment-template.alignleft {
  float: left
}

.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: fit-content
}

.wp-block-comment-template.alignright {
  float: right
}

.wp-block-comment-date {
  box-sizing: border-box
}

.comment-awaiting-moderation {
  display: block;
  font-size: .875em;
  line-height: 1.5
}

.wp-block-comment-author-name,
.wp-block-comment-content,
.wp-block-comment-edit-link,
.wp-block-comment-reply-link {
  box-sizing: border-box
}

.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]) {
  background-color: #000
}

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

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

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

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: .1
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: .2
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: .3
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: .4
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: .5
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: .6
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: .7
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: .8
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: .9
}

.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  position: relative;
  width: 100%
}

.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}

.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}

.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}

.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}

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

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover
}

@supports (-webkit-touch-callout:inherit) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

@media (prefers-reduced-motion:reduce) {

  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll
  }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto
}

.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content>h2 {
  margin-left: 0;
  text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content>h2 {
  margin-right: 0;
  text-align: right
}

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

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000
}

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

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background {
  z-index: 0
}

body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,
body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
  z-index: 1
}

.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container {
  z-index: auto
}

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

.wp-block-details summary {
  cursor: pointer
}

.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align=left]>[data-type="core/embed"],
.wp-block[data-align=right]>[data-type="core/embed"] {
  max-width: 360px;
  width: 100%
}

.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px
}

.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px
}

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

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

.wp-block-embed iframe {
  max-width: 100%
}

.wp-block-embed__wrapper {
  position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}

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

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

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

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

.wp-block-file *+.wp-block-file__button {
  margin-left: .75em
}

:where(.wp-block-file) {
  margin-bottom: 1.5em
}

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

:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: .85;
  text-decoration: none
}

.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: .25em;
  margin-bottom: .5em;
  width: 100%
}

.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
  margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
  flex-direction: row;
  width: fit-content
}

.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
  margin: 0
}

.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
  flex-direction: row-reverse
}

.wp-block-form-input__label-content {
  width: fit-content
}

.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: .5em;
  padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em
}

textarea.wp-block-form-input__input {
  min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: .8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em .77em .7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}

@media (min-width:600px) {

  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - .66667em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - .75em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - .8em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - .83333em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - .85714em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - .875em)
  }

  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
  justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
  align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

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

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

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  bottom: 0;
  left: 0;
  max-height: 100%;
  position: absolute;
  right: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  content: "";
  height: 100%;
  -webkit-mask-image: linear-gradient(0deg, #000 20%, #0000);
  mask-image: linear-gradient(0deg, #000 20%, #0000);
  max-height: 40%
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #0006, #0000);
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  margin: 0;
  overflow: auto;
  padding: 1em;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
  will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
  background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000
}

@media (hover:none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div {
  flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
  text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
  content: none
}

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

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

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
  display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  width: 100%
}

@media (min-width:600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
  }

  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
  }

  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
  }

  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
  }

  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
  }

  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%
  }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center
}

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

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative
}

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

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
  rotate: 180deg
}

.wp-block-image>a,
.wp-block-image>figure>a {
  display: inline-block
}

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

@media not (prefers-reduced-motion) {
  .wp-block-image img.hide {
    visibility: hidden
  }

  .wp-block-image img.show {
    animation: show-content-image .4s
  }
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
  border-radius: inherit
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box
}

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

.wp-block-image.alignfull>a,
.wp-block-image.alignwide>a {
  width: 100%
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%
}

.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table
}

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

.wp-block-image .alignleft {
  float: left;
  margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
  float: right;
  margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto
}

.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain
  }
}

:root :where(.wp-block-image.is-style-rounded img, .wp-block-image .is-style-rounded img) {
  border-radius: 9999px
}

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

.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative
}

.wp-lightbox-container img {
  cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
  opacity: 1
}

.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  width: 20px;
  z-index: 100
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-container button {
    transition: opacity .2s ease
  }
}

.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px
}

.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1
}

.wp-lightbox-container button:focus {
  opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none
}

.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000
}

.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none
}

.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
  display: none
}

.wp-lightbox-overlay button {
  background: none;
  border: none
}

.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: .9;
  position: absolute;
  width: 100%;
  z-index: 2000000
}

.wp-lightbox-overlay.active {
  visibility: visible
}

@media not (prefers-reduced-motion) {
  .wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both
  }

  .wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
  }

  .wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
  }

  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in .4s
  }

  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility .4s forwards
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
    animation: lightbox-zoom-out .4s
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
    animation: none
  }

  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility .4s forwards
  }
}

@keyframes show-content-image {
  0% {
    visibility: hidden
  }

  99% {
    visibility: hidden
  }

  to {
    visibility: visible
  }
}

@keyframes turn-on-visibility {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible
  }

  99% {
    opacity: 0;
    visibility: visible
  }

  to {
    opacity: 0;
    visibility: hidden
  }
}

@keyframes lightbox-zoom-in {
  0% {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
  }

  to {
    transform: translate(-50%, -50%) scale(1)
  }
}

@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible
  }

  99% {
    visibility: visible
  }

  to {
    transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility: hidden
  }
}

ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
  line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
  line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
  line-height: 1.5
}

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

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

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

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em
}

.wp-block-latest-comments__comment-excerpt p {
  font-size: .875em;
  margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
  display: block;
  font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: .75em;
  width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
  font-size: inherit
}

.wp-block-latest-posts {
  box-sizing: border-box
}

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

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

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word
}

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

.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - .625em)
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - .9375em)
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em)
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em)
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0
  }
}

:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0
}

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

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

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

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

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

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

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

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

:root :where(.wp-block-list.has-background) {
  padding: 1.25em 2.375em
}

.wp-block-loginout,
.wp-block-media-text {
  box-sizing: border-box
}

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

.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
  align-self: start
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text>.wp-block-media-text__media {
  align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
  align-self: end
}

.wp-block-media-text>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0
}

.wp-block-media-text>.wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media a {
  display: block
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%
}

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

.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  position: relative
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a {
  display: block;
  height: 100%
}

.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%
}

@media (max-width:600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1
  }

  .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2
  }
}

.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center
}

.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0
}

.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative
}

.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none
}

.wp-block-navigation .wp-block-navigation-item__content {
  display: block
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit
}

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
  text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
  text-decoration: line-through
}

.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: .6em;
  line-height: 0;
  margin-left: .25em;
  padding: 0;
  width: .6em
}

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

.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  visibility: hidden;
  width: 0;
  z-index: 2
}

@media not (prefers-reduced-motion) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    transition: opacity .1s linear
  }
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
  margin: 0
}

@media (min-width:782px) {
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: .5em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
    margin-right: .25em
  }

  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg)
  }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%
}

@media (min-width:782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0
  }
}

.wp-block-navigation-submenu {
  display: flex;
  position: relative
}

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

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

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

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
  margin-left: -.6em;
  pointer-events: none
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
  padding: 0
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
  padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
  padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px
}

@media (min-width:782px) {

  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
  color: #000
}

.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0
}

.wp-block-navigation__container .is-responsive {
  display: none
}

.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1
}

@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(.5em)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit
}

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

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

.wp-block-navigation__responsive-container.is-menu-open {
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20rem);
  z-index: 100000
}

@media not (prefers-reduced-motion) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards
  }
}

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

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none
}

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

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto
}

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

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none
  }

  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
  color: #000
}

.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle
}

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

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

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

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

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

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

.wp-block-navigation__responsive-close {
  width: 100%
}

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

.wp-block-navigation__responsive-close:focus {
  outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
  position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
  margin-top: 46px
}

@media (min-width:782px) {
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 32px
  }
}

html.has-modal-open {
  overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word
}

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

.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px
}

.link-ui-block-inserter {
  padding-top: 8px
}

.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase
}

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

.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit
}

.wp-block-page-list {
  box-sizing: border-box
}

.is-small-text {
  font-size: .875em
}

.is-regular-text {
  font-size: 1em
}

.is-large-text {
  font-size: 2.25em
}

.is-larger-text {
  font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: .68;
  margin: .05em .1em 0 0;
  text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: .1em
}

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

:root :where(p.has-background) {
  padding: 1.25em 2.375em
}

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

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg
}

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

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

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

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

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

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

.wp-block-post-author-biography {
  box-sizing: border-box
}

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

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

.wp-block-post-comments-form {
  box-sizing: border-box
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
  font-weight: inherit
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
  font-family: inherit
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),
.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
  font-size: inherit
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
  line-height: inherit
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
  font-style: inherit
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
  letter-spacing: inherit
}

.wp-block-post-comments-form :where(input[type=submit]) {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: .5em
}

.wp-block-post-comments-form input[type=submit] {
  width: auto
}

.wp-block-post-comments-count {
  box-sizing: border-box
}

.wp-block-post-content {
  display: flow-root
}

.wp-block-post-comments-link,
.wp-block-post-date {
  box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
  display: inline-block
}

.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0
}

.wp-block-post-featured-image a {
  display: block;
  height: 100%
}

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

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute
}

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

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

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1
}

.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg
}

.wp-block-post-terms {
  box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box
}

.wp-block-post-title {
  word-break: break-word
}

.wp-block-post-title :where(a) {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

.wp-block-post-author-name {
  box-sizing: border-box
}

.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap
}

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

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

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

.wp-block-pullquote blockquote {
  margin: 0
}

.wp-block-pullquote p {
  margin-top: 0
}

.wp-block-pullquote p:last-child {
  margin-bottom: 0
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative
}

.wp-block-pullquote .has-text-color a {
  color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right
}

.wp-block-pullquote.has-text-align-center blockquote {
  text-align: center
}

.wp-block-pullquote.is-style-solid-color {
  border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0
}

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

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

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

.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em
}

.wp-block-post-template.is-flex-container>li {
  margin: 0;
  width: 100%
}

@media (min-width:600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {
    width: calc(50% - .625em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-3>li {
    width: calc(33.33333% - .83333em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-4>li {
    width: calc(25% - .9375em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-5>li {
    width: calc(20% - 1em)
  }

  .wp-block-post-template.is-flex-container.is-flex-container.columns-6>li {
    width: calc(16.66667% - 1.04167em)
  }
}

@media (max-width:600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr
  }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch
}

.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1)
}

.wp-block-query-pagination.aligncenter {
  justify-content: center
}

.wp-block-query-title,
.wp-block-query-total,
.wp-block-quote {
  box-sizing: border-box
}

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

.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em
}

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

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

.wp-block-quote>cite {
  display: block
}

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

.wp-block-read-more:where(:not([style*=text-decoration])) {
  text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(:not([style*=text-decoration])):focus {
  text-decoration: none
}

ul.wp-block-rss.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
}

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-rss {
  box-sizing: border-box;
  list-style: none;
  padding: 0
}

.wp-block-search__button {
  margin-left: 10px;
  word-break: normal
}

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

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

:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px
}

.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%
}

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

.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
  max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
  overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important
}

:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit
}

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

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

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
  outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
  padding: 4px 8px
}

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

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  float: right
}

.wp-block-separator {
  border: none;
  border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center
}

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

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important
}

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

.wp-block-site-logo a {
  display: inline-block;
  line-height: 0
}

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

.wp-block-site-logo img {
  height: auto;
  max-width: 100%
}

.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit
}

.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

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

.wp-block-site-tagline,
.wp-block-site-title {
  box-sizing: border-box
}

.wp-block-site-title :where(a) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-decoration: inherit
}

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

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

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

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

.wp-block-social-links.has-small-icon-size {
  font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
  font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
  font-size: 48px
}

.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}

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

.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto
}

@media not (prefers-reduced-motion) {
  .wp-block-social-link {
    transition: transform .1s ease
  }
}

.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff
}

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord {
  color: #5865f2
}

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #0866ff
}

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4
}

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000
}

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000
}

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000
}

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

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

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

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

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

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

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

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000
}

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

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
  padding: .25em
}

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

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: .6666666667em;
  padding-right: .6666666667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
  color: #000
}

.wp-block-spacer {
  clear: both
}

.wp-block-tag-cloud {
  box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center
}

.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em
}

.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px
}

.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none
}

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

:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important
}

.wp-block-table {
  overflow-x: auto
}

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

.wp-block-table thead {
  border-bottom: 3px solid
}

.wp-block-table tfoot {
  border-top: 3px solid
}

.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: .5em
}

.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto
}

.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000
}

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

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

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

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

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

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

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

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

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

:root :where(.wp-block-table-of-contents) {
  box-sizing: border-box
}

:where(.wp-block-term-description) {
  box-sizing: border-box;
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex
}

.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}

pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap
}

:where(pre.wp-block-verse) {
  font-family: inherit
}

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

.wp-block-video video {
  vertical-align: middle;
  width: 100%
}

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

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

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

.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes
}

a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super
}

a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0
}

.wp-element-button {
  cursor: pointer
}

:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px
}

:root .has-very-light-gray-background-color {
  background-color: #eee
}

:root .has-very-dark-gray-background-color {
  background-color: #313131
}

:root .has-very-light-gray-color {
  color: #eee
}

:root .has-very-dark-gray-color {
  color: #313131
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}

:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}

:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}

:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}

:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}

:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}

:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}

.has-regular-font-size {
  font-size: 1em
}

.has-larger-font-size {
  font-size: 2.625em
}

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip-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-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}

html :where(.has-border-color) {
  border-style: solid
}

html :where([style*=border-top-color]) {
  border-top-style: solid
}

html :where([style*=border-right-color]) {
  border-right-style: solid
}

html :where([style*=border-bottom-color]) {
  border-bottom-style: solid
}

html :where([style*=border-left-color]) {
  border-left-style: solid
}

html :where([style*=border-width]) {
  border-style: solid
}

html :where([style*=border-top-width]) {
  border-top-style: solid
}

html :where([style*=border-right-width]) {
  border-right-style: solid
}

html :where([style*=border-bottom-width]) {
  border-bottom-style: solid
}

html :where([style*=border-left-width]) {
  border-left-style: solid
}

html :where(img[class*=wp-image-]) {
  height: auto;
  max-width: 100%
}

:where(figure) {
  margin: 0 0 1em
}

html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0px
  }
}

/*! 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
}

.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none
}

:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --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--angeles: #fbdb58;
  --wp--preset--color--angeles-2: #fcefbe;
  --wp--preset--color--body: #282828;
  --wp--preset--color--dusk: #ffac4e;
  --wp--preset--color--dusk-2: #ffc894;
  --wp--preset--color--ink: #282828;
  --wp--preset--color--marina: #009c8e;
  --wp--preset--color--marina-2: #97fded;
  --wp--preset--color--pacific: #186a60;
  --wp--preset--color--scully: #ea5c61;
  --wp--preset--color--scully-2: #ffabad;
  --wp--preset--color--silverlake: #efefef;
  --wp--preset--color--silverlake-2: #f5f5f5;
  --wp--preset--color--sunset: #ffc952;
  --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--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;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

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

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

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

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

.is-layout-flex>:is(*, div) {
  margin: 0
}

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

.is-layout-grid>:is(*, div) {
  margin: 0
}

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

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

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

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

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em
}

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

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

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

/* 
Theme Name: Zbra Studios
Theme URI: https://www.zbrastudios.com
Description: Theme for zbrastudios.com
Author: Zbra Studios
Version: 1.0
*/

body.compensate-for-scrollbar {
  overflow: hidden
}

.fancybox-active {
  height: auto
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992
}

.fancybox-container * {
  box-sizing: border-box
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.fancybox-toolbar {
  right: 0;
  top: 0
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0
}

.fancybox-slide--image:before {
  display: none
}

.fancybox-slide--html {
  padding: 6px
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing
}

.fancybox-container [data-selectable=true] {
  cursor: text
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.fancybox-spaceball {
  z-index: 1
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%
}

.fancybox-slide--video .fancybox-content {
  background: #000
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0
}

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc
}

.fancybox-button:hover {
  color: #fff
}

.fancybox-button:focus {
  outline: none
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none
}

.fancybox-button div {
  height: 100%
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px
}

.fancybox-navigation .fancybox-button div {
  padding: 7px
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right)
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996
}

@supports (padding:max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
  }
}

.fancybox-caption--separate {
  margin-top: -50px
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999
}

@keyframes a {
  to {
    transform: rotate(1turn)
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0)
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0)
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5, .5, .5)
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1)
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn)
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn)
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg)
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0)
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0)
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1)
}

@media (max-height:576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px
  }

  .fancybox-slide--image {
    padding: 6px 0
  }

  .fancybox-close-small {
    right: -6px
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px
  }

  @supports (padding:max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right))
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px
}

.fancybox-share p {
  margin: 0;
  padding: 0
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff
}

.fancybox-share__button:hover {
  text-decoration: none
}

.fancybox-share__button--fb {
  background: #3b5998
}

.fancybox-share__button--fb:hover {
  background: #344e86
}

.fancybox-share__button--pt {
  background: #bd081d
}

.fancybox-share__button--pt:hover {
  background: #aa0719
}

.fancybox-share__button--tw {
  background: #1da1f2
}

.fancybox-share__button--tw:hover {
  background: #0d95e8
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px
}

.fancybox-share__button svg path {
  fill: #fff
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25, .46, .45, .94);
  z-index: 99991
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1
}

@media (max-width:576px) {
  .fancybox-thumbs {
    width: 110px
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px)
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-visuallyhidden {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.slick-loading .slick-list {
  background: #fff url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./ajax-loader.gif) center center no-repeat
}

@font-face {
  font-family: "slick";
  src: url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./fonts/slick.eot);
  src: url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./fonts/slick.eot?#iefix) format("embedded-opentype"), url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./fonts/slick.woff) format("woff"), url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./fonts/slick.ttf) format("truetype"), url(//www.zbrastudios.com/wp-content/themes/zbra/js/slick/./fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: 0 0;
  color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

*:where(:not(html, iframe, canvas, img, svg, video, audio, input[type=range], input[type=checkbox], input[type=radio]):not(svg *, symbol *)) {
  all: unset;
  display: revert
}

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

a,
button {
  cursor: revert
}

ol,
ul,
menu {
  list-style: none
}

img {
  max-inline-size: 100%;
  max-block-size: 100%
}

table {
  border-collapse: collapse
}

input,
textarea {
  -webkit-user-select: auto
}

textarea {
  white-space: revert
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert
}

:where(pre) {
  all: revert
}

::-webkit-input-placeholder {
  color: unset
}

::-moz-placeholder {
  color: unset
}

:-ms-input-placeholder {
  color: unset
}

::-ms-input-placeholder {
  color: unset
}

::placeholder {
  color: unset
}

::marker {
  content: initial
}

:where([hidden]) {
  display: none
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto
}

:where([draggable=true]) {
  -webkit-user-drag: element
}

:where(dialog:modal) {
  all: revert
}

*>*:last-child {
  margin-bottom: 0
}

*>p:last-child,
*>li:last-child,
.col>*:last-child {
  margin-bottom: 0 !important
}

.page p,
.editor-styles-wrapper p {
  margin-bottom: 22.5px;
  font-family: "Aleo", sans-serif
}

.page p+ul,
.page p+ol,
.editor-styles-wrapper p+ul,
.editor-styles-wrapper p+ol {
  margin-top: -5px
}

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

  .page p:not(.keep-br) br,
  .editor-styles-wrapper p:not(.keep-br) br {
    display: none
  }
}

.page a:not([class^=acf-]),
.editor-styles-wrapper a:not([class^=acf-]) {
  color: #186a60;
  text-decoration: underline;
  text-underline-offset: 3px
}

.page a:not([class^=acf-]):hover,
.page a:not([class^=acf-]):focus-visible,
.editor-styles-wrapper a:not([class^=acf-]):hover,
.editor-styles-wrapper a:not([class^=acf-]):focus-visible {
  color: #282828;
  text-decoration: none
}

.page a:not([class^=acf-]):hover img,
.page a:not([class^=acf-]):focus-visible img,
.editor-styles-wrapper a:not([class^=acf-]):hover img,
.editor-styles-wrapper a:not([class^=acf-]):focus-visible img {
  -webkit-filter: brightness(105%);
  filter: brightness(105%)
}

.page a:not([class^=acf-]):focus-visible,
.editor-styles-wrapper a:not([class^=acf-]):focus-visible {
  outline: 1px solid #282828
}

.page a[class*=acf-],
.page a[href*="tel:"],
.editor-styles-wrapper a[class*=acf-],
.editor-styles-wrapper a[href*="tel:"] {
  text-decoration: none
}

.page em,
.editor-styles-wrapper em {
  font-style: italic
}

.page strong,
.editor-styles-wrapper strong {
  font-weight: 700
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6,
.page .h1,
.page .h2,
.page .h3,
.page .h4,
.page .h5,
.page .h6,
.page .gform_title,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper .h1,
.editor-styles-wrapper .h2,
.editor-styles-wrapper .h3,
.editor-styles-wrapper .h4,
.editor-styles-wrapper .h5,
.editor-styles-wrapper .h6,
.editor-styles-wrapper .gform_title {
  margin: 0 0 22.5px;
  font-weight: 400;
  line-height: 1.05em
}

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

  .page h1,
  .page h2,
  .page h3,
  .page h4,
  .page h5,
  .page h6,
  .page .h1,
  .page .h2,
  .page .h3,
  .page .h4,
  .page .h5,
  .page .h6,
  .page .gform_title,
  .editor-styles-wrapper h1,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper h4,
  .editor-styles-wrapper h5,
  .editor-styles-wrapper h6,
  .editor-styles-wrapper .h1,
  .editor-styles-wrapper .h2,
  .editor-styles-wrapper .h3,
  .editor-styles-wrapper .h4,
  .editor-styles-wrapper .h5,
  .editor-styles-wrapper .h6,
  .editor-styles-wrapper .gform_title {
    margin-bottom: 15px
  }
}

.page h1 strong,
.page h2 strong,
.page h3 strong,
.page h4 strong,
.page h5 strong,
.page h6 strong,
.page .h1 strong,
.page .h2 strong,
.page .h3 strong,
.page .h4 strong,
.page .h5 strong,
.page .h6 strong,
.page .gform_title strong,
.editor-styles-wrapper h1 strong,
.editor-styles-wrapper h2 strong,
.editor-styles-wrapper h3 strong,
.editor-styles-wrapper h4 strong,
.editor-styles-wrapper h5 strong,
.editor-styles-wrapper h6 strong,
.editor-styles-wrapper .h1 strong,
.editor-styles-wrapper .h2 strong,
.editor-styles-wrapper .h3 strong,
.editor-styles-wrapper .h4 strong,
.editor-styles-wrapper .h5 strong,
.editor-styles-wrapper .h6 strong,
.editor-styles-wrapper .gform_title strong {
  font-weight: 600
}

.page h1+ul,
.page h1+ol,
.page h2+ul,
.page h2+ol,
.page h3+ul,
.page h3+ol,
.page h4+ul,
.page h4+ol,
.page h5+ul,
.page h5+ol,
.page h6+ul,
.page h6+ol,
.page .h1+ul,
.page .h1+ol,
.page .h2+ul,
.page .h2+ol,
.page .h3+ul,
.page .h3+ol,
.page .h4+ul,
.page .h4+ol,
.page .h5+ul,
.page .h5+ol,
.page .h6+ul,
.page .h6+ol,
.page .gform_title+ul,
.page .gform_title+ol,
.editor-styles-wrapper h1+ul,
.editor-styles-wrapper h1+ol,
.editor-styles-wrapper h2+ul,
.editor-styles-wrapper h2+ol,
.editor-styles-wrapper h3+ul,
.editor-styles-wrapper h3+ol,
.editor-styles-wrapper h4+ul,
.editor-styles-wrapper h4+ol,
.editor-styles-wrapper h5+ul,
.editor-styles-wrapper h5+ol,
.editor-styles-wrapper h6+ul,
.editor-styles-wrapper h6+ol,
.editor-styles-wrapper .h1+ul,
.editor-styles-wrapper .h1+ol,
.editor-styles-wrapper .h2+ul,
.editor-styles-wrapper .h2+ol,
.editor-styles-wrapper .h3+ul,
.editor-styles-wrapper .h3+ol,
.editor-styles-wrapper .h4+ul,
.editor-styles-wrapper .h4+ol,
.editor-styles-wrapper .h5+ul,
.editor-styles-wrapper .h5+ol,
.editor-styles-wrapper .h6+ul,
.editor-styles-wrapper .h6+ol,
.editor-styles-wrapper .gform_title+ul,
.editor-styles-wrapper .gform_title+ol {
  margin-top: 0
}

.page h1 em,
.page h1.angled,
.page h2 em,
.page h2.angled,
.page h3 em,
.page h3.angled,
.page h4 em,
.page h4.angled,
.page h5 em,
.page h5.angled,
.page h6 em,
.page h6.angled,
.page .h1 em,
.page .h1.angled,
.page .h2 em,
.page .h2.angled,
.page .h3 em,
.page .h3.angled,
.page .h4 em,
.page .h4.angled,
.page .h5 em,
.page .h5.angled,
.page .h6 em,
.page .h6.angled,
.page .gform_title em,
.page .gform_title.angled,
.editor-styles-wrapper h1 em,
.editor-styles-wrapper h1.angled,
.editor-styles-wrapper h2 em,
.editor-styles-wrapper h2.angled,
.editor-styles-wrapper h3 em,
.editor-styles-wrapper h3.angled,
.editor-styles-wrapper h4 em,
.editor-styles-wrapper h4.angled,
.editor-styles-wrapper h5 em,
.editor-styles-wrapper h5.angled,
.editor-styles-wrapper h6 em,
.editor-styles-wrapper h6.angled,
.editor-styles-wrapper .h1 em,
.editor-styles-wrapper .h1.angled,
.editor-styles-wrapper .h2 em,
.editor-styles-wrapper .h2.angled,
.editor-styles-wrapper .h3 em,
.editor-styles-wrapper .h3.angled,
.editor-styles-wrapper .h4 em,
.editor-styles-wrapper .h4.angled,
.editor-styles-wrapper .h5 em,
.editor-styles-wrapper .h5.angled,
.editor-styles-wrapper .h6 em,
.editor-styles-wrapper .h6.angled,
.editor-styles-wrapper .gform_title em,
.editor-styles-wrapper .gform_title.angled {
  position: relative;
  display: inline-block;
  top: -2.5px;
  font-family: "Cookie", cursive;
  font-size: 160%;
  font-style: normal !important;
  font-weight: 400;
  line-height: 50%;
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
  white-space: nowrap
}

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

  .page h1 em,
  .page h1.angled,
  .page h2 em,
  .page h2.angled,
  .page h3 em,
  .page h3.angled,
  .page h4 em,
  .page h4.angled,
  .page h5 em,
  .page h5.angled,
  .page h6 em,
  .page h6.angled,
  .page .h1 em,
  .page .h1.angled,
  .page .h2 em,
  .page .h2.angled,
  .page .h3 em,
  .page .h3.angled,
  .page .h4 em,
  .page .h4.angled,
  .page .h5 em,
  .page .h5.angled,
  .page .h6 em,
  .page .h6.angled,
  .page .gform_title em,
  .page .gform_title.angled,
  .editor-styles-wrapper h1 em,
  .editor-styles-wrapper h1.angled,
  .editor-styles-wrapper h2 em,
  .editor-styles-wrapper h2.angled,
  .editor-styles-wrapper h3 em,
  .editor-styles-wrapper h3.angled,
  .editor-styles-wrapper h4 em,
  .editor-styles-wrapper h4.angled,
  .editor-styles-wrapper h5 em,
  .editor-styles-wrapper h5.angled,
  .editor-styles-wrapper h6 em,
  .editor-styles-wrapper h6.angled,
  .editor-styles-wrapper .h1 em,
  .editor-styles-wrapper .h1.angled,
  .editor-styles-wrapper .h2 em,
  .editor-styles-wrapper .h2.angled,
  .editor-styles-wrapper .h3 em,
  .editor-styles-wrapper .h3.angled,
  .editor-styles-wrapper .h4 em,
  .editor-styles-wrapper .h4.angled,
  .editor-styles-wrapper .h5 em,
  .editor-styles-wrapper .h5.angled,
  .editor-styles-wrapper .h6 em,
  .editor-styles-wrapper .h6.angled,
  .editor-styles-wrapper .gform_title em,
  .editor-styles-wrapper .gform_title.angled {
    font-size: 180%
  }
}

.page h1.rotate-light em,
.page h2.rotate-light em,
.page h3.rotate-light em,
.page h4.rotate-light em,
.page h5.rotate-light em,
.page h6.rotate-light em,
.page .h1.rotate-light em,
.page .h2.rotate-light em,
.page .h3.rotate-light em,
.page .h4.rotate-light em,
.page .h5.rotate-light em,
.page .h6.rotate-light em,
.page .gform_title.rotate-light em,
.editor-styles-wrapper h1.rotate-light em,
.editor-styles-wrapper h2.rotate-light em,
.editor-styles-wrapper h3.rotate-light em,
.editor-styles-wrapper h4.rotate-light em,
.editor-styles-wrapper h5.rotate-light em,
.editor-styles-wrapper h6.rotate-light em,
.editor-styles-wrapper .h1.rotate-light em,
.editor-styles-wrapper .h2.rotate-light em,
.editor-styles-wrapper .h3.rotate-light em,
.editor-styles-wrapper .h4.rotate-light em,
.editor-styles-wrapper .h5.rotate-light em,
.editor-styles-wrapper .h6.rotate-light em,
.editor-styles-wrapper .gform_title.rotate-light em {
  top: 5px;
  -webkit-transform: rotate(-4deg);
  transform: rotate(-4deg)
}

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

  .page h1:not(.keep-br) br,
  .page h2:not(.keep-br) br,
  .page h3:not(.keep-br) br,
  .page h4:not(.keep-br) br,
  .page h5:not(.keep-br) br,
  .page h6:not(.keep-br) br,
  .page .h1:not(.keep-br) br,
  .page .h2:not(.keep-br) br,
  .page .h3:not(.keep-br) br,
  .page .h4:not(.keep-br) br,
  .page .h5:not(.keep-br) br,
  .page .h6:not(.keep-br) br,
  .page .gform_title:not(.keep-br) br,
  .editor-styles-wrapper h1:not(.keep-br) br,
  .editor-styles-wrapper h2:not(.keep-br) br,
  .editor-styles-wrapper h3:not(.keep-br) br,
  .editor-styles-wrapper h4:not(.keep-br) br,
  .editor-styles-wrapper h5:not(.keep-br) br,
  .editor-styles-wrapper h6:not(.keep-br) br,
  .editor-styles-wrapper .h1:not(.keep-br) br,
  .editor-styles-wrapper .h2:not(.keep-br) br,
  .editor-styles-wrapper .h3:not(.keep-br) br,
  .editor-styles-wrapper .h4:not(.keep-br) br,
  .editor-styles-wrapper .h5:not(.keep-br) br,
  .editor-styles-wrapper .h6:not(.keep-br) br,
  .editor-styles-wrapper .gform_title:not(.keep-br) br {
    display: none
  }
}

.page h1,
.page .h1,
.page .has-x-large-font-size,
.editor-styles-wrapper h1,
.editor-styles-wrapper .h1,
.editor-styles-wrapper .has-x-large-font-size {
  font-size: min(max(36px, 5vw), 80px)
}

.page h2,
.page .h2,
.editor-styles-wrapper h2,
.editor-styles-wrapper .h2 {
  font-size: min(max(32px, 4.5vw), 60px)
}

.page h3,
.page .h3,
.editor-styles-wrapper h3,
.editor-styles-wrapper .h3 {
  font-size: min(max(28px, 3.5vw), 40px);
  font-weight: 500
}

.page h4,
.page .h4,
.editor-styles-wrapper h4,
.editor-styles-wrapper .h4 {
  font-size: min(max(24px, 3.5vw), 30px)
}

.page h5,
.page .h5,
.editor-styles-wrapper h5,
.editor-styles-wrapper .h5 {
  font-size: min(max(20px, 3vw), 27px)
}

.page h6,
.page .h6,
.editor-styles-wrapper h6,
.editor-styles-wrapper .h6 {
  font-size: min(max(18px, 3vw), 23px)
}

.page ul,
.editor-styles-wrapper ul {
  list-style-type: disc
}

.page ol,
.editor-styles-wrapper ol {
  list-style-type: decimal
}

.page ul,
.page ol,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
  padding-left: 22.5px;
  margin-bottom: 22.5px
}

.page ul li,
.page ol li,
.editor-styles-wrapper ul li,
.editor-styles-wrapper ol li {
  margin-bottom: 5px
}

.page ul li:last-child,
.page ol li:last-child,
.editor-styles-wrapper ul li:last-child,
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0 !important
}

.page ul ul,
.page ul ol,
.page ol ul,
.page ol ol,
.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ul,
.editor-styles-wrapper ol ol {
  margin: 5px 0
}

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

  .page ul,
  .page ol,
  .editor-styles-wrapper ul,
  .editor-styles-wrapper ol {
    margin-bottom: 22.5px
  }
}

.page *>ul:last-child,
.page ol:last-child,
.editor-styles-wrapper *>ul:last-child,
.editor-styles-wrapper ol:last-child {
  margin-bottom: 0
}

.page input[type=file]::-webkit-file-upload-button,
.editor-styles-wrapper input[type=file]::-webkit-file-upload-button {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.page a,
.page button,
.page .button,
.page .btn,
.page input,
.page select,
.page textarea,
.page svg,
.page .fab,
.page .fa,
.page a:hover img,
.page .gform_button,
.page .wp-block-button a,
.page .faq-question .fas,
.page figcaption,
.page .indicator,
.page .navbar-nav .menu-item a:after,
.page .transition-ease,
.page input[type=file]::file-selector-button,
.page .btn:after,
.page .svg-arrow,
.page .svg-circle,
.editor-styles-wrapper a,
.editor-styles-wrapper button,
.editor-styles-wrapper .button,
.editor-styles-wrapper .btn,
.editor-styles-wrapper input,
.editor-styles-wrapper select,
.editor-styles-wrapper textarea,
.editor-styles-wrapper svg,
.editor-styles-wrapper .fab,
.editor-styles-wrapper .fa,
.editor-styles-wrapper a:hover img,
.editor-styles-wrapper .gform_button,
.editor-styles-wrapper .wp-block-button a,
.editor-styles-wrapper .faq-question .fas,
.editor-styles-wrapper figcaption,
.editor-styles-wrapper .indicator,
.editor-styles-wrapper .navbar-nav .menu-item a:after,
.editor-styles-wrapper .transition-ease,
.editor-styles-wrapper input[type=file]::file-selector-button,
.editor-styles-wrapper .btn:after,
.editor-styles-wrapper .svg-arrow,
.editor-styles-wrapper .svg-circle {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.page input,
.page select,
.page textarea,
.editor-styles-wrapper input,
.editor-styles-wrapper select,
.editor-styles-wrapper textarea {
  padding: 5px;
  border-radius: 0;
  color: #282828 !important
}

.page input:focus-visible,
.page select:focus-visible,
.page button:focus-visible,
.page textarea:focus-visible,
.page .wp-block-button a:focus-visible .form-control:focus-visible,
.page .form-control:focus,
.editor-styles-wrapper input:focus-visible,
.editor-styles-wrapper select:focus-visible,
.editor-styles-wrapper button:focus-visible,
.editor-styles-wrapper textarea:focus-visible,
.editor-styles-wrapper .wp-block-button a:focus-visible .form-control:focus-visible,
.editor-styles-wrapper .form-control:focus {
  -webkit-box-shadow: inset 0 0 0 .2rem rgba(162, 181, 194, .25);
  box-shadow: inset 0 0 0 .2rem rgba(162, 181, 194, .25)
}

.page video,
.editor-styles-wrapper video {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto
}

.page iframe,
.editor-styles-wrapper iframe {
  max-width: 100%
}

.page img,
.editor-styles-wrapper img {
  max-width: 100%;
  height: auto
}

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

.page sup,
.editor-styles-wrapper sup {
  top: -.5em
}

.page sub,
.editor-styles-wrapper sub {
  bottom: -.25em
}

img.aligncenter,
figure.aligncenter {
  display: block;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto
}

img.alignleft,
figure.alignleft {
  float: left;
  margin: 0 45px 10px 0 !important
}

img.alignright,
figure.alignright {
  float: right;
  margin: 0 0 10px 45px !important
}

img.alignleft,
img.alignright,
figure.alignleft,
figure.alignright {
  max-width: 50%
}

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

  img.alignleft,
  img.alignright,
  figure.alignleft,
  figure.alignright {
    float: none;
    margin: 0 0 35px
  }
}

.hidden {
  display: none !important
}

.inline-list,
.inline-list li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0
}

.inline-list li,
.inline-list li li {
  display: inline-block;
  margin: 0
}

.inline-list li:before,
.inline-list li li:before {
  content: " | ";
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px
}

.lh-body {
  line-height: 1.4em !important
}

.loader {
  display: block;
  width: 70px;
  height: 70px;
  margin: 70px auto;
  border: 8px solid #efefef;
  border-radius: 50%;
  border-top: 8px solid #ea5c61;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

.mobile-show {
  display: block
}

.no-bullets {
  list-style: none;
  padding: 0
}

a.no-underline {
  color: #282828 !important;
  text-decoration: none !important
}

a.no-underline:hover,
a.no-underline:focus-visible {
  color: #186a60 !important
}

.normal-case {
  text-transform: none !important
}

.normal-weight {
  font-weight: 400 !important
}

.normal-weight strong {
  font-weight: 600 !important
}

.phone-shortcode .phone-svg {
  display: inline-block;
  margin-right: 2.5px;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.phone-shortcode .phone-svg svg {
  fill: #186a60 !important;
  -webkit-transform: scale(.75);
  transform: scale(.75)
}

.entry-content .phone-shortcode {
  color: #282828;
  text-decoration: none
}

.entry-content .phone-shortcode:hover,
.entry-content .phone-shortcode:focus-visible {
  color: #186a60;
  text-decoration: underline
}

.show-tablet,
.show-phone,
.show-small {
  display: none !important
}

.svg-icon svg {
  fill: #2d2d2e;
  transform: scale(.65);
  -webkit-transform: scale(.65)
}

.svg-icon .svg-phone {
  position: relative;
  top: -1.5px
}

.underline {
  text-decoration: underline
}

.upper {
  text-transform: uppercase
}

.zbra-thumbprint {
  position: absolute !important;
  z-index: 20;
  margin: 0 !important
}

.zbra-thumbprint img {
  display: block;
  -webkit-transform: translateY(-23.5%);
  transform: translateY(-23.5%)
}

@media screen and (max-width:1200px) {
  .zbra-thumbprint img {
    max-width: 180px;
    -webkit-transform: translateY(-18%);
    transform: translateY(-18%)
  }
}

@media screen and (max-width:1081px) {
  .zbra-thumbprint {
    position: relative !important;
    margin-bottom: -105px !important
  }

  .zbra-thumbprint img {
    margin: 0 auto;
    -webkit-transform: none;
    transform: none
  }
}

@media screen and (max-width:782px) {
  .zbra-thumbprint {
    margin-bottom: -45px !important
  }
}

@media screen and (max-width:576px) {
  .zbra-thumbprint {
    margin-bottom: -22.5px !important
  }
}

@media screen and (max-width:1081px) {
  .show-tablet {
    display: block !important
  }

  .hide-tablet {
    display: none !important
  }
}

@media screen and (max-width:782px) {
  .show-phone {
    display: block !important
  }

  .hide-phone {
    display: none !important
  }

  .mobile-position-initial {
    position: initial !important
  }

  .mobile-width-120px img,
  img.mobile-width-120px {
    width: 120px !important;
    height: auto
  }

  .page .wp-block-column .zbra-seal figure {
    margin-right: 7.5% !important
  }
}

@media screen and (max-width:576px) {
  .show-small {
    display: block !important
  }

  .hide-small {
    display: none !important
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: $widthS;
  --bs-breakpoint-md: $widthM;
  --bs-breakpoint-lg: $widthL;
  --bs-breakpoint-xl: $widthXL;
  --bs-breakpoint-xxl: $widthXXL
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {

  .container-sm,
  .container {
    max-width: 540px
  }
}

@media (min-width:782px) {

  .container-md,
  .container-sm,
  .container {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px
  }
}

@media (min-width:1440px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y)
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.row-cols-auto>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.33333333%
}

.offset-2 {
  margin-left: 16.66666667%
}

.offset-3 {
  margin-left: 25%
}

.offset-4 {
  margin-left: 33.33333333%
}

.offset-5 {
  margin-left: 41.66666667%
}

.offset-6 {
  margin-left: 50%
}

.offset-7 {
  margin-left: 58.33333333%
}

.offset-8 {
  margin-left: 66.66666667%
}

.offset-9 {
  margin-left: 75%
}

.offset-10 {
  margin-left: 83.33333333%
}

.offset-11 {
  margin-left: 91.66666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: .25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: .25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: .5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: .5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media (min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-sm-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-sm-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-sm-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-sm-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-sm-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-sm-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-sm-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.33333333%
  }

  .offset-sm-2 {
    margin-left: 16.66666667%
  }

  .offset-sm-3 {
    margin-left: 25%
  }

  .offset-sm-4 {
    margin-left: 33.33333333%
  }

  .offset-sm-5 {
    margin-left: 41.66666667%
  }

  .offset-sm-6 {
    margin-left: 50%
  }

  .offset-sm-7 {
    margin-left: 58.33333333%
  }

  .offset-sm-8 {
    margin-left: 66.66666667%
  }

  .offset-sm-9 {
    margin-left: 75%
  }

  .offset-sm-10 {
    margin-left: 83.33333333%
  }

  .offset-sm-11 {
    margin-left: 91.66666667%
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: .25rem
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: .25rem
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: .5rem
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: .5rem
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:782px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-md-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-md-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-md-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-md-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-md-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-md-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-md-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.33333333%
  }

  .offset-md-2 {
    margin-left: 16.66666667%
  }

  .offset-md-3 {
    margin-left: 25%
  }

  .offset-md-4 {
    margin-left: 33.33333333%
  }

  .offset-md-5 {
    margin-left: 41.66666667%
  }

  .offset-md-6 {
    margin-left: 50%
  }

  .offset-md-7 {
    margin-left: 58.33333333%
  }

  .offset-md-8 {
    margin-left: 66.66666667%
  }

  .offset-md-9 {
    margin-left: 75%
  }

  .offset-md-10 {
    margin-left: 83.33333333%
  }

  .offset-md-11 {
    margin-left: 91.66666667%
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: .25rem
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: .25rem
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: .5rem
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: .5rem
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-lg-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-lg-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-lg-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-lg-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-lg-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-lg-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-lg-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.33333333%
  }

  .offset-lg-2 {
    margin-left: 16.66666667%
  }

  .offset-lg-3 {
    margin-left: 25%
  }

  .offset-lg-4 {
    margin-left: 33.33333333%
  }

  .offset-lg-5 {
    margin-left: 41.66666667%
  }

  .offset-lg-6 {
    margin-left: 50%
  }

  .offset-lg-7 {
    margin-left: 58.33333333%
  }

  .offset-lg-8 {
    margin-left: 66.66666667%
  }

  .offset-lg-9 {
    margin-left: 75%
  }

  .offset-lg-10 {
    margin-left: 83.33333333%
  }

  .offset-lg-11 {
    margin-left: 91.66666667%
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: .25rem
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: .25rem
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: .5rem
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: .5rem
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.33333333%
  }

  .offset-xl-2 {
    margin-left: 16.66666667%
  }

  .offset-xl-3 {
    margin-left: 25%
  }

  .offset-xl-4 {
    margin-left: 33.33333333%
  }

  .offset-xl-5 {
    margin-left: 41.66666667%
  }

  .offset-xl-6 {
    margin-left: 50%
  }

  .offset-xl-7 {
    margin-left: 58.33333333%
  }

  .offset-xl-8 {
    margin-left: 66.66666667%
  }

  .offset-xl-9 {
    margin-left: 75%
  }

  .offset-xl-10 {
    margin-left: 83.33333333%
  }

  .offset-xl-11 {
    margin-left: 91.66666667%
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: .25rem
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: .25rem
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: .5rem
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: .5rem
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1440px) {
  .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%
  }

  .row-cols-xxl-4>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%
  }

  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: .25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: .25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: .5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: .5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 3rem
}

@media screen and (max-width:782px) {
  html {
    scroll-padding-top: 2rem
  }
}

@media screen and (max-width:641px) {
  html #wpadminbar {
    position: fixed !important
  }
}

body {
  background-color: #efefef;
  color: #282828;
  font-family: "Aleo", sans-serif;
  font-size: min(max(16px, 2vw), 18px);
  line-height: 1.4em;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

body.admin-bar {
  padding-top: 32px
}

body.admin-bar #main-header {
  margin-top: 32px
}

@media screen and (max-width:782px) {
  body.admin-bar {
    padding-top: 46px
  }

  body.admin-bar #main-header {
    margin-top: 46px
  }
}

body:after {
  content: "";
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  opacity: 0;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

body.show-overlay {
  overflow: hidden !important
}

body.show-overlay:after {
  z-index: 9998;
  opacity: 1
}

body.show-overlay #main-header {
  display: none !important
}

.container,
.container-fluid {
  position: relative;
  max-width: 100%;
  padding: 70px
}

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

  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px
  }
}

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

  .container,
  .container-fluid {
    padding: 45px 35px
  }
}

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

  .container,
  .container-fluid {
    padding: 35px 22.5px
  }
}

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

  .container,
  .container-fluid {
    padding-left: 17.5px;
    padding-right: 17.5px
  }
}

.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: -22.5px;
  margin-right: -22.5px
}

.row+.row {
  margin-top: 45px
}

@media screen and (max-width:782px) {
  .row+.row {
    margin-top: 35px
  }
}

.col,
.col-12 {
  padding-left: 22.5px;
  padding-right: 22.5px
}

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

  #content .row [class*=col-12],
  #content .flex-column-reverse [class*=col-12]:first-child,
  .row+.row {
    margin-bottom: 0;
    margin-top: 35px
  }

  #content .flex-column-reverse [class*=col-12]:last-child {
    margin-bottom: 35px
  }

  #content .row [class*=col-]:first-child,
  #content .flex-column-reverse [class*=col-]:last-child {
    margin-top: 0
  }
}

#page {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden
}

@media screen and (max-width:1px) {
  #page {
    background-color: #282828
  }
}

#skip-to-content {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 15px;
  opacity: 0
}

#skip-to-content:focus,
#skip-to-content:focus-visible {
  z-index: 5000;
  opacity: 1
}

#content {
  margin-top: 105px;
  background-color: #fff
}

@media screen and (max-width:992px) {
  #content {
    margin-top: 105px
  }
}

@media screen and (max-width:782px) {
  #content {
    margin-top: 75px
  }
}

@media screen and (max-width:576px) {
  #content {
    margin-top: 65px
  }
}

#main-container {
  padding-bottom: 70px;
  padding-top: 35px
}

@media screen and (max-width:782px) {
  #main-container {
    padding-bottom: 45px
  }
}

#main-container:after {
  content: "";
  display: table;
  clear: both
}

#main-container .entry-content .acf-custom-block:last-child {
  margin-bottom: 0
}

#main-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  background-color: #fff;
  color: #282828;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

#main-header.nav-down {
  top: -1px !important;
  -webkit-box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, .15);
  box-shadow: 0px 8px 6px -6px rgba(0, 0, 0, .15)
}

#main-header .container {
  max-width: 1920px;
  padding-bottom: 22.5px;
  padding-top: 22.5px
}

@media screen and (max-width:782px) {
  #main-header .container {
    padding-bottom: 10px;
    padding-top: 10px
  }
}

#main-header .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#main-header #logo img {
  display: block;
  width: auto;
  height: 65px
}

@media screen and (max-width:992px) {
  #main-header #logo img {
    height: 55px
  }
}

@media screen and (max-width:782px) {
  #main-header #logo img {
    height: 45px
  }
}

@media screen and (max-width:576px) {
  #main-header #logo img {
    height: 40px
  }
}

@media screen and (max-width:420px) {
  #main-header #logo img {
    height: 35px
  }
}

.locked {
  overflow: hidden !important
}

.locked #main-header {
  top: 0 !important
}

#main-nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

#main-nav>div {
  height: 100%
}

#main-nav .navbar-nav {
  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;
  max-width: 100%;
  padding: 0
}

#main-nav .navbar-nav .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 0 0 45px
}

@media screen and (max-width:1440px) {
  #main-nav .navbar-nav .menu-item {
    margin-left: 35px
  }
}

#main-nav .navbar-nav .menu-item:first-child {
  margin-left: 0
}

#main-nav .navbar-nav .menu-item.mobile-only {
  display: none
}

@media screen and (max-width:1081px) {
  #main-nav .navbar-nav .menu-item.mobile-only {
    display: block
  }
}

#main-nav .navbar-nav .menu-item:hover .indicator,
#main-nav .navbar-nav .menu-item:focus-visible .indicator {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

#main-nav .navbar-nav .menu-item:hover .indicator svg,
#main-nav .navbar-nav .menu-item:focus-visible .indicator svg {
  fill: #000
}

#main-nav .navbar-nav .menu-item.menu-item-has-children .mobile-indicator:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23000000"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1em
}

#main-nav .navbar-nav .menu-item.menu-item-has-children:hover .mobile-indicator:after,
#main-nav .navbar-nav .menu-item.menu-item-has-children:focus-visible .mobile-indicator:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

#main-nav .navbar-nav .menu-item:not(.btn) a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5px 0 0;
  color: #282828;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(16px, 2vw), 18px);
  font-weight: 600;
  letter-spacing: .25px;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase
}

#main-nav .navbar-nav .menu-item:not(.btn) a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2.5px;
  bottom: -2.5px;
  left: 0;
  background-color: #282828;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

#main-nav .navbar-nav .menu-item:not(.btn) a:hover,
#main-nav .navbar-nav .menu-item:not(.btn) a:focus-visible {
  color: #282828
}

#main-nav .navbar-nav .menu-item:not(.btn) a:hover:after,
#main-nav .navbar-nav .menu-item:not(.btn) a:focus-visible:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

#main-nav .navbar-nav .menu-item:not(.btn).current-menu-item a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

#main-nav .navbar-nav .menu-item:not(.btn):nth-of-type(2) a:after {
  background-color: #ea5c61
}

#main-nav .navbar-nav .menu-item:not(.btn):nth-of-type(3) a:after {
  background-color: #fbdb58
}

#main-nav .navbar-nav .menu-item:not(.btn):nth-of-type(4) a:after {
  background-color: #ffac4e
}

#main-nav .navbar-nav .menu-item:not(.btn):nth-of-type(5) a:after {
  background-color: #186a60
}

#main-nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 999;
  min-width: 150px;
  height: auto;
  top: 100%;
  left: -10px;
  padding: 0;
  margin: 0;
  background: #186a60;
  border-radius: 0;
  color: #fff
}

@media screen and (max-width:1200px) {
  #main-nav .sub-menu {
    padding-top: 21px
  }
}

#main-nav .sub-menu li {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0;
  border: none;
  text-align: left
}

#main-nav .sub-menu li a {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 10px !important;
  background-color: #186a60;
  color: #fff !important;
  font-size: 95% !important;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap
}

#main-nav .sub-menu li a:after {
  display: none !important
}

#main-nav .sub-menu li.current-menu-item a,
#main-nav .sub-menu li a:hover,
#main-nav .sub-menu li a:focus-visible {
  background-color: #186a60 !important;
  color: #fff !important;
  outline: none;
  text-decoration: none
}

@media screen and (min-width:1081px) {
  #main-nav li:hover .sub-menu {
    display: block
  }
}

@media screen and (max-width:1081px) {
  #main-nav {
    position: absolute;
    display: block !important;
    z-index: -1;
    width: 100%;
    height: 100vh !important;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0 !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: none;
    opacity: 0;
    overflow-y: auto;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    visibility: hidden
  }

  #main-nav #menu-wrapper {
    opacity: 0
  }

  #main-nav .navbar-nav {
    position: relative;
    right: -90px;
    opacity: 0;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
  }

  #main-nav.show {
    z-index: 2000;
    opacity: 1;
    visibility: visible
  }

  #main-nav.show #menu-wrapper {
    display: block !important;
    padding: 70px 0 10px;
    background: rgba(40, 40, 40, .85);
    color: #fff;
    opacity: 1
  }

  #main-nav.show .navbar-nav {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-height: calc(100vh - 90px);
    margin: 0;
    right: 0;
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto
  }

  #main-nav.show .navbar-nav li,
  #main-nav.show .navbar-nav li a {
    color: #fff !important;
    font-size: min(max(20px, 3vw), 27px) !important;
    text-decoration: none !important;
    text-transform: none
  }

  #main-nav.show .navbar-nav li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 45px 0 22.5px;
    margin: 22.5px 0 0;
    text-transform: none
  }
}

@media screen and (max-width:1081px) and (max-width:576px) {
  #main-nav.show .navbar-nav li {
    padding-right: 35px
  }
}

@media screen and (max-width:1081px) and (max-width:420px) {
  #main-nav.show .navbar-nav li {
    padding-right: 22.5px
  }
}

@media screen and (max-width:1081px) {
  #main-nav.show .navbar-nav li.btn {
    text-align: right
  }

  #main-nav.show .navbar-nav li.menu-item-has-children {
    padding-right: 22.5px
  }

  #main-nav.show .navbar-nav li.menu-item-has-children .mobile-indicator:after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="%23FFFFFF"><path d="M0 7.33l2.829-2.83 9.175 9.339 9.167-9.339 2.829 2.83-11.996 12.17z"/></svg>');
    -webkit-transform: rotate(0) !important;
    transform: rotate(0) !important
  }

  #main-nav.show .navbar-nav li.menu-item-has-children.selected a {
    color: #fff !important
  }

  #main-nav.show .navbar-nav li.menu-item-has-children.selected a:first-child:after {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
  }

  #main-nav.show .navbar-nav li.menu-item-has-children.selected ul li a {
    color: #fff !important
  }

  #main-nav.show .navbar-nav li:before,
  #main-nav.show .navbar-nav li:after {
    display: none !important
  }

  #main-nav.show .navbar-nav li a {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }

  #main-nav.show .navbar-nav li a:after {
    display: none !important
  }

  #main-nav.show .navbar-nav li.current-menu-item a,
  #main-nav.show .navbar-nav li a:hover,
  #main-nav.show .navbar-nav li a:focus-visible {
    color: #fbdb58 !important
  }

  #main-nav.show .navbar-nav li li a,
  #main-nav.show .navbar-nav li.current-menu-item li a {
    color: #fbdb58 !important
  }

  #main-nav.show .navbar-nav li .current-menu-item a,
  #main-nav.show .navbar-nav li li a:hover,
  #main-nav.show .navbar-nav li li a:focus-visible {
    background: 0 0 !important;
    color: #fbdb58 !important;
    text-decoration: underline !important
  }

  #main-nav.show .navbar-nav li .indicator {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important
  }

  #main-nav.show .navbar-nav li .indicator svg {
    position: relative;
    top: 3px;
    fill: #fff !important
  }

  #main-nav.show .navbar-nav li.selected .indicator {
    -webkit-transform: rotate(-180deg) !important;
    transform: rotate(-180deg) !important
  }

  #main-nav.show .navbar-nav li.selected .indicator svg {
    top: 0
  }

  #main-nav.show .navbar-nav .sub-menu {
    display: block;
    position: relative !important;
    width: 100% !important;
    min-width: 1px !important;
    height: 0;
    top: auto !important;
    left: auto !important;
    padding: 0 !important;
    margin: 0;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    overflow: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
  }

  #main-nav.show .navbar-nav .sub-menu li {
    padding: 0 22.5px 0 0 !important;
    margin: 0 !important
  }

  #main-nav.show .navbar-nav .sub-menu li+li {
    margin-top: 35px !important
  }

  #main-nav.show .navbar-nav .sub-menu li a {
    padding: 0 !important;
    background: 0 0 !important;
    font-size: 1.1rem !important
  }
}

#main-nav .selected .sub-menu {
  height: auto !important;
  margin-top: 35px !important;
  overflow: visible !important
}

@media screen and (max-width:576px) {
  #main-nav .selected .sub-menu {
    margin-top: 10px !important
  }
}

#mobile-toggler {
  position: relative;
  z-index: 9999;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center
}

#mobile-toggler svg {
  fill: #000;
  margin: 0 auto
}

#mobile-toggler span {
  position: relative;
  z-index: 3000
}

#mobile-toggler .expanded svg,
#mobile-toggler.clicked .collapsed svg {
  display: none
}

#mobile-toggler.clicked .expanded svg {
  display: block;
  fill: #fff
}

@media screen and (max-width:1081px) {
  #mobile-toggler {
    display: block !important
  }
}

.nav-up #main-nav .sub-menu {
  display: none !important
}

@media screen and (max-width:1081px) {
  .nav-up #main-nav .selected .sub-menu {
    display: block !important
  }
}

.single-work li.menu-item-315 a:after {
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important
}

#main-footer {
  background-color: #efefef
}

#main-footer #footer-menus {
  padding: 90px 120px;
  background-color: #282828;
  color: #fff
}

@media screen and (max-width:1200px) {
  #main-footer #footer-menus {
    padding: 70px
  }
}

@media screen and (max-width:1081px) {
  #main-footer #footer-menus {
    padding: 70px 45px
  }
}

@media screen and (max-width:782px) {
  #main-footer #footer-menus {
    padding: 45px 35px
  }
}

@media screen and (max-width:576px) {
  #main-footer #footer-menus {
    padding: 45px 22.5px
  }
}

@media screen and (max-width:576px) {
  #main-footer #footer-menus {
    padding: 45px 17.5px
  }
}

#main-footer #footer-menus .row {
  margin-left: -35px;
  margin-right: -35px
}

#main-footer #footer-menus .row .col {
  padding-left: 35px;
  padding-right: 35px
}

@media screen and (max-width:782px) {
  #main-footer #footer-menus .row .col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 0
  }

  #main-footer #footer-menus .row .col+.col {
    margin-top: 35px
  }
}

#main-footer #footer-menus .row .col.col1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px
}

#main-footer #footer-menus .row .col.col2 {
  margin-bottom: 125px
}

@media screen and (max-width:782px) {
  #main-footer #footer-menus .row .col.col2 {
    margin-bottom: 0
  }
}

#main-footer #footer-menus .row .col.col3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px
}

#main-footer #footer-menus .row .col.col4 {
  margin-bottom: -125px;
  text-align: center
}

@media screen and (max-width:782px) {
  #main-footer #footer-menus .row .col.col4 {
    margin-bottom: 0
  }
}

#main-footer #footer-menus a {
  color: #fff
}

#main-footer #footer-menus a:hover,
#main-footer #footer-menus a:focus-visible {
  color: #fbdb58
}

#main-footer .footer-logo {
  width: 100px;
  margin-bottom: 5px
}

#main-footer .footer-logo.turn-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1)
}

#main-footer .footer-menu {
  list-style: none;
  padding: 0
}

#main-footer .footer-menu li {
  margin-top: 10px;
  line-height: 1.05em
}

#main-footer .footer-menu li a {
  display: inline-block;
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase
}

#main-footer .footer-menu li a:hover,
#main-footer .footer-menu li a:focus-visible {
  text-decoration: none !important
}

#main-footer .footer-tagline {
  padding-left: 22.5px;
  padding-right: 70px
}

@media screen and (max-width:1200px) {
  #main-footer .footer-tagline {
    padding-right: 22.5px
  }
}

@media screen and (max-width:992px) {
  #main-footer .footer-tagline {
    padding-right: 0
  }
}

@media screen and (max-width:782px) {
  #main-footer .footer-tagline {
    padding-left: 0
  }
}

#main-footer .footer-graphic {
  position: relative;
  width: auto;
  height: 140px;
  top: -125px
}

@media screen and (max-width:782px) {
  #main-footer .footer-graphic {
    top: auto;
    height: 120px
  }
}

#main-footer .footer-meta+.footer-meta {
  margin-top: 35px
}

#main-footer .footer-meta p {
  margin-bottom: 0;
  line-height: 1.25em
}

#main-footer .footer-sm-icons {
  margin-bottom: 0 !important;
  margin-top: 35px
}

@media screen and (max-width:782px) {
  #main-footer .footer-sm-icons {
    text-align: center
  }
}

#main-footer .footer-sm-icons a svg {
  fill: #fff;
  -webkit-transform: scale(1);
  transform: scale(1)
}

#main-footer .footer-sm-icons a:hover svg,
#main-footer .footer-sm-icons a:focus-visible svg {
  fill: #fbdb58
}

#main-footer #copyright-content {
  padding-bottom: 22.5px;
  padding-top: 22.5px;
  text-align: center
}

#main-footer #copyright-content>* {
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(13px, 2vw), 14px)
}

#main-footer #copyright-content p {
  margin-bottom: 0;
  font-family: "Anek Devanagari", sans-serif
}

#main-footer #copyright-content a {
  color: #282828;
  text-decoration: none
}

#main-footer #copyright-content a:hover,
#main-footer #copyright-content a:focus-visible {
  color: #186a60;
  text-decoration: underline
}

#main-footer #copyright-content .copyright-wrapper {
  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
}

@media screen and (max-width:782px) {
  #main-footer #copyright-content .copyright-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

#main-footer #copyright-content .inline-list {
  margin-top: 0;
  padding-left: 0
}

#main-footer #copyright-content .inline-list li {
  margin-bottom: 0
}

#main-footer #copyright-content .designed-by,
#main-footer #copyright-content .recaptcha-legal {
  margin-top: 5px;
  line-height: 1.05em
}

@media screen and (max-width:782px) {
  #main-footer #copyright-content {
    padding-bottom: 22.5px;
    padding-top: 22.5px
  }

  #main-footer #copyright-content .inline-list {
    display: block
  }

  #main-footer #copyright-content .inline-list li {
    display: block;
    margin: 0 !important;
    text-align: center
  }

  #main-footer #copyright-content .inline-list li:before {
    display: none !important
  }

  #main-footer #copyright-content .inline-list li a {
    line-height: 1.35em
  }
}

#page a.btn,
#page span.btn,
#page .wp-block-button a,
#page .gform-button,
#page #field-submit .gform-button,
#page .menu-item.btn a,
.acf-custom-block a.btn,
.acf-custom-block span.btn,
.acf-custom-block .wp-block-button a,
.acf-custom-block .gform-button,
.acf-custom-block #field-submit .gform-button,
.acf-custom-block .menu-item.btn a {
  display: inline-block;
  padding: 13px 35px 10px;
  background: #282828;
  border: 1px solid #282828;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(16px, 2vw), 18px);
  font-weight: 600;
  letter-spacing: .25px;
  line-height: 1em;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase
}

#page a.btn:hover,
#page a.btn:active,
#page a.btn:focus-visible,
#page a.btn:focus,
#page span.btn:hover,
#page span.btn:active,
#page span.btn:focus-visible,
#page span.btn:focus,
#page .wp-block-button a:hover,
#page .wp-block-button a:active,
#page .wp-block-button a:focus-visible,
#page .wp-block-button a:focus,
#page .gform-button:hover,
#page .gform-button:active,
#page .gform-button:focus-visible,
#page .gform-button:focus,
#page #field-submit .gform-button:hover,
#page #field-submit .gform-button:active,
#page #field-submit .gform-button:focus-visible,
#page #field-submit .gform-button:focus,
#page .menu-item.btn a:hover,
#page .menu-item.btn a:active,
#page .menu-item.btn a:focus-visible,
#page .menu-item.btn a:focus,
.acf-custom-block a.btn:hover,
.acf-custom-block a.btn:active,
.acf-custom-block a.btn:focus-visible,
.acf-custom-block a.btn:focus,
.acf-custom-block span.btn:hover,
.acf-custom-block span.btn:active,
.acf-custom-block span.btn:focus-visible,
.acf-custom-block span.btn:focus,
.acf-custom-block .wp-block-button a:hover,
.acf-custom-block .wp-block-button a:active,
.acf-custom-block .wp-block-button a:focus-visible,
.acf-custom-block .wp-block-button a:focus,
.acf-custom-block .gform-button:hover,
.acf-custom-block .gform-button:active,
.acf-custom-block .gform-button:focus-visible,
.acf-custom-block .gform-button:focus,
.acf-custom-block #field-submit .gform-button:hover,
.acf-custom-block #field-submit .gform-button:active,
.acf-custom-block #field-submit .gform-button:focus-visible,
.acf-custom-block #field-submit .gform-button:focus,
.acf-custom-block .menu-item.btn a:hover,
.acf-custom-block .menu-item.btn a:active,
.acf-custom-block .menu-item.btn a:focus-visible,
.acf-custom-block .menu-item.btn a:focus {
  background: #282828;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-box-shadow: 5px 5px 0px 0px #97fded;
  box-shadow: 5px 5px 0px 0px #97fded;
  color: #97fded;
  text-decoration: none
}

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

  #page a.btn,
  #page span.btn,
  #page .wp-block-button a,
  #page .gform-button,
  #page #field-submit .gform-button,
  #page .menu-item.btn a,
  .acf-custom-block a.btn,
  .acf-custom-block span.btn,
  .acf-custom-block .wp-block-button a,
  .acf-custom-block .gform-button,
  .acf-custom-block #field-submit .gform-button,
  .acf-custom-block .menu-item.btn a {
    padding: 10px 30px 7px
  }
}

#page .btn-secondary,
.acf-custom-block .btn-secondary {
  background-color: #fff !important;
  color: #282828 !important
}

#page .btn-secondary:hover,
#page .btn-secondary:active,
#page .btn-secondary:focus-visible,
#page .btn-secondary:focus,
.acf-custom-block .btn-secondary:hover,
.acf-custom-block .btn-secondary:active,
.acf-custom-block .btn-secondary:focus-visible,
.acf-custom-block .btn-secondary:focus {
  background-color: #efefef !important;
  border-bottom-color: #efefef !important;
  border-right-color: #efefef !important;
  -webkit-box-shadow: 5px 5px 0px 0px #fcefbe !important;
  box-shadow: 5px 5px 0px 0px #fcefbe !important;
  color: #282828 !important
}

#page .btn-inverted,
.acf-custom-block .btn-inverted {
  background-color: #fff;
  border: 2px solid #009c8e;
  color: #009c8e
}

#page .btn-inverted.color-body,
.acf-custom-block .btn-inverted.color-body {
  color: #282828
}

#page .btn-inverted.color-body:hover,
#page .btn-inverted.color-body:focus-visible,
.acf-custom-block .btn-inverted.color-body:hover,
.acf-custom-block .btn-inverted.color-body:focus-visible {
  color: #fff
}

#page .btn-inverted:hover,
#page .btn-inverted:focus-visible,
.acf-custom-block .btn-inverted:hover,
.acf-custom-block .btn-inverted:focus-visible {
  background-color: #009c8e;
  border-color: #009c8e;
  color: #fff
}

.fancybox {
  position: relative;
  display: inline-block
}

.fancybox picture {
  -webkit-filter: brightness(25%);
  filter: brightness(25%)
}

.fancybox.play-button:after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 70px;
  height: 70px;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  background: url(//www.zbrastudios.com/wp-content/themes/zbra/sass/../img/button-play.svg) no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1) invert(1);
  filter: grayscale(1) invert(1);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

@media screen and (max-width:782px) {
  .fancybox.play-button:after {
    width: 45px;
    height: 45px;
    margin-left: -22.5px;
    margin-top: -22.5px
  }
}

.fancybox:hover img,
.fancybox:focus-visible img {
  -webkit-filter: brightness(105%);
  filter: brightness(105%);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.fancybox.play-button:hover:after,
.fancybox.play-button:focus-visible:after {
  -webkit-filter: grayscale(.95) invert(.95);
  filter: grayscale(.95) invert(.95)
}

.no-arrow .fancybox:before,
.no-arrow .fancybox:after {
  display: none !important
}

.fancybox-content {
  padding: 35px !important
}

.fancybox-content .gform_wrapper {
  width: 700px;
  margin-bottom: 0
}

.gform_wrapper {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0
}

.gform_wrapper+div {
  margin-top: 70px
}

.gform_wrapper .gform_body {
  width: 100% !important
}

.gform_wrapper .gform_required_legend {
  margin-bottom: 22.5px
}

.gform_wrapper .ginput_container {
  margin: 0 !important
}

.gform_wrapper .gfield {
  margin: 5px 0 0 !important
}

.gform_wrapper .gfield label,
.gform_wrapper .gfield .gfield_label {
  margin-bottom: 5px !important;
  font-weight: 700 !important
}

.gform_wrapper .gfield input,
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  margin-top: 0 !important;
  padding: 5px 10px !important;
  background-color: #fff !important;
  border: 1px solid #bdbdbd !important;
  border-radius: none;
  color: #282828 !important;
  font-size: 1rem !important
}

.gform_wrapper .gfield input.disabled-field,
.gform_wrapper .gfield select.disabled-field,
.gform_wrapper .gfield textarea.disabled-field {
  background-color: #efefef !important
}

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

  .gform_wrapper .gfield input,
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    background-color: #282828 !important;
    color: #fff !important
  }

  .gform_wrapper .gfield input.disabled-field,
  .gform_wrapper .gfield select.disabled-field,
  .gform_wrapper .gfield textarea.disabled-field {
    background-color: #282828 !important
  }
}

.gform_wrapper .gfield select {
  padding-right: 35px !important;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: .75em;
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
  cursor: pointer
}

.gform_wrapper .gfield input[type=file],
.gform_wrapper .gfield input[type=checkbox] {
  height: auto;
  border: none !important
}

.gform_wrapper .gfield input[type=file] {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.gform_wrapper .gfield input[type=file]::-webkit-file-upload-button {
  margin-right: 10px;
  padding: 10px 22.5px !important;
  background-color: #efefef !important;
  color: #282828 !important;
  font-size: 1rem !important;
  line-height: 1em !important
}

.gform_wrapper .gfield input[type=file]::file-selector-button {
  margin-right: 10px;
  padding: 10px 22.5px !important;
  background-color: #efefef !important;
  color: #282828 !important;
  font-size: 1rem !important;
  line-height: 1em !important
}

.gform_wrapper .gfield input[type=file]::-webkit-file-upload-button:hover,
.gform_wrapper .gfield input[type=file]::-webkit-file-upload-button:focus-visible {
  background-color: #efefef !important;
  color: #282828 !important
}

.gform_wrapper .gfield input[type=file]::file-selector-button:hover,
.gform_wrapper .gfield input[type=file]::file-selector-button:focus-visible {
  background-color: #efefef !important;
  color: #282828 !important
}

.gform_wrapper .gfield .gform_fileupload_rules {
  display: none !important
}

.gform_wrapper .gfield .ginput_container_fileupload input {
  width: auto !important;
  border: none
}

.gform_wrapper .gchoice+.gchoice {
  margin-top: 5px
}

.gform_wrapper .gchoice label {
  margin-bottom: 0 !important;
  line-height: 1.45em
}

.gform_wrapper .gchoice .gfield-choice-input {
  position: relative;
  top: .7 5px !important;
  width: 22.5px;
  height: 22.5px;
  margin-right: 5px
}

.gform_wrapper .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gform_wrapper .ginput_container_consent input[type=checkbox] {
  margin-top: 5px !important
}

.gform_wrapper .ginput_container_consent .gfield_consent_label {
  margin: 0 !important;
  padding-left: 5px !important;
  font-weight: 400 !important;
  text-transform: none !important
}

.gform_wrapper .gfield_required {
  color: #ea5c61 !important;
  line-height: 0
}

.gform_wrapper .gfield_required .gfield_required_text {
  position: relative;
  font-size: 0 !important;
  font-style: normal !important
}

.gform_wrapper .gfield_error {
  background: 0 0 !important;
  border: none !important
}

.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #ea5c61 !important
}

.gform_wrapper .gfield_error.gfield_contains_required,
.gform_wrapper .gfield_error.gfield_creditcard_warning {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important
}

.gform_wrapper .gfield_error.gfield_contains_required .ginput_container,
.gform_wrapper .gfield_error.gfield_contains_required .gfield_label,
.gform_wrapper .gfield_error.gfield_creditcard_warning .ginput_container,
.gform_wrapper .gfield_error.gfield_creditcard_warning .gfield_label {
  margin-top: 0 !important
}

.gform_wrapper .validation_message {
  padding-top: 5px !important;
  color: #c00 !important
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  padding: 5px !important;
  background: 0 0 !important;
  border: none !important
}

.gform_wrapper .gfield_checkbox li input {
  vertical-align: top !important
}

.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 35px 0 0 !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.gform_wrapper .gform_footer .button {
  min-width: 200px;
  padding: 5px 22.5px !important;
  margin-bottom: 0 !important;
  background-color: #009c8e !important;
  border: 2px solid #009c8e !important;
  color: #fff !important;
  cursor: pointer;
  font-size: min(max(18px, 3vw), 23px) !important;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase
}

.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_footer .button:focus-visible {
  background-color: #fff !important;
  color: #009c8e !important
}

.gform_wrapper .gfield_description {
  margin-top: -5px;
  padding-top: 0 !important
}

.gform_wrapper .grecaptcha-badge {
  display: none;
  opacity: 0
}

.gform_wrapper .gform_validation_error form {
  opacity: 1 !important;
  -webkit-transform: translate(0);
  transform: translate(0)
}

@media screen and (max-width:782px) {
  .gform_wrapper .gfield {
    margin-top: 5px !important
  }

  .gform_wrapper .gfield label {
    margin-bottom: 5px !important;
    font-size: .95rem !important
  }
}

@media screen and (max-width:641px) {
  .gform_wrapper {
    padding: 0 !important
  }

  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important
  }

  .gform_wrapper .gform_body .gform_fields {
    margin-left: 0 !important;
    margin-right: 0 !important
  }

  .gform_wrapper .gform_body .gform_fields .gfield {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .gform_wrapper .gform_footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important
  }

  .gform_wrapper .gform_footer .gform_button {
    width: auto !important;
    margin-bottom: 0 !important
  }

  .gform_wrapper .ginput_container_consent input[type=checkbox] {
    margin-top: 5px !important
  }

  .gform_wrapper .ginput_container_checkbox {
    margin-top: 10px !important
  }

  .gform_wrapper .gfield-choice-input+label {
    max-width: calc(100% - 42px) !important
  }
}

.wp-block-column .gravity-form {
  max-width: 100% !important
}

.scrollmagic,
.ajax-scrollmagic {
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}

.scrollmagic.speed1,
.ajax-scrollmagic.speed1 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.scrollmagic.speed2,
.ajax-scrollmagic.speed2 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.scrollmagic.speed3,
.ajax-scrollmagic.speed3 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s
}

.scrollmagic.speed4,
.ajax-scrollmagic.speed4 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.scrollmagic.speed5,
.ajax-scrollmagic.speed5 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s
}

.scrollmagic.speed6,
.ajax-scrollmagic.speed6 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s
}

.scrollmagic.speed7,
.ajax-scrollmagic.speed7 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s
}

.scrollmagic.speed8,
.ajax-scrollmagic.speed8 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s
}

.scrollmagic.speed9,
.ajax-scrollmagic.speed9 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-duration: 2s;
  transition-duration: 2s
}

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

  .scrollmagic.speed1,
  .ajax-scrollmagic.speed1 {
    -webkit-transition-duration: .2s;
    transition-duration: .2s
  }

  .scrollmagic.speed2,
  .ajax-scrollmagic.speed2 {
    -webkit-transition-duration: .4s;
    transition-duration: .4s
  }

  .scrollmagic.speed3,
  .ajax-scrollmagic.speed3 {
    -webkit-transition-duration: .6s;
    transition-duration: .6s
  }

  .scrollmagic.speed4,
  .ajax-scrollmagic.speed4 {
    -webkit-transition-duration: .8s;
    transition-duration: .8s
  }

  .scrollmagic.speed5,
  .ajax-scrollmagic.speed5 {
    -webkit-transition-duration: 1s;
    transition-duration: 1s
  }

  .scrollmagic.speed6,
  .ajax-scrollmagic.speed6 {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
  }

  .scrollmagic.speed7,
  .ajax-scrollmagic.speed7 {
    -webkit-transition-duration: 1.4s;
    transition-duration: 1.4s
  }

  .scrollmagic.speed8,
  .ajax-scrollmagic.speed8 {
    -webkit-transition-duration: 1.6s;
    transition-duration: 1.6s
  }

  .scrollmagic.speed9,
  .ajax-scrollmagic.speed9 {
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s
  }
}

@media screen and (min-width:782px) {

  .scrollmagic.from-bottom,
  .ajax-scrollmagic.from-bottom {
    -webkit-transform: translateY(45px);
    transform: translateY(45px)
  }

  .scrollmagic.from-left,
  .ajax-scrollmagic.from-left {
    -webkit-transform: translateX(-45px);
    transform: translateX(-45px)
  }

  .scrollmagic.from-right,
  .ajax-scrollmagic.from-right {
    -webkit-transform: translateX(45px);
    transform: translateX(45px)
  }

  .scrollmagic.from-top,
  .ajax-scrollmagic.from-top {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px)
  }
}

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

  .scrollmagic.from-bottom,
  .scrollmagic.from-left,
  .scrollmagic.from-right,
  .scrollmagic.from-top,
  .ajax-scrollmagic.from-bottom,
  .ajax-scrollmagic.from-left,
  .ajax-scrollmagic.from-right,
  .ajax-scrollmagic.from-top {
    -webkit-transform: translateY(22.5px);
    transform: translateY(22.5px)
  }
}

.scrollmagic.offset1,
.ajax-scrollmagic.offset1 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.scrollmagic.offset2,
.ajax-scrollmagic.offset2 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.scrollmagic.offset3,
.ajax-scrollmagic.offset3 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.scrollmagic.offset4,
.ajax-scrollmagic.offset4 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.scrollmagic.offset5,
.ajax-scrollmagic.offset5 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.scrollmagic.offset6,
.ajax-scrollmagic.offset6 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.scrollmagic.offset7,
.ajax-scrollmagic.offset7 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.scrollmagic.offset8,
.ajax-scrollmagic.offset8 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.scrollmagic.offset9,
.ajax-scrollmagic.offset9 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

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

  .scrollmagic.no-tablet-offset,
  .ajax-scrollmagic.no-tablet-offset {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important
  }
}

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

  .scrollmagic.offset1,
  .ajax-scrollmagic.offset1 {
    -webkit-transition-delay: .15s;
    transition-delay: .15s
  }

  .scrollmagic.offset2,
  .ajax-scrollmagic.offset2 {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }

  .scrollmagic.offset3,
  .ajax-scrollmagic.offset3 {
    -webkit-transition-delay: .45s;
    transition-delay: .45s
  }

  .scrollmagic.offset4,
  .ajax-scrollmagic.offset4 {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }

  .scrollmagic.offset5,
  .ajax-scrollmagic.offset5 {
    -webkit-transition-delay: .75s;
    transition-delay: .75s
  }

  .scrollmagic.offset6,
  .ajax-scrollmagic.offset6 {
    -webkit-transition-delay: .9s;
    transition-delay: .9s
  }

  .scrollmagic.offset7,
  .ajax-scrollmagic.offset7 {
    -webkit-transition-delay: 1.05s;
    transition-delay: 1.05s
  }

  .scrollmagic.offset8,
  .ajax-scrollmagic.offset8 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s
  }

  .scrollmagic.offset9,
  .ajax-scrollmagic.offset9 {
    -webkit-transition-delay: 1.35s;
    transition-delay: 1.35s
  }

  .scrollmagic.no-mobile-offset,
  .ajax-scrollmagic.no-mobile-offset {
    -webkit-transition-delay: .15s !important;
    transition-delay: .15s !important
  }
}

.scrollmagic.visible,
.ajax-scrollmagic.visible {
  opacity: 1;
  -webkit-transform: none !important;
  transform: none !important
}

.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  min-width: 500px;
  margin: 35px auto
}

@media screen and (max-width:782px) {
  .search-form {
    min-width: auto;
    width: 300px;
    max-width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.search-form .search-input {
  padding: 5px 10px;
  border: 1px solid #efefef;
  border-right: none !important
}

@media screen and (max-width:782px) {
  .search-form .search-input {
    width: 65%
  }
}

.search-form .search-input::-webkit-input-placeholder {
  color: #000
}

.search-form .search-input::-moz-placeholder {
  color: #000
}

.search-form .search-input:-ms-input-placeholder {
  color: #000
}

.search-form .search-input::-ms-input-placeholder {
  color: #000
}

.search-form .search-input::placeholder {
  color: #000
}

.search-form .search-submit {
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  line-height: 1em;
  text-align: center
}

@media screen and (max-width:782px) {
  .search-form .search-submit {
    width: 35%
  }
}

.search-form .search-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 10px
}

@media screen and (max-width:782px) {
  .search-form .search-message {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 10px;
    text-align: center
  }
}

.col .slick-slider:first-child {
  margin-top: 0
}

.slider-wrapper {
  position: relative
}

.slick-slider {
  height: 35px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  visibility: hidden
}

@media screen and (max-width:1440px) {
  .slick-slider {
    padding-left: 22.5px;
    padding-right: 22.5px
  }
}

@media screen and (max-width:782px) {
  .slick-slider {
    padding: 0
  }
}

.slick-slider.slick-initialized {
  height: auto;
  visibility: visible;
  opacity: 1
}

.slick-slider.slick-initialized .slick-slide {
  display: block;
  visibility: visible !important
}

.slick-slider .slick-slide {
  display: none
}

.slick-slider .slick-slide:first-child {
  display: block;
  visibility: hidden
}

@media screen and (max-width:576px) {
  .slick-slider.has-multiple {
    padding-bottom: 70px
  }

  .slick-slider.has-multiple .slider-prev,
  .slick-slider.has-multiple .slider-next {
    margin-top: -35px
  }
}

.slider-prev,
.slider-next {
  position: absolute;
  z-index: 10;
  top: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  margin-top: -22.5px;
  background: 0 0 !important;
  border: none;
  cursor: pointer;
  text-align: center
}

.slider-prev svg,
.slider-next svg {
  width: 35px;
  height: auto;
  fill: #186a60
}

.slider-prev svg:hover,
.slider-prev svg:focus-visible,
.slider-next svg:hover,
.slider-next svg:focus-visible {
  fill: #282828
}

.slider-prev {
  left: -70px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

@media screen and (max-width:1440px) {
  .slider-prev {
    left: -10px
  }
}

.slider-next {
  right: -70px
}

@media screen and (max-width:1440px) {
  .slider-next {
    right: -10px
  }
}

.slider-arrows {
  margin-top: 10px;
  text-align: center
}

.slider-arrows .slider-prev,
.slider-arrows .slider-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto
}

.slider-arrows button {
  display: inline-block;
  width: 22.5px;
  height: 22.5px;
  margin: 0 10px;
  background-color: #186a60 !important;
  border-radius: 100%
}

.slider-arrows button svg {
  fill: #efefef !important
}

.sm-icons {
  display: block;
  margin-bottom: -10px
}

.sm-icons svg {
  fill: #282828;
  width: auto;
  height: 22.5px
}

.sm-icons a {
  display: inline-block;
  margin: 0 0 10px 22.5px;
  font-size: 1.5rem;
  line-height: 1em
}

.sm-icons a:first-child {
  margin-left: 0
}

.sm-icons a:hover svg,
.sm-icons a:focus-visible svg {
  fill: #ffac4e
}

@media screen and (max-width:1200px) {
  .sm-icons a {
    margin-left: 10px
  }
}

.post-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -22.5px
}

@media screen and (max-width:782px) {
  .post-terms {
    margin-top: -10px
  }
}

.post-terms .term {
  padding: 10px 10px 5px;
  margin: 22.5px 22.5px 0 0;
  background-color: #186a60;
  border-radius: 4px;
  color: #97fded !important;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(14px, 3vw), 16px);
  font-weight: 600;
  line-height: 1em;
  text-decoration: none !important;
  text-transform: uppercase
}

@media screen and (max-width:782px) {
  .post-terms .term {
    margin: 10px 10px 0 0
  }
}

.post-terms .term:hover,
.post-terms .term:focus-visible {
  background-color: #282828;
  color: #fff !important
}

.post-terms .term:last-child {
  margin-right: 0
}

.entry-content .rank-math-breadcrumb.post-bottom:last-child {
  margin-bottom: 0 !important
}

.post-categories {
  max-width: 900px;
  margin: 0 auto;
  text-align: center
}

@media screen and (max-width:782px) {
  .post-categories {
    margin-bottom: 35px
  }
}

.post-categories ul {
  list-style: none;
  padding: 0
}

.post-categories li {
  display: inline-block;
  margin: 5px 22.5px
}

@media screen and (max-width:992px) {
  .post-categories li {
    margin: 5px
  }
}

@media screen and (max-width:782px) {
  .post-categories li {
    margin: 5px;
    font-size: 90%
  }
}

@media screen and (max-width:576px) {
  .post-categories li {
    margin: 2.5px 5px
  }
}

.post-categories li a {
  color: #009c8e
}

.post-categories li a:hover,
.post-categories li a:focus-visible {
  color: #282828
}

.post-categories li a.current-cat {
  color: #282828 !important;
  font-weight: 700 !important;
  text-decoration: none !important
}

.post-categories+.search-form {
  margin-top: 45px
}

@media screen and (max-width:782px) {
  .post-categories+.search-form {
    margin-top: 35px
  }
}

.post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 70px auto;
  padding: 35px;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25))
}

@media screen and (max-width:782px) {
  .post-row {
    -webkit-filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, .2))
  }
}

@media screen and (max-width:782px) {
  .post-row {
    margin-bottom: 35px;
    margin-top: 35px
  }
}

.post-row .post-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.post-row .post-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.post-category .btn {
  padding: 10px;
  font-size: .925rem;
  line-height: 1em
}

@media screen and (max-width:782px) {
  .post-category .btn {
    padding: 5px;
    font-size: .8rem
  }
}

.post-category,
.post-title,
.post-excerpt {
  margin-bottom: 10px
}

@media screen and (max-width:782px) {
  .col-blog-featured {
    margin-bottom: 35px
  }
}

.post-featured {
  position: relative;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden
}

.post-featured img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center
}

@media screen and (max-width:992px) {
  .post-featured {
    height: 210px
  }
}

@media screen and (max-width:782px) {
  .post-featured {
    height: auto
  }

  .post-featured img {
    position: relative
  }
}

.post-sharing {
  margin-bottom: 70px
}

.post-sharing .sharing-title {
  margin-bottom: 10px
}

.post-sharing .sharing-buttons {
  margin-bottom: -5px !important
}

.post-sharing .sharing-buttons a {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 2.5px;
  margin: 0 10px 5px 0;
  background-color: #0071ce;
  border-radius: 5px;
  color: #fff;
  text-align: center
}

.post-sharing .sharing-buttons a:hover,
.post-sharing .sharing-buttons a:focus-visible {
  background-color: #282828 !important
}

.post-sharing .sharing-buttons a:hover svg,
.post-sharing .sharing-buttons a:focus-visible svg {
  fill: #fff
}

@media screen and (max-width:782px) {
  .post-sharing .sharing-buttons a {
    width: 40px;
    height: 40px
  }
}

.post-sharing .sharing-buttons .button-facebook {
  background-color: #4267b2
}

.post-sharing .sharing-buttons .button-twitter {
  background-color: #1da1f2
}

.post-sharing .sharing-buttons .button-linkedin {
  background-color: #0e76a8
}

.post-sharing .sharing-buttons .button-email {
  background-color: #9c777c
}

@media screen and (max-width:782px) {
  .post-sharing .sharing-buttons svg {
    width: 26px;
    height: 26px;
    top: 4px
  }
}

@media screen and (max-width:782px) {
  .post-sharing {
    margin-bottom: 45px
  }
}

.single-post .rank-math-breadcrumb {
  margin-bottom: 45px
}

.single-post .rank-math-breadcrumb.post-bottom {
  margin-bottom: 0;
  margin-top: 45px
}

.single-post .rank-math-breadcrumb a {
  color: #009c8e;
  text-decoration: none
}

.single-post .rank-math-breadcrumb a:hover,
.single-post .rank-math-breadcrumb a:focus-visible {
  color: #282828;
  text-decoration: underline
}

.single-post .featured-image {
  display: block;
  margin: 0 auto 45px
}

.single-post .entry-content h1,
.single-post .entry-content .h1,
.single-post .entry-content h2,
.single-post .entry-content .h2,
.single-post .entry-content h3,
.single-post .entry-content .h3,
.single-post .entry-content h4,
.single-post .entry-content .h4,
.single-post .entry-content h5,
.single-post .entry-content .h5,
.single-post .entry-content h6,
.single-post .entry-content .h6 {
  color: #282828
}

.single-post .entry-content h1,
.single-post .entry-content .h1,
.single-post .entry-content h2,
.single-post .entry-content .h2,
.single-post .entry-content h3,
.single-post .entry-content .h3 {
  font-size: min(max(1.4rem, 3.5vw), min(max(28px, 3.5vw), 40px));
  font-weight: 600;
  line-height: 1.05em
}

.single-post .entry-content h4,
.single-post .entry-content .h4,
.single-post .entry-content h5,
.single-post .entry-content .h5,
.single-post .entry-content h6,
.single-post .entry-content .h6 {
  font-size: min(max(1.2rem, 3vw), min(max(24px, 3.5vw), 30px));
  line-height: 1.05em
}

.single-post .entry-content a {
  color: #009c8e
}

.single-post .entry-content a:hover,
.single-post .entry-content a:focus-visible {
  color: #282828
}

.single-post .entry-content .wp-block-image figure {
  padding: 5px;
  background-color: #efefef;
  border: 1px solid #efefef
}

.single-post .entry-content .wp-block-image figcaption {
  margin-bottom: 0;
  margin-top: -2.5px;
  padding: 10px;
  background-color: #efefef;
  border: 1px solid #efefef;
  border-top: none;
  color: #282828;
  font-size: 85%;
  line-height: 1.35em;
  text-align: center
}

.single-post .post-search-categories {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 35px
}

.single-post .post-search-categories .post-categories+.search-form {
  margin-bottom: 45px;
  margin-top: 22.5px
}

.single-post .block-related-resources {
  margin-bottom: 0
}

.post-pagination {
  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;
  width: 100%;
  margin-bottom: 0;
  margin-top: 70px;
  text-align: center
}

@media screen and (max-width:782px) {
  .post-pagination {
    margin-top: 45px
  }
}

@media screen and (max-width:576px) {
  .post-pagination {
    position: relative;
    padding-bottom: 45px
  }
}

.post-pagination a,
.post-pagination span {
  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;
  width: 70px;
  height: 70px;
  margin: 5px;
  border-radius: 4px;
  color: #186a60;
  font-size: min(max(16px, 2vw), 18px);
  font-weight: 400;
  line-height: 1em;
  text-decoration: none
}

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

  .post-pagination a,
  .post-pagination span {
    width: 45px;
    height: 45px;
    margin: 2.5px
  }
}

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

  .post-pagination a,
  .post-pagination span {
    width: 35px;
    height: 35px;
    margin: 2.5px 5px
  }
}

.post-pagination a:hover,
.post-pagination a:focus-visible {
  background-color: #186a60;
  color: #fff;
  text-decoration: none
}

.post-pagination .current {
  background-color: #186a60;
  color: #fff !important
}

.post-pagination svg {
  fill: #186a60;
  width: 35px;
  height: 35px
}

@media screen and (max-width:782px) {
  .post-pagination svg {
    width: 22.5px;
    height: 22.5px
  }
}

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

  .post-pagination .next,
  .post-pagination .prev {
    position: absolute;
    bottom: 0
  }
}

.post-pagination .next:hover,
.post-pagination .next:focus-visible,
.post-pagination .prev:hover,
.post-pagination .prev:focus-visible {
  background-color: #186a60
}

.post-pagination .next:hover svg,
.post-pagination .next:focus-visible svg,
.post-pagination .prev:hover svg,
.post-pagination .prev:focus-visible svg {
  fill: #fff !important
}

@media screen and (max-width:576px) {
  .post-pagination .next {
    margin: 0;
    margin-right: -45px
  }
}

@media screen and (max-width:576px) {
  .post-pagination .prev {
    margin: 0;
    margin-left: -45px
  }
}

.post-pagination .prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

@media screen and (min-width:576px) {
  .post-pagination.page-1 {
    padding-left: 80px
  }

  .post-pagination.last-page {
    padding-right: 80px
  }
}

@media screen and (max-width:576px) {
  .post-pagination.page-1 .next {
    margin-right: 0
  }

  .post-pagination.last-page .prev {
    margin-left: 0
  }
}

.post-type-archive-work .posts-area .work-post {
  position: relative;
  margin: 70px 0 0
}

@media screen and (max-width:782px) {
  .post-type-archive-work .posts-area .work-post {
    margin-top: 45px
  }
}

@media screen and (max-width:576px) {
  .post-type-archive-work .posts-area .work-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.post-type-archive-work .posts-area .work-post:after {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  right: 58%;
  -webkit-transition: all .35s ease;
  transition: all .35s ease
}

@media screen and (max-width:1081px) {
  .post-type-archive-work .posts-area .work-post:after {
    right: 54%
  }
}

@media screen and (max-width:782px) {
  .post-type-archive-work .posts-area .work-post:after {
    right: 48%
  }
}

@media screen and (max-width:576px) {
  .post-type-archive-work .posts-area .work-post:after {
    display: none !important
  }
}

.post-type-archive-work .posts-area .work-post:hover:after,
.post-type-archive-work .posts-area .work-post:focus-visible:after {
  width: 42%
}

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

  .post-type-archive-work .posts-area .work-post:hover:after,
  .post-type-archive-work .posts-area .work-post:focus-visible:after {
    width: 46%
  }
}

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

  .post-type-archive-work .posts-area .work-post:hover:after,
  .post-type-archive-work .posts-area .work-post:focus-visible:after {
    width: 52%
  }
}

@media screen and (min-width:782px) {

  .post-type-archive-work .posts-area .work-post:hover .col-content,
  .post-type-archive-work .posts-area .work-post:focus-visible .col-content {
    padding-left: 10px;
    padding-top: 10px
  }
}

.post-type-archive-work .posts-area .work-post .link-overlay {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  overflow: hidden;
  text-indent: -999999px
}

.post-type-archive-work .posts-area .work-post:nth-child(5n+1):after {
  background-color: #fcefbe
}

.post-type-archive-work .posts-area .work-post:nth-child(5n+2):after {
  background-color: #ffabad
}

.post-type-archive-work .posts-area .work-post:nth-child(5n+3):after {
  background-color: #97fded
}

.post-type-archive-work .posts-area .work-post:nth-child(5n+4):after {
  background-color: #ffc894
}

.post-type-archive-work .posts-area .work-post:nth-child(5n+5):after {
  background-color: #efefef
}

.post-type-archive-work .posts-area .work-post .col-content,
.post-type-archive-work .posts-area .work-post .col-image {
  position: relative;
  z-index: 2;
  padding-left: 0;
  padding-right: 0
}

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

  .post-type-archive-work .posts-area .work-post .col-content,
  .post-type-archive-work .posts-area .work-post .col-image {
    max-width: 100% !important
  }
}

.post-type-archive-work .posts-area .work-post .col-content {
  max-width: 42%;
  padding-right: 45px
}

@media screen and (max-width:1081px) {
  .post-type-archive-work .posts-area .work-post .col-content {
    max-width: 46%
  }
}

@media screen and (max-width:782px) {
  .post-type-archive-work .posts-area .work-post .col-content {
    max-width: 52%;
    padding-right: 35px
  }
}

@media screen and (max-width:576px) {
  .post-type-archive-work .posts-area .work-post .col-content {
    padding-right: 0
  }
}

.post-type-archive-work .posts-area .work-post .col-image {
  max-width: 58%
}

@media screen and (max-width:1081px) {
  .post-type-archive-work .posts-area .work-post .col-image {
    max-width: 54%
  }
}

@media screen and (max-width:782px) {
  .post-type-archive-work .posts-area .work-post .col-image {
    max-width: 48%
  }
}

@media screen and (max-width:576px) {
  .post-type-archive-work .posts-area .work-post .col-image {
    margin-bottom: 22.5px
  }
}

.post-type-archive-work .posts-area .work-post .col-image img {
  display: block
}

.post-type-archive-work .posts-area .work-post .entry-title {
  font-family: "Aleo", sans-serif;
  font-weight: 400
}

.post-type-archive-work .posts-area .work-post .entry-title a:hover,
.post-type-archive-work .posts-area .work-post .entry-title a:focus-visible {
  color: #282828 !important
}

.post-type-archive-work .posts-area .post-terms .term {
  background-color: #f5f5f5;
  color: #282828 !important
}

.post-type-archive-work .posts-area .post-terms .term:hover,
.post-type-archive-work .posts-area .post-terms .term:focus-visible {
  background-color: #efefef
}

.work-label {
  margin-bottom: 35px;
  color: #186a60;
  font-family: "Anek Devanagari", sans-serif !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase
}

@media screen and (max-width:782px) {
  .work-label {
    margin-bottom: 22.5px
  }
}

.work-hr {
  background-color: #ffc952 !important
}

.work-pagination {
  margin-bottom: 0 !important
}

.work-pagination .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media screen and (max-width:576px) {
  .work-pagination .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .work-pagination .row .col {
    text-align: center !important
  }

  .work-pagination .row .col.work-back {
    margin-top: 35px
  }
}

.work-pagination .row svg {
  display: inline-block;
  width: 24px;
  height: auto;
  margin-right: 10px;
  fill: #282828
}

@media screen and (max-width:782px) {
  .work-pagination .row svg {
    width: 20px
  }
}

.work-pagination .row a:hover svg,
.work-pagination .row a:focus-visible svg {
  fill: #186a60
}

.work-pagination .row .work-next {
  text-align: right
}

.work-pagination .row .work-next svg {
  margin-left: 10px;
  margin-right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.block-accordion-content {
  margin-bottom: 45px
}

@media screen and (max-width:782px) {
  .block-accordion-content {
    margin-bottom: 35px
  }
}

.block-accordion-content .accordion-item {
  border: none !important
}

.block-accordion-content .accordion-item+.accordion-item {
  margin-top: 22.5px
}

.block-accordion-content .accordion-item .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding: 15px 70px 5px 35px;
  background-color: #efefef;
  color: #186a60;
  cursor: pointer;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(28px, 3.5vw), 40px);
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

@media screen and (max-width:782px) {
  .block-accordion-content .accordion-item .accordion-title {
    padding-right: 45px
  }
}

.block-accordion-content .accordion-item .accordion-title:hover,
.block-accordion-content .accordion-item .accordion-title:focus-visible {
  background-color: #f5f5f5;
  text-decoration: none
}

.block-accordion-content .accordion-item .accordion-title:before {
  content: "+";
  position: absolute;
  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;
  top: 62%;
  right: 35px;
  color: #282828;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(32px, 4.5vw), 60px);
  font-weight: 300;
  line-height: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:782px) {
  .block-accordion-content .accordion-item .accordion-title:before {
    right: 22.5px
  }
}

.block-accordion-content .accordion-item .accordion-title.expanded:before {
  content: "–";
  top: calc(62% - 3px);
  right: 34px
}

@media screen and (max-width:782px) {
  .block-accordion-content .accordion-item .accordion-title.expanded:before {
    top: calc(62% - 2px);
    right: 21.5px
  }
}

.block-accordion-content .accordion-item .accordion-content {
  display: none;
  padding: 22.5px 22.5px 0
}

@media screen and (max-width:782px) {
  .block-accordion-content .accordion-item .accordion-content {
    padding: 10px 10px 0
  }
}

.block-accordion-content .accordion-item.item1 .accordion-content {
  display: block
}

.block-accordion-content.pull-left {
  margin-left: -120px
}

.block-accordion-content.pull-left .accordion-title,
.block-accordion-content.pull-left .accordion-content {
  padding-left: 120px
}

.block-accordion-content.before-brand-stripes-block {
  margin-bottom: 120px
}

.block-awards-highlights {
  padding-bottom: 0 !important;
  background-color: #000;
  color: #fcefbe
}

.block-awards-highlights .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 120px
}

@media screen and (max-width:1366px) {
  .block-awards-highlights .row {
    padding-right: 0
  }
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .row {
    position: relative
  }
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.block-awards-highlights .row .col-image,
.block-awards-highlights .row .col-awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.block-awards-highlights .row .col-image {
  padding-left: 0 !important;
  padding-right: 45px !important
}

@media screen and (max-width:1200px) {
  .block-awards-highlights .row .col-image {
    padding-right: 22.5px !important
  }
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .row .col-image {
    position: absolute;
    width: 50%;
    bottom: 0;
    left: 0;
    padding: 0 !important
  }
}

.block-awards-highlights .row .col-image img {
  display: block;
  margin: 0 auto
}

@media screen and (min-width:1600px) {
  .block-awards-highlights .row .col-image img {
    width: auto;
    max-height: 750px
  }
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .row .col-image img {
    width: auto;
    max-height: 400px;
    margin-left: 0
  }
}

.block-awards-highlights .row .col-headline {
  padding-top: 35px
}

@media screen and (max-width:1480px) {
  .block-awards-highlights .row .col-headline {
    padding-top: 0
  }
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row .col-headline {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.block-awards-highlights .row .col-headline .headline {
  margin-top: 5px;
  font-family: "Aleo", sans-serif
}

.block-awards-highlights .row .col-awards {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .row .col-awards {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px
  }
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row .col-awards {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-top: 45px;
    padding-bottom: 10px;
    padding-right: 120px !important
  }
}

@media screen and (max-width:480px) {
  .block-awards-highlights .row .col-awards {
    padding-right: 90px !important
  }
}

@media screen and (max-width:420px) {
  .block-awards-highlights .row .col-awards {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px
  }
}

.block-awards-highlights .row .col-awards .awards-slider {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  margin-top: -35px
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row .col-awards .awards-slider {
    margin-top: -10px
  }
}

@media screen and (max-width:420px) {
  .block-awards-highlights .row .col-awards .awards-slider {
    margin-top: 0
  }
}

.block-awards-highlights .row .col-awards .awards-slider:after {
  content: "";
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 270px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.87%, rgba(0, 0, 0, 0)), color-stop(84.78%, rgba(0, 0, 0, .85)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) -26.87%, rgba(0, 0, 0, .85) 84.78%);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.block-awards-highlights .row .col-awards .awards-slider.last-slide:after {
  z-index: -1 !important;
  opacity: 0 !important
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide {
  margin-top: 35px;
  padding: 0 0 35px !important
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row .col-awards .awards-slider .slick-slide {
    margin-top: 10px
  }
}

@media screen and (max-width:420px) {
  .block-awards-highlights .row .col-awards .awards-slider .slick-slide {
    margin-top: 0
  }
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide .large-text {
  display: block;
  margin-bottom: 0;
  margin-top: 27.5px;
  font-family: "Anek Devanagari", sans-serif;
  font-size: 140px;
  font-weight: 500;
  line-height: 100px;
  text-transform: uppercase
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .row .col-awards .awards-slider .slick-slide .large-text {
    font-size: 120px;
    line-height: 80px
  }
}

@media screen and (max-width:782px) {
  .block-awards-highlights .row .col-awards .awards-slider .slick-slide .large-text {
    font-size: 100px;
    line-height: 60px
  }
}

@media screen and (max-width:420px) {
  .block-awards-highlights .row .col-awards .awards-slider .slick-slide .large-text {
    font-size: 80px
  }
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide hr {
  margin-top: 0;
  background-color: #fcefbe
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide hr.visible {
  max-width: 100%
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide .description {
  margin-bottom: 0;
  color: #fff;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(18px, 3vw), 23px);
  font-weight: 600;
  line-height: 1.1em;
  text-transform: uppercase
}

.block-awards-highlights .row .col-awards .awards-slider .slick-slide .organization {
  color: #fff
}

.block-awards-highlights .row .col-awards .slider-prev,
.block-awards-highlights .row .col-awards .slider-next {
  width: 45px;
  height: 45px;
  padding: 0;
  left: -105px;
  right: auto
}

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

  .block-awards-highlights .row .col-awards .slider-prev,
  .block-awards-highlights .row .col-awards .slider-next {
    right: -105px;
    left: auto
  }
}

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

  .block-awards-highlights .row .col-awards .slider-prev,
  .block-awards-highlights .row .col-awards .slider-next {
    right: -70px
  }
}

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

  .block-awards-highlights .row .col-awards .slider-prev,
  .block-awards-highlights .row .col-awards .slider-next {
    right: -60px
  }
}

.block-awards-highlights .row .col-awards .slider-prev svg,
.block-awards-highlights .row .col-awards .slider-next svg {
  width: 45px;
  left: auto;
  right: auto;
  fill: #ffc952
}

.block-awards-highlights .row .col-awards .slider-prev.slick-disabled,
.block-awards-highlights .row .col-awards .slider-next.slick-disabled {
  padding: 0
}

.block-awards-highlights .row .col-awards .slider-prev.slick-disabled svg,
.block-awards-highlights .row .col-awards .slider-next.slick-disabled svg {
  fill: #fcefbe;
  opacity: .75
}

.block-awards-highlights .row .col-awards .slider-prev {
  top: 50%;
  margin: -27.5px 0 0
}

.block-awards-highlights .row .col-awards .slider-next {
  top: 50%;
  margin: 27.5px 0 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.block-awards-highlights .all-awards {
  position: fixed;
  z-index: 0;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #fff;
  color: #282828;
  opacity: 0;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

@media screen and (max-width:1200px) {
  .block-awards-highlights .all-awards {
    width: 65%
  }
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .all-awards {
    width: 70%
  }
}

@media screen and (max-width:992px) {
  .block-awards-highlights .all-awards {
    width: 75%
  }
}

@media screen and (max-width:782px) {
  .block-awards-highlights .all-awards {
    width: 80%
  }
}

@media screen and (max-width:576px) {
  .block-awards-highlights .all-awards {
    width: 85%
  }
}

.block-awards-highlights .all-awards.show {
  z-index: 9999;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.block-awards-highlights .all-awards .inner {
  height: 100%;
  padding: 70px 45px 35px;
  overflow-y: auto
}

@media screen and (max-width:1081px) {
  .block-awards-highlights .all-awards .inner {
    padding-left: 35px;
    padding-right: 35px
  }
}

@media screen and (max-width:576px) {
  .block-awards-highlights .all-awards .inner {
    padding-left: 22.5px;
    padding-right: 22.5px
  }
}

.block-awards-highlights .all-awards .inner .headline {
  text-align: center
}

.block-awards-highlights .all-awards .inner .awards-table {
  width: 100%;
  margin-left: -10px;
  margin-right: -10px
}

.block-awards-highlights .all-awards .inner .awards-table th,
.block-awards-highlights .all-awards .inner .awards-table td {
  padding: 10px;
  font-size: 75%;
  line-height: 1.35em
}

.block-awards-highlights .all-awards .inner .awards-table th {
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  text-transform: uppercase
}

.block-awards-highlights .all-awards .inner .awards-table tr:nth-child(even) {
  background-color: #fef9e7
}

@media screen and (max-width:576px) {
  .block-awards-highlights .all-awards .inner .awards-table thead {
    display: none !important
  }

  .block-awards-highlights .all-awards .inner .awards-table table,
  .block-awards-highlights .all-awards .inner .awards-table tbody,
  .block-awards-highlights .all-awards .inner .awards-table tr,
  .block-awards-highlights .all-awards .inner .awards-table td {
    display: block !important
  }

  .block-awards-highlights .all-awards .inner .awards-table tr {
    padding: 10px
  }

  .block-awards-highlights .all-awards .inner .awards-table td {
    padding: 0 !important;
    background: 0 0 !important;
    border: none !important;
    font-size: 90% !important
  }

  .block-awards-highlights .all-awards .inner .awards-table td+td {
    padding-top: 1.5px !important
  }

  .block-awards-highlights .all-awards .inner .awards-table td span {
    font-weight: 600
  }
}

.block-awards-highlights .all-awards .close-awards {
  position: absolute;
  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;
  width: 40px;
  height: 40px;
  padding-top: 7.5px;
  top: 45px;
  left: -45px;
  background-color: #fff;
  border: 2px solid #282828 !important;
  border-radius: 100%;
  color: #282828;
  cursor: pointer;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.block-awards-highlights .all-awards .close-awards:hover,
.block-awards-highlights .all-awards .close-awards:focus-visible {
  background-color: #fcefbe
}

.block-brand-stripes {
  position: absolute;
  width: calc(100% + 90px);
  bottom: 0;
  z-index: 0
}

@media screen and (max-width:992px) {
  .block-brand-stripes {
    width: calc(100% + 22.5px)
  }
}

.block-brand-stripes+* {
  position: relative;
  z-index: 5
}

.block-brand-stripes .stripes .stripe {
  width: 0;
  height: 10px;
  margin-top: 5px;
  font-size: 0;
  overflow: hidden;
  text-indent: -99999px;
  -webkit-transition: all .9s ease-out;
  transition: all .9s ease-out
}

.block-brand-stripes .stripes .stripe.stripe2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.block-brand-stripes .stripes .stripe.stripe3 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.block-brand-stripes .stripes .stripe.stripe4 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.block-brand-stripes .stripes .stripe.stripe5 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.block-brand-stripes .stripes.visible .stripe1 {
  width: 70%
}

.block-brand-stripes .stripes.visible .stripe2 {
  width: 77.5%
}

.block-brand-stripes .stripes.visible .stripe3 {
  width: 85%
}

.block-brand-stripes .stripes.visible .stripe4 {
  width: 92.5%
}

.block-brand-stripes .stripes.visible .stripe5 {
  width: 100%
}

.block-brand-stripes.size-small {
  width: calc(100% + 20px)
}

@media screen and (max-width:992px) {
  .block-brand-stripes.size-small {
    width: calc(100% + 45px)
  }
}

@media screen and (max-width:782px) {
  .block-brand-stripes.size-small {
    width: calc(100% + 22.5px)
  }
}

.block-brand-stripes.size-large .stripes .stripe {
  height: 22.5px
}

.block-brand-stripes.direction-left {
  left: -70px
}

@media screen and (max-width:782px) {
  .block-brand-stripes.direction-left {
    left: -35px
  }
}

.block-brand-stripes.direction-left .stripes {
  margin-right: auto
}

.block-brand-stripes.direction-left .stripes .stripe {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px
}

.block-brand-stripes.direction-right {
  right: -70px;
  text-align: right
}

@media screen and (max-width:782px) {
  .block-brand-stripes.direction-right {
    right: -35px
  }
}

.block-brand-stripes.direction-right .stripes {
  margin-left: auto
}

.block-brand-stripes.direction-right .stripes .stripe {
  margin-left: auto;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px
}

.page #content .wp-block-columns.stripes-columns .wp-block-column {
  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;
  height: auto
}

.block-cards-row {
  position: relative;
  padding-top: 45px !important
}

@media screen and (max-width:1081px) {
  .block-cards-row {
    padding-top: 35px !important
  }
}

@media screen and (max-width:782px) {
  .block-cards-row {
    padding-top: 22.5px !important
  }
}

@media screen and (max-width:576px) {
  .block-cards-row {
    padding-top: 10px !important
  }
}

.block-cards-row .row {
  position: relative;
  z-index: 2;
  margin-left: -17.5px !important;
  margin-right: -17.5px !important
}

@media screen and (max-width:782px) {
  .block-cards-row .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.block-cards-row .row .col-card {
  padding-left: 17.5px !important;
  padding-right: 17.5px !important
}

@media screen and (max-width:782px) {
  .block-cards-row .row .col-card+.col-card {
    margin-top: 35px !important
  }
}

.block-cards-row .row .col-card .card-bg {
  height: 100%
}

.block-cards-row .row .col-card .image {
  position: relative;
  height: 300px
}

@media screen and (max-width:1081px) {
  .block-cards-row .row .col-card .image {
    height: 260px
  }
}

@media screen and (max-width:782px) {
  .block-cards-row .row .col-card .image {
    height: 220px
  }
}

@media screen and (max-width:576px) {
  .block-cards-row .row .col-card .image {
    height: 180px
  }
}

.block-cards-row .row .col-card .image img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.block-cards-row .row .col-card .card-inner {
  padding: 35px;
  color: #fff;
  text-align: center
}

@media screen and (max-width:782px) {
  .block-cards-row .row .col-card .card-inner {
    padding: 22.5px
  }
}

.block-cards-row .row .col-card .card-inner .headline {
  padding-left: 10px;
  padding-right: 10px
}

.block-cards-row .bottom-bg {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0
}

.page .has-angeles-color,
.page .has-angeles-color>*,
.editor-styles-wrapper .has-angeles-color,
.editor-styles-wrapper .has-angeles-color>* {
  color: #fbdb58 !important
}

.page .has-angeles-background-color,
.editor-styles-wrapper .has-angeles-background-color {
  background-color: #fbdb58 !important
}

.page .has-angeles2-color,
.page .has-angeles2-color>*,
.editor-styles-wrapper .has-angeles2-color,
.editor-styles-wrapper .has-angeles2-color>* {
  color: #fcefbe !important
}

.page .has-angeles2-background-color,
.editor-styles-wrapper .has-angeles2-background-color {
  background-color: #fcefbe !important
}

.page .has-black-color,
.page .has-black-color>*,
.editor-styles-wrapper .has-black-color,
.editor-styles-wrapper .has-black-color>* {
  color: #000 !important
}

.page .has-black-background-color,
.editor-styles-wrapper .has-black-background-color {
  background-color: #000 !important
}

.page .has-body-color,
.page .has-body-color>*,
.editor-styles-wrapper .has-body-color,
.editor-styles-wrapper .has-body-color>* {
  color: #282828 !important
}

.page .has-body-background-color,
.editor-styles-wrapper .has-body-background-color {
  background-color: #282828 !important
}

.page .has-dusk-color,
.page .has-dusk-color>*,
.editor-styles-wrapper .has-dusk-color,
.editor-styles-wrapper .has-dusk-color>* {
  color: #ffac4e !important
}

.page .has-dusk-background-color,
.editor-styles-wrapper .has-dusk-background-color {
  background-color: #ffac4e !important
}

.page .has-dusk2-color,
.page .has-dusk2-color>*,
.editor-styles-wrapper .has-dusk2-color,
.editor-styles-wrapper .has-dusk2-color>* {
  color: #ffc894 !important
}

.page .has-dusk2-background-color,
.editor-styles-wrapper .has-dusk2-background-color {
  background-color: #ffc894 !important
}

.page .has-ink-color,
.page .has-ink-color>*,
.editor-styles-wrapper .has-ink-color,
.editor-styles-wrapper .has-ink-color>* {
  color: #282828 !important
}

.page .has-ink-background-color,
.editor-styles-wrapper .has-ink-background-color {
  background-color: #282828 !important
}

.page .has-marina-color,
.page .has-marina-color>*,
.editor-styles-wrapper .has-marina-color,
.editor-styles-wrapper .has-marina-color>* {
  color: #009c8e !important
}

.page .has-marina-background-color,
.editor-styles-wrapper .has-marina-background-color {
  background-color: #009c8e !important
}

.page .has-marina2-color,
.page .has-marina2-color>*,
.editor-styles-wrapper .has-marina2-color,
.editor-styles-wrapper .has-marina2-color>* {
  color: #009c8e !important
}

.page .has-marina2-background-color,
.editor-styles-wrapper .has-marina2-background-color {
  background-color: #009c8e !important
}

.page .has-pacific-color,
.page .has-pacific-color>*,
.editor-styles-wrapper .has-pacific-color,
.editor-styles-wrapper .has-pacific-color>* {
  color: #186a60 !important
}

.page .has-pacific-background-color,
.editor-styles-wrapper .has-pacific-background-color {
  background-color: #186a60 !important
}

.page .has-scully-color,
.page .has-scully-color>*,
.editor-styles-wrapper .has-scully-color,
.editor-styles-wrapper .has-scully-color>* {
  color: #ea5c61 !important
}

.page .has-scully-background-color,
.editor-styles-wrapper .has-scully-background-color {
  background-color: #ea5c61 !important
}

.page .has-scully2-color,
.page .has-scully2-color>*,
.editor-styles-wrapper .has-scully2-color,
.editor-styles-wrapper .has-scully2-color>* {
  color: #ffabad !important
}

.page .has-scully2-background-color,
.editor-styles-wrapper .has-scully2-background-color {
  background-color: #ffabad !important
}

.page .has-silverlake-color,
.page .has-silverlake-color>*,
.editor-styles-wrapper .has-silverlake-color,
.editor-styles-wrapper .has-silverlake-color>* {
  color: #efefef !important
}

.page .has-silverlake-background-color,
.editor-styles-wrapper .has-silverlake-background-color {
  background-color: #efefef !important
}

.page .has-silverlake2-color,
.page .has-silverlake2-color>*,
.editor-styles-wrapper .has-silverlake2-color,
.editor-styles-wrapper .has-silverlake2-color>* {
  color: #f5f5f5 !important
}

.page .has-silverlake2-background-color,
.editor-styles-wrapper .has-silverlake2-background-color {
  background-color: #f5f5f5 !important
}

.page .has-sunset-color,
.page .has-sunset-color>*,
.editor-styles-wrapper .has-sunset-color,
.editor-styles-wrapper .has-sunset-color>* {
  color: #ffc952 !important
}

.page .has-sunset-background-color,
.editor-styles-wrapper .has-sunset-background-color {
  background-color: #ffc952 !important
}

.page .has-white-color,
.page .has-white-color>*,
.editor-styles-wrapper .has-white-color,
.editor-styles-wrapper .has-white-color>* {
  color: #fff !important
}

.page .has-white-background-color,
.editor-styles-wrapper .has-white-background-color {
  background-color: #fff !important
}

.page .has-x-large-font-size,
.editor-styles-wrapper .has-x-large-font-size {
  font-size: min(max(36px, 5vw), 80px) !important;
  line-height: 1.05em !important
}

.page .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
  font-size: min(max(32px, 4.5vw), 60px) !important;
  line-height: 1.05em !important
}

.page .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
  font-size: min(max(20px, 3vw), 27px) !important;
  line-height: 1.4em !important
}

.page .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
  font-size: min(max(13px, 2vw), 14px) !important;
  line-height: 1.4em !important
}

.page .wp-block-heading.has-x-large-font-size,
.editor-styles-wrapper .wp-block-heading.has-x-large-font-size {
  font-size: min(max(36px, 5vw), 80px) !important;
  line-height: 1.05em !important
}

.page .wp-block-heading.has-large-font-size,
.editor-styles-wrapper .wp-block-heading.has-large-font-size {
  font-size: min(max(32px, 4.5vw), 60px) !important;
  line-height: 1.05em !important
}

.page .wp-block-heading.has-medium-font-size,
.editor-styles-wrapper .wp-block-heading.has-medium-font-size {
  font-size: min(max(24px, 3.5vw), 30px) !important;
  line-height: 1.05em !important
}

.page .wp-block-heading.has-small-font-size,
.editor-styles-wrapper .wp-block-heading.has-small-font-size {
  font-size: min(max(18px, 3vw), 23px) !important;
  line-height: 1.05em !important
}

.page .font-body,
.editor-styles-wrapper .font-body {
  font-family: "Aleo", sans-serif !important
}

.page .font-header,
.editor-styles-wrapper .font-header {
  font-family: "Anek Devanagari", sans-serif !important
}

.page .font-secondary,
.editor-styles-wrapper .font-secondary {
  font-family: "Cookie", cursive !important
}

.page .m-0,
.editor-styles-wrapper .m-0 {
  margin: 0 !important
}

.page .m-1,
.editor-styles-wrapper .m-1 {
  margin: 2.5px !important
}

.page .m-2,
.editor-styles-wrapper .m-2 {
  margin: 10px !important
}

.page .m-3,
.editor-styles-wrapper .m-3 {
  margin: 35px !important
}

.page .m-4,
.editor-styles-wrapper .m-4 {
  margin: 45px !important
}

.page .m-5,
.editor-styles-wrapper .m-5 {
  margin: 70px !important
}

.page .m-auto,
.editor-styles-wrapper .m-auto {
  margin: auto !important
}

.page .mb-0,
.editor-styles-wrapper .mb-0 {
  margin-bottom: 0 !important
}

.page .mb-1,
.editor-styles-wrapper .mb-1 {
  margin-bottom: 2.5px !important
}

.page .mb-2,
.editor-styles-wrapper .mb-2 {
  margin-bottom: 10px !important
}

.page .mb-3,
.editor-styles-wrapper .mb-3 {
  margin-bottom: 35px !important
}

.page .mb-4,
.editor-styles-wrapper .mb-4 {
  margin-bottom: 45px !important
}

.page .mb-5,
.editor-styles-wrapper .mb-5 {
  margin-bottom: 70px !important
}

.page .mb-auto,
.editor-styles-wrapper .mb-auto {
  margin-bottom: auto !important
}

.page .ml-0,
.editor-styles-wrapper .ml-0 {
  margin-left: 0 !important
}

.page .ml-1,
.editor-styles-wrapper .ml-1 {
  margin-left: 2.5px !important
}

.page .ml-2,
.editor-styles-wrapper .ml-2 {
  margin-left: 10px !important
}

.page .ml-3,
.editor-styles-wrapper .ml-3 {
  margin-left: 35px !important
}

.page .ml-4,
.editor-styles-wrapper .ml-4 {
  margin-left: 45px !important
}

.page .ml-5,
.editor-styles-wrapper .ml-5 {
  margin-left: 70px !important
}

.page .ml-auto,
.editor-styles-wrapper .ml-auto {
  margin-left: auto !important
}

.page .mr-0,
.editor-styles-wrapper .mr-0 {
  margin-right: 0 !important
}

.page .mr-1,
.editor-styles-wrapper .mr-1 {
  margin-right: 2.5px !important
}

.page .mr-2,
.editor-styles-wrapper .mr-2 {
  margin-right: 10px !important
}

.page .mr-3,
.editor-styles-wrapper .mr-3 {
  margin-right: 35px !important
}

.page .mr-4,
.editor-styles-wrapper .mr-4 {
  margin-right: 45px !important
}

.page .mr-5,
.editor-styles-wrapper .mr-5 {
  margin-right: 70px !important
}

.page .mr-auto,
.editor-styles-wrapper .mr-auto {
  margin-right: auto !important
}

.page .mt-0,
.editor-styles-wrapper .mt-0 {
  margin-top: 0 !important
}

.page .mt-1,
.editor-styles-wrapper .mt-1 {
  margin-top: 2.5px !important
}

.page .mt-2,
.editor-styles-wrapper .mt-2 {
  margin-top: 10px !important
}

.page .mt-3,
.editor-styles-wrapper .mt-3 {
  margin-top: 35px !important
}

.page .mt-4,
.editor-styles-wrapper .mt-4 {
  margin-top: 45px !important
}

.page .mt-5,
.editor-styles-wrapper .mt-5 {
  margin-top: 70px !important
}

.page .mt-auto,
.editor-styles-wrapper .mt-auto {
  margin-top: auto !important
}

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

  .page .m-1,
  .editor-styles-wrapper .m-1 {
    margin: 2.5px !important
  }

  .page .m-2,
  .editor-styles-wrapper .m-2 {
    margin: 5px !important
  }

  .page .m-3,
  .editor-styles-wrapper .m-3 {
    margin: 22.5px !important
  }

  .page .m-4,
  .editor-styles-wrapper .m-4 {
    margin: 35px !important
  }

  .page .m-5,
  .editor-styles-wrapper .m-5 {
    margin: 45px !important
  }

  .page .m-max,
  .editor-styles-wrapper .m-max {
    margin: 70px !important
  }

  .page .mb-1,
  .editor-styles-wrapper .mb-1 {
    margin-bottom: 2.5px !important
  }

  .page .mb-2,
  .editor-styles-wrapper .mb-2 {
    margin-bottom: 5px !important
  }

  .page .mb-3,
  .editor-styles-wrapper .mb-3 {
    margin-bottom: 22.5px !important
  }

  .page .mb-4,
  .editor-styles-wrapper .mb-4 {
    margin-bottom: 35px !important
  }

  .page .mb-5,
  .editor-styles-wrapper .mb-5 {
    margin-bottom: 45px !important
  }

  .page .mb-max,
  .editor-styles-wrapper .mb-max {
    margin-bottom: 70px !important
  }

  .page .ml-1,
  .editor-styles-wrapper .ml-1 {
    margin-left: 2.5px !important
  }

  .page .ml-2,
  .editor-styles-wrapper .ml-2 {
    margin-left: 5px !important
  }

  .page .ml-3,
  .editor-styles-wrapper .ml-3 {
    margin-left: 22.5px !important
  }

  .page .ml-4,
  .editor-styles-wrapper .ml-4 {
    margin-left: 35px !important
  }

  .page .ml-5,
  .editor-styles-wrapper .ml-5 {
    margin-left: 45px !important
  }

  .page .ml-max,
  .editor-styles-wrapper .ml-max {
    margin-left: 70px !important
  }

  .page .mr-1,
  .editor-styles-wrapper .mr-1 {
    margin-right: 2.5px !important
  }

  .page .mr-2,
  .editor-styles-wrapper .mr-2 {
    margin-right: 5px !important
  }

  .page .mr-3,
  .editor-styles-wrapper .mr-3 {
    margin-right: 22.5px !important
  }

  .page .mr-4,
  .editor-styles-wrapper .mr-4 {
    margin-right: 35px !important
  }

  .page .mr-5,
  .editor-styles-wrapper .mr-5 {
    margin-right: 45px !important
  }

  .page .mr-max,
  .editor-styles-wrapper .mr-max {
    margin-right: 70px !important
  }

  .page .mt-1,
  .editor-styles-wrapper .mt-1 {
    margin-top: 2.5px !important
  }

  .page .mt-2,
  .editor-styles-wrapper .mt-2 {
    margin-top: 5px !important
  }

  .page .mt-3,
  .editor-styles-wrapper .mt-3 {
    margin-top: 22.5px !important
  }

  .page .mt-4,
  .editor-styles-wrapper .mt-4 {
    margin-top: 35px !important
  }

  .page .mt-5,
  .editor-styles-wrapper .mt-5 {
    margin-top: 45px !important
  }

  .page .mt-max,
  .editor-styles-wrapper .mt-max {
    margin-top: 70px !important
  }

  .page .mb-l-0,
  .editor-styles-wrapper .mb-l-0 {
    margin-bottom: 0 !important
  }

  .page .ml-l-0,
  .editor-styles-wrapper .ml-l-0 {
    margin-left: 0 !important
  }

  .page .mr-l-0,
  .editor-styles-wrapper .mr-l-0 {
    margin-right: 0 !important
  }

  .page .mt-l-0,
  .editor-styles-wrapper .mt-l-0 {
    margin-top: 0 !important
  }

  .page .mb-l-1,
  .editor-styles-wrapper .mb-l-1 {
    margin-bottom: 5px !important
  }

  .page .ml-l-1,
  .editor-styles-wrapper .ml-l-1 {
    margin-left: 5px !important
  }

  .page .mr-l-1,
  .editor-styles-wrapper .mr-l-1 {
    margin-right: 5px !important
  }

  .page .mt-l-1,
  .editor-styles-wrapper .mt-l-1 {
    margin-top: 5px !important
  }

  .page .mb-l-2,
  .editor-styles-wrapper .mb-l-2 {
    margin-bottom: 10px !important
  }

  .page .ml-l-2,
  .editor-styles-wrapper .ml-l-2 {
    margin-left: 10px !important
  }

  .page .mr-l-2,
  .editor-styles-wrapper .mr-l-2 {
    margin-right: 10px !important
  }

  .page .mt-l-2,
  .editor-styles-wrapper .mt-l-2 {
    margin-top: 10px !important
  }

  .page .mb-l-3,
  .editor-styles-wrapper .mb-l-3 {
    margin-bottom: 22.5px !important
  }

  .page .ml-l-3,
  .editor-styles-wrapper .ml-l-3 {
    margin-left: 22.5px !important
  }

  .page .mr-l-3,
  .editor-styles-wrapper .mr-l-3 {
    margin-right: 22.5px !important
  }

  .page .mt-l-3,
  .editor-styles-wrapper .mt-l-3 {
    margin-top: 22.5px !important
  }

  .page .mb-l-4,
  .editor-styles-wrapper .mb-l-4 {
    margin-bottom: 35px !important
  }

  .page .ml-l-4,
  .editor-styles-wrapper .ml-l-4 {
    margin-left: 35px !important
  }

  .page .mr-l-4,
  .editor-styles-wrapper .mr-l-4 {
    margin-right: 35px !important
  }

  .page .mt-l-4,
  .editor-styles-wrapper .mt-l-4 {
    margin-top: 35px !important
  }

  .page .mb-l-5,
  .editor-styles-wrapper .mb-l-5 {
    margin-bottom: 45px !important
  }

  .page .ml-l-5,
  .editor-styles-wrapper .ml-l-5 {
    margin-left: 45px !important
  }

  .page .mr-l-5,
  .editor-styles-wrapper .mr-l-5 {
    margin-right: 45px !important
  }

  .page .mt-l-5,
  .editor-styles-wrapper .mt-l-5 {
    margin-top: 45px !important
  }
}

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

  .page .m-1,
  .editor-styles-wrapper .m-1 {
    margin: 2.5px !important
  }

  .page .m-2,
  .editor-styles-wrapper .m-2 {
    margin: 5px !important
  }

  .page .m-3,
  .editor-styles-wrapper .m-3 {
    margin: 10px !important
  }

  .page .m-4,
  .editor-styles-wrapper .m-4 {
    margin: 22.5px !important
  }

  .page .m-5,
  .editor-styles-wrapper .m-5 {
    margin: 35px !important
  }

  .page .m-max,
  .editor-styles-wrapper .m-max {
    margin: 45px !important
  }

  .page .mb-1,
  .editor-styles-wrapper .mb-1 {
    margin-bottom: 2.5px !important
  }

  .page .mb-2,
  .editor-styles-wrapper .mb-2 {
    margin-bottom: 5px !important
  }

  .page .mb-3,
  .editor-styles-wrapper .mb-3 {
    margin-bottom: 10px !important
  }

  .page .mb-4,
  .editor-styles-wrapper .mb-4 {
    margin-bottom: 22.5px !important
  }

  .page .mb-5,
  .editor-styles-wrapper .mb-5 {
    margin-bottom: 35px !important
  }

  .page .mb-max,
  .editor-styles-wrapper .mb-max {
    margin-bottom: 45px !important
  }

  .page .ml-1,
  .editor-styles-wrapper .ml-1 {
    margin-left: 2.5px !important
  }

  .page .ml-2,
  .editor-styles-wrapper .ml-2 {
    margin-left: 5px !important
  }

  .page .ml-3,
  .editor-styles-wrapper .ml-3 {
    margin-left: 10px !important
  }

  .page .ml-4,
  .editor-styles-wrapper .ml-4 {
    margin-left: 22.5px !important
  }

  .page .ml-5,
  .editor-styles-wrapper .ml-5 {
    margin-left: 35px !important
  }

  .page .ml-max,
  .editor-styles-wrapper .ml-max {
    margin-left: 45px !important
  }

  .page .mr-1,
  .editor-styles-wrapper .mr-1 {
    margin-right: 2.5px !important
  }

  .page .mr-2,
  .editor-styles-wrapper .mr-2 {
    margin-right: 5px !important
  }

  .page .mr-3,
  .editor-styles-wrapper .mr-3 {
    margin-right: 10px !important
  }

  .page .mr-4,
  .editor-styles-wrapper .mr-4 {
    margin-right: 22.5px !important
  }

  .page .mr-5,
  .editor-styles-wrapper .mr-5 {
    margin-right: 35px !important
  }

  .page .mr-max,
  .editor-styles-wrapper .mr-max {
    margin-right: 45px !important
  }

  .page .mt-1,
  .editor-styles-wrapper .mt-1 {
    margin-top: 2.5px !important
  }

  .page .mt-2,
  .editor-styles-wrapper .mt-2 {
    margin-top: 5px !important
  }

  .page .mt-3,
  .editor-styles-wrapper .mt-3 {
    margin-top: 10px !important
  }

  .page .mt-4,
  .editor-styles-wrapper .mt-4 {
    margin-top: 22.5px !important
  }

  .page .mt-5,
  .editor-styles-wrapper .mt-5 {
    margin-top: 35px !important
  }

  .page .mt-max,
  .editor-styles-wrapper .mt-max {
    margin-top: 45px !important
  }

  .page .mb-m-0,
  .editor-styles-wrapper .mb-m-0 {
    margin-bottom: 0 !important
  }

  .page .ml-m-0,
  .editor-styles-wrapper .ml-m-0 {
    margin-left: 0 !important
  }

  .page .mr-m-0,
  .editor-styles-wrapper .mr-m-0 {
    margin-right: 0 !important
  }

  .page .mt-m-0,
  .editor-styles-wrapper .mt-m-0 {
    margin-top: 0 !important
  }

  .page .mb-m-1,
  .editor-styles-wrapper .mb-m-1 {
    margin-bottom: 5px !important
  }

  .page .ml-m-1,
  .editor-styles-wrapper .ml-m-1 {
    margin-left: 5px !important
  }

  .page .mr-m-1,
  .editor-styles-wrapper .mr-m-1 {
    margin-right: 5px !important
  }

  .page .mt-m-1,
  .editor-styles-wrapper .mt-m-1 {
    margin-top: 5px !important
  }

  .page .mb-m-2,
  .editor-styles-wrapper .mb-m-2 {
    margin-bottom: 10px !important
  }

  .page .ml-m-2,
  .editor-styles-wrapper .ml-m-2 {
    margin-left: 10px !important
  }

  .page .mr-m-2,
  .editor-styles-wrapper .mr-m-2 {
    margin-right: 10px !important
  }

  .page .mt-m-2,
  .editor-styles-wrapper .mt-m-2 {
    margin-top: 10px !important
  }

  .page .mb-m-3,
  .editor-styles-wrapper .mb-m-3 {
    margin-bottom: 22.5px !important
  }

  .page .ml-m-3,
  .editor-styles-wrapper .ml-m-3 {
    margin-left: 22.5px !important
  }

  .page .mr-m-3,
  .editor-styles-wrapper .mr-m-3 {
    margin-right: 22.5px !important
  }

  .page .mt-m-3,
  .editor-styles-wrapper .mt-m-3 {
    margin-top: 22.5px !important
  }

  .page .mb-m-4,
  .editor-styles-wrapper .mb-m-4 {
    margin-bottom: 35px !important
  }

  .page .ml-m-4,
  .editor-styles-wrapper .ml-m-4 {
    margin-left: 35px !important
  }

  .page .mr-m-4,
  .editor-styles-wrapper .mr-m-4 {
    margin-right: 35px !important
  }

  .page .mt-m-4,
  .editor-styles-wrapper .mt-m-4 {
    margin-top: 35px !important
  }

  .page .mb-m-5,
  .editor-styles-wrapper .mb-m-5 {
    margin-bottom: 45px !important
  }

  .page .ml-m-5,
  .editor-styles-wrapper .ml-m-5 {
    margin-left: 45px !important
  }

  .page .mr-m-5,
  .editor-styles-wrapper .mr-m-5 {
    margin-right: 45px !important
  }

  .page .mt-m-5,
  .editor-styles-wrapper .mt-m-5 {
    margin-top: 45px !important
  }
}

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

  .page .mb-s-0,
  .editor-styles-wrapper .mb-s-0 {
    margin-bottom: 0 !important
  }

  .page .ml-s-0,
  .editor-styles-wrapper .ml-s-0 {
    margin-left: 0 !important
  }

  .page .mr-s-0,
  .editor-styles-wrapper .mr-s-0 {
    margin-right: 0 !important
  }

  .page .mt-s-0,
  .editor-styles-wrapper .mt-s-0 {
    margin-top: 0 !important
  }

  .page .mb-s-1,
  .editor-styles-wrapper .mb-s-1 {
    margin-bottom: 5px !important
  }

  .page .ml-s-1,
  .editor-styles-wrapper .ml-s-1 {
    margin-left: 5px !important
  }

  .page .mr-s-1,
  .editor-styles-wrapper .mr-s-1 {
    margin-right: 5px !important
  }

  .page .mt-s-1,
  .editor-styles-wrapper .mt-s-1 {
    margin-top: 5px !important
  }

  .page .mb-s-2,
  .editor-styles-wrapper .mb-s-2 {
    margin-bottom: 10px !important
  }

  .page .ml-s-2,
  .editor-styles-wrapper .ml-s-2 {
    margin-left: 10px !important
  }

  .page .mr-s-2,
  .editor-styles-wrapper .mr-s-2 {
    margin-right: 10px !important
  }

  .page .mt-s-2,
  .editor-styles-wrapper .mt-s-2 {
    margin-top: 10px !important
  }

  .page .mb-s-3,
  .editor-styles-wrapper .mb-s-3 {
    margin-bottom: 22.5px !important
  }

  .page .ml-s-3,
  .editor-styles-wrapper .ml-s-3 {
    margin-left: 22.5px !important
  }

  .page .mr-s-3,
  .editor-styles-wrapper .mr-s-3 {
    margin-right: 22.5px !important
  }

  .page .mt-s-3,
  .editor-styles-wrapper .mt-s-3 {
    margin-top: 22.5px !important
  }

  .page .mb-s-4,
  .editor-styles-wrapper .mb-s-4 {
    margin-bottom: 35px !important
  }

  .page .ml-s-4,
  .editor-styles-wrapper .ml-s-4 {
    margin-left: 35px !important
  }

  .page .mr-s-4,
  .editor-styles-wrapper .mr-s-4 {
    margin-right: 35px !important
  }

  .page .mt-s-4,
  .editor-styles-wrapper .mt-s-4 {
    margin-top: 35px !important
  }

  .page .mb-s-5,
  .editor-styles-wrapper .mb-s-5 {
    margin-bottom: 45px !important
  }

  .page .ml-s-5,
  .editor-styles-wrapper .ml-s-5 {
    margin-left: 45px !important
  }

  .page .mr-s-5,
  .editor-styles-wrapper .mr-s-5 {
    margin-right: 45px !important
  }

  .page .mt-s-5,
  .editor-styles-wrapper .mt-s-5 {
    margin-top: 45px !important
  }
}

.page .p-0,
.editor-styles-wrapper .p-0 {
  padding: 0 !important
}

.page .p-1,
.editor-styles-wrapper .p-1 {
  padding: 2.5px !important
}

.page .p-2,
.editor-styles-wrapper .p-2 {
  padding: 10px !important
}

.page .p-3,
.editor-styles-wrapper .p-3 {
  padding: 35px !important
}

.page .p-4,
.editor-styles-wrapper .p-4 {
  padding: 45px !important
}

.page .p-5,
.editor-styles-wrapper .p-5 {
  padding: 70px !important
}

.page .p-max,
.editor-styles-wrapper .p-max {
  padding: 120px !important
}

.page .pb-0,
.editor-styles-wrapper .pb-0 {
  padding-bottom: 0 !important
}

.page .pb-1,
.editor-styles-wrapper .pb-1 {
  padding-bottom: 2.5px !important
}

.page .pb-2,
.editor-styles-wrapper .pb-2 {
  padding-bottom: 10px !important
}

.page .pb-3,
.editor-styles-wrapper .pb-3 {
  padding-bottom: 35px !important
}

.page .pb-4,
.editor-styles-wrapper .pb-4 {
  padding-bottom: 45px !important
}

.page .pb-5,
.editor-styles-wrapper .pb-5 {
  padding-bottom: 70px !important
}

.page .pb-max,
.editor-styles-wrapper .pb-max {
  padding-bottom: 120px !important
}

.page .pl-0,
.editor-styles-wrapper .pl-0 {
  padding-left: 0 !important
}

.page .pl-1,
.editor-styles-wrapper .pl-1 {
  padding-left: 2.5px !important
}

.page .pl-2,
.editor-styles-wrapper .pl-2 {
  padding-left: 10px !important
}

.page .pl-3,
.editor-styles-wrapper .pl-3 {
  padding-left: 35px !important
}

.page .pl-4,
.editor-styles-wrapper .pl-4 {
  padding-left: 45px !important
}

.page .pl-5,
.editor-styles-wrapper .pl-5 {
  padding-left: 70px !important
}

.page .pl-max,
.editor-styles-wrapper .pl-max {
  padding-left: 120px !important
}

.page .pr-0,
.editor-styles-wrapper .pr-0 {
  padding-right: 0 !important
}

.page .pr-1,
.editor-styles-wrapper .pr-1 {
  padding-right: 2.5px !important
}

.page .pr-2,
.editor-styles-wrapper .pr-2 {
  padding-right: 10px !important
}

.page .pr-3,
.editor-styles-wrapper .pr-3 {
  padding-right: 35px !important
}

.page .pr-4,
.editor-styles-wrapper .pr-4 {
  padding-right: 45px !important
}

.page .pr-5,
.editor-styles-wrapper .pr-5 {
  padding-right: 70px !important
}

.page .pr-max,
.editor-styles-wrapper .pr-max {
  padding-right: 120px !important
}

.page .pt-0,
.editor-styles-wrapper .pt-0 {
  padding-top: 0 !important
}

.page .pt-1,
.editor-styles-wrapper .pt-1 {
  padding-top: 2.5px !important
}

.page .pt-2,
.editor-styles-wrapper .pt-2 {
  padding-top: 10px !important
}

.page .pt-3,
.editor-styles-wrapper .pt-3 {
  padding-top: 35px !important
}

.page .pt-4,
.editor-styles-wrapper .pt-4 {
  padding-top: 45px !important
}

.page .pt-5,
.editor-styles-wrapper .pt-5 {
  padding-top: 70px !important
}

.page .pt-max,
.editor-styles-wrapper .pt-max {
  padding-top: 120px !important
}

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

  .page .p-max,
  .editor-styles-wrapper .p-max {
    padding: 70px !important
  }

  .page .p-1,
  .editor-styles-wrapper .p-1 {
    padding: 2.5px !important
  }

  .page .p-2,
  .editor-styles-wrapper .p-2 {
    padding: 5px !important
  }

  .page .p-3,
  .editor-styles-wrapper .p-3 {
    padding: 22.5px !important
  }

  .page .p-4,
  .editor-styles-wrapper .p-4 {
    padding: 35px !important
  }

  .page .p-5,
  .editor-styles-wrapper .p-5 {
    padding: 45px !important
  }

  .page .pb-max,
  .editor-styles-wrapper .pb-max {
    padding-bottom: 70px !important
  }

  .page .pb-1,
  .editor-styles-wrapper .pb-1 {
    padding-bottom: 2.5px !important
  }

  .page .pb-2,
  .editor-styles-wrapper .pb-2 {
    padding-bottom: 5px !important
  }

  .page .pb-3,
  .editor-styles-wrapper .pb-3 {
    padding-bottom: 22.5px !important
  }

  .page .pb-4,
  .editor-styles-wrapper .pb-4 {
    padding-bottom: 35px !important
  }

  .page .pb-5,
  .editor-styles-wrapper .pb-5 {
    padding-bottom: 45px !important
  }

  .page .pl-max,
  .editor-styles-wrapper .pl-max {
    padding-left: 70px !important
  }

  .page .pl-1,
  .editor-styles-wrapper .pl-1 {
    padding-left: 2.5px !important
  }

  .page .pl-2,
  .editor-styles-wrapper .pl-2 {
    padding-left: 5px !important
  }

  .page .pl-3,
  .editor-styles-wrapper .pl-3 {
    padding-left: 22.5px !important
  }

  .page .pl-4,
  .editor-styles-wrapper .pl-4 {
    padding-left: 35px !important
  }

  .page .pl-5,
  .editor-styles-wrapper .pl-5 {
    padding-left: 45px !important
  }

  .page .pr-max,
  .editor-styles-wrapper .pr-max {
    padding-right: 70px !important
  }

  .page .pr-1,
  .editor-styles-wrapper .pr-1 {
    padding-right: 2.5px !important
  }

  .page .pr-2,
  .editor-styles-wrapper .pr-2 {
    padding-right: 5px !important
  }

  .page .pr-3,
  .editor-styles-wrapper .pr-3 {
    padding-right: 22.5px !important
  }

  .page .pr-4,
  .editor-styles-wrapper .pr-4 {
    padding-right: 35px !important
  }

  .page .pr-5,
  .editor-styles-wrapper .pr-5 {
    padding-right: 45px !important
  }

  .page .pt-max,
  .editor-styles-wrapper .pt-max {
    padding-top: 70px !important
  }

  .page .pt-1,
  .editor-styles-wrapper .pt-1 {
    padding-top: 2.5px !important
  }

  .page .pt-2,
  .editor-styles-wrapper .pt-2 {
    padding-top: 5px !important
  }

  .page .pt-3,
  .editor-styles-wrapper .pt-3 {
    padding-top: 22.5px !important
  }

  .page .pt-4,
  .editor-styles-wrapper .pt-4 {
    padding-top: 35px !important
  }

  .page .pt-5,
  .editor-styles-wrapper .pt-5 {
    padding-top: 45px !important
  }

  .page .p-l-0,
  .editor-styles-wrapper .p-l-0 {
    padding: 0 !important
  }

  .page .pb-l-0,
  .editor-styles-wrapper .pb-l-0 {
    padding-bottom: 0 !important
  }

  .page .pl-l-0,
  .editor-styles-wrapper .pl-l-0 {
    padding-left: 0 !important
  }

  .page .pr-l-0,
  .editor-styles-wrapper .pr-l-0 {
    padding-right: 0 !important
  }

  .page .pt-l-0,
  .editor-styles-wrapper .pt-l-0 {
    padding-top: 0 !important
  }
}

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

  .page .p-max,
  .editor-styles-wrapper .p-max {
    padding: 45px !important
  }

  .page .p-1,
  .editor-styles-wrapper .p-1 {
    padding: 2.5px !important
  }

  .page .p-2,
  .editor-styles-wrapper .p-2 {
    padding: 5px !important
  }

  .page .p-3,
  .editor-styles-wrapper .p-3 {
    padding: 10px !important
  }

  .page .p-4,
  .editor-styles-wrapper .p-4 {
    padding: 22.5px !important
  }

  .page .p-5,
  .editor-styles-wrapper .p-5 {
    padding: 35px !important
  }

  .page .pb-max,
  .editor-styles-wrapper .pb-max {
    padding-bottom: 45px !important
  }

  .page .pb-1,
  .editor-styles-wrapper .pb-1 {
    padding-bottom: 2.5px !important
  }

  .page .pb-2,
  .editor-styles-wrapper .pb-2 {
    padding-bottom: 5px !important
  }

  .page .pb-3,
  .editor-styles-wrapper .pb-3 {
    padding-bottom: 10px !important
  }

  .page .pb-4,
  .editor-styles-wrapper .pb-4 {
    padding-bottom: 22.5px !important
  }

  .page .pb-5,
  .editor-styles-wrapper .pb-5 {
    padding-bottom: 35px !important
  }

  .page .pl-max,
  .editor-styles-wrapper .pl-max {
    padding-left: 45px !important
  }

  .page .pb-m-1,
  .editor-styles-wrapper .pb-m-1 {
    padding-bottom: 5px !important
  }

  .page .pb-m-2,
  .editor-styles-wrapper .pb-m-2 {
    padding-bottom: 10px !important
  }

  .page .pb-m-3,
  .editor-styles-wrapper .pb-m-3 {
    padding-bottom: 35px !important
  }

  .page .pb-m-4,
  .editor-styles-wrapper .pb-m-4 {
    padding-bottom: 45px !important
  }

  .page .pb-m-5,
  .editor-styles-wrapper .pb-m-5 {
    padding-bottom: 70px !important
  }

  .page .pb-m-max,
  .editor-styles-wrapper .pb-m-max {
    padding-left: 120px !important
  }

  .page .pl-1,
  .editor-styles-wrapper .pl-1 {
    padding-left: 2.5px !important
  }

  .page .pl-2,
  .editor-styles-wrapper .pl-2 {
    padding-left: 5px !important
  }

  .page .pl-3,
  .editor-styles-wrapper .pl-3 {
    padding-left: 10px !important
  }

  .page .pl-4,
  .editor-styles-wrapper .pl-4 {
    padding-left: 22.5px !important
  }

  .page .pl-5,
  .editor-styles-wrapper .pl-5 {
    padding-left: 35px !important
  }

  .page .pr-max,
  .editor-styles-wrapper .pr-max {
    padding-right: 45px !important
  }

  .page .pr-1,
  .editor-styles-wrapper .pr-1 {
    padding-right: 2.5px !important
  }

  .page .pr-2,
  .editor-styles-wrapper .pr-2 {
    padding-right: 5px !important
  }

  .page .pr-3,
  .editor-styles-wrapper .pr-3 {
    padding-right: 10px !important
  }

  .page .pr-4,
  .editor-styles-wrapper .pr-4 {
    padding-right: 22.5px !important
  }

  .page .pr-5,
  .editor-styles-wrapper .pr-5 {
    padding-right: 35px !important
  }

  .page .pt-max,
  .editor-styles-wrapper .pt-max {
    padding-top: 45px !important
  }

  .page .pt-1,
  .editor-styles-wrapper .pt-1 {
    padding-top: 2.5px !important
  }

  .page .pt-2,
  .editor-styles-wrapper .pt-2 {
    padding-top: 5px !important
  }

  .page .pt-3,
  .editor-styles-wrapper .pt-3 {
    padding-top: 10px !important
  }

  .page .pt-4,
  .editor-styles-wrapper .pt-4 {
    padding-top: 22.5px !important
  }

  .page .pt-5,
  .editor-styles-wrapper .pt-5 {
    padding-top: 35px !important
  }

  .page .p-m-0,
  .editor-styles-wrapper .p-m-0 {
    padding: 0 !important
  }

  .page .pb-m-0,
  .editor-styles-wrapper .pb-m-0 {
    padding-bottom: 0 !important
  }

  .page .pl-m-0,
  .editor-styles-wrapper .pl-m-0 {
    padding-left: 0 !important
  }

  .page .pr-m-0,
  .editor-styles-wrapper .pr-m-0 {
    padding-right: 0 !important
  }

  .page .p-m-5,
  .editor-styles-wrapper .p-m-5 {
    padding: 90px !important
  }

  .page .pb-m-5,
  .editor-styles-wrapper .pb-m-5 {
    padding-bottom: 90px !important
  }

  .page .pl-m-5,
  .editor-styles-wrapper .pl-m-5 {
    padding-left: 90px !important
  }

  .page .pr-m-5,
  .editor-styles-wrapper .pr-m-5 {
    padding-right: 90px !important
  }

  .page .pt-m-5,
  .editor-styles-wrapper .pt-m-5 {
    padding-top: 90px !important
  }

  .page .p-m-max,
  .editor-styles-wrapper .p-m-max {
    padding: 120px !important
  }

  .page .pb-m-max,
  .editor-styles-wrapper .pb-m-max {
    padding-bottom: 120px !important
  }

  .page .pl-m-max,
  .editor-styles-wrapper .pl-m-max {
    padding-left: 120px !important
  }

  .page .pr-m-max,
  .editor-styles-wrapper .pr-m-max {
    padding-right: 120px !important
  }

  .page .pt-m-max,
  .editor-styles-wrapper .pt-m-max {
    padding-top: 120px !important
  }
}

.block-contact-info .contact-top {
  position: relative;
  margin-top: 70px;
  padding-left: 120px
}

@media screen and (max-width:1200px) {
  .block-contact-info .contact-top {
    padding-left: 90px
  }
}

@media screen and (max-width:992px) {
  .block-contact-info .contact-top {
    padding-left: 70px;
    margin-top: 45px
  }
}

@media screen and (max-width:782px) {
  .block-contact-info .contact-top {
    padding-left: 45px;
    margin-top: 35px
  }
}

@media screen and (max-width:650px) {
  .block-contact-info .contact-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px
  }
}

.block-contact-info .contact-top:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 0;
  height: calc(56% + 35px);
  bottom: -35px;
  right: -90px;
  background-color: #fcefbe;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

@media screen and (max-width:650px) {
  .block-contact-info .contact-top:after {
    height: 75%;
    bottom: auto;
    top: 70px
  }
}

@media screen and (max-width:420px) {
  .block-contact-info .contact-top:after {
    height: 50%;
    bottom: -22.5px;
    top: auto
  }
}

.block-contact-info .contact-top.visible:after {
  width: calc(74.25% + 90px)
}

.block-contact-info .contact-top .col-headline,
.block-contact-info .contact-top .col-image {
  position: relative;
  z-index: 2
}

.block-contact-info .contact-top .col-headline {
  padding-top: 70px
}

@media screen and (max-width:1200px) {
  .block-contact-info .contact-top .col-headline {
    padding-top: 35px
  }
}

@media screen and (max-width:1081px) {
  .block-contact-info .contact-top .col-headline {
    padding-top: 22.5px
  }
}

@media screen and (max-width:650px) {
  .block-contact-info .contact-top .col-headline {
    padding: 0 !important
  }
}

.block-contact-info .contact-top .col-headline .headline {
  line-height: 1em
}

.block-contact-info .contact-top .col-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 0 !important
}

@media screen and (max-width:650px) {
  .block-contact-info .contact-top .col-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 !important;
    margin-top: 22.5px
  }

  .block-contact-info .contact-top .col-image img {
    display: block;
    max-width: 80%;
    margin-left: auto
  }
}

@media screen and (max-width:480px) {
  .block-contact-info .contact-top .col-image img {
    max-width: 100%
  }
}

.block-contact-info .contact-top+.contact-bottom {
  margin-top: 150px
}

@media screen and (max-width:1081px) {
  .block-contact-info .contact-top+.contact-bottom {
    margin-top: 120px
  }
}

@media screen and (max-width:782px) {
  .block-contact-info .contact-top+.contact-bottom {
    margin-top: 70px
  }
}

.block-contact-info .contact-bottom {
  padding-left: 70px
}

@media screen and (max-width:1200px) {
  .block-contact-info .contact-bottom {
    padding-left: 45px
  }
}

@media screen and (max-width:1081px) {
  .block-contact-info .contact-bottom {
    padding-left: 35px
  }
}

@media screen and (max-width:782px) {
  .block-contact-info .contact-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important
  }

  .block-contact-info .contact-bottom .col {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important
  }
}

.block-contact-info .contact-bottom .col-map .map-wrapper {
  position: relative;
  height: 100%;
  padding-top: 56.25%;
  overflow: hidden
}

.block-contact-info .contact-bottom .col-map .map-wrapper iframe {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.block-contact-info .contact-bottom .col-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-bottom: 70px
}

@media screen and (max-width:782px) {
  .block-contact-info .contact-bottom .col-info {
    padding-bottom: 45px
  }
}

.block-contact-info .contact-bottom .col-info .work-label {
  margin-bottom: 10px
}

.block-contact-info .contact-bottom .col-info .h4 {
  font-weight: 400;
  line-height: 1.25em
}

@media screen and (max-width:420px) {
  .block-contact-info .contact-bottom .col-info .h4 {
    font-size: 22px !important
  }
}

.block-contact-info .contact-bottom .col-info hr {
  margin: 17.5px 0 22.5px !important;
  background-color: #ea5c61 !important
}

.block-contact-info .contact-bottom .col-info .contact-address {
  margin-bottom: 0
}

.block-contact-info .contact-bottom .col-info .contact-phone {
  margin-bottom: 22.5px
}

@media screen and (max-width:782px) {
  .block-contact-info .contact-bottom .col-info .contact-phone {
    margin-bottom: 10px
  }
}

.block-contact-info .contact-bottom .col-info .contact-email a {
  color: #282828
}

.block-contact-info .contact-bottom .col-info .contact-email a:hover,
.block-contact-info .contact-bottom .col-info .contact-email a:focus-visible {
  color: #186a60
}

.page hr,
.page .wp-block-separator,
.editor-styles-wrapper hr,
.editor-styles-wrapper .wp-block-separator {
  display: block;
  width: 100%;
  max-width: 0;
  height: 4px;
  margin: 22.5px 0;
  background: #186a60;
  border: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

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

  .page hr,
  .page .wp-block-separator,
  .editor-styles-wrapper hr,
  .editor-styles-wrapper .wp-block-separator {
    height: 3px
  }
}

.page hr.visible,
.page .wp-block-separator.visible,
.editor-styles-wrapper hr.visible,
.editor-styles-wrapper .wp-block-separator.visible {
  max-width: 80px
}

.page hr.is-style-wide,
.page .wp-block-separator.is-style-wide,
.editor-styles-wrapper hr.is-style-wide,
.editor-styles-wrapper .wp-block-separator.is-style-wide {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.page .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  clear: both !important;
  gap: unset !important;
  margin-bottom: 0;
  margin-left: -45px;
  margin-right: -45px
}

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

  .page .wp-block-columns.is-not-stacked-on-mobile,
  .editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile {
    margin-left: -10px !important;
    margin-right: -10px !important;
    margin-top: 10px !important
  }

  .page .wp-block-columns.is-not-stacked-on-mobile .wp-block-column,
  .editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0 !important;
    margin-top: 10px !important
  }
}

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

  .page .wp-block-columns.is-not-stacked-on-mobile,
  .editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile {
    margin-left: -5px !important;
    margin-right: -5px !important
  }

  .page .wp-block-columns.is-not-stacked-on-mobile .wp-block-column,
  .editor-styles-wrapper .wp-block-columns.is-not-stacked-on-mobile .wp-block-column {
    padding-left: 5px !important;
    padding-right: 5px !important
  }
}

.page .wp-block-columns.justify-center,
.editor-styles-wrapper .wp-block-columns.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 0;
  margin-right: 0
}

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

  .page .wp-block-columns.justify-center .wp-block-column,
  .editor-styles-wrapper .wp-block-columns.justify-center .wp-block-column {
    text-align: center !important
  }

  .page .wp-block-columns.justify-center .wp-block-column p,
  .editor-styles-wrapper .wp-block-columns.justify-center .wp-block-column p {
    text-align: center !important
  }

  .page .wp-block-columns.justify-center .wp-block-column+.wp-block-column,
  .editor-styles-wrapper .wp-block-columns.justify-center .wp-block-column+.wp-block-column {
    margin-top: 22.5px
  }
}

.page .wp-block-columns.justify-center .wp-block-column,
.editor-styles-wrapper .wp-block-columns.justify-center .wp-block-column {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: auto
}

.page .wp-block-columns.width-narrow,
.editor-styles-wrapper .wp-block-columns.width-narrow {
  width: auto !important;
  max-width: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important
}

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

  .page .wp-block-columns.width-narrow,
  .editor-styles-wrapper .wp-block-columns.width-narrow {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important
  }
}

.page .wp-block-columns.width-narrow .wp-block-column,
.editor-styles-wrapper .wp-block-columns.width-narrow .wp-block-column {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
  padding: 0 35px !important
}

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

  .page .wp-block-columns.width-narrow .wp-block-column,
  .editor-styles-wrapper .wp-block-columns.width-narrow .wp-block-column {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    padding: 10px !important;
    margin: 0 !important
  }
}

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

  .page #content .wp-block-columns,
  .editor-styles-wrapper #content .wp-block-columns {
    margin-left: -22.5px;
    margin-right: -22.5px
  }
}

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

  .page #content .wp-block-columns,
  .editor-styles-wrapper #content .wp-block-columns {
    margin-left: -10px;
    margin-right: -10px
  }
}

.page #content .wp-block-columns .wp-block-column,
.editor-styles-wrapper #content .wp-block-columns .wp-block-column {
  position: relative
}

.page p+.wp-block-columns,
.editor-styles-wrapper p+.wp-block-columns {
  margin-top: 35px
}

.page .wp-block-column,
.editor-styles-wrapper .wp-block-column {
  padding: 0 45px;
  margin: 0 0 70px
}

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

  .page .wp-block-column,
  .editor-styles-wrapper .wp-block-column {
    padding-left: 22.5px;
    padding-right: 22.5px
  }
}

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

  .page .wp-block-column,
  .editor-styles-wrapper .wp-block-column {
    padding-left: 10px;
    padding-right: 10px
  }
}

.page .wp-block-column.pl-0,
.editor-styles-wrapper .wp-block-column.pl-0 {
  padding-left: 0 !important
}

.page .wp-block-column.pr-0,
.editor-styles-wrapper .wp-block-column.pr-0 {
  padding-right: 0 !important
}

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

  .page #content .wp-block-column,
  .editor-styles-wrapper #content .wp-block-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 0
  }

  .page #content .wp-block-column+.wp-block-column,
  .editor-styles-wrapper #content .wp-block-column+.wp-block-column {
    margin-top: 45px
  }
}

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

  .page #content .wp-block-column+.wp-block-column,
  .editor-styles-wrapper #content .wp-block-column+.wp-block-column {
    margin-top: 35px
  }
}

.page .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
  max-width: 900px !important;
  padding: 0 10px !important;
  margin: 45px auto !important
}

.page .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.45em
}

.page .svg-circle,
.editor-styles-wrapper .svg-circle {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border-radius: 100%
}

.page .svg-circle img,
.editor-styles-wrapper .svg-circle img {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto !important
}

.page .svg-circle.fill-white img,
.editor-styles-wrapper .svg-circle.fill-white img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  opacity: 1 !important
}

.page a:hover .svg-circle,
.page a:focus-visible .svg-circle,
.editor-styles-wrapper a:hover .svg-circle,
.editor-styles-wrapper a:focus-visible .svg-circle {
  transform: scale(1.1);
  -webkit-transform: scale(1.1)
}

.page .wp-block-button__link:active,
.page .wp-block-button__link:visited,
.page .wp-block-button__link:hover,
.page .wp-block-button__link:focus-visible,
.editor-styles-wrapper .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-button__link:visited,
.editor-styles-wrapper .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button__link:focus-visible {
  color: initial
}

.page .wp-block-embed,
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 35px
}

.page .wp-block-embed.responsive .wp-block-embed__wrapper,
.page .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper,
.page .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed.responsive .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed.wp-block-embed-vimeo .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}

.page .wp-block-embed.responsive iframe,
.page .wp-block-embed.wp-block-embed-vimeo iframe,
.page .wp-block-embed.wp-has-aspect-ratio iframe,
.editor-styles-wrapper .wp-block-embed.responsive iframe,
.editor-styles-wrapper .wp-block-embed.wp-block-embed-vimeo iframe,
.editor-styles-wrapper .wp-block-embed.wp-has-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.page .wp-block-embed.aspect-100 .wp-block-embed__wrapper,
.editor-styles-wrapper .wp-block-embed.aspect-100 .wp-block-embed__wrapper {
  padding-bottom: 100%
}

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

  .page .wp-block-embed.aspect-100 .wp-block-embed__wrapper,
  .editor-styles-wrapper .wp-block-embed.aspect-100 .wp-block-embed__wrapper {
    padding-bottom: 56.25%
  }
}

.page .wp-block-embed.mb-0 figure,
.editor-styles-wrapper .wp-block-embed.mb-0 figure {
  margin-bottom: 0
}

.page .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  position: relative;
  margin-bottom: 35px
}

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

  .page .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin-bottom: 22.5px
  }
}

.page .wp-block-image figure,
.editor-styles-wrapper .wp-block-image figure {
  position: relative;
  margin-bottom: 10px
}

.page .wp-block-image.mb-0 figure,
.editor-styles-wrapper .wp-block-image.mb-0 figure {
  margin-bottom: 0 !important
}

.page .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  margin: 0;
  padding: 10px;
  color: #282828;
  text-align: center
}

.page .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignleft {
  float: left;
  margin: 0 90px 10px 0 !important
}

.page .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignright {
  float: right;
  margin: 0 0 10px 90px !important
}

.page .wp-block-image .alignleft,
.page .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignright {
  max-width: 50%
}

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

  .page .wp-block-image .alignleft,
  .page .wp-block-image .alignright,
  .editor-styles-wrapper .wp-block-image .alignleft,
  .editor-styles-wrapper .wp-block-image .alignright {
    float: none;
    max-width: 100%;
    margin: 0 auto 30px !important
  }
}

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

  .page .wp-block-image:last-child,
  .editor-styles-wrapper .wp-block-image:last-child {
    margin-bottom: 0
  }
}

.page .wp-block-image.is-style-rounded img,
.editor-styles-wrapper .wp-block-image.is-style-rounded img {
  border-radius: 4px
}

.page *>.wp-block-image:last-child,
.editor-styles-wrapper *>.wp-block-image:last-child {
  margin-bottom: 0
}

.page *>.wp-block-image:last-child figure,
.editor-styles-wrapper *>.wp-block-image:last-child figure {
  margin-bottom: 0
}

.page .aligncenter figcaption,
.editor-styles-wrapper .aligncenter figcaption {
  text-align: center
}

.page .wp-block-media-text,
.editor-styles-wrapper .wp-block-media-text {
  margin-bottom: 70px
}

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

  .page .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin-bottom: 45px
  }
}

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

  .page .wp-block-media-text,
  .editor-styles-wrapper .wp-block-media-text {
    margin-bottom: 35px
  }
}

.page .wp-block-media-text .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
  padding-left: 70px !important;
  padding-right: 0 !important
}

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

  .page .wp-block-media-text .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text .wp-block-media-text__content {
    margin-top: 35px;
    padding-left: 0 !important
  }
}

.page .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-left: 70px !important;
  padding-right: 0 !important
}

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

  .page .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 45px !important
  }
}

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

  .page .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 35px !important
  }
}

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

  .page .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-left: 0 !important
  }
}

.page .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
.editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0 !important;
  padding-right: 70px !important
}

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

  .page .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 45px !important
  }
}

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

  .page .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 35px !important
  }
}

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

  .page .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content,
  .editor-styles-wrapper .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding-right: 0 !important
  }
}

.page .wp-block-media-text .wp-block-media-text__media,
.editor-styles-wrapper .wp-block-media-text .wp-block-media-text__media {
  position: relative
}

.page .wp-block-media-text.no-shadow .wp-block-media-text__media,
.editor-styles-wrapper .wp-block-media-text.no-shadow .wp-block-media-text__media {
  -webkit-filter: none !important;
  filter: none !important
}

.page .wp-block-separator+.wp-block-media-text,
.editor-styles-wrapper .wp-block-separator+.wp-block-media-text {
  margin-top: 70px
}

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

  .page .wp-block-separator+.wp-block-media-text,
  .editor-styles-wrapper .wp-block-separator+.wp-block-media-text {
    margin-top: 45px
  }
}

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

  .page .wp-block-separator+.wp-block-media-text,
  .editor-styles-wrapper .wp-block-separator+.wp-block-media-text {
    margin-top: 35px
  }
}

.page .wp-caption,
.editor-styles-wrapper .wp-caption {
  max-width: 100%
}

.page .wp-caption-text,
.editor-styles-wrapper .wp-caption-text {
  padding: 10px;
  font-size: .85rem
}

.page .wp-block-buttons,
.editor-styles-wrapper .wp-block-buttons {
  margin: 45px 0
}

.page .wp-block-buttons .wp-block-button,
.editor-styles-wrapper .wp-block-buttons .wp-block-button {
  margin-bottom: 0
}

.page .wp-block-buttons:last-child,
.editor-styles-wrapper .wp-block-buttons:last-child {
  margin-bottom: 0 !important
}

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

  .page .wp-block-buttons,
  .editor-styles-wrapper .wp-block-buttons {
    margin: 35px 0
  }
}

.page .container+.wp-block-separator,
.editor-styles-wrapper .container+.wp-block-separator {
  margin-bottom: 0;
  margin-top: 0
}

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

  .page .center-mobile,
  .editor-styles-wrapper .center-mobile {
    text-align: center
  }
}

.page .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
  gap: 0 !important;
  width: calc(100% + 22.5px);
  margin-bottom: 45px;
  margin-left: -5px;
  margin-right: 5px
}

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

  .page .wp-block-gallery,
  .editor-styles-wrapper .wp-block-gallery {
    margin-bottom: 35px
  }
}

.page .wp-block-gallery .wp-block-image,
.editor-styles-wrapper .wp-block-gallery .wp-block-image {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 22.5px !important
}

.page .wp-block-gallery .wp-block-image img,
.editor-styles-wrapper .wp-block-gallery .wp-block-image img {
  border-radius: 4px;
  -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25));
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, .25))
}

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

  .page .wp-block-gallery .wp-block-image img,
  .editor-styles-wrapper .wp-block-gallery .wp-block-image img {
    -webkit-filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, .2));
    filter: drop-shadow(0px 0px 7.5px rgba(0, 0, 0, .2))
  }
}

.page .wp-block-gallery.has-nested-images .wp-block-image:not(#individual-image),
.editor-styles-wrapper .wp-block-gallery.has-nested-images .wp-block-image:not(#individual-image) {
  width: 100%
}

.page *+.wp-block-gallery,
.editor-styles-wrapper *+.wp-block-gallery {
  margin-top: 45px
}

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

  .page *+.wp-block-gallery,
  .editor-styles-wrapper *+.wp-block-gallery {
    margin-top: 35px
  }
}

.page .block-full-width .wp-block-gallery:last-child,
.editor-styles-wrapper .block-full-width .wp-block-gallery:last-child {
  margin-bottom: 0
}

.page .overflow-visible,
.editor-styles-wrapper .overflow-visible {
  overflow: visible !important
}

.page .wp-block-quote,
.editor-styles-wrapper .wp-block-quote {
  position: relative;
  max-width: 80%;
  margin-bottom: 45px
}

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

  .page .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote {
    margin-bottom: 35px
  }
}

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

  .page .wp-block-quote,
  .editor-styles-wrapper .wp-block-quote {
    max-width: 100%;
    margin-bottom: 22.5px
  }
}

.page .wp-block-quote:before,
.editor-styles-wrapper .wp-block-quote:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -22.5px;
  left: 0;
  width: 90px;
  height: 90px;
  background-size: contain;
  color: #ffac4e;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.page .wp-block-quote.visible:before,
.editor-styles-wrapper .wp-block-quote.visible:before {
  left: -35px;
  opacity: 1
}

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

  .page .wp-block-quote.visible:before,
  .editor-styles-wrapper .wp-block-quote.visible:before {
    left: -22.5px
  }
}

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

  .page .wp-block-quote.visible:before,
  .editor-styles-wrapper .wp-block-quote.visible:before {
    left: -10px
  }
}

.page .wp-block-quote p,
.editor-styles-wrapper .wp-block-quote p {
  position: relative;
  z-index: 2;
  padding-top: 10px;
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(28px, 3.5vw), 40px);
  font-weight: 500;
  line-height: 1.05em
}

.block-count-up-section {
  padding: 180px 180px 260px;
  background-color: #186a60;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff
}

@media screen and (max-width:1081px) {
  .block-count-up-section {
    padding: 120px 120px 220px
  }
}

@media screen and (max-width:992px) {
  .block-count-up-section {
    padding: 120px 90px 220px
  }
}

@media screen and (max-width:782px) {
  .block-count-up-section {
    padding: 70px 45px 220px
  }
}

.block-count-up-section .headline {
  max-width: 700px;
  margin: 0 auto 45px auto;
  line-height: 1.25em;
  text-align: center
}

.block-count-up-section .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -70px;
  margin-right: -70px
}

@media screen and (max-width:992px) {
  .block-count-up-section .row {
    margin-left: -45px;
    margin-right: -45px
  }
}

@media screen and (max-width:576px) {
  .block-count-up-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.block-count-up-section .count-section {
  max-width: 450px;
  padding-left: 70px;
  padding-right: 70px
}

@media screen and (max-width:992px) {
  .block-count-up-section .count-section {
    padding-left: 45px;
    padding-right: 45px
  }
}

@media screen and (max-width:782px) {
  .block-count-up-section .count-section {
    max-width: 300px;
    text-align: center
  }

  .block-count-up-section .count-section+.count-section {
    margin-top: 45px
  }
}

.block-count-up-section .count-section .number {
  font-family: "Aleo", sans-serif;
  font-weight: 600;
  line-height: 1em
}

.block-count-up-section .count-section .number .spinning-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 90px;
  line-height: 1em
}

.block-count-up-section .count-section .number .spinning-number .count-up {
  font-size: 120px;
  line-height: 1em
}

@media screen and (max-width:1081px) {
  .block-count-up-section .count-section .number .spinning-number {
    font-size: 75px
  }

  .block-count-up-section .count-section .number .spinning-number .count-up {
    font-size: 100px
  }
}

@media screen and (max-width:782px) {
  .block-count-up-section .count-section .number .spinning-number {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.block-count-up-section .count-section .label {
  margin: 0;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase
}

.block-count-up-section .section-hr {
  margin-bottom: 30px;
  margin-top: 10px
}

.block-count-up-section .section-hr.visible {
  max-width: 100%
}

.block-cta-button {
  margin-bottom: 35px;
  margin-top: 22.5px
}

.block-cta-button p {
  line-height: 1em
}

.btn-svg {
  position: relative;
  top: -1.5px
}

.btn-svg svg {
  fill: #fff;
  transform: scale(1.5);
  -webkit-transform: scale(1.5)
}

.svg-left {
  margin-right: 10px
}

.svg-right {
  margin-left: 10px
}

.block-floating-color {
  position: absolute;
  z-index: -1;
  width: calc(100% + 70px);
  height: 600px;
  top: -300px;
  right: -70px
}

.entry-content .block-full-width:not(.block-layered-content-box):last-child {
  margin-bottom: -70px !important
}

@media screen and (max-width:782px) {
  .entry-content .block-full-width:not(.block-layered-content-box):last-child {
    margin-bottom: -45px !important
  }
}

.block-full-width {
  width: calc(100% + 240px);
  margin-bottom: 70px;
  margin-left: -120px;
  padding: 90px 120px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}

@media screen and (max-width:1440px) {
  .block-full-width {
    width: calc(100% + 180px);
    margin-left: -90px;
    padding-left: 90px;
    padding-right: 90px
  }
}

@media screen and (max-width:1200px) {
  .block-full-width {
    width: calc(100% + 140px);
    margin-left: -70px;
    padding: 70px
  }
}

@media screen and (max-width:992px) {
  .block-full-width {
    width: calc(100% + 70px);
    margin-left: -35px;
    padding-left: 35px;
    padding-right: 35px
  }
}

@media screen and (max-width:782px) {
  .block-full-width {
    margin-bottom: 45px;
    padding-bottom: 45px;
    padding-top: 45px
  }
}

@media screen and (max-width:576px) {
  .block-full-width {
    width: calc(100% + 45px);
    margin-left: -22.5px;
    padding: 35px 22.5px
  }
}

@media screen and (max-width:420px) {
  .block-full-width {
    width: calc(100% + 35px);
    margin-left: -17.5px;
    padding-left: 17.5px;
    padding-right: 17.5px
  }
}

.block-full-width.p-0 {
  width: calc(100% + 140px);
  margin-left: -70px
}

@media screen and (max-width:1200px) {
  .block-full-width.p-0 {
    width: calc(100% + 90px);
    margin-left: -45px
  }
}

@media screen and (max-width:992px) {
  .block-full-width.p-0 {
    width: calc(100% + 70px);
    margin-left: -35px
  }
}

@media screen and (max-width:576px) {
  .block-full-width.p-0 {
    width: calc(100% + 45px);
    margin-left: -22.5px
  }
}

@media screen and (max-width:420px) {
  .block-full-width.p-0 {
    width: calc(100% + 35px);
    margin-left: -10px
  }
}

@media screen and (max-width:782px) {
  .block-full-width.hide-bg-mobile {
    padding: 0 !important;
    background: 0 0 !important
  }

  .block-full-width.hide-bg-mobile .wp-block-column {
    padding-left: 45px !important;
    padding-right: 45px !important
  }
}

@media screen and (max-width:420px) {
  .block-full-width.hide-bg-mobile .wp-block-column {
    padding-left: 35px !important;
    padding-right: 35px !important
  }
}

.block-full-width+.block-full-width {
  margin-top: 0
}

.block-full-width-content {
  position: relative;
  margin-top: 70px
}

@media screen and (max-width:782px) {
  .block-full-width-content {
    margin-top: 45px
  }

  .block-full-width-content .wp-block-columns:last-child .wp-block-column:last-child {
    margin-bottom: 0 !important
  }
}

.block-full-width-content .bg-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.block-full-width-content .wp-block-columns {
  margin-bottom: 0
}

.block-full-width-content *:not(img)+.wp-block-columns {
  margin-top: 45px
}

.block-full-width-content .wp-block-column {
  margin-bottom: 0
}

.block-full-width-content .width-full,
.block-full-width-content .width-medium,
.block-full-width-content .width-narrow {
  position: relative;
  z-index: 5
}

.block-full-width-content .width-full.width-medium,
.block-full-width-content .width-full.width-narrow,
.block-full-width-content .width-medium.width-medium,
.block-full-width-content .width-medium.width-narrow,
.block-full-width-content .width-narrow.width-medium,
.block-full-width-content .width-narrow.width-narrow {
  margin-left: auto;
  margin-right: auto
}

.block-full-width-content .width-full.width-medium,
.block-full-width-content .width-medium.width-medium,
.block-full-width-content .width-narrow.width-medium {
  max-width: 1200px
}

.block-full-width-content .width-full.width-narrow,
.block-full-width-content .width-medium.width-narrow,
.block-full-width-content .width-narrow.width-narrow {
  max-width: 900px
}

.block-full-width-content.has-padding-small {
  padding-bottom: 45px !important;
  padding-top: 45px !important
}

@media screen and (max-width:992px) {
  .block-full-width-content.has-padding-small {
    padding-bottom: 35px !important;
    padding-top: 35px !important
  }
}

@media screen and (max-width:576px) {
  .block-full-width-content.has-padding-small {
    padding-bottom: 22.5px !important;
    padding-top: 22.5px !important
  }
}

.block-full-width-content.has-padding-none {
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

@media screen and (max-width:782px) {
  .block-full-width-content.has-overlapping-image {
    padding-bottom: 120px !important
  }

  .block-full-width-content.has-overlapping-image+.block-full-width {
    padding-top: 90px !important
  }

  .block-full-width-content.has-overlapping-image .wp-block-column+.wp-block-column {
    margin-top: 0 !important
  }
}

@media screen and (max-width:782px) {
  .block-full-width-content.mobile-no-padding {
    width: calc(100% + 70px) !important;
    max-width: calc(100% + 70px) !important;
    padding: 0 !important;
    margin-left: -35px !important
  }
}

.before-full-width-block {
  margin-bottom: 0 !important
}

.entry-content .block-full-width-content:first-child {
  margin-top: -35px
}

.editor-styles-wrapper .block-full-width {
  width: calc(100% + 35px) !important;
  padding-left: 22.5px !important;
  padding-right: 22.5px !important;
  margin-left: -10px !important
}

.block-full-width-image {
  padding: 0 !important
}

.block-full-width-image img {
  display: block
}

.block-hero-area {
  position: relative;
  margin-bottom: 70px
}

@media screen and (max-width:782px) {
  .block-hero-area {
    margin-bottom: 45px
  }
}

@media screen and (max-width:576px) {
  .block-hero-area {
    margin-bottom: 35px
  }
}

.block-hero-area:not(.has-background) {
  background-color: #009c8e
}

.block-hero-area:not(.has-text-color)>* {
  color: #fff
}

.block-hero-area .hero-image {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.block-hero-area .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 50;
  height: 100%;
  padding: 35px 0
}

@media screen and (max-width:992px) {
  .block-hero-area .page-title {
    padding: 10px 0
  }
}

@media screen and (max-width:782px) {
  .block-hero-area .page-title {
    padding: 0
  }
}

.block-hero-area .page-title .h1 {
  margin-bottom: 0
}

.block-hero-area.has-subtitle .page-title {
  padding-bottom: 10px;
  padding-top: 0
}

.block-hero-area.has-image {
  height: 500px
}

@media screen and (max-width:1200px) {
  .block-hero-area.has-image {
    height: 400px
  }
}

@media screen and (max-width:992px) {
  .block-hero-area.has-image {
    height: 350px
  }
}

@media screen and (max-width:782px) {
  .block-hero-area.has-image {
    height: 300px;
    margin-bottom: 45px
  }
}

@media screen and (max-width:576px) {
  .block-hero-area.has-image {
    height: 250px;
    margin-bottom: 35px
  }
}

@media screen and (max-width:420px) {
  .block-hero-area.has-image {
    height: 200px
  }
}

.entry-content .block-hero-area:first-child,
.single #main-container .block-hero-area:first-child {
  margin-top: -35px
}

.block-homepage-hero {
  position: relative;
  z-index: 10;
  padding-bottom: 0 !important;
  padding-top: 0 !important
}

@media screen and (max-width:782px) {
  .block-homepage-hero {
    width: calc(100% + 70px);
    max-width: calc(100% + 70px);
    margin-left: -35px
  }
}

.block-homepage-hero img {
  display: block
}

.block-homepage-hero .mask {
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}

.block-homepage-hero .mask.visible {
  width: 0;
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.block-homepage-hero .headline-wrapper {
  position: absolute;
  z-index: 15;
  width: 800px;
  max-width: 60%;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (min-width:1600px) {
  .block-homepage-hero .headline-wrapper {
    width: 830px
  }
}

@media screen and (max-width:1200px) {
  .block-homepage-hero .headline-wrapper {
    max-width: 62.5%
  }
}

@media screen and (max-width:1081px) {
  .block-homepage-hero .headline-wrapper {
    max-width: 65%
  }
}

@media screen and (max-width:992px) {
  .block-homepage-hero .headline-wrapper {
    max-width: 67.5%
  }
}

@media screen and (max-width:782px) {
  .block-homepage-hero .headline-wrapper {
    position: relative;
    max-width: 100%;
    left: auto;
    top: auto;
    margin-bottom: -45px;
    margin-top: -92px;
    -webkit-transform: none;
    transform: none
  }
}

.block-homepage-hero .headline-wrapper .headline {
  margin: 0;
  padding: 70px 90px;
  background-color: rgba(40, 40, 40, .9);
  color: #fff;
  font-family: "Aleo", sans-serif;
  line-height: 1em
}

@media screen and (max-width:782px) {
  .block-homepage-hero .headline-wrapper .headline {
    padding: 35px
  }
}

.block-homepage-hero .headline-wrapper .headline em {
  position: relative;
  display: inline-block;
  left: -22.5px;
  top: 35px;
  color: #fbdb58;
  font-family: "Cookie", cursive;
  font-size: 170%;
  font-style: normal !important;
  line-height: 50%;
  opacity: 0;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

@media screen and (max-width:782px) {
  .block-homepage-hero .headline-wrapper .headline em {
    display: block;
    max-width: 250px;
    top: 0 !important
  }
}

.block-homepage-hero .headline-wrapper .headline:after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 45px;
  background-color: #fff;
  -webkit-transition: all .75s ease;
  transition: all .75s ease;
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.block-homepage-hero .headline-wrapper .headline.visible em {
  left: 0;
  top: 22.5px;
  opacity: 1
}

.block-homepage-hero .headline-wrapper .headline.visible em span {
  display: block;
  -webkit-animation: headline-float 3.5s ease-in-out infinite;
  animation: headline-float 3.5s ease-in-out infinite
}

.block-homepage-hero .headline-wrapper .headline.visible:after {
  width: 70px
}

.block-homepage-hero .headline-wrapper .headline.overlay-angeles {
  background-color: rgba(252, 239, 192, .9);
  color: #282828
}

.block-homepage-hero .headline-wrapper .headline.overlay-angeles em {
  color: #282828
}

.block-homepage-hero .headline-wrapper .headline.overlay-angeles:after {
  background-color: #282828
}

.block-homepage-hero .corner-stamp {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 0
}

@media screen and (max-width:782px) {
  .block-homepage-hero .corner-stamp {
    right: 22.5px
  }
}

.block-homepage-hero .corner-stamp img {
  display: block;
  max-width: 200px;
  -webkit-transform: translateY(62.5%);
  transform: translateY(62.5%)
}

@media screen and (max-width:1081px) {
  .block-homepage-hero .corner-stamp img {
    max-width: 150px;
    -webkit-transform: translateY(50%);
    transform: translateY(50%)
  }
}

@media screen and (max-width:782px) {
  .block-homepage-hero .corner-stamp img {
    max-width: 120px;
    -webkit-transform: translateY(35%);
    transform: translateY(35%)
  }
}

@-webkit-keyframes headline-float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, 7.5px);
    transform: translate(0, 7.5px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@keyframes headline-float {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }

  50% {
    -webkit-transform: translate(0, 7.5px);
    transform: translate(0, 7.5px)
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.entry-content .block-homepage-hero:first-child,
.single #main-container .block-homepage-hero:first-child {
  margin-top: -35px
}

.block-layered-content-box {
  position: relative;
  height: calc(100% - 70px);
  padding-bottom: 0;
  padding-top: 0;
  overflow: visible
}

@media screen and (max-width:782px) {
  .block-layered-content-box {
    margin-bottom: 70px !important
  }
}

.block-layered-content-box .bg-image {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  -o-object-fit: cover;
  object-fit: cover
}

@media screen and (max-width:782px) {
  .block-layered-content-box .bg-image {
    bottom: -70px
  }
}

.block-layered-content-box .content-wrapper {
  position: relative;
  z-index: 5;
  max-width: 960px;
  left: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:1200px) {
  .block-layered-content-box .content-wrapper {
    left: -35px
  }
}

@media screen and (max-width:992px) {
  .block-layered-content-box .content-wrapper {
    width: calc(100% + 35px)
  }
}

.block-layered-content-box .content-wrapper .content-box {
  position: relative;
  z-index: 10;
  padding: 70px 45px
}

@media screen and (max-width:1200px) {
  .block-layered-content-box .content-wrapper .content-box {
    padding: 45px 35px
  }
}

.block-layered-content-box .content-wrapper .content-box .headline {
  margin-bottom: 0
}

.block-layered-content-box .content-wrapper .content-box .headline-hr {
  background-color: #282828
}

.block-layered-content-box .content-wrapper .shadow {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  opacity: .9;
  -webkit-transition: all 1.25s ease;
  transition: all 1.25s ease;
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.block-layered-content-box .content-wrapper .shadow.visible {
  bottom: -35px;
  right: -120px
}

@media screen and (max-width:576px) {
  .block-layered-content-box .content-wrapper .shadow.visible {
    bottom: -22.5px
  }
}

.block-layered-content-box .icon {
  position: absolute;
  z-index: 5;
  right: calc(18.75% - 100px);
  top: 0
}

@media screen and (max-width:1081px) {
  .block-layered-content-box .icon {
    right: 70px
  }
}

@media screen and (max-width:992px) {
  .block-layered-content-box .icon {
    right: 45px
  }
}

@media screen and (max-width:782px) {
  .block-layered-content-box .icon {
    display: none !important
  }
}

.block-layered-content-box .icon img {
  display: block;
  width: 200px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:1081px) {
  .block-layered-content-box .icon img {
    width: 120px
  }
}

@media screen and (max-width:992px) {
  .block-layered-content-box.has-icon .content-wrapper {
    max-width: 450px !important
  }
}

@media screen and (max-width:782px) {
  .block-layered-content-box.has-icon .content-wrapper {
    max-width: none !important
  }
}

.entry-content .block-layered-content-box:last-child {
  margin-bottom: -70px !important
}

@media screen and (max-width:782px) {
  .entry-content .block-layered-content-box:last-child {
    margin-bottom: 25px !important
  }
}

.block-leadership {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 22.5px;
  padding-right: 22.5px
}

@media screen and (max-width:1081px) {
  .block-leadership {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0
  }
}

.block-leadership .col-headlines {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px
}

@media screen and (max-width:1200px) {
  .block-leadership .col-headlines {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px
  }
}

@media screen and (max-width:1081px) {
  .block-leadership .col-headlines {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0
  }
}

.block-leadership .col-headlines .headline {
  font-family: "Aleo", sans-serif;
  font-weight: 400;
  line-height: .9em
}

.block-leadership .col-headlines hr {
  margin: 35px 0 35px 2.5px
}

@media screen and (max-width:576px) {
  .block-leadership .col-headlines hr {
    margin-bottom: 22.5px;
    margin-top: 22.5px
  }
}

.block-leadership .col-headlines .subhead {
  margin-top: 70px;
  font-weight: 400
}

@media screen and (max-width:1081px) {
  .block-leadership .col-headlines .subhead {
    margin-top: 35px
  }
}

.block-leadership .col-people {
  padding-left: 45px
}

@media screen and (max-width:1200px) {
  .block-leadership .col-people {
    padding-left: 10px
  }
}

@media screen and (max-width:1081px) {
  .block-leadership .col-people {
    margin-top: 45px;
    padding: 0
  }
}

@media screen and (max-width:782px) {
  .block-leadership .col-people {
    margin-top: 35px
  }
}

.block-leadership .col-people .row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -90px !important
}

@media screen and (max-width:1081px) {
  .block-leadership .col-people .row {
    margin-bottom: -70px !important;
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

@media screen and (max-width:782px) {
  .block-leadership .col-people .row {
    margin-bottom: -45px !important
  }
}

.block-leadership .col-people .row .col-person {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 90px
}

@media screen and (max-width:1081px) {
  .block-leadership .col-people .row .col-person {
    margin-bottom: 70px;
    padding: 0 !important
  }
}

@media screen and (max-width:782px) {
  .block-leadership .col-people .row .col-person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 45px
  }
}

@media screen and (max-width:420px) {
  .block-leadership .col-people .row .col-person {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.block-leadership .col-people .row .col-person .image {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 22.5px
}

@media screen and (max-width:576px) {
  .block-leadership .col-people .row .col-person .image {
    width: 170px;
    height: 170px
  }
}

@media screen and (max-width:420px) {
  .block-leadership .col-people .row .col-person .image {
    width: 100%;
    height: auto;
    margin-bottom: 15px
  }
}

.block-leadership .col-people .row .col-person .image img {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}

@media screen and (max-width:420px) {
  .block-leadership .col-people .row .col-person .image img {
    position: initial;
    display: block;
    max-width: 250px
  }
}

.block-leadership .col-people .row .col-person .name {
  margin-bottom: 5px;
  line-height: .9em
}

.block-leadership .col-people .row .col-person .title {
  line-height: 1.25em
}

.block-logos-slider {
  position: relative;
  padding-bottom: 70px;
  padding-top: 70px
}

.block-logos-slider+.wp-block-columns {
  margin-top: 70px
}

.block-logos-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.block-logos-slider .slick-slide div {
  padding: 0 22.5px;
  text-align: center
}

.block-logos-slider .slick-slide div div {
  padding-left: 0;
  padding-right: 0
}

.block-logos-slider img {
  display: block;
  width: auto;
  max-height: 105px;
  margin: 0 auto
}

@media screen and (max-width:782px) {
  .block-logos-slider {
    padding-bottom: 45px;
    padding-top: 45px
  }

  .block-logos-slider .h1 {
    margin-bottom: 5px
  }

  .block-logos-slider .logos-slider {
    padding-left: 35px !important;
    padding-right: 35px !important
  }

  .block-logos-slider .logos-slider .slick-slide div {
    padding: 0 10px
  }
}

.block-logos-slider .slider-controls {
  width: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  text-align: center
}

.block-logos-slider .slider-controls span {
  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;
  width: 36px;
  height: 36px;
  background-color: #eee;
  border-radius: 100%;
  cursor: pointer;
  text-align: center
}

.block-logos-slider .slider-controls span svg {
  position: relative;
  fill: #282828;
  -webkit-transform: scale(1.75);
  transform: scale(1.75)
}

@media screen and (max-width:782px) {
  .block-logos-slider .slider-controls span svg {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }
}

.block-logos-slider .slider-controls span:hover svg,
.block-logos-slider .slider-controls span:focus-visible svg {
  fill: #efefef
}

@media screen and (max-width:782px) {
  .block-logos-slider .slider-controls span {
    width: 30px;
    height: 30px
  }
}

.block-logos-slider .slider-controls.state-paused .pause,
.block-logos-slider .slider-controls .play {
  display: none
}

.block-logos-slider .slider-controls.state-paused .play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.more-link,
.block-more-link {
  font-weight: 700
}

.more-link a,
.block-more-link a {
  color: #009c8e;
  text-decoration: none
}

.more-link a:hover,
.more-link a:focus-visible,
.block-more-link a:hover,
.block-more-link a:focus-visible {
  color: #efefef
}

.more-link a:hover .underlined,
.more-link a:focus-visible .underlined,
.block-more-link a:hover .underlined,
.block-more-link a:focus-visible .underlined {
  text-decoration: none
}

.more-link a:hover svg,
.more-link a:focus-visible svg,
.block-more-link a:hover svg,
.block-more-link a:focus-visible svg {
  fill: #efefef
}

.more-link a .underlined,
.block-more-link a .underlined {
  text-decoration: underline
}

.more-link a svg,
.block-more-link a svg {
  width: 10px;
  height: 10px;
  fill: #009c8e
}

.more-link.back-link a,
.block-more-link.back-link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  color: #282828
}

.more-link.back-link a svg,
.block-more-link.back-link a svg {
  margin-right: 5px;
  fill: #282828;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.more-link.back-link a:hover,
.more-link.back-link a:focus-visible,
.block-more-link.back-link a:hover,
.block-more-link.back-link a:focus-visible {
  color: #009c8e
}

.more-link.back-link a:hover svg,
.more-link.back-link a:focus-visible svg,
.block-more-link.back-link a:hover svg,
.block-more-link.back-link a:focus-visible svg {
  fill: #009c8e
}

.block-overlapping-image {
  position: absolute;
  z-index: 15;
  bottom: calc(-50% + 45px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:1081px) {
  .block-overlapping-image {
    bottom: calc(-50% + 17.5px)
  }
}

@media screen and (max-width:992px) {
  .block-overlapping-image {
    bottom: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
  }
}

@media screen and (max-width:782px) {
  .block-overlapping-image {
    width: 100%;
    bottom: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%)
  }
}

.block-overlapping-image img {
  display: block
}

@media screen and (max-width:992px) {
  .block-overlapping-image img {
    width: auto;
    max-height: 120px
  }
}

@media screen and (max-width:782px) {
  .block-overlapping-image img {
    margin-left: auto;
    margin-right: auto
  }
}

.block-phone-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px !important;
  padding-top: 70px !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media screen and (max-width:992px) {
  .block-phone-gallery {
    padding-top: 45px !important
  }
}

@media screen and (max-width:782px) {
  .block-phone-gallery {
    padding-top: 35px !important
  }
}

@media screen and (max-width:576px) {
  .block-phone-gallery {
    padding-bottom: 22.5px !important
  }
}

.block-phone-gallery .col-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 375px;
  flex: 0 0 375px;
  max-width: 375px;
  padding-left: 5px;
  padding-right: 5px
}

@media screen and (max-width:992px) {
  .block-phone-gallery .col-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
  }
}

@media screen and (max-width:782px) {
  .block-phone-gallery .col-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media screen and (max-width:420px) {
  .block-phone-gallery .col-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

#page .block-phone-gallery {
  margin-bottom: 0 !important
}

.block-service-row {
  padding-left: 70px
}

@media screen and (max-width:1200px) {
  .block-service-row {
    padding-left: 45px
  }
}

@media screen and (max-width:1081px) {
  .block-service-row {
    padding-left: 35px
  }
}

@media screen and (max-width:782px) {
  .block-service-row {
    padding-left: 0
  }
}

.block-service-row+.block-service-row {
  margin-top: 120px
}

@media screen and (max-width:1200px) {
  .block-service-row+.block-service-row {
    margin-top: 90px
  }
}

@media screen and (max-width:1081px) {
  .block-service-row+.block-service-row {
    margin-top: 70px
  }
}

@media screen and (max-width:782px) {
  .block-service-row+.block-service-row {
    margin-top: 45px
  }
}


@media screen and (max-width:782px) {
  .block-service-row .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }
}

.block-service-row .row .col {
  padding: 45px
}

@media screen and (max-width:1081px) {
  .block-service-row .row .col {
    padding: 35px
  }
}

@media screen and (max-width:782px) {
  .block-service-row .row .col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

.block-service-row .row .col-image {
  position: relative;
  overflow: visible
}

.block-service-row .row .col-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center
}

@media screen and (min-width:1600px) {
  .block-service-row .row .col-image img {
    -o-object-position: center right;
    object-position: center right
  }
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-image img {
    position: initial;
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    top: auto;
    left: auto !important;
    right: auto !important
  }
}

.block-service-row .row .col-image .image {
  position: relative
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-image .image {
    margin-top: 35px !important
  }
}

.block-service-row .row .col-image .image.visible .highlight {
  bottom: -35px;
  right: -22.5px
}

.block-service-row .row .col-image .image img {
  position: relative;
  z-index: 2;
  display: block
}

.block-service-row .row .col-image .highlight {
  position: absolute;
  width: 100%;
  height: calc(75% + 35px);
  bottom: 0;
  right: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.block-service-row .row .col-content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.5%;
  flex: 0 0 58.5%
}

@media screen and (max-width:1200px) {
  .block-service-row .row .col-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%
  }
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content {
    padding-bottom: 0;
    padding-top: 0
  }
}

.block-service-row .row .col-content .highlight {
  position: absolute;
  width: 11px;
  height: 0;
  top: 45px;
  left: 45px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

@media screen and (max-width:1081px) {
  .block-service-row .row .col-content .highlight {
    top: 35px;
    left: 35px
  }
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content .highlight {
    width: 5px;
    left: 45px;
    top: 0
  }
}

@media screen and (max-width:576px) {
  .block-service-row .row .col-content .highlight {
    left: 38.5px
  }
}

.block-service-row .row .col-content .highlight.visible {
  height: calc(100% - 90px)
}

@media screen and (max-width:1081px) {
  .block-service-row .row .col-content .highlight.visible {
    height: calc(100% - 70px)
  }
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content .highlight.visible {
    height: 100%
  }
}

.block-service-row .row .col-content .content-wrapper {
  padding-left: 46px
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content .content-wrapper {
    padding-left: 35px
  }
}

.block-service-row .row .col-content .content-wrapper .title {
  font-family: "Aleo", sans-serif
}

.block-service-row .row .col-content .content-wrapper .highlights {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -22.5px;
  margin-right: -22.5px;
  margin-top: -22.5px
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content .content-wrapper .highlights {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

.block-service-row .row .col-content .content-wrapper .highlights .col-highlight {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 22.5px;
  margin-top: 35px !important
}

@media screen and (max-width:1081px) {
  .block-service-row .row .col-content .content-wrapper .highlights .col-highlight {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media screen and (max-width:576px) {
  .block-service-row .row .col-content .content-wrapper .highlights .col-highlight {
    margin-top: 22.5px !important
  }
}

.block-service-row .row .col-content .content-wrapper .highlights .col-highlight .headline {
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase
}

@media screen and (max-width:782px) {
  .block-service-row .row .col-content .content-wrapper .highlights .col-highlight .headline {
    margin-bottom: 5px
  }
}

.block-service-row.image-right .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.block-service-row.image-right .row .col-image img {
  left: auto;
  right: -180px
}

@media screen and (min-width:1600px) {
  .block-service-row.image-right .row .col-image img {
    -o-object-position: center left;
    object-position: center left
  }
}

.block-service-row.image-right .row .image.visible .highlight {
  right: 22.5px !important
}

@media screen and (max-width:782px) {
  .block-full-width .block-service-row:last-child .image {
    margin-bottom: 35px !important;
    margin-top: 70px !important
  }
}

.block-full-width .block-service-row:last-child .image .highlight {
  bottom: auto !important;
  top: 0
}

.block-full-width .block-service-row:last-child .image.visible .highlight {
  bottom: auto !important;
  top: -35px !important
}

.block-work-feed-title .work-title {
  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;
  padding: 10px 0 0 70px
}

@media screen and (max-width:1200px) {
  .block-work-feed-title .work-title {
    padding-left: 45px
  }
}

@media screen and (max-width:1081px) {
  .block-work-feed-title .work-title {
    padding-left: 35px;
    padding-top: 0
  }
}

@media screen and (max-width:782px) {
  .block-work-feed-title .work-title {
    padding-left: 10px
  }
}

@media screen and (max-width:576px) {
  .block-work-feed-title .work-title {
    padding-left: 5px
  }
}

.block-work-feed-title .work-title h1 {
  font-family: "Aleo", sans-serif
}

.block-work-feed-title .work-title h1 span {
  display: block
}

.block-work-feed-title .work-title h1 em {
  display: block;
  margin-left: 120px;
  margin-top: 10px;
  color: #009c8e;
  font-size: 185%
}

@media screen and (max-width:1200px) {
  .block-work-feed-title .work-title h1 em {
    margin-left: 90px
  }
}

@media screen and (max-width:1081px) {
  .block-work-feed-title .work-title h1 em {
    margin-left: 70px
  }
}

@media screen and (max-width:782px) {
  .block-work-feed-title .work-title h1 em {
    margin-left: 35px
  }
}

@media screen and (max-width:576px) {
  .block-work-feed-title .work-title h1 em {
    margin-left: 22.5px
  }
}

.block-work-feed-title .work-title h1 .visible em span {
  display: block;
  -webkit-animation: headline-float 3.5s ease-in-out infinite;
  animation: headline-float 3.5s ease-in-out infinite
}

.block-work-feed-title .work-title .icon {
  display: block;
  max-width: 180px
}

@media screen and (max-width:1200px) {
  .block-work-feed-title .work-title .icon {
    max-width: 150px
  }
}

@media screen and (max-width:1081px) {
  .block-work-feed-title .work-title .icon {
    max-width: 120px
  }
}

@media screen and (max-width:782px) {
  .block-work-feed-title .work-title .icon {
    max-width: 90px
  }
}

@media screen and (max-width:576px) {
  .block-work-feed-title .work-title .icon {
    max-width: 70px
  }
}

.block-work-feed-title hr {
  margin-left: 70px !important;
  margin-top: 45px !important;
  background-color: #282828 !important;
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important
}

@media screen and (max-width:1200px) {
  .block-work-feed-title hr {
    margin-left: 45px !important
  }
}

@media screen and (max-width:1081px) {
  .block-work-feed-title hr {
    margin-left: 35px !important;
    margin-top: 35px !important
  }
}

@media screen and (max-width:782px) {
  .block-work-feed-title hr {
    margin-left: 10px !important;
    margin-top: 22.5px !important
  }
}

@media screen and (max-width:576px) {
  .block-work-feed-title hr {
    margin-left: 5px !important
  }
}

.block-work-hero {
  position: relative;
  padding-left: 120px;
  padding-top: 45px
}

@media screen and (max-width:1200px) {
  .block-work-hero {
    padding-left: 70px
  }
}

@media screen and (max-width:1081px) {
  .block-work-hero {
    padding-left: 45px;
    padding-top: 35px
  }
}

@media screen and (max-width:992px) {
  .block-work-hero {
    padding-left: 35px
  }
}

@media screen and (max-width:782px) {
  .block-work-hero {
    padding-left: 0;
    padding-top: 10px
  }
}

@media screen and (max-width:576px) {
  .block-work-hero {
    padding-top: 0
  }
}

.block-work-hero .headline {
  max-width: 600px;
  margin-bottom: 5px;
  font-family: "Aleo", sans-serif
}

@media screen and (max-width:782px) {
  .block-work-hero .headline {
    max-width: 100%;
    margin-bottom: 22.5px
  }
}

.block-work-hero .image-area {
  position: relative;
  padding-top: 35px
}

.block-work-hero .image-area .description,
.block-work-hero .image-area .image {
  position: relative;
  z-index: 5;
  max-width: 85%
}

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

  .block-work-hero .image-area .description,
  .block-work-hero .image-area .image {
    max-width: 92.5%
  }
}

.block-work-hero .image-area .description {
  margin-bottom: 0;
  font-weight: 400
}

@media screen and (max-width:782px) {
  .block-work-hero .image-area .description {
    max-width: calc(100% - 265px)
  }
}

.block-work-hero .image-area .image {
  margin-top: 45px
}

@media screen and (max-width:1081px) {
  .block-work-hero .image-area .image {
    margin-top: 35px
  }
}

@media screen and (max-width:782px) {
  .block-work-hero .image-area .image {
    margin-top: 31.5px
  }
}

.block-work-hero .image-area .image img {
  display: block
}

.block-work-hero .image-area .image .mask {
  position: absolute;
  z-index: 15;
  width: 40%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}

.block-work-hero .image-area .image .mask.visible {
  width: 0;
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.block-work-hero .image-area .background-color {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 35%;
  height: calc(100% - 70px)
}

@media screen and (max-width:782px) {
  .block-work-hero .image-area .background-color {
    width: 250px;
    height: calc(100% - 32.5px)
  }
}

.block-work-hero .image-area .post-terms {
  position: absolute;
  z-index: 5;
  top: 35px;
  left: 65%;
  padding-left: 35px
}

@media screen and (max-width:1081px) {
  .block-work-hero .image-area .post-terms {
    padding-left: 22.5px;
    margin-top: -15px
  }

  .block-work-hero .image-area .post-terms .term {
    margin-right: 10px;
    margin-top: 10px
  }
}

@media screen and (max-width:782px) {
  .block-work-hero .image-area .post-terms {
    margin-top: -22.5px;
    left: calc(100% - 250px)
  }

  .block-work-hero .image-area .post-terms .term {
    margin-top: 5px
  }
}

.block-work-hero .image-area .post-terms .term {
  background-color: #efefef;
  color: #282828 !important
}

.block-work-hero .image-area .post-terms.terms-dark .term {
  background-color: #282828 !important;
  color: #fff !important
}

.editor-styles-wrapper .image .mask {
  display: none !important
}

.block-work-overview-outcomes {
  padding: 90px 120px 150px
}

@media screen and (max-width:1200px) {
  .block-work-overview-outcomes {
    padding-left: 70px;
    padding-right: 70px
  }
}

@media screen and (max-width:1081px) {
  .block-work-overview-outcomes {
    padding: 70px 22.5px 120px 45px
  }
}

@media screen and (max-width:992px) {
  .block-work-overview-outcomes {
    padding-bottom: 90px;
    padding-left: 35px;
    padding-right: 0
  }
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes {
    padding-bottom: 70px;
    padding-left: 0;
    padding-top: 35px
  }
}

.block-work-overview-outcomes .row {
  position: relative
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.block-work-overview-outcomes .row .col-overview {
  position: relative;
  max-width: 63%
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes .row .col-overview {
    max-width: 100%
  }
}

.block-work-overview-outcomes .row .col-overview .border-color {
  position: absolute;
  width: 35px;
  height: 100%;
  top: 0;
  left: -167.5px;
  opacity: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease
}

@media screen and (max-width:1200px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -92.5px
  }
}

@media screen and (max-width:1081px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -67.5px
  }
}

@media screen and (max-width:992px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -55px
  }
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -35px
  }
}

@media screen and (max-width:576px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -27.5px
  }
}

@media screen and (max-width:420px) {
  .block-work-overview-outcomes .row .col-overview .border-color {
    left: -25px
  }
}

.block-work-overview-outcomes .row .col-overview .border-color.visible {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.block-work-overview-outcomes .row .col-overview .headline {
  margin-bottom: 10px
}

.block-work-overview-outcomes .row .col-outcomes {
  max-width: 37%;
  padding-left: 90px
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes .row .col-outcomes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    padding-left: 22.5px;
    margin-top: 45px
  }

  .block-work-overview-outcomes .row .col-outcomes .work-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }
}

@media screen and (max-width:782px) {
  .block-work-overview-outcomes .row .col-outcomes .outcome {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 22.5px
  }

  .block-work-overview-outcomes .row .col-outcomes .outcome+.outcome {
    margin-top: 0 !important;
    padding-left: 22.5px
  }

  .block-work-overview-outcomes .row .col-outcomes .outcome:last-child {
    padding-right: 0
  }
}

@media screen and (max-width:420px) {
  .block-work-overview-outcomes .row .col-outcomes .outcome {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .block-work-overview-outcomes .row .col-outcomes .outcome+.outcome {
    margin-top: 35px !important
  }
}

.block-work-overview-outcomes .row .col-outcomes .outcome+.outcome {
  margin-top: 90px
}

.block-work-overview-outcomes .row .col-outcomes .outcome .number {
  font-family: "Anek Devanagari", sans-serif;
  font-size: min(max(80px, 5vw), 160px);
  font-weight: 500;
  line-height: 1em
}

.block-work-overview-outcomes .row .col-outcomes .outcome hr {
  margin-top: 0
}

.block-work-overview-outcomes .row .col-outcomes .outcome hr.visible {
  max-width: 100%
}

.block-work-overview-outcomes .row .col-outcomes .outcome .description {
  font-family: "Anek Devanagari", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase
}

.block-work-overview-outcomes.has-no-outcomes .col-overview {
  max-width: 100%
}

.block-work-scrolling-frame {
  position: relative;
  padding: 22.5px 0 70px 120px
}

@media screen and (max-width:1200px) {
  .block-work-scrolling-frame {
    padding-left: 70px
  }
}

@media screen and (max-width:1081px) {
  .block-work-scrolling-frame {
    padding-left: 45px;
    padding-top: 0
  }
}

@media screen and (max-width:992px) {
  .block-work-scrolling-frame {
    padding-bottom: 45px;
    padding-left: 35px
  }
}

@media screen and (max-width:782px) {
  .block-work-scrolling-frame {
    padding-bottom: 35px;
    padding-left: 0
  }
}

.block-work-scrolling-frame:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 40%;
  bottom: 0;
  left: -50%;
  background-color: #efefef
}

.block-work-scrolling-frame .scrolling-wrapper {
  position: relative;
  z-index: 2;
  max-width: 65%;
  padding-top: 30px;
  -webkit-box-shadow: 2.653px 2.653px 27.852px 0px rgba(0, 0, 0, .25);
  box-shadow: 2.653px 2.653px 27.852px 0px rgba(0, 0, 0, .25);
  overflow-x: hidden
}

@media screen and (max-width:1081px) {
  .block-work-scrolling-frame .scrolling-wrapper {
    padding-top: 20px
  }
}

@media screen and (max-width:782px) {
  .block-work-scrolling-frame .scrolling-wrapper {
    max-width: 75%
  }
}

.block-work-scrolling-frame .scrolling-wrapper .browser-top {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 30px;
  top: 0;
  left: 0;
  background: #efefef url(//www.zbrastudios.com/wp-content/themes/zbra/sass/../img/Zbra-Browser-Bar_Chrome.svg) top left no-repeat;
  background-size: cover
}

@media screen and (max-width:1081px) {
  .block-work-scrolling-frame .scrolling-wrapper .browser-top {
    height: 20px
  }
}

.block-work-scrolling-frame .scrolling-image {
  position: relative;
  z-index: 2;
  height: 90vh;
  max-height: 1000px;
  overflow-y: auto
}

@media screen and (max-width:1081px) {
  .block-work-scrolling-frame .scrolling-image {
    height: 80vh
  }
}

@media screen and (max-width:992px) {
  .block-work-scrolling-frame .scrolling-image {
    height: 70vh
  }
}

@media screen and (max-width:782px) {
  .block-work-scrolling-frame .scrolling-image {
    height: 65vh
  }
}

.block-work-scrolling-frame .scrolling-image .screenshot {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto !important;
  max-inline-size: none;
  max-block-size: none
}

.block-work-scrolling-frame .overlay-graphic {
  position: absolute;
  z-index: 1;
  max-width: calc(32% + 70px);
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media screen and (max-width:782px) {
  .block-work-scrolling-frame .overlay-graphic {
    max-width: calc(25% + 70px)
  }
}

.block-work-scrolling-frame .overlay-graphic img {
  display: block
}

.block-work-slider {
  width: calc(100% + 70px);
  max-width: calc(100% + 70px);
  overflow: hidden
}

@media screen and (max-width:1200px) {
  .block-work-slider {
    width: calc(100% + 45px);
    max-width: calc(100% + 45px)
  }
}

@media screen and (max-width:992px) {
  .block-work-slider {
    width: calc(100% + 35px);
    max-width: calc(100% + 35px)
  }
}

@media screen and (max-width:576px) {
  .block-work-slider {
    width: calc(100% + 22.5px);
    max-width: calc(100% + 22.5px)
  }
}

@media screen and (max-width:420px) {
  .block-work-slider {
    width: calc(100% + 17.5px);
    max-width: calc(100% + 17.5px)
  }
}

.block-work-slider .slick-slider {
  padding: 0
}

.block-work-slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.block-work-slider .slick-slider .slick-list {
  padding-right: 27.5%;
  overflow: visible
}

@media screen and (max-width:782px) {
  .block-work-slider .slick-slider .slick-list {
    padding-right: 25%
  }
}

@media screen and (max-width:576px) {
  .block-work-slider .slick-slider .slick-list {
    padding-right: 20%
  }
}

@media screen and (max-width:420px) {
  .block-work-slider .slick-slider .slick-list {
    padding-right: 15%
  }
}

.block-work-slider .slick-slider .slick-slide {
  padding: 0
}

.block-work-slider .slick-slider .slick-slide .post-summary {
  padding-right: 35px
}

@media screen and (max-width:782px) {
  .block-work-slider .slick-slider .slick-slide .post-summary {
    padding-right: 22.5px
  }
}

.block-work-slider .slick-slider .slick-slide .post-summary .image {
  display: block;
  position: relative;
  height: 550px;
  margin-bottom: 35px
}

@media screen and (max-width:1200px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 500px
  }
}

@media screen and (max-width:1081px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 450px
  }
}

@media screen and (max-width:992px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 400px
  }
}

@media screen and (max-width:782px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 350px;
    margin-bottom: 22.5px
  }
}

@media screen and (max-width:576px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 275px
  }
}

@media screen and (max-width:420px) {
  .block-work-slider .slick-slider .slick-slide .post-summary .image {
    height: 200px
  }
}

.block-work-slider .slick-slider .slick-slide .post-summary .image img {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center
}

.block-work-slider .slick-slider .slick-slide .post-summary .image:hover img,
.block-work-slider .slick-slider .slick-slide .post-summary .image:focus-visible img {
  opacity: .25
}

.block-work-slider .slick-slider .slick-slide .post-summary .image.image-bg-1 {
  background-color: #fcefbe
}

.block-work-slider .slick-slider .slick-slide .post-summary .image.image-bg-2 {
  background-color: #ffabad
}

.block-work-slider .slick-slider .slick-slide .post-summary .image.image-bg-3 {
  background-color: #97fded
}

.block-work-slider .slick-slider .slick-slide .post-summary .image.image-bg-4 {
  background-color: #ffc894
}

.block-work-slider .slick-slider .slick-slide .post-summary .image.image-bg-5 {
  background-color: #efefef
}

.block-work-slider .slick-slider .slick-slide .post-summary .title {
  margin-bottom: 10px;
  font-weight: 500
}

.block-work-slider .slick-slider .slick-slide .post-summary .post-terms .term {
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

.block-work-slider .slider-prev,
.block-work-slider .slider-next {
  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;
  width: 75px !important;
  height: 550.25px;
  top: 0 !important;
  margin: 0 !important;
  background: rgba(255, 255, 255, .9) !important;
  border: none !important;
  opacity: 1;
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    height: 500.25px
  }
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    height: 450.25px
  }
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    width: 60px !important;
    height: 400.25px
  }

  .block-work-slider .slider-prev svg,
  .block-work-slider .slider-next svg {
    width: 30px
  }
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    height: 350.25px
  }
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    width: 45px !important;
    height: 275.25px
  }

  .block-work-slider .slider-prev svg,
  .block-work-slider .slider-next svg {
    width: 25px
  }
}

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

  .block-work-slider .slider-prev,
  .block-work-slider .slider-next {
    height: 200.25px
  }
}

.block-work-slider .slider-prev.slick-disabled,
.block-work-slider .slider-next.slick-disabled {
  opacity: 0
}

.block-work-slider .slider-prev:hover,
.block-work-slider .slider-prev:focus-visible,
.block-work-slider .slider-next:hover,
.block-work-slider .slider-next:focus-visible {
  width: 90px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important
}

.block-work-slider .slider-prev:hover svg,
.block-work-slider .slider-prev:focus-visible svg,
.block-work-slider .slider-next:hover svg,
.block-work-slider .slider-next:focus-visible svg {
  width: 45px
}

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

  .block-work-slider .slider-prev:hover,
  .block-work-slider .slider-prev:focus-visible,
  .block-work-slider .slider-next:hover,
  .block-work-slider .slider-next:focus-visible {
    width: 75px !important
  }

  .block-work-slider .slider-prev:hover svg,
  .block-work-slider .slider-prev:focus-visible svg,
  .block-work-slider .slider-next:hover svg,
  .block-work-slider .slider-next:focus-visible svg {
    width: 40px
  }
}

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

  .block-work-slider .slider-prev:hover,
  .block-work-slider .slider-prev:focus-visible,
  .block-work-slider .slider-next:hover,
  .block-work-slider .slider-next:focus-visible {
    width: 60px !important
  }

  .block-work-slider .slider-prev:hover svg,
  .block-work-slider .slider-prev:focus-visible svg,
  .block-work-slider .slider-next:hover svg,
  .block-work-slider .slider-next:focus-visible svg {
    width: 35px
  }
}

.block-work-slider .slider-prev {
  left: 0 !important
}

.block-work-slider .slider-next {
  right: 0 !important
}

.editor-styles-wrapper .block-work-slider .post-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px
}

.editor-styles-wrapper .block-work-slider .post-summary .title {
  margin: 0 0 0 10px;
  font-size: min(max(18px, 3vw), 23px)
}

.block-work-takeaways .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:782px) {
  .block-work-takeaways .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.block-work-takeaways .row .col-image {
  max-width: 55%
}

@media screen and (max-width:782px) {
  .block-work-takeaways .row .col-image {
    max-width: 100%;
    margin-bottom: 35px
  }

  .block-work-takeaways .row .col-image img {
    width: 576px;
    max-width: 100%
  }
}

@media screen and (max-width:782px) {
  .block-work-takeaways .row .col-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width:576px) {
  .block-work-takeaways .row .col-sections {
    display: block
  }
}

@media screen and (max-width:782px) {
  .block-work-takeaways .row .col-sections .section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 22.5px
  }

  .block-work-takeaways .row .col-sections .section+.section {
    padding-left: 22.5px;
    margin-top: 0 !important
  }

  .block-work-takeaways .row .col-sections .section:last-child {
    padding-right: 0
  }
}

@media screen and (max-width:576px) {
  .block-work-takeaways .row .col-sections .section {
    padding-left: 0 !important;
    padding-right: 0 !important
  }

  .block-work-takeaways .row .col-sections .section+.section {
    margin-top: 35px !important
  }
}

.block-work-takeaways .row .col-sections .section+.section {
  margin-top: 45px
}

.block-work-takeaways .row .col-sections .section .content-block+.content-block {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #efefef
}

@media print {

  *,
  #page,
  #content,
  #content>*,
  .post-content>*,
  .entry-content>* {
    background: #fff !important;
    color: #282828 !important
  }

  .container {
    padding: 0 !important;
    margin: 0 !important
  }

  #content {
    margin: 0 !important
  }

  #main-header,
  #hero,
  .post-featured-image,
  .post-image,
  .result-categories,
  .post-sharing,
  .entry-content .col-md-3,
  .entry-content img,
  .entry-content iframe,
  .entry-content video,
  .entry-content embed,
  hr,
  .post-pagination,
  .next-prev-posts {
    display: none !important
  }

  .post-content .col-md-9 {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important
  }
}