.info-content p {
    color: #000;
}

.info-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    color: var(--wp--preset--color--contrast);
}

.info-content th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
}

.info-content ul li {
    display: list-item;
    list-style-type: disc;
    text-align: -webkit-match-parent;
}

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

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

.wp-block-search__button svg {
    fill: currentColor;
    min-height: 24px;
    min-width: 24px;
    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 {
    -webkit-appearance: initial;
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset!important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px)
}

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

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

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

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

 :where(.wp-block-search__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-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-group {
    box-sizing: border-box
}

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

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

.wp-block-site-title a {
    color: inherit
}

.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-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.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 {
    text-align: center
}

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

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-avatar {
    line-height: 0
}

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

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

.wp-block-spacer {
    clear: both
}

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

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

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

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.has-text-align-justify {
    text-align: justify;
}

.wp-block-cover__image-background.has-parallax {
    background-size: cover;
}

.skip-link.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.skip-link.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@media screen {
    html {
        margin-top: 32px !important;
    }
}

@media screen and ( max-width: 782px) {
    html {
        margin-top: 46px !important;
    }
}

@media print {
    #wpadminbar {
        display: none;
    }
}

.admin-bar {
    position: inherit !important;
    top: auto !important;
}

.admin-bar .goog-te-banner-frame {
    top: 32px !important
}

@media screen and (max-width: 782px) {
    .admin-bar .goog-te-banner-frame {
        top: 46px !important;
    }
}

@media screen and (max-width: 480px) {
    .admin-bar .goog-te-banner-frame {
        position: absolute;
    }
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --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--base: #ffffff;
    --wp--preset--color--contrast: #000000;
    --wp--preset--color--primary: #296DEB;
    --wp--preset--color--secondary: #2e2e2e;
    --wp--preset--color--tertiary: #757575;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 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%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: clamp(0.868rem, 0.868rem + ((1vw - 0.2rem) * 0.275), 1.042rem);
    --wp--preset--font-size--medium: clamp(1.042rem, 1.042rem + ((1vw - 0.2rem) * 0.329), 1.25rem);
    --wp--preset--font-size--large: clamp(1.25rem, 1.25rem + ((1vw - 0.2rem) * 0.395), 1.5rem);
    --wp--preset--font-size--x-large: clamp(1.5rem, 1.5rem + ((1vw - 0.2rem) * 0.474), 1.8rem);
    --wp--preset--font-size--x-small: 0.868rem;
    --wp--preset--font-size--xx-large: clamp(1.8rem, 1.8rem + ((1vw - 0.2rem) * 1.252), 2.592rem);
    --wp--preset--font-size--xxx-large: clamp(2.592rem, 2.592rem + ((1vw - 0.2rem) * 1.802), 3.732rem);
    --wp--preset--font-size--xxxx-large: clamp(2.592rem, 2.592rem + ((1vw - 0.2rem) * 2.983), 4.479rem);
    --wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;
    --wp--preset--font-family--alegreya: Alegreya, serif;
    --wp--preset--font-family--arvo: Arvo, serif;
    --wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;
    --wp--preset--font-family--cabin: Cabin, sans-serif;
    --wp--preset--font-family--chivo: Chivo, sans-serif;
    --wp--preset--font-family--commissioner: Commissioner, sans-serif;
    --wp--preset--font-family--cormorant: Cormorant, serif;
    --wp--preset--font-family--courier-prime: 'Courier Prime', monospace;
    --wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;
    --wp--preset--font-family--dm-mono: 'DM Mono', monospace;
    --wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;
    --wp--preset--font-family--domine: Domine, serif;
    --wp--preset--font-family--eb-garamond: 'EB Garamond', serif;
    --wp--preset--font-family--epilogue: Epilogue, sans-serif;
    --wp--preset--font-family--figtree: Figtree, sans-serif;
    --wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;
    --wp--preset--font-family--fraunces: Fraunces, serif;
    --wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;
    --wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;
    --wp--preset--font-family--inter: Inter, sans-serif;
    --wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;
    --wp--preset--font-family--jost: Jost, sans-serif;
    --wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;
    --wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;
    --wp--preset--font-family--literata: Literata, serif;
    --wp--preset--font-family--lora: Lora, serif;
    --wp--preset--font-family--merriweather: Merriweather, serif;
    --wp--preset--font-family--montserrat: Montserrat, sans-serif;
    --wp--preset--font-family--newsreader: Newsreader, serif;
    --wp--preset--font-family--nunito: Nunito, sans-serif;
    --wp--preset--font-family--open-sans: 'Open Sans', sans-serif;
    --wp--preset--font-family--overpass: Overpass, sans-serif;
    --wp--preset--font-family--petrona: Petrona, serif;
    --wp--preset--font-family--piazzolla: Piazzolla, serif;
    --wp--preset--font-family--playfair-display: 'Playfair Display', serif;
    --wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;
    --wp--preset--font-family--poppins: Poppins, sans-serif;
    --wp--preset--font-family--raleway: Raleway, sans-serif;
    --wp--preset--font-family--roboto: Roboto, sans-serif;
    --wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;
    --wp--preset--font-family--rubik: Rubik, sans-serif;
    --wp--preset--font-family--sora: Sora, sans-serif;
    --wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;
    --wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;
    --wp--preset--font-family--space-mono: 'Space Mono', monospace;
    --wp--preset--font-family--texturina: Texturina, serif;
    --wp--preset--font-family--work-sans: 'Work Sans', sans-serif;
    --wp--preset--font-family--orbitron: Orbitron;
    --wp--preset--font-family--manrope: Manrope;
    --wp--preset--spacing--30: 0.5rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: clamp(1.5rem, 2.2408964vw, 2.0rem);
    --wp--preset--spacing--60: clamp(2.0rem, 3.3613445vw, 3.0rem);
    --wp--preset--spacing--70: clamp(2.0rem, 4.4817927vw, 4.0rem);
    --wp--preset--spacing--80: clamp(3.0rem, 6.7226891vw, 6.0rem);
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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);
}

body {
    margin: 0;
    --wp--style--global--content-size: 650px;
    --wp--style--global--wide-size: 1332px;
}

.wp-site-blocks {
    padding-top: var(--wp--style--root--padding-top);
    padding-bottom: var(--wp--style--root--padding-bottom);
}

.has-global-padding {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
    padding-right: 0;
    padding-left: 0;
}

.has-global-padding>.alignfull {
    margin-right: calc(var(--wp--style--root--padding-right) * -1);
    margin-left: calc(var(--wp--style--root--padding-left) * -1);
}

.has-global-padding :where(.has-global-padding:not(.wp-block-block))>.alignfull {
    margin-right: 0;
    margin-left: 0;
}

.has-global-padding>.alignfull:where(:not(.has-global-padding):not(.is-layout-flex):not(.is-layout-grid))> :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]), .wp-block:not(.alignfull), p, h1, h2, h3, h4, h5, h6, ul, ol) {
    padding-right: var(--wp--style--root--padding-right);
    padding-left: var(--wp--style--root--padding-left);
}

.has-global-padding :where(.has-global-padding)>.alignfull:where(:not(.has-global-padding))> :where([class*="wp-block-"]:not(.alignfull):not([class*="__"]), .wp-block:not(.alignfull), p, h1, h2, h3, h4, h5, h6, ul, ol) {
    padding-right: 0;
    padding-left: 0;
}

.wp-site-blocks>.alignleft {
    float: left;
    margin-right: 2em;
}

.wp-site-blocks>.alignright {
    float: right;
    margin-left: 2em;
}

.wp-site-blocks>.aligncenter {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

 :where(.wp-site-blocks)>* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

 :where(.wp-site-blocks)> :first-child:first-child {
    margin-block-start: 0;
}

 :where(.wp-site-blocks)> :last-child:last-child {
    margin-block-end: 0;
}

body {
    --wp--style--block-gap: var(--wp--preset--spacing--50);
}

 :where(body .is-layout-flow)> :first-child:first-child {
    margin-block-start: 0;
}

 :where(body .is-layout-flow)> :last-child:last-child {
    margin-block-end: 0;
}

 :where(body .is-layout-flow)>* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

 :where(body .is-layout-constrained)> :first-child:first-child {
    margin-block-start: 0;
}

 :where(body .is-layout-constrained)> :last-child:last-child {
    margin-block-end: 0;
}

body .is-layout-constrained>* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

 :where(body .is-layout-flex) {
    gap: var(--wp--preset--spacing--50);
}

 :where(body .is-layout-grid) {
    gap: var(--wp--preset--spacing--50);
}

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

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

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

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

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

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

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

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

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

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

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

body .is-layout-grid {
    display: grid;
}

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

body {
    background-color: var(--wp--preset--color--base);
    color: var(--wp--preset--color--contrast);
    font-family: var(--wp--preset--font-family--manrope);
    font-size: var(--wp--preset--font-size--medium);
    font-weight: 500;
    letter-spacing: -0.005em;
    line-height: 1.4;
    --wp--style--root--padding-top: 0;
    --wp--style--root--padding-right: var(--wp--preset--spacing--60);
    --wp--style--root--padding-bottom: 0;
    --wp--style--root--padding-left: var(--wp--preset--spacing--60);
}

a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--primary);
    text-decoration: none;
}

a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--tertiary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
}

h1 {
    font-size: var(--wp--preset--font-size--x-large);
}

h2 {
    font-size: var(--wp--preset--font-size--large);
}

h3 {
    font-size: var(--wp--preset--font-size--medium);
}

h4 {
    font-size: var(--wp--preset--font-size--small);
}

h5 {
    font-size: var(--wp--preset--font-size--x-small);
    text-transform: uppercase;
}

h6 {
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-element-button,
.wp-block-button__link {
    background-color: var(--wp--preset--color--contrast);
    border-radius: 0;
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--x-small);
    font-weight: 800;
    letter-spacing: 0.01em;
    line-height: 1;
    padding-top: 1.0625rem;
    padding-right: 2.125rem;
    padding-bottom: 1.0625rem;
    padding-left: 2.125rem;
    text-decoration: none;
    text-transform: uppercase;
}

.wp-element-button:hover,
.wp-block-button__link:hover {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
}

.wp-element-button:focus,
.wp-block-button__link:focus {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    outline-color: var(--wp--preset--color--primary);
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 1px;
}

.wp-element-button:active,
.wp-block-button__link:active {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
}

.wp-element-caption,
.wp-block-audio figcaption,
.wp-block-embed figcaption,
.wp-block-gallery figcaption,
.wp-block-image figcaption,
.wp-block-table figcaption,
.wp-block-video figcaption {
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--x-small);
    margin-top: var(--wp--preset--spacing--30);
    margin-bottom: var(--wp--preset--spacing--50);
}

.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-base-color {
    color: var(--wp--preset--color--base) !important;
}

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

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

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

.has-tertiary-color {
    color: var(--wp--preset--color--tertiary) !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-base-background-color {
    background-color: var(--wp--preset--color--base) !important;
}

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

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

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

.has-tertiary-background-color {
    background-color: var(--wp--preset--color--tertiary) !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-base-border-color {
    border-color: var(--wp--preset--color--base) !important;
}

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

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

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

.has-tertiary-border-color {
    border-color: var(--wp--preset--color--tertiary) !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;
}

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

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

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

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

.has-albert-sans-font-family {
    font-family: var(--wp--preset--font-family--albert-sans) !important;
}

.has-alegreya-font-family {
    font-family: var(--wp--preset--font-family--alegreya) !important;
}

.has-arvo-font-family {
    font-family: var(--wp--preset--font-family--arvo) !important;
}

.has-bodoni-moda-font-family {
    font-family: var(--wp--preset--font-family--bodoni-moda) !important;
}

.has-cabin-font-family {
    font-family: var(--wp--preset--font-family--cabin) !important;
}

.has-chivo-font-family {
    font-family: var(--wp--preset--font-family--chivo) !important;
}

.has-commissioner-font-family {
    font-family: var(--wp--preset--font-family--commissioner) !important;
}

.has-cormorant-font-family {
    font-family: var(--wp--preset--font-family--cormorant) !important;
}

.has-courier-prime-font-family {
    font-family: var(--wp--preset--font-family--courier-prime) !important;
}

.has-crimson-pro-font-family {
    font-family: var(--wp--preset--font-family--crimson-pro) !important;
}

.has-dm-mono-font-family {
    font-family: var(--wp--preset--font-family--dm-mono) !important;
}

.has-dm-sans-font-family {
    font-family: var(--wp--preset--font-family--dm-sans) !important;
}

.has-domine-font-family {
    font-family: var(--wp--preset--font-family--domine) !important;
}

.has-eb-garamond-font-family {
    font-family: var(--wp--preset--font-family--eb-garamond) !important;
}

.has-epilogue-font-family {
    font-family: var(--wp--preset--font-family--epilogue) !important;
}

.has-figtree-font-family {
    font-family: var(--wp--preset--font-family--figtree) !important;
}

.has-fira-sans-font-family {
    font-family: var(--wp--preset--font-family--fira-sans) !important;
}

.has-fraunces-font-family {
    font-family: var(--wp--preset--font-family--fraunces) !important;
}

.has-ibm-plex-mono-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;
}

.has-ibm-plex-sans-font-family {
    font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;
}

.has-inter-font-family {
    font-family: var(--wp--preset--font-family--inter) !important;
}

.has-josefin-sans-font-family {
    font-family: var(--wp--preset--font-family--josefin-sans) !important;
}

.has-jost-font-family {
    font-family: var(--wp--preset--font-family--jost) !important;
}

.has-libre-baskerville-font-family {
    font-family: var(--wp--preset--font-family--libre-baskerville) !important;
}

.has-libre-franklin-font-family {
    font-family: var(--wp--preset--font-family--libre-franklin) !important;
}

.has-literata-font-family {
    font-family: var(--wp--preset--font-family--literata) !important;
}

.has-lora-font-family {
    font-family: var(--wp--preset--font-family--lora) !important;
}

.has-merriweather-font-family {
    font-family: var(--wp--preset--font-family--merriweather) !important;
}

.has-montserrat-font-family {
    font-family: var(--wp--preset--font-family--montserrat) !important;
}

.has-newsreader-font-family {
    font-family: var(--wp--preset--font-family--newsreader) !important;
}

.has-nunito-font-family {
    font-family: var(--wp--preset--font-family--nunito) !important;
}

.has-open-sans-font-family {
    font-family: var(--wp--preset--font-family--open-sans) !important;
}

.has-overpass-font-family {
    font-family: var(--wp--preset--font-family--overpass) !important;
}

.has-petrona-font-family {
    font-family: var(--wp--preset--font-family--petrona) !important;
}

.has-piazzolla-font-family {
    font-family: var(--wp--preset--font-family--piazzolla) !important;
}

.has-playfair-display-font-family {
    font-family: var(--wp--preset--font-family--playfair-display) !important;
}

.has-plus-jakarta-sans-font-family {
    font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;
}

.has-poppins-font-family {
    font-family: var(--wp--preset--font-family--poppins) !important;
}

.has-raleway-font-family {
    font-family: var(--wp--preset--font-family--raleway) !important;
}

.has-roboto-font-family {
    font-family: var(--wp--preset--font-family--roboto) !important;
}

.has-roboto-slab-font-family {
    font-family: var(--wp--preset--font-family--roboto-slab) !important;
}

.has-rubik-font-family {
    font-family: var(--wp--preset--font-family--rubik) !important;
}

.has-sora-font-family {
    font-family: var(--wp--preset--font-family--sora) !important;
}

.has-source-sans-3-font-family {
    font-family: var(--wp--preset--font-family--source-sans-3) !important;
}

.has-source-serif-4-font-family {
    font-family: var(--wp--preset--font-family--source-serif-4) !important;
}

.has-space-mono-font-family {
    font-family: var(--wp--preset--font-family--space-mono) !important;
}

.has-texturina-font-family {
    font-family: var(--wp--preset--font-family--texturina) !important;
}

.has-work-sans-font-family {
    font-family: var(--wp--preset--font-family--work-sans) !important;
}

.has-orbitron-font-family {
    font-family: var(--wp--preset--font-family--orbitron) !important;
}

.has-manrope-font-family {
    font-family: var(--wp--preset--font-family--manrope) !important;
}

.wp-block-navigation {
    font-size: var(--wp--preset--font-size--small);
}

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

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

.wp-block-avatar img {
    border-radius: 999px;
}

.wp-block-button.is-style-outline .wp-block-button__link {
    padding-top: calc(1.0625rem - 2px);
    padding-right: calc(2.125rem - 2px);
    padding-bottom: calc(1.0625rem - 2px);
    padding-left: calc(2.125rem - 2px);
}

.wp-block-buttons-is-layout-flow> :first-child:first-child {
    margin-block-start: 0;
}

.wp-block-buttons-is-layout-flow> :last-child:last-child {
    margin-block-end: 0;
}

.wp-block-buttons-is-layout-flow>* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-block-buttons-is-layout-constrained> :first-child:first-child {
    margin-block-start: 0;
}

.wp-block-buttons-is-layout-constrained> :last-child:last-child {
    margin-block-end: 0;
}

.wp-block-buttons-is-layout-constrained>* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-block-buttons-is-layout-flex {
    gap: var(--wp--preset--spacing--40);
}

.wp-block-buttons-is-layout-grid {
    gap: var(--wp--preset--spacing--40);
}

.wp-block-categories {
    padding-left: 0;
}

.wp-block-categories a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-categories a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-page-list {
    padding-left: 0;
}

.wp-block-page-list a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-page-list a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

p {
    line-height: calc(1em + 0.75rem);
}

.wp-block-post-author-biography {
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-block-post-author-name {
    color: var(--wp--preset--color--tertiary);
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-block-post-author-name a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--tertiary);
    text-decoration: none;
}

.wp-block-post-author-name a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-post-content h1,
.wp-block-post-content h2,
.wp-block-post-content h3,
.wp-block-post-content h4,
.wp-block-post-content h5,
.wp-block-post-content h6 {
    margin-top: var(--wp--preset--spacing--70);
}

.wp-block-post-date {
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-block-post-date a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-post-date a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-post-terms {
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-block-post-terms a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-post-terms a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-post-time-to-read {
    font-size: var(--wp--preset--font-size--x-small);
}

.wp-block-post-title {
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--x-large);
    font-style: normal;
}

.wp-block-post-title a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-post-title a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--primary);
}

.wp-block-search {
    border-radius: 0;
}

.wp-block-search .wp-block-search__label,
.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__button {
    font-size: var(--wp--preset--font-size--small);
    line-height: 1;
}

.wp-block-search .wp-element-button,
.wp-block-search .wp-block-button__link {
    margin-left: 4px;
    padding: 8px;
}

.wp-block-site-title {
    font-family: var(--wp--preset--font-family--orbitron);
    font-size: var(--wp--preset--font-size--xxxx-large);
    font-style: normal;
    font-weight: 700;
    line-height: 0.85;
    text-transform: uppercase;
}

.wp-block-site-title a:where(:not(.wp-element-button)) {
    color: var(--wp--preset--color--base);
}

.wp-block-site-title a:where(:not(.wp-element-button)):hover {
    color: var(--wp--preset--color--base);
}

.wp-block-social-links-is-layout-flow> :first-child:first-child {
    margin-block-start: 0;
}

.wp-block-social-links-is-layout-flow> :last-child:last-child {
    margin-block-end: 0;
}

.wp-block-social-links-is-layout-flow>* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-block-social-links-is-layout-constrained> :first-child:first-child {
    margin-block-start: 0;
}

.wp-block-social-links-is-layout-constrained> :last-child:last-child {
    margin-block-end: 0;
}

.wp-block-social-links-is-layout-constrained>* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-block-social-links-is-layout-flex {
    gap: var(--wp--preset--spacing--40);
}

.wp-block-social-links-is-layout-grid {
    gap: var(--wp--preset--spacing--40);
}

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

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

.wp-block-pullquote {
    border-color: var(--wp--preset--color--contrast);
    border-width: 1px 0;
    border-style: solid;
    font-size: var(--wp--preset--font-size--large);
    font-style: italic;
    line-height: 1.6;
    padding-top: var(--wp--preset--spacing--50);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--50);
    padding-left: var(--wp--preset--spacing--50);
}

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

.wp-block-pullquote.wp-block-pullquote cite {
    display: block;
    margin-top: var(--wp--preset--spacing--50)
}

.wp-block-pullquote {
    box-sizing: border-box;
    overflow-wrap: break-word;
    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
}

:where(.wp-block-pullquote) {
    margin: 0 0 1em
}

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

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

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

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

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

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

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

.wp-block-navigation.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    border-color: var(--wp--preset--color--contrast);
}

.wp-block-archives {}

.wp-block-archives {
    list-style-type: none;
}

.wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) {
    color: var(--wp--preset--color--contrast);
}

.wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) td {
    border-color: var(--wp--preset--color--contrast);
}

.wp-block-calendar.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: var(--wp--preset--color--contrast);
}

.wp-block-calendar :where(.wp-block-calendar table:not(.has-background) th) {
    background-color: var(--wp--preset--color--contrast);
    color: var(--wp--preset--color--base);
}

.wp-block-categories {}

.wp-block-categories {
    list-style-type: none;
}

.wp-block-image .wp-element-caption {
    text-align: center;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author {
    font-size: inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-date {
    font-size: inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    margin: 0 0 var(--wp--style--block-gap)
}

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

.wp-block-latest-posts .wp-block-latest-posts__post-author {
    font-size: inherit;
}

.wp-block-latest-posts .wp-block-latest-posts__post-date {
    font-size: inherit;
}

.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
    margin: 0 0 var(--wp--style--block-gap)
}

.wp-block-page-list {}

.wp-block-page-list {
    list-style-type: none;
}

.wp-block-post-author.wp-block-post-author .wp-block-post-author__byline {
    font-size: inherit;
}

.wp-block-post-author.wp-block-post-author .wp-block-post-author__name a {
    text-decoration: none;
}

.wp-block-post-author.wp-block-post-author .wp-block-post-author__bio {
    font-size: inherit;
    margin: 0;
}

.wp-block-post-author .wp-block-post-author__avatar img {
    border-radius: 999px;
    margin-top: 4px;
    vertical-align: middle;
}

.wp-block-post-comments-form.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]) {
    line-height: inherit;
}

.wp-block-post-comments-form.wp-block-post-comments-form .comment-form textarea {
    line-height: inherit;
}

.wp-block-post-comments-form.wp-block-post-comments-form .form-submit {
    margin-bottom: 0;
}

.wp-block-post-comments-form.wp-block-post-comments-form .comment-form>*:not(.comment-form-cookies-consent, .comment-subscription-form) {
    margin-top: var(--wp--preset--spacing--50);
    margin-bottom: 0;
}

.wp-block-post-excerpt.wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
    line-height: inherit;
}

.wp-block-query-pagination.wp-block-query-pagination .wp-block-query-pagination-next {
    margin-bottom: 0;
}

.wp-block-query-pagination.wp-block-query-pagination .wp-block-query-pagination-previous {
    margin-bottom: 0;
}

.wp-block-search :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    padding: 0 8px;
}

.wp-block-table>table thead {
    border-bottom-width: 1px;
}

.wp-block-table>table tfoot {
    border-top-width: 1px;
}

.wp-block-table>table+.wp-element-caption {
    text-align: center;
}

.wp-block-tag-cloud.wp-block-tag-cloud.is-style-outline {
    font-size: var(--wp--preset--font-size--small)
}

.wp-block-tag-cloud.wp-block-tag-cloud.is-style-outline a {
    border-radius: 999px;
    padding: 0 1rem;
}

.wp-block-tag-cloud.wp-block-tag-cloud.is-style-outline a:hover {
    color: var(--wp--preset--color--base);
    background-color: var(--wp--preset--color--primary);
}

.wp-elements-db082f3ad942fb7b79303d45b6141d62 a {
    color: var(--wp--preset--color--base);
}

.wp-container-core-social-links-is-layout-1.wp-container-core-social-links-is-layout-1 {
    justify-content: center;
}

.wp-container-core-columns-is-layout-1.wp-container-core-columns-is-layout-1 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
}

.wp-elements-62ef3db0b45bb33ec0695f9f6e766909 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-62ef3db0b45bb33ec0695f9f6e766909 a:hover {
    color: var(--wp--preset--color--base);
}

.wp-container-core-navigation-is-layout-1.wp-container-core-navigation-is-layout-1 {
    justify-content: center;
}

.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3>*+* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-elements-ea810e7286bf91ebe9ca4a1b0d1f1a07 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-ea810e7286bf91ebe9ca4a1b0d1f1a07 a:hover {
    color: var(--wp--preset--color--primary);
}

.wp-elements-e0d9e5a3b0427fe4f03b822c01c5263c a {
    color: var(--wp--preset--color--base);
}

.wp-elements-e0d9e5a3b0427fe4f03b822c01c5263c a:hover {
    color: var(--wp--preset--color--primary);
}

.wp-elements-06d26adf395e49ab0e7eb483b1ed5176 a {
    color: var(--wp--preset--color--base);
}

.wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4.wp-container-core-group-is-layout-4>*+* {
    margin-block-start: var(--wp--preset--spacing--20);
    margin-block-end: 0;
}

.wp-elements-bff9a7a9f3885b1e633918b252ed1372 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-1e6eef0d515ba90b11708008f4591c40 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-1e6eef0d515ba90b11708008f4591c40 a:hover {
    color: var(--wp--preset--color--primary);
}

.wp-container-core-group-is-layout-5.wp-container-core-group-is-layout-5 {
    flex-wrap: nowrap;
    gap: var(--wp--preset--spacing--40);
    justify-content: center;
}

.wp-elements-833ba7122e1733a5908d5bc7573e1a33 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-833ba7122e1733a5908d5bc7573e1a33 a:hover {
    color: var(--wp--preset--color--primary);
}

.wp-container-core-group-is-layout-6.wp-container-core-group-is-layout-6 {
    flex-wrap: nowrap;
    justify-content: center;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7.wp-container-core-group-is-layout-7>*+* {
    margin-block-start: var(--wp--preset--spacing--30);
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-8.wp-container-core-group-is-layout-8>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-8.wp-container-core-group-is-layout-8.wp-container-core-group-is-layout-8.wp-container-core-group-is-layout-8>*+* {
    margin-block-start: var(--wp--preset--spacing--50);
    margin-block-end: 0;
}

.wp-container-core-buttons-is-layout-1.wp-container-core-buttons-is-layout-1 {
    justify-content: center;
}

.wp-container-core-columns-is-layout-2.wp-container-core-columns-is-layout-2 {
    flex-wrap: nowrap;
}

.wp-elements-e63a446fcde9e2c05c4b6a1e340b21c1 a {
    color: var(--wp--preset--color--contrast);
}

.wp-container-core-group-is-layout-11.wp-container-core-group-is-layout-11 {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
}

.wp-container-core-group-is-layout-12.wp-container-core-group-is-layout-12 {
    gap: var(--wp--preset--spacing--30);
}

.wp-container-core-group-is-layout-15.wp-container-core-group-is-layout-15>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-15.wp-container-core-group-is-layout-15.wp-container-core-group-is-layout-15.wp-container-core-group-is-layout-15>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-16.wp-container-core-group-is-layout-16>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-16.wp-container-core-group-is-layout-16.wp-container-core-group-is-layout-16.wp-container-core-group-is-layout-16>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-17.wp-container-core-group-is-layout-17>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-17.wp-container-core-group-is-layout-17.wp-container-core-group-is-layout-17.wp-container-core-group-is-layout-17>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1.wp-container-core-post-template-is-layout-1>*+* {
    margin-block-start: var(--wp--preset--spacing--40);
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-22.wp-container-core-group-is-layout-22> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 300px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-22.wp-container-core-group-is-layout-22>.alignwide {
    max-width: 300px;
}

.wp-container-core-group-is-layout-22.wp-container-core-group-is-layout-22 .alignfull {
    max-width: none;
}

.wp-container-core-columns-is-layout-3.wp-container-core-columns-is-layout-3 {
    flex-wrap: nowrap;
    gap: 2em 11.8%;
}

.wp-container-core-group-is-layout-23.wp-container-core-group-is-layout-23> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 1078px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-core-group-is-layout-23.wp-container-core-group-is-layout-23>.alignwide {
    max-width: 1078px;
}

.wp-container-core-group-is-layout-23.wp-container-core-group-is-layout-23 .alignfull {
    max-width: none;
}

.wp-container-core-group-is-layout-26.wp-container-core-group-is-layout-26>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-26.wp-container-core-group-is-layout-26.wp-container-core-group-is-layout-26.wp-container-core-group-is-layout-26>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-27.wp-container-core-group-is-layout-27>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-27.wp-container-core-group-is-layout-27.wp-container-core-group-is-layout-27.wp-container-core-group-is-layout-27>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-28.wp-container-core-group-is-layout-28>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-28.wp-container-core-group-is-layout-28.wp-container-core-group-is-layout-28.wp-container-core-group-is-layout-28>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-29.wp-container-core-group-is-layout-29>* {
    margin-block-start: 0;
    margin-block-end: 0;
}

.wp-container-core-group-is-layout-29.wp-container-core-group-is-layout-29.wp-container-core-group-is-layout-29.wp-container-core-group-is-layout-29>*+* {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
}

.wp-container-core-post-template-is-layout-2.wp-container-core-post-template-is-layout-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.wp-elements-0d8c8d2e127017bf9c62b15da4771672 a {
    color: var(--wp--preset--color--base);
}

.wp-elements-0d8c8d2e127017bf9c62b15da4771672 a:hover {
    color: var(--wp--preset--color--primary);
}

.wp-container-core-social-links-is-layout-2.wp-container-core-social-links-is-layout-2 {
    justify-content: center;
}

.wp-container-core-navigation-is-layout-2.wp-container-core-navigation-is-layout-2 {
    justify-content: center;
}

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

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

.wp-block-table thead {
    border-bottom: 3px solid;
    border-bottom-color: rgb(85, 84, 81)
}

.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 {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution: 192dpi) {
     :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.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 {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

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

.syntaxhighlighter {
    background-color: #fff!important
}

.syntaxhighlighter .line.alt1 {
    background-color: #fff!important
}

.syntaxhighlighter .line.alt2 {
    background-color: #fff!important
}

.syntaxhighlighter .line.highlighted.alt1,
.syntaxhighlighter .line.highlighted.alt2 {
    background-color: #e0e0e0!important
}

.syntaxhighlighter .line.highlighted.number {
    color: #000!important
}

.syntaxhighlighter table caption {
    color: #000!important
}

.syntaxhighlighter .gutter {
    color: #afafaf!important
}

.syntaxhighlighter .gutter .line {
    border-right: 3px solid #6ce26c!important
}

.syntaxhighlighter .gutter .line.highlighted {
    background-color: #6ce26c!important;
    color: #fff!important
}

.syntaxhighlighter.printing .line .content {
    border: 0!important
}

.syntaxhighlighter.collapsed {
    overflow: visible!important
}

.syntaxhighlighter.collapsed .toolbar {
    color: #00f!important;
    background: #fff!important;
    border: 1px solid #6ce26c!important
}

.syntaxhighlighter.collapsed .toolbar a {
    color: #00f!important
}

.syntaxhighlighter.collapsed .toolbar a:hover {
    color: red!important
}

.syntaxhighlighter .toolbar {
    color: #fff!important;
    background: #6ce26c!important;
    border: 0!important
}

.syntaxhighlighter .toolbar a {
    color: #fff!important
}

.syntaxhighlighter .toolbar a:hover {
    color: #000!important
}

.syntaxhighlighter .plain,
.syntaxhighlighter .plain a {
    color: #000!important
}

.syntaxhighlighter .comments,
.syntaxhighlighter .comments a {
    color: #008200!important
}

.syntaxhighlighter .string,
.syntaxhighlighter .string a {
    color: #00f!important
}

.syntaxhighlighter .keyword {
    color: #069!important
}

.syntaxhighlighter .preprocessor {
    color: gray!important
}

.syntaxhighlighter .variable {
    color: #a70!important
}

.syntaxhighlighter .value {
    color: #090!important
}

.syntaxhighlighter .functions {
    color: #ff1493!important
}

.syntaxhighlighter .constants {
    color: #06c!important
}

.syntaxhighlighter .script {
    font-weight: 700!important;
    color: #069!important;
    background-color: none!important
}

.syntaxhighlighter .color1,
.syntaxhighlighter .color1 a {
    color: gray!important
}

.syntaxhighlighter .color2,
.syntaxhighlighter .color2 a {
    color: #ff1493!important
}

.syntaxhighlighter .color3,
.syntaxhighlighter .color3 a {
    color: red!important
}

.syntaxhighlighter .keyword {
    font-weight: 700!important
}

.syntaxhighlighter a,
.syntaxhighlighter div,
.syntaxhighlighter code,
.syntaxhighlighter table,
.syntaxhighlighter table td,
.syntaxhighlighter table tr,
.syntaxhighlighter table tbody,
.syntaxhighlighter table thead,
.syntaxhighlighter table caption,
.syntaxhighlighter textarea {
    -moz-border-radius: 0 0 0 0!important;
    -webkit-border-radius: 0 0 0 0!important;
    background: 0 0!important;
    border: 0!important;
    bottom: auto!important;
    float: none!important;
    height: auto!important;
    left: auto!important;
    line-height: 1.1em!important;
    margin: 0!important;
    outline: 0!important;
    overflow: visible!important;
    padding: 0!important;
    position: static!important;
    right: auto!important;
    text-align: left!important;
    top: auto!important;
    vertical-align: baseline!important;
    width: auto!important;
    box-sizing: content-box!important;
    font-family: Monaco, "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace!important;
    font-weight: 400!important;
    font-style: normal!important;
    font-size: 1em!important;
    direction: ltr!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    -ms-box-shadow: none!important;
    -o-box-shadow: none!important;
    box-shadow: none!important
}

.syntaxhighlighter {
    width: 100%!important;
    margin: 1em 0 1em 0!important;
    position: relative!important;
    overflow: auto!important;
    overflow-y: hidden!important;
    font-size: 1em!important;
    padding: .5em 1em!important
}

.syntaxhighlighter code {
    display: inline!important
}

.syntaxhighlighter.source {
    overflow: hidden!important
}

.syntaxhighlighter .bold {
    font-weight: 700!important
}

.syntaxhighlighter .italic {
    font-style: italic!important
}

.syntaxhighlighter .line {
    white-space: pre!important
}

.syntaxhighlighter table {
    table-layout: auto!important;
    width: 100%!important
}

.syntaxhighlighter table caption {
    text-align: left!important;
    padding: 0 0 .5em 0!important
}

.syntaxhighlighter table td.code {
    width: 100%!important
}

.syntaxhighlighter table td.code .container {
    position: relative!important
}

.syntaxhighlighter table td.code .container:after,
.syntaxhighlighter table td.code .container:before {
    display: block!important;
    content: ""
}

.syntaxhighlighter table td.code .container textarea {
    box-sizing: border-box!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    width: 100%!important;
    height: 100%!important;
    border: 0!important;
    background: #fff!important;
    padding-left: 1em!important;
    overflow: hidden!important;
    white-space: pre!important
}

.syntaxhighlighter table td.gutter .line {
    text-align: right!important;
    padding: 0 .5em 0 0!important;
    margin-right: 1em!important
}

.syntaxhighlighter table td.code .line {
    padding: 0!important
}

.syntaxhighlighter.nogutter td.code .container textarea,
.syntaxhighlighter.nogutter td.code .line {
    padding-left: 0!important
}

.syntaxhighlighter.show {
    display: block!important
}

.syntaxhighlighter.collapsed table {
    display: none!important
}

.syntaxhighlighter.collapsed .toolbar {
    padding: .1em .8em 0 .8em!important;
    font-size: 1em!important;
    position: static!important;
    width: auto!important;
    height: auto!important
}

.syntaxhighlighter.collapsed .toolbar span {
    display: inline!important;
    margin-right: 1em!important
}

.syntaxhighlighter.collapsed .toolbar span a {
    padding: 0!important;
    display: none!important
}

.syntaxhighlighter.collapsed .toolbar span a.expandSource {
    display: inline!important
}

.syntaxhighlighter .toolbar {
    position: absolute!important;
    right: 1px!important;
    top: 1px!important;
    width: 11px!important;
    height: 11px!important;
    font-size: 10px!important;
    z-index: 10!important
}

.syntaxhighlighter .toolbar span.title {
    display: inline!important
}

.syntaxhighlighter .toolbar a {
    display: block!important;
    text-align: center!important;
    text-decoration: none!important;
    padding-top: 1px!important
}

.syntaxhighlighter .toolbar a.expandSource {
    display: none!important
}

.syntaxhighlighter.ie {
    font-size: .9em!important;
    padding: 1px 0 1px 0!important
}

.syntaxhighlighter.ie .toolbar {
    line-height: 8px!important
}

.syntaxhighlighter.ie .toolbar a {
    padding-top: 0!important
}

.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content {
    background: 0 0!important
}

.syntaxhighlighter.printing .line .number {
    color: #bbb!important
}

.syntaxhighlighter.printing .line .content {
    color: #000!important
}

.syntaxhighlighter.printing .toolbar {
    display: none!important
}

.syntaxhighlighter.printing a {
    text-decoration: none!important
}

.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a {
    color: #000!important
}

.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a {
    color: #008200!important
}

.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a {
    color: #00f!important
}

.syntaxhighlighter.printing .keyword {
    color: #069!important;
    font-weight: 700!important
}

.syntaxhighlighter.printing .preprocessor {
    color: gray!important
}

.syntaxhighlighter.printing .variable {
    color: #a70!important
}

.syntaxhighlighter.printing .value {
    color: #090!important
}

.syntaxhighlighter.printing .functions {
    color: #ff1493!important
}

.syntaxhighlighter.printing .constants {
    color: #06c!important
}

.syntaxhighlighter.printing .script {
    font-weight: 700!important
}

.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a {
    color: gray!important
}

.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a {
    color: #ff1493!important
}

.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a {
    color: red!important
}

.syntaxhighlighter.printing .break,
.syntaxhighlighter.printing .break a {
    color: #000!important
}

.jetpack-blogging-prompt {
    border: 1px solid #ddd;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 24px
}

.jetpack-blogging-prompt__label {
    background: no-repeat url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/blogging-prompt/../images/icon-cd4e9ecf53fadf95246d.svg);
    background-position: -5px;
    background-size: 24px 24px;
    font-size: 14px;
    margin-bottom: 16px;
    padding-inline-start: 22px
}

.jetpack-blogging-prompt__label.is-bloganuary-icon {
    background: no-repeat url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/blogging-prompt/../images/bloganuary-icon-20e07d1c81f21708f183.svg);
    background-position: 0;
    padding-inline-start: 26px
}

.jetpack-blogging-prompt__text {
    font-size: 24px;
    margin-bottom: 16px
}

.jetpack-blogging-prompt__answers-link {
    display: inline-block;
    margin-inline-start: 10px;
    text-decoration: underline
}

.jetpack-blogging-prompt__answers {
    font-size: 16px
}

.jetpack-blogging-prompt__answers-gravatar {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 24px;
    vertical-align: middle;
    width: 24px
}

.jetpack-blogging-prompt__answers-gravatar:first-child {
    margin-inline-start: -2px
}

.jetpack-blogging-prompt__answers-gravatar:not(:first-child) {
    margin-inline-start: -15px
}

.jetpack-blogging-prompt__spinner {
    text-align: center
}

.jetpack-blogging-prompt.is-style-quote {
    border: none;
    border-inline-start: 4px solid #2f2f2f;
    margin-bottom: 16px;
    padding: 0 24px
}

@media only email {
    .jetpack-blogging-prompt__label {
        background: none;
        padding-inline-start: 0
    }
    .jetpack-blogging-prompt__answers,
    .jetpack-blogging-prompt__answers-gravatar {
        margin-bottom: 0
    }
    .jetpack-blogging-prompt__answers-gravatar:not(:first-child) {
        margin-inline-start: 0
    }
}

.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-archives {
    box-sizing: border-box
}

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

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
}

[data-type="jetpack/timeline"] .block-list-appender {
    display: none
}

[data-type="jetpack/timeline"].is-selected .block-list-appender,
[data-type="jetpack/timeline"].has-child-selected .block-list-appender {
    display: block
}

.components-button.timeline-item-appender {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 8px;
    animation: none !important
}

.components-button.timeline-item-appender:hover {
    color: #fff
}

.wp-block-jetpack-timeline.wp-block-jetpack-timeline {
    padding: 0
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item {
    list-style-type: none;
    position: relative;
    padding: 1em 2em;
    margin-bottom: 36px;
    margin-left: 36px
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item .timeline-item__bubble {
    display: block;
    width: 36px;
    height: 4px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-2px);
    left: -36px
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item .timeline-item:after {
    content: "";
    display: block;
    background: currentColor;
    position: absolute;
    left: -36px;
    top: -36px;
    bottom: -36px;
    width: 4px
}

.wp-block-jetpack-timeline [data-type="jetpack/timeline-item"]:first-child .timeline-item:after,
.wp-block-jetpack-timeline>li.wp-block-jetpack-timeline-item:first-child .timeline-item:after {
    top: 50%
}

.wp-block-jetpack-timeline [data-type="jetpack/timeline-item"]:nth-last-child(2) .timeline-item:after,
.wp-block-jetpack-timeline>li.wp-block-jetpack-timeline-item:last-child .timeline-item:after {
    bottom: 50%
}

@media only screen and (min-width: 640px) {
    ul.wp-block-jetpack-timeline.is-alternating {
        display: flex;
        flex-direction: column
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item {
        width: calc(50% - 36px + 2px);
        box-sizing: border-box
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right),
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) {
        margin-left: 0;
        margin-right: auto
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left .timeline-item__bubble,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right) .timeline-item__bubble,
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) .timeline-item__bubble {
        left: auto;
        right: -36px
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left .timeline-item:after,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right) .timeline-item:after,
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) .timeline-item:after {
        left: auto;
        right: -36px
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-right.is-right.is-right,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(even) .wp-block-jetpack-timeline-item:not(.is-left),
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item:nth-child(even):not(.is-left) {
        margin-left: auto;
        margin-right: 0
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(44px/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - 44px/2);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

.newspack-preview-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffc000;
    padding: 0 4px;
    border-radius: 2px
}

.wp-block-newspack-blocks-carousel {
    position: relative;
    margin-top: 0
}

.wp-block-newspack-blocks-carousel article {
    max-width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-newspack-blocks-carousel article a {
    color: #fff
}

.wp-block-newspack-blocks-carousel article a:active,
.wp-block-newspack-blocks-carousel article a:focus,
.wp-block-newspack-blocks-carousel article a:hover {
    color: rgba(255, 255, 255, .75)
}

.wp-block-newspack-blocks-carousel article .entry-title {
    font-size: 1.2em
}

.wp-block-newspack-blocks-carousel article .entry-title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 3.5625em;
    overflow: hidden;
    text-overflow: ellipsis
}

.wp-block-newspack-blocks-carousel article .avatar {
    height: 1.8em;
    width: 1.8em
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel article .entry-title {
        font-size: 1.6em
    }
    .wp-block-newspack-blocks-carousel article .avatar {
        height: 40px;
        width: 40px
    }
}

.wp-block-newspack-blocks-carousel article .entry-wrapper {
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    left: 0;
    padding: 1.5em;
    position: absolute;
    right: 0
}

.wp-block-newspack-blocks-carousel article .entry-meta {
    color: #fff;
    margin-bottom: 0;
    font-size: .8em
}

.wp-block-newspack-blocks-carousel article .entry-meta a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.wp-block-newspack-blocks-carousel article .entry-meta a:active,
.wp-block-newspack-blocks-carousel article .entry-meta a:focus,
.wp-block-newspack-blocks-carousel article .entry-meta a:hover {
    color: rgba(255, 255, 255, .75)
}

.wp-block-newspack-blocks-carousel .post-thumbnail {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative
}

.wp-block-newspack-blocks-carousel .post-thumbnail a,
.wp-block-newspack-blocks-carousel .post-thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,
.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain {
    object-fit: contain
}

.wp-block-newspack-blocks-carousel__placeholder {
    height: 420px;
    background: #f1f1f1
}

.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder {
    height: 100%
}

.wp-block-newspack-blocks-carousel p {
    white-space: normal
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullets {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    height: calc(1.5em + 12px);
    justify-content: center;
    padding: 0;
    position: relative
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet {
    background: #000;
    border-radius: 6px;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    opacity: .5;
    padding: 0;
    transition: box-shadow .25s, opacity .25s, width .25s;
    width: 12px
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
    outline: 0
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected] {
    opacity: 1;
    outline: 0;
    width: 24px
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.wp-block-newspack-blocks-carousel .swiper-button {
    background-color: rgba(0, 0, 0, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    height: 48px;
    margin: 0;
    padding: 0;
    transition: background-color .25s, box-shadow .25s;
    width: 48px
}

.wp-block-newspack-blocks-carousel .swiper-button:focus,
.wp-block-newspack-blocks-carousel .swiper-button:hover {
    background-color: rgba(0, 0, 0, .75)
}

.wp-block-newspack-blocks-carousel .swiper-button:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 4px #fff;
    outline: 0
}

.wp-block-newspack-blocks-carousel .swiper-button-next,
.wp-block-newspack-blocks-carousel .swiper-button-prev {
    left: 1.5em;
    display: none;
    right: auto;
    margin-top: -24px
}

@media only screen and (min-width: 600px) {
    .wp-block-newspack-blocks-carousel .swiper-button-next,
    .wp-block-newspack-blocks-carousel .swiper-button-prev {
        display: block
    }
}

.wp-block-newspack-blocks-carousel .swiper-button-prev:after,
.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after {
    content: none
}

.wp-block-newspack-blocks-carousel .swiper-button-next:after,
.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after {
    content: none
}

.wp-block-newspack-blocks-carousel .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M5.88%204.12L13.76%2012l-7.88%207.88L8%2022l10-10L8%202z%27%20fill=%27white%27/%3E%3Cpath%20fill=%27none%27%20d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");
    left: auto;
    right: 1.5em
}

.wp-block-newspack-blocks-carousel .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M18%204.12L10.12%2012%2018%2019.88%2015.88%2022l-10-10%2010-10z%27%20fill=%27white%27/%3E%3Cpath%20fill=%27none%27%20d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")
}

.wp-block-newspack-blocks-carousel .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M6%2019h4V5H6v14zm8-14v14h4V5h-4z%27%20fill=%27white%27/%3E%3Cpath%20d=%27M0%200h24v24H0z%27%20fill=%27none%27/%3E%3C/svg%3E");
    display: none;
    margin-top: 0;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    transform: none;
    z-index: 9
}

.wp-block-newspack-blocks-carousel .swiper-button-play {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M8%205v14l11-7z%27%20fill=%27white%27/%3E%3Cpath%20d=%27M0 0h24v24H0z%27%20fill=%27none%27/%3E%3C/svg%3E")
}

.wp-block-newspack-blocks-carousel .swiper-slide {
    height: auto;
    max-height: 75vh
}

.wp-block-newspack-blocks-carousel figcaption {
    font-size: .6em
}

.wp-block-newspack-blocks-carousel .entry-title {
    margin: 0 0 .25em
}

.wp-block-newspack-blocks-carousel .entry-title a {
    color: #fff;
    text-decoration: none
}

.wp-block-newspack-blocks-carousel .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5em
}

.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child) {
    margin-right: 1.5em
}

.wp-block-newspack-blocks-carousel .cat-links {
    color: #fff;
    font-size: .6em;
    font-weight: 700;
    margin: 0 0 .5em
}

.wp-block-newspack-blocks-carousel .cat-links.sponsor-label {
    align-items: center
}

.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a {
    margin-left: .5em
}

.wp-block-newspack-blocks-carousel .cat-links a {
    text-decoration: none
}

.wp-block-newspack-blocks-carousel .avatar {
    border-radius: 100%;
    display: block;
    margin-right: .5em
}

.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
    display: block
}

.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play,
.wp-block-newspack-blocks-carousel .swiper-button-pause {
    display: none
}

.wp-block-newspack-blocks-carousel .posted-on,
.wp-block-newspack-blocks-carousel .cat-links,
.wp-block-newspack-blocks-carousel .tags-links,
.wp-block-newspack-blocks-carousel .byline,
.wp-block-newspack-blocks-carousel .author-avatar {
    clip: auto;
    height: auto;
    position: relative;
    width: auto
}

.wp-block-newspack-blocks-carousel.hide-controls button {
    display: none;
    visibility: hidden
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title {
        font-size: 1.4em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title {
        font-size: 1.2em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title {
        font-size: 1em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta {
        font-size: .7em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper {
        padding: 1em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title {
        font-size: 1.2em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title {
        font-size: .9em
    }
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a {
        -webkit-line-clamp: 2
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta {
        font-size: .7em
    }
}

.wpnbpc .entry-sponsors {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    width: 100%
}

.wpnbpc .entry-sponsors.plus-author {
    font-size: .9em
}

.wpnbpc .entry-sponsors.plus-author:not(:last-child) {
    margin-bottom: .5rem
}

.wpnbpc .sponsor-logos {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    line-height: 1
}

.newspack-preview-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffc000;
    padding: 0 4px;
    border-radius: 2px
}

:root {
    --wpnbha-col-gap: 1em
}

@media only screen and (min-width: 600px) {
     :root {
        --wpnbha-col-gap: 16px
    }
}

@media only screen and (min-width: 782px) {
     :root {
        --wpnbha-col-gap: 32px
    }
}

@media only screen and (min-width: 600px) {
    .colgap-2 {
        --wpnbha-col-gap: 16px
    }
}

@media only screen and (min-width: 600px) {
    .colgap-1 {
        --wpnbha-col-gap: 8px
    }
}

.wpnbha {
    margin-bottom: 1em
}

.wpnbha article {
    min-width: 0;
    margin-bottom: 1.5em;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative
}

.wpnbha article:last-of-type {
    margin-bottom: 0
}

.wpnbha .article-section-title {
    font-size: .8em;
    margin-bottom: .5em;
    width: 100%
}

.wpnbha .article-section-title mark {
    background-color: transparent
}

.wpnbha.is-grid>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 1em;
    gap: var(--wpnbha-col-gap);
    padding: 0;
    list-style: none
}

.wpnbha.is-grid article {
    flex-basis: 100%;
    margin-bottom: 0
}

.wpnbha.is-grid .article-section-title {
    margin-bottom: calc(1em - 1em);
    margin-bottom: calc(1em - var(--wpnbha-col-gap))
}

@media only screen and (min-width: 600px) {
    .wpnbha.columns-3 article,
    .wpnbha.columns-6 article {
        flex-basis: calc(33.33% - 1em/3*2);
        flex-basis: calc(33.33% - var(--wpnbha-col-gap)/3*2)
    }
    .wpnbha.is-style-borders.columns-3 article,
    .wpnbha.is-style-borders.columns-6 article {
        flex-basis: calc(33.33% - 2*1em/3*2 - 1px);
        flex-basis: calc(33.33% - 2*var(--wpnbha-col-gap)/3*2 - 1px)
    }
    .wpnbha.columns-2 article,
    .wpnbha.columns-4 article,
    .wpnbha.columns-5 article {
        flex-basis: calc(50% - 1em/2);
        flex-basis: calc(50% - var(--wpnbha-col-gap)/2)
    }
    .wpnbha.is-style-borders.columns-2 article,
    .wpnbha.is-style-borders.columns-4 article,
    .wpnbha.is-style-borders.columns-5 article {
        flex-basis: calc(50% - 2*1em/2 - 1px);
        flex-basis: calc(50% - 2*var(--wpnbha-col-gap)/2 - 1px)
    }
    .wpnbha.columns-5 article:last-of-type,
    .wpnbha.is-style-borders.columns-5 article:last-of-type {
        flex-basis: 100%
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.columns-4 article {
        flex-basis: calc(25% - 1em/4*3);
        flex-basis: calc(25% - var(--wpnbha-col-gap)/4*3)
    }
    .wpnbha.is-style-borders.columns-4 article {
        flex-basis: calc(25% - 2*1em/4*3 - 1px);
        flex-basis: calc(25% - 2*var(--wpnbha-col-gap)/4*3 - 1px)
    }
    .wpnbha.columns-5 article,
    .wpnbha.columns-5 article:last-of-type {
        flex-basis: calc(20% - 1em/5*4);
        flex-basis: calc(20% - var(--wpnbha-col-gap)/5*4)
    }
    .wpnbha.is-style-borders.columns-5 article,
    .wpnbha.is-style-borders.columns-5 article:last-of-type {
        flex-basis: calc(20% - 2*1em/5*4 - 1px);
        flex-basis: calc(20% - 2*var(--wpnbha-col-gap)/5*4 - 1px)
    }
    .wpnbha.columns-6 article {
        flex-basis: calc(16.6666% - 1em/6*5);
        flex-basis: calc(16.6666% - var(--wpnbha-col-gap)/6*5)
    }
    .wpnbha.is-style-borders.columns-6 article {
        flex-basis: calc(16.6666% - 2*1em/6*5 - 1px);
        flex-basis: calc(16.6666% - 2*var(--wpnbha-col-gap)/6*5 - 1px)
    }
}

.wpnbha .post-thumbnail {
    margin: 0;
    margin-bottom: .25em
}

.wpnbha .post-thumbnail img {
    height: auto;
    width: 100%
}

.wpnbha .post-thumbnail figcaption {
    margin-bottom: .5em
}

.wpnbha figcaption {
    font-size: .6em
}

.wpnbha.image-alignleft .post-has-image,
.wpnbha.image-alignright .post-has-image {
    display: flex
}

.wpnbha.image-alignleft .post-has-image .post-thumbnail,
.wpnbha.image-alignright .post-has-image .post-thumbnail {
    flex-basis: 33%
}

.wpnbha.image-alignleft .post-has-image .entry-wrapper,
.wpnbha.image-alignright .post-has-image .entry-wrapper {
    flex-basis: 67%
}

.wpnbha.image-alignleft.mobile-stack .post-has-image,
.wpnbha.image-alignright.mobile-stack .post-has-image {
    display: block
}

@media only screen and (min-width: 600px) {
    .wpnbha.image-alignleft.mobile-stack .post-has-image,
    .wpnbha.image-alignright.mobile-stack .post-has-image {
        display: flex
    }
}

@media only screen and (min-width: 600px) {
    .wpnbha.image-alignleft.is-4 .post-thumbnail,
    .wpnbha.image-alignright.is-4 .post-thumbnail {
        flex-basis: 75%
    }
    .wpnbha.image-alignleft.is-4 .entry-wrapper,
    .wpnbha.image-alignright.is-4 .entry-wrapper {
        flex-basis: 25%
    }
    .wpnbha.image-alignleft.is-3 .post-thumbnail,
    .wpnbha.image-alignleft.is-3 .entry-wrapper,
    .wpnbha.image-alignright.is-3 .post-thumbnail,
    .wpnbha.image-alignright.is-3 .entry-wrapper {
        flex-basis: 50%
    }
}

.wpnbha.image-alignleft.is-1 .post-thumbnail,
.wpnbha.image-alignright.is-1 .post-thumbnail {
    flex-basis: 25%
}

.wpnbha.image-alignleft.is-1 .entry-wrapper,
.wpnbha.image-alignright.is-1 .entry-wrapper {
    flex-basis: 75%
}

.wpnbha.image-alignleft .post-thumbnail {
    margin-right: 1em
}

.wpnbha.image-alignright .post-thumbnail {
    margin-left: 1em
}

.wpnbha.image-alignright .entry-wrapper {
    order: -1
}

.wpnbha.mobile-stack.image-alignleft .post-thumbnail,
.wpnbha.mobile-stack.image-alignright .post-thumbnail {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width: 600px) {
    .wpnbha.mobile-stack.image-alignleft .post-thumbnail {
        margin-right: 1em
    }
    .wpnbha.mobile-stack.image-alignright .post-thumbnail {
        margin-left: 1em
    }
}

.wpnbha .entry-title {
    margin: 0 0 .25em
}

.wpnbha .entry-title a {
    color: inherit;
    text-decoration: none
}

.wpnbha .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5em
}

.wpnbha .entry-meta .byline:not(:last-child) {
    margin-right: 1.5em
}

.wpnbha .entry-meta .updated {
    display: none
}

.wpnbha .entry-meta .updated.published {
    display: block
}

.wpnbha .avatar {
    border-radius: 100%;
    display: block;
    margin-right: .5em
}

.wpnbha p {
    margin: .5em 0
}

.wpnbha.has-text-color .article-section-title,
.wpnbha.has-text-color .entry-title,
.wpnbha.has-text-color .entry-title a,
.wpnbha.has-text-color .entry-title a:visited,
.wpnbha.has-text-color .entry-meta,
.wpnbha.has-text-color .entry-meta a,
.wpnbha.has-text-color .entry-meta .byline a,
.wpnbha.has-text-color .entry-meta .byline a:visited,
.wpnbha.has-text-color .cat-links,
.wpnbha.has-text-color .cat-links a,
.wpnbha.has-text-color .cat-links a:visited,
.wpnbha.has-text-color figcaption {
    color: inherit
}

.wpnbha.has-text-color .entry-meta span:not(.avatar) {
    opacity: .8
}

.wpnbha.image-alignbehind .post-has-image {
    display: flex;
    align-items: flex-end;
    position: relative
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail {
    inset: 0;
    margin: 0;
    overflow: hidden;
    position: absolute
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail img {
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    max-width: 1000% !important;
    width: 100% !important
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper {
    padding: 2rem 1rem;
    position: relative;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 1168px) {
    .wpnbha.image-alignbehind .post-has-image .entry-wrapper {
        padding: 2rem 1.5rem
    }
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper,
.wpnbha.image-alignbehind .post-has-image .entry-title a,
.wpnbha.image-alignbehind .post-has-image .entry-meta,
.wpnbha.image-alignbehind .post-has-image .entry-meta .byline a,
.wpnbha.image-alignbehind .post-has-image .cat-links a {
    color: #fff
}

.wpnbha.image-alignbehind figcaption {
    bottom: 1em;
    -webkit-box-orient: vertical;
    color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    font-style: italic;
    left: 0;
    -webkit-line-clamp: 1;
    margin: 0;
    max-height: 1.6em;
    overflow: hidden;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    text-align: right;
    text-overflow: ellipsis;
    z-index: 2
}

@media only screen and (min-width: 1168px) {
    .wpnbha.image-alignbehind figcaption {
        padding: 0 1.5rem
    }
}

.wpnbha button,
.wpnbha .loading,
.wpnbha .error {
    display: none
}

.wpnbha>button {
    margin-top: 1em
}

.wpnbha.has-more-button button {
    display: block
}

.wpnbha.has-more-button.is-loading button {
    display: none
}

.wpnbha.has-more-button.is-loading .loading {
    display: block
}

.wpnbha.has-more-button.is-error button,
.wpnbha.has-more-button.is-error .error {
    display: block
}

.wpnbha .posted-on,
.wpnbha .cat-links,
.wpnbha .tags-links,
.wpnbha .byline,
.wpnbha .author-avatar {
    clip: auto;
    height: auto;
    position: relative;
    width: auto
}

.wpnbha.has-text-align-center .cat-links,
.wpnbha.has-text-align-center .entry-meta,
.wpnbha.has-text-align-center .entry-sponsors {
    justify-content: center
}

.wpnbha.has-text-align-center.image-alignbehind figcaption,
.wpnbha.has-text-align-center figcaption {
    text-align: inherit
}

.wpnbha.has-text-align-right .cat-links,
.wpnbha.has-text-align-right .entry-meta,
.wpnbha.has-text-align-right .entry-sponsors,
.wpnbha.has-text-align-right .sponsor-logos {
    justify-content: flex-end;
    text-align: right
}

.wpnbha.has-text-align-right figcaption {
    text-align: inherit
}

.wpnbha.has-text-align-right .entry-date:not(:first-child) {
    margin-left: 1.5em
}

.wpnbha.has-text-align-right .entry-meta .byline:not(:last-child) {
    margin: 0
}

.wpnbha .cat-links {
    display: flex;
    flex-wrap: wrap;
    font-size: .6em;
    font-weight: 700;
    margin: 0 0 .5em
}

.wpnbha .cat-links.sponsor-label {
    align-items: center;
    display: flex;
    gap: .5em
}

.wpnbha .cat-links a {
    text-decoration: none
}

.wpnbha .cat-links a:hover {
    text-decoration: underline
}

.wpnbha .entry-sponsors {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .25em;
    width: 100%
}

.wpnbha .entry-sponsors.plus-author {
    font-size: .9em
}

.wpnbha .entry-sponsors.plus-author:not(:last-child) {
    margin-bottom: .5rem
}

.wpnbha .sponsor-logos {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    line-height: 1
}

.wpnbha article .entry-title {
    font-size: 1.2em
}

.wpnbha article .entry-meta {
    font-size: .8em
}

.wpnbha article .avatar {
    height: 25px;
    width: 25px
}

@media only screen and (min-width: 782px) {
    .wpnbha article .entry-title {
        font-size: 1.6em
    }
    .wpnbha article .avatar {
        height: 40px;
        width: 40px
    }
}

.wpnbha.ts-10 .entry-title,
.wpnbha.ts-9 .entry-title,
.wpnbha.ts-8 .entry-title {
    line-height: 1.1
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-10 article .avatar,
    .wpnbha.ts-9 article .avatar,
    .wpnbha.ts-8 article .avatar {
        height: 2.4em;
        width: 2.4em
    }
}

.wpnbha.ts-10 .newspack-post-subtitle,
.wpnbha.ts-9 .newspack-post-subtitle,
.wpnbha.ts-8 .newspack-post-subtitle,
.wpnbha.ts-7 .newspack-post-subtitle {
    font-size: 1.4em
}

.wpnbha.ts-10 article .entry-title {
    font-size: 2.6em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-10 article .entry-title {
        font-size: 3.6em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-10 article .entry-title {
        font-size: 4.8em
    }
}

.wpnbha.ts-9 article .entry-title {
    font-size: 2.4em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-9 article .entry-title {
        font-size: 3.4em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-9 article .entry-title {
        font-size: 4.2em
    }
}

.wpnbha.ts-8 article .entry-title {
    font-size: 2.2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-8 article .entry-title {
        font-size: 3em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-8 article .entry-title {
        font-size: 3.6em
    }
}

.wpnbha.ts-7 article .entry-title {
    font-size: 2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-7 article .entry-title {
        font-size: 2.4em
    }
    .wpnbha.ts-7 article .avatar {
        height: 48px;
        width: 48px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-7 article .entry-title {
        font-size: 3em
    }
}

.wpnbha.ts-6 article .entry-title {
    font-size: 1.7em
}

.wpnbha.ts-6 article .newspack-post-subtitle {
    font-size: 1.4em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-6 article .entry-title {
        font-size: 2em
    }
    .wpnbha.ts-6 article .avatar {
        height: 44px;
        width: 44px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-6 article .entry-title {
        font-size: 2.4em
    }
}

.wpnbha.ts-5 article .entry-title {
    font-size: 1.4em
}

.wpnbha.ts-5 article .newspack-post-subtitle {
    font-size: 1.2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-5 article .entry-title {
        font-size: 1.8em
    }
    .wpnbha.ts-5 article .avatar {
        height: 40px;
        width: 40px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-5 article .entry-title {
        font-size: 2em
    }
}

.wpnbha.ts-3 article .entry-title {
    font-size: 1em
}

.wpnbha.ts-3 article .newspack-post-subtitle,
.wpnbha.ts-3 article .entry-wrapper p,
.wpnbha.ts-3 article .entry-wrapper .more-link,
.wpnbha.ts-3 article .entry-meta {
    font-size: .8em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-3 article .entry-title {
        font-size: 1.2em
    }
    .wpnbha.ts-3 article .entry-meta {
        font-size: .7em
    }
    .wpnbha.ts-3 article .avatar {
        height: 32px;
        width: 32px
    }
}

.wpnbha.ts-2 article .entry-title,
.wpnbha.ts-1 article .entry-title {
    font-size: .9em
}

.wpnbha.ts-2 article .newspack-post-subtitle,
.wpnbha.ts-2 article .entry-wrapper p,
.wpnbha.ts-2 article .entry-wrapper .more-link,
.wpnbha.ts-2 article .entry-meta,
.wpnbha.ts-1 article .newspack-post-subtitle,
.wpnbha.ts-1 article .entry-wrapper p,
.wpnbha.ts-1 article .entry-wrapper .more-link,
.wpnbha.ts-1 article .entry-meta {
    font-size: .8em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-2 article .newspack-post-subtitle,
    .wpnbha.ts-2 article .entry-wrapper p,
    .wpnbha.ts-2 article .entry-wrapper .more-link,
    .wpnbha.ts-2 article .entry-meta,
    .wpnbha.ts-2 article .newspack-post-subtitle,
    .wpnbha.ts-1 article .newspack-post-subtitle,
    .wpnbha.ts-1 article .entry-wrapper p,
    .wpnbha.ts-1 article .entry-wrapper .more-link,
    .wpnbha.ts-1 article .entry-meta,
    .wpnbha.ts-1 article .newspack-post-subtitle {
        font-size: .7em
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-2 article .entry-title {
        font-size: .9em
    }
    .wpnbha.ts-2 article .avatar {
        height: 28px;
        width: 28px
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-1 article .entry-title {
        font-size: .7em
    }
    .wpnbha.ts-1 article .avatar {
        height: 24px;
        width: 24px
    }
}

.wpnbha.is-style-borders article {
    border: solid rgba(0, 0, 0, .2);
    border-width: 0 0 1px;
    box-sizing: content-box;
    padding-bottom: 1em
}

.wpnbha.is-style-borders article:last-of-type:not(:first-of-type) {
    border-bottom: 0;
    padding-right: 0
}

@media only screen and (min-width: 600px) {
    .wpnbha.is-style-borders.is-grid article {
        border-width: 0;
        padding-right: 0
    }
    .wpnbha.is-style-borders.columns-2 article:nth-of-type(odd):not(:last-of-type),
    .wpnbha.is-style-borders.columns-4 article:nth-of-type(odd):not(:last-of-type),
    .wpnbha.is-style-borders.columns-5 article:nth-of-type(odd):not(:last-of-type) {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+1):not(:last-of-type),
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+2):not(:last-of-type),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+1):not(:last-of-type),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+2):not(:last-of-type) {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.is-style-borders.is-grid article {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
    .wpnbha.is-style-borders.is-grid article:last-of-type,
    .wpnbha.is-style-borders.columns-1 article,
    .wpnbha.is-style-borders.columns-2 article:nth-of-type(2n),
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n),
    .wpnbha.is-style-borders.columns-4 article:nth-of-type(4n),
    .wpnbha.is-style-borders.columns-5 article:nth-of-type(5n),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(6n) {
        border: 0;
        padding-right: 0
    }
}

.newspack-post-subtitle--in-homepage-block {
    margin-top: .3em;
    margin-bottom: 0;
    line-height: 1.4;
    font-style: italic
}

div.wp-block-jetpack-whatsapp-button {
    display: flex;
    margin-inline-end: 5px
}

div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button {
    background: #25d366;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    min-height: 50px;
    padding: 8px 16px 8px 56px;
    text-decoration: none;
    white-space: nowrap
}

div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    color: #465b64
}

div.wp-block-jetpack-whatsapp-button.alignleft {
    float: none;
    justify-content: flex-start
}

div.wp-block-jetpack-whatsapp-button.aligncenter {
    justify-content: center
}

div.wp-block-jetpack-whatsapp-button.alignright {
    float: none;
    justify-content: flex-end
}

div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button {
    padding-inline-start: 48px
}

div.wp-block-jetpack-whatsapp-button:hover {
    opacity: .9
}

div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper {
    align-items: center;
    background: #000;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #fff;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 0 20px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,
.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title {
    color: #fff
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,
.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title {
    margin-right: 10px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button {
    flex-shrink: 0;
    height: 28px;
    line-height: 1;
    margin-left: auto
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary {
    background: #e34c84;
    color: #fff
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover {
    background: #eb6594
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy {
    background-image: linear-gradient(-45deg, #e34c84 28%, #ab235a 0, #ab235a 72%, #e34c84 0);
    background-size: 100px 100%
}

.jetpack-upgrade-plan-banner.block-editor-block-list__block {
    margin-bottom: 0;
    margin-top: 0
}

.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,
.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper {
    max-width: 580px;
    width: 100%
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>* {
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after {
    content: none
}

.jetpack-editor-panel-logo {
    margin-left: .5em
}

.block-editor-warning {
    border: 1px solid #e0e0e0;
    padding: 10px 14px
}

.block-editor-warning .block-editor-warning__message {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

.block-editor-warning .block-editor-warning__actions .components-button {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: inherit;
    text-decoration: none
}

.is-style-compact .is-not-subscriber .wp-block-button__link,
.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button {
    border-end-start-radius: 0!important;
    border-start-start-radius: 0!important;
    margin-inline-start: 0!important
}

.is-style-compact .is-not-subscriber .components-text-control__input,
.is-style-compact .is-not-subscriber p#subscribe-email input[type=email] {
    border-end-end-radius: 0!important;
    border-start-end-radius: 0!important
}

.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input {
    border-inline-end-width: 0!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container {
    display: flex;
    flex-direction: column
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements {
    align-items: flex-start;
    display: flex
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit {
    display: flex;
    justify-content: center
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.3;
    min-width: auto!important;
    white-space: nowrap!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder {
    color: currentColor;
    opacity: .5
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
    border-color: transparent;
    border-style: solid
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email {
    background: 0 0;
    flex-grow: 1
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email] {
    height: auto;
    margin: 0;
    width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit {
    margin: 0
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount {
    font-size: 16px;
    margin: 8px 0;
    text-align: end
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements {
    display: block
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button {
    display: inline-block;
    max-width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount {
    text-align: start
}

.jetpack-memberships-modal #TB_title {
    display: none
}

#TB_window.jetpack-memberships-modal,
#memberships-modal-window.jetpack-memberships-modal {
    background-color: transparent;
    background-image: url(https://s0.wp.com/i/loading/dark-200.gif);
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 50px;
    border: none;
    bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0!important;
    right: 0;
    top: 0;
    width: 100%!important
}

#memberships-modal-window.jetpack-memberships-modal {
    padding: 21px
}

.jetpack-memberships-modal #TB_iframeContent,
.jetpack-memberships-modal #memberships-modal-iframe {
    bottom: 0;
    height: 100%!important;
    left: 0;
    margin: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

BODY.modal-open {
    overflow: hidden
}

dialog::backdrop {
    background-color: #000;
    opacity: .7
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll {
        padding: 24px
    }
}

.wp-block-jetpack-blogroll .block-editor-inner-blocks h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 0
}

.wp-block-jetpack-blogroll.hide-avatar figure,
.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description {
    display: none
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item {
    container-name: bitem;
    container-type: inline-size
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
    align-items: flex-start;
    flex-direction: column
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
        align-items: center;
        flex-direction: row
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item {
    border-top: 1px solid #dcdcde
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item {
    overflow-x: clip
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.has-subscription-form .jetpack-blogroll-item-slider {
    width: 200%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider {
    display: flex;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider {
        transition: none
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.open .jetpack-blogroll-item-slider {
    transform: translateX(-50%)
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title {
    font-size: 1.2em
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title {
    word-break: break-word
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    padding: 20px 8px;
    width: 100%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure {
    flex-shrink: 0;
    height: 48px;
    margin: 0;
    width: 48px
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon {
    background: url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/blogroll/../images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);
    background-size: cover
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon img {
    display: none
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure img {
    border-radius: 50%;
    height: 48px;
    width: 48px
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button {
    white-space: nowrap
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button {
        align-self: center;
        margin-left: auto
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-cancel-button button,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit-button button,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button button {
    margin: 0
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-email-input {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 14px;
    width: 100%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit {
    align-items: center;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit {
        flex-direction: row
    }
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit .jetpack-blogroll-item-email-input {
        flex: 1
    }
}

[data-type="jetpack/timeline"] .block-list-appender {
    display: none
}

[data-type="jetpack/timeline"].is-selected .block-list-appender,
[data-type="jetpack/timeline"].has-child-selected .block-list-appender {
    display: block
}

.components-button.timeline-item-appender {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    min-width: 24px;
    height: 24px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 8px;
    animation: none !important
}

.components-button.timeline-item-appender:hover {
    color: #fff
}

.wp-block-jetpack-timeline.wp-block-jetpack-timeline {
    padding: 0
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item {
    list-style-type: none;
    position: relative;
    padding: 1em 2em;
    margin-bottom: 36px;
    margin-left: 36px
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item .timeline-item__bubble {
    display: block;
    width: 36px;
    height: 4px;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    transform: translateY(-2px);
    left: -36px
}

.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item .timeline-item:after {
    content: "";
    display: block;
    background: currentColor;
    position: absolute;
    left: -36px;
    top: -36px;
    bottom: -36px;
    width: 4px
}

.wp-block-jetpack-timeline [data-type="jetpack/timeline-item"]:first-child .timeline-item:after,
.wp-block-jetpack-timeline>li.wp-block-jetpack-timeline-item:first-child .timeline-item:after {
    top: 50%
}

.wp-block-jetpack-timeline [data-type="jetpack/timeline-item"]:nth-last-child(2) .timeline-item:after,
.wp-block-jetpack-timeline>li.wp-block-jetpack-timeline-item:last-child .timeline-item:after {
    bottom: 50%
}

@media only screen and (min-width: 640px) {
    ul.wp-block-jetpack-timeline.is-alternating {
        display: flex;
        flex-direction: column
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item {
        width: calc(50% - 36px + 2px);
        box-sizing: border-box
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right),
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) {
        margin-left: 0;
        margin-right: auto
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left .timeline-item__bubble,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right) .timeline-item__bubble,
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) .timeline-item__bubble {
        left: auto;
        right: -36px
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-left.is-left.is-left .timeline-item:after,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(odd) .wp-block-jetpack-timeline-item:not(.is-right) .timeline-item:after,
    ul.wp-block-jetpack-timeline.is-alternating>.wp-block-jetpack-timeline-item:nth-child(odd):not(.is-right) .timeline-item:after {
        left: auto;
        right: -36px
    }
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item.is-right.is-right.is-right,
    ul.wp-block-jetpack-timeline.is-alternating [data-type="jetpack/timeline-item"]:nth-child(even) .wp-block-jetpack-timeline-item:not(.is-left),
    ul.wp-block-jetpack-timeline.is-alternating .wp-block-jetpack-timeline-item:nth-child(even):not(.is-left) {
        margin-left: auto;
        margin-right: 0
    }
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, 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");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(44px/44*27);
    width: calc(var(--swiper-navigation-size)/44*27);
    height: 44px;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - 44px/2);
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-theme-color);
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 44px;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: 8px;
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: #000;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: .2;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: 1;
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-theme-color);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-theme-color);
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden
}

.newspack-preview-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffc000;
    padding: 0 4px;
    border-radius: 2px
}

.wp-block-newspack-blocks-carousel {
    position: relative;
    margin-top: 0
}

.wp-block-newspack-blocks-carousel article {
    max-width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-newspack-blocks-carousel article a {
    color: #fff
}

.wp-block-newspack-blocks-carousel article a:active,
.wp-block-newspack-blocks-carousel article a:focus,
.wp-block-newspack-blocks-carousel article a:hover {
    color: rgba(255, 255, 255, .75)
}

.wp-block-newspack-blocks-carousel article .entry-title {
    font-size: 1.2em
}

.wp-block-newspack-blocks-carousel article .entry-title a {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    max-height: 3.5625em;
    overflow: hidden;
    text-overflow: ellipsis
}

.wp-block-newspack-blocks-carousel article .avatar {
    height: 1.8em;
    width: 1.8em
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel article .entry-title {
        font-size: 1.6em
    }
    .wp-block-newspack-blocks-carousel article .avatar {
        height: 40px;
        width: 40px
    }
}

.wp-block-newspack-blocks-carousel article .entry-wrapper {
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    left: 0;
    padding: 1.5em;
    position: absolute;
    right: 0
}

.wp-block-newspack-blocks-carousel article .entry-meta {
    color: #fff;
    margin-bottom: 0;
    font-size: .8em
}

.wp-block-newspack-blocks-carousel article .entry-meta a {
    color: #fff;
    font-weight: 700;
    text-decoration: none
}

.wp-block-newspack-blocks-carousel article .entry-meta a:active,
.wp-block-newspack-blocks-carousel article .entry-meta a:focus,
.wp-block-newspack-blocks-carousel article .entry-meta a:hover {
    color: rgba(255, 255, 255, .75)
}

.wp-block-newspack-blocks-carousel .post-thumbnail {
    margin: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    position: relative
}

.wp-block-newspack-blocks-carousel .post-thumbnail a,
.wp-block-newspack-blocks-carousel .post-thumbnail img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.wp-block-newspack-blocks-carousel .post-thumbnail a.image-fit-contain,
.wp-block-newspack-blocks-carousel .post-thumbnail img.image-fit-contain {
    object-fit: contain
}

.wp-block-newspack-blocks-carousel__placeholder {
    height: 420px;
    background: #f1f1f1
}

.wp-block-newspack-blocks-carousel .swiper-initialized .wp-block-newspack-blocks-carousel__placeholder {
    height: 100%
}

.wp-block-newspack-blocks-carousel p {
    white-space: normal
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullets {
    align-items: flex-end;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    height: calc(1.5em + 12px);
    justify-content: center;
    padding: 0;
    position: relative
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet {
    background: #000;
    border-radius: 6px;
    display: inline-block;
    height: 12px;
    margin: 0 4px;
    opacity: .5;
    padding: 0;
    transition: box-shadow .25s, opacity .25s, width .25s;
    width: 12px
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000;
    outline: 0
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet.swiper-pagination-bullet-active,
.wp-block-newspack-blocks-carousel .swiper-pagination-bullet[selected] {
    opacity: 1;
    outline: 0;
    width: 24px
}

.wp-block-newspack-blocks-carousel .swiper-pagination-bullet span {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.wp-block-newspack-blocks-carousel .swiper-button {
    background-color: rgba(0, 0, 0, .5);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    border: 0;
    border-radius: 4px;
    box-shadow: none;
    cursor: pointer;
    height: 48px;
    margin: 0;
    padding: 0;
    transition: background-color .25s, box-shadow .25s;
    width: 48px
}

.wp-block-newspack-blocks-carousel .swiper-button:focus,
.wp-block-newspack-blocks-carousel .swiper-button:hover {
    background-color: rgba(0, 0, 0, .75)
}

.wp-block-newspack-blocks-carousel .swiper-button:focus {
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .75), inset 0 0 0 4px #fff;
    outline: 0
}

.wp-block-newspack-blocks-carousel .swiper-button-next,
.wp-block-newspack-blocks-carousel .swiper-button-prev {
    left: 1.5em;
    display: none;
    right: auto;
    margin-top: -24px
}

@media only screen and (min-width: 600px) {
    .wp-block-newspack-blocks-carousel .swiper-button-next,
    .wp-block-newspack-blocks-carousel .swiper-button-prev {
        display: block
    }
}

.wp-block-newspack-blocks-carousel .swiper-button-prev:after,
.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-next:after {
    content: none
}

.wp-block-newspack-blocks-carousel .swiper-button-next:after,
.wp-block-newspack-blocks-carousel .swiper-rtl .swiper-button-prev:after {
    content: none
}

.wp-block-newspack-blocks-carousel .swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M5.88%204.12L13.76%2012l-7.88%207.88L8%2022l10-10L8%202z%27%20fill=%27white%27/%3E%3Cpath%20fill=%27none%27%20d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");
    left: auto;
    right: 1.5em
}

.wp-block-newspack-blocks-carousel .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M18%204.12L10.12%2012%2018%2019.88%2015.88%2022l-10-10%2010-10z%27%20fill=%27white%27/%3E%3Cpath%20fill=%27none%27%20d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E")
}

.wp-block-newspack-blocks-carousel .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M6%2019h4V5H6v14zm8-14v14h4V5h-4z%27%20fill=%27white%27/%3E%3Cpath%20d=%27M0%200h24v24H0z%27%20fill=%27none%27/%3E%3C/svg%3E");
    display: none;
    margin-top: 0;
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    transform: none;
    z-index: 9
}

.wp-block-newspack-blocks-carousel .swiper-button-play {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2724%27%20height=%2724%27%20viewBox=%270%200%2024%2024%27%3E%3Cpath%20d=%27M8%205v14l11-7z%27%20fill=%27white%27/%3E%3Cpath%20d=%27M0 0h24v24H0z%27%20fill=%27none%27/%3E%3C/svg%3E")
}

.wp-block-newspack-blocks-carousel .swiper-slide {
    height: auto;
    max-height: 75vh
}

.wp-block-newspack-blocks-carousel figcaption {
    font-size: .6em
}

.wp-block-newspack-blocks-carousel .entry-title {
    margin: 0 0 .25em
}

.wp-block-newspack-blocks-carousel .entry-title a {
    color: #fff;
    text-decoration: none
}

.wp-block-newspack-blocks-carousel .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5em
}

.wp-block-newspack-blocks-carousel .entry-meta .byline:not(:last-child) {
    margin-right: 1.5em
}

.wp-block-newspack-blocks-carousel .cat-links {
    color: #fff;
    font-size: .6em;
    font-weight: 700;
    margin: 0 0 .5em
}

.wp-block-newspack-blocks-carousel .cat-links.sponsor-label {
    align-items: center
}

.wp-block-newspack-blocks-carousel .cat-links.sponsor-label .flag+a {
    margin-left: .5em
}

.wp-block-newspack-blocks-carousel .cat-links a {
    text-decoration: none
}

.wp-block-newspack-blocks-carousel .avatar {
    border-radius: 100%;
    display: block;
    margin-right: .5em
}

.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-pause,
.wp-block-newspack-blocks-carousel .swiper-button-play {
    display: block
}

.wp-block-newspack-blocks-carousel.wp-block-newspack-blocks-carousel__autoplay-playing .swiper-button-play,
.wp-block-newspack-blocks-carousel .swiper-button-pause {
    display: none
}

.wp-block-newspack-blocks-carousel .posted-on,
.wp-block-newspack-blocks-carousel .cat-links,
.wp-block-newspack-blocks-carousel .tags-links,
.wp-block-newspack-blocks-carousel .byline,
.wp-block-newspack-blocks-carousel .author-avatar {
    clip: auto;
    height: auto;
    position: relative;
    width: auto
}

.wp-block-newspack-blocks-carousel.hide-controls button {
    display: none;
    visibility: hidden
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-2 article .entry-title {
        font-size: 1.4em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title {
        font-size: 1.2em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-title {
        font-size: 1em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-3 article .entry-meta,
    .wp-block-newspack-blocks-carousel.slides-per-view-4 article .entry-meta {
        font-size: .7em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-wrapper,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-wrapper {
        padding: 1em
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title {
        font-size: 1.2em
    }
}

@media only screen and (min-width: 1168px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title {
        font-size: .9em
    }
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-title a,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-title a {
        -webkit-line-clamp: 2
    }
}

@media only screen and (min-width: 782px) {
    .wp-block-newspack-blocks-carousel.slides-per-view-5 article .entry-meta,
    .wp-block-newspack-blocks-carousel.slides-per-view-6 article .entry-meta {
        font-size: .7em
    }
}

.wpnbpc .entry-sponsors {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    width: 100%
}

.wpnbpc .entry-sponsors.plus-author {
    font-size: .9em
}

.wpnbpc .entry-sponsors.plus-author:not(:last-child) {
    margin-bottom: .5rem
}

.wpnbpc .sponsor-logos {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    line-height: 1
}

.newspack-preview-label {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
    font-family: sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    background: #ffc000;
    padding: 0 4px;
    border-radius: 2px
}

:root {
    --wpnbha-col-gap: 1em
}

@media only screen and (min-width: 600px) {
     :root {
        --wpnbha-col-gap: 16px
    }
}

@media only screen and (min-width: 782px) {
     :root {
        --wpnbha-col-gap: 32px
    }
}

@media only screen and (min-width: 600px) {
    .colgap-2 {
        --wpnbha-col-gap: 16px
    }
}

@media only screen and (min-width: 600px) {
    .colgap-1 {
        --wpnbha-col-gap: 8px
    }
}

.wpnbha {
    margin-bottom: 1em
}

.wpnbha article {
    min-width: 0;
    margin-bottom: 1.5em;
    word-break: break-word;
    overflow-wrap: break-word;
    position: relative
}

.wpnbha article:last-of-type {
    margin-bottom: 0
}

.wpnbha .article-section-title {
    font-size: .8em;
    margin-bottom: .5em;
    width: 100%
}

.wpnbha .article-section-title mark {
    background-color: transparent
}

.wpnbha.is-grid>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    gap: 1em;
    gap: var(--wpnbha-col-gap);
    padding: 0;
    list-style: none
}

.wpnbha.is-grid article {
    flex-basis: 100%;
    margin-bottom: 0
}

.wpnbha.is-grid .article-section-title {
    margin-bottom: calc(1em - 1em);
    margin-bottom: calc(1em - var(--wpnbha-col-gap))
}

@media only screen and (min-width: 600px) {
    .wpnbha.columns-3 article,
    .wpnbha.columns-6 article {
        flex-basis: calc(33.33% - 1em/3*2);
        flex-basis: calc(33.33% - var(--wpnbha-col-gap)/3*2)
    }
    .wpnbha.is-style-borders.columns-3 article,
    .wpnbha.is-style-borders.columns-6 article {
        flex-basis: calc(33.33% - 2*1em/3*2 - 1px);
        flex-basis: calc(33.33% - 2*var(--wpnbha-col-gap)/3*2 - 1px)
    }
    .wpnbha.columns-2 article,
    .wpnbha.columns-4 article,
    .wpnbha.columns-5 article {
        flex-basis: calc(50% - 1em/2);
        flex-basis: calc(50% - var(--wpnbha-col-gap)/2)
    }
    .wpnbha.is-style-borders.columns-2 article,
    .wpnbha.is-style-borders.columns-4 article,
    .wpnbha.is-style-borders.columns-5 article {
        flex-basis: calc(50% - 2*1em/2 - 1px);
        flex-basis: calc(50% - 2*var(--wpnbha-col-gap)/2 - 1px)
    }
    .wpnbha.columns-5 article:last-of-type,
    .wpnbha.is-style-borders.columns-5 article:last-of-type {
        flex-basis: 100%
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.columns-4 article {
        flex-basis: calc(25% - 1em/4*3);
        flex-basis: calc(25% - var(--wpnbha-col-gap)/4*3)
    }
    .wpnbha.is-style-borders.columns-4 article {
        flex-basis: calc(25% - 2*1em/4*3 - 1px);
        flex-basis: calc(25% - 2*var(--wpnbha-col-gap)/4*3 - 1px)
    }
    .wpnbha.columns-5 article,
    .wpnbha.columns-5 article:last-of-type {
        flex-basis: calc(20% - 1em/5*4);
        flex-basis: calc(20% - var(--wpnbha-col-gap)/5*4)
    }
    .wpnbha.is-style-borders.columns-5 article,
    .wpnbha.is-style-borders.columns-5 article:last-of-type {
        flex-basis: calc(20% - 2*1em/5*4 - 1px);
        flex-basis: calc(20% - 2*var(--wpnbha-col-gap)/5*4 - 1px)
    }
    .wpnbha.columns-6 article {
        flex-basis: calc(16.6666% - 1em/6*5);
        flex-basis: calc(16.6666% - var(--wpnbha-col-gap)/6*5)
    }
    .wpnbha.is-style-borders.columns-6 article {
        flex-basis: calc(16.6666% - 2*1em/6*5 - 1px);
        flex-basis: calc(16.6666% - 2*var(--wpnbha-col-gap)/6*5 - 1px)
    }
}

.wpnbha .post-thumbnail {
    margin: 0;
    margin-bottom: .25em
}

.wpnbha .post-thumbnail img {
    height: auto;
    width: 100%
}

.wpnbha .post-thumbnail figcaption {
    margin-bottom: .5em
}

.wpnbha figcaption {
    font-size: .6em
}

.wpnbha.image-alignleft .post-has-image,
.wpnbha.image-alignright .post-has-image {
    display: flex
}

.wpnbha.image-alignleft .post-has-image .post-thumbnail,
.wpnbha.image-alignright .post-has-image .post-thumbnail {
    flex-basis: 33%
}

.wpnbha.image-alignleft .post-has-image .entry-wrapper,
.wpnbha.image-alignright .post-has-image .entry-wrapper {
    flex-basis: 67%
}

.wpnbha.image-alignleft.mobile-stack .post-has-image,
.wpnbha.image-alignright.mobile-stack .post-has-image {
    display: block
}

@media only screen and (min-width: 600px) {
    .wpnbha.image-alignleft.mobile-stack .post-has-image,
    .wpnbha.image-alignright.mobile-stack .post-has-image {
        display: flex
    }
}

@media only screen and (min-width: 600px) {
    .wpnbha.image-alignleft.is-4 .post-thumbnail,
    .wpnbha.image-alignright.is-4 .post-thumbnail {
        flex-basis: 75%
    }
    .wpnbha.image-alignleft.is-4 .entry-wrapper,
    .wpnbha.image-alignright.is-4 .entry-wrapper {
        flex-basis: 25%
    }
    .wpnbha.image-alignleft.is-3 .post-thumbnail,
    .wpnbha.image-alignleft.is-3 .entry-wrapper,
    .wpnbha.image-alignright.is-3 .post-thumbnail,
    .wpnbha.image-alignright.is-3 .entry-wrapper {
        flex-basis: 50%
    }
}

.wpnbha.image-alignleft.is-1 .post-thumbnail,
.wpnbha.image-alignright.is-1 .post-thumbnail {
    flex-basis: 25%
}

.wpnbha.image-alignleft.is-1 .entry-wrapper,
.wpnbha.image-alignright.is-1 .entry-wrapper {
    flex-basis: 75%
}

.wpnbha.image-alignleft .post-thumbnail {
    margin-right: 1em
}

.wpnbha.image-alignright .post-thumbnail {
    margin-left: 1em
}

.wpnbha.image-alignright .entry-wrapper {
    order: -1
}

.wpnbha.mobile-stack.image-alignleft .post-thumbnail,
.wpnbha.mobile-stack.image-alignright .post-thumbnail {
    margin-left: 0;
    margin-right: 0
}

@media only screen and (min-width: 600px) {
    .wpnbha.mobile-stack.image-alignleft .post-thumbnail {
        margin-right: 1em
    }
    .wpnbha.mobile-stack.image-alignright .post-thumbnail {
        margin-left: 1em
    }
}

.wpnbha .entry-title {
    margin: 0 0 .25em
}

.wpnbha .entry-title a {
    color: inherit;
    text-decoration: none
}

.wpnbha .entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .5em
}

.wpnbha .entry-meta .byline:not(:last-child) {
    margin-right: 1.5em
}

.wpnbha .entry-meta .updated {
    display: none
}

.wpnbha .entry-meta .updated.published {
    display: block
}

.wpnbha .avatar {
    border-radius: 100%;
    display: block;
    margin-right: .5em
}

.wpnbha p {
    margin: .5em 0
}

.wpnbha.has-text-color .article-section-title,
.wpnbha.has-text-color .entry-title,
.wpnbha.has-text-color .entry-title a,
.wpnbha.has-text-color .entry-title a:visited,
.wpnbha.has-text-color .entry-meta,
.wpnbha.has-text-color .entry-meta a,
.wpnbha.has-text-color .entry-meta .byline a,
.wpnbha.has-text-color .entry-meta .byline a:visited,
.wpnbha.has-text-color .cat-links,
.wpnbha.has-text-color .cat-links a,
.wpnbha.has-text-color .cat-links a:visited,
.wpnbha.has-text-color figcaption {
    color: inherit
}

.wpnbha.has-text-color .entry-meta span:not(.avatar) {
    opacity: .8
}

.wpnbha.image-alignbehind .post-has-image {
    display: flex;
    align-items: flex-end;
    position: relative
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail {
    inset: 0;
    margin: 0;
    overflow: hidden;
    position: absolute
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail img {
    height: 100% !important;
    object-fit: cover !important;
    margin: 0 !important;
    max-width: 1000% !important;
    width: 100% !important
}

.wpnbha.image-alignbehind .post-has-image .post-thumbnail:after {
    background: rgba(0, 0, 0, .5);
    content: "";
    inset: 0;
    position: absolute;
    z-index: 1
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper {
    padding: 2rem 1rem;
    position: relative;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width: 1168px) {
    .wpnbha.image-alignbehind .post-has-image .entry-wrapper {
        padding: 2rem 1.5rem
    }
}

.wpnbha.image-alignbehind .post-has-image .entry-wrapper,
.wpnbha.image-alignbehind .post-has-image .entry-title a,
.wpnbha.image-alignbehind .post-has-image .entry-meta,
.wpnbha.image-alignbehind .post-has-image .entry-meta .byline a,
.wpnbha.image-alignbehind .post-has-image .cat-links a {
    color: #fff
}

.wpnbha.image-alignbehind figcaption {
    bottom: 1em;
    -webkit-box-orient: vertical;
    color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    font-style: italic;
    left: 0;
    -webkit-line-clamp: 1;
    margin: 0;
    max-height: 1.6em;
    overflow: hidden;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    text-align: right;
    text-overflow: ellipsis;
    z-index: 2
}

@media only screen and (min-width: 1168px) {
    .wpnbha.image-alignbehind figcaption {
        padding: 0 1.5rem
    }
}

.wpnbha button,
.wpnbha .loading,
.wpnbha .error {
    display: none
}

.wpnbha>button {
    margin-top: 1em
}

.wpnbha.has-more-button button {
    display: block
}

.wpnbha.has-more-button.is-loading button {
    display: none
}

.wpnbha.has-more-button.is-loading .loading {
    display: block
}

.wpnbha.has-more-button.is-error button,
.wpnbha.has-more-button.is-error .error {
    display: block
}

.wpnbha .posted-on,
.wpnbha .cat-links,
.wpnbha .tags-links,
.wpnbha .byline,
.wpnbha .author-avatar {
    clip: auto;
    height: auto;
    position: relative;
    width: auto
}

.wpnbha.has-text-align-center .cat-links,
.wpnbha.has-text-align-center .entry-meta,
.wpnbha.has-text-align-center .entry-sponsors {
    justify-content: center
}

.wpnbha.has-text-align-center.image-alignbehind figcaption,
.wpnbha.has-text-align-center figcaption {
    text-align: inherit
}

.wpnbha.has-text-align-right .cat-links,
.wpnbha.has-text-align-right .entry-meta,
.wpnbha.has-text-align-right .entry-sponsors,
.wpnbha.has-text-align-right .sponsor-logos {
    justify-content: flex-end;
    text-align: right
}

.wpnbha.has-text-align-right figcaption {
    text-align: inherit
}

.wpnbha.has-text-align-right .entry-date:not(:first-child) {
    margin-left: 1.5em
}

.wpnbha.has-text-align-right .entry-meta .byline:not(:last-child) {
    margin: 0
}

.wpnbha .cat-links {
    display: flex;
    flex-wrap: wrap;
    font-size: .6em;
    font-weight: 700;
    margin: 0 0 .5em
}

.wpnbha .cat-links.sponsor-label {
    align-items: center;
    display: flex;
    gap: .5em
}

.wpnbha .cat-links a {
    text-decoration: none
}

.wpnbha .cat-links a:hover {
    text-decoration: underline
}

.wpnbha .entry-sponsors {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .25em;
    width: 100%
}

.wpnbha .entry-sponsors.plus-author {
    font-size: .9em
}

.wpnbha .entry-sponsors.plus-author:not(:last-child) {
    margin-bottom: .5rem
}

.wpnbha .sponsor-logos {
    align-items: center;
    display: inline-flex;
    flex-wrap: wrap;
    gap: .5em;
    line-height: 1
}

.wpnbha article .entry-title {
    font-size: 1.2em
}

.wpnbha article .entry-meta {
    font-size: .8em
}

.wpnbha article .avatar {
    height: 25px;
    width: 25px
}

@media only screen and (min-width: 782px) {
    .wpnbha article .entry-title {
        font-size: 1.6em
    }
    .wpnbha article .avatar {
        height: 40px;
        width: 40px
    }
}

.wpnbha.ts-10 .entry-title,
.wpnbha.ts-9 .entry-title,
.wpnbha.ts-8 .entry-title {
    line-height: 1.1
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-10 article .avatar,
    .wpnbha.ts-9 article .avatar,
    .wpnbha.ts-8 article .avatar {
        height: 2.4em;
        width: 2.4em
    }
}

.wpnbha.ts-10 .newspack-post-subtitle,
.wpnbha.ts-9 .newspack-post-subtitle,
.wpnbha.ts-8 .newspack-post-subtitle,
.wpnbha.ts-7 .newspack-post-subtitle {
    font-size: 1.4em
}

.wpnbha.ts-10 article .entry-title {
    font-size: 2.6em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-10 article .entry-title {
        font-size: 3.6em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-10 article .entry-title {
        font-size: 4.8em
    }
}

.wpnbha.ts-9 article .entry-title {
    font-size: 2.4em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-9 article .entry-title {
        font-size: 3.4em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-9 article .entry-title {
        font-size: 4.2em
    }
}

.wpnbha.ts-8 article .entry-title {
    font-size: 2.2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-8 article .entry-title {
        font-size: 3em
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-8 article .entry-title {
        font-size: 3.6em
    }
}

.wpnbha.ts-7 article .entry-title {
    font-size: 2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-7 article .entry-title {
        font-size: 2.4em
    }
    .wpnbha.ts-7 article .avatar {
        height: 48px;
        width: 48px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-7 article .entry-title {
        font-size: 3em
    }
}

.wpnbha.ts-6 article .entry-title {
    font-size: 1.7em
}

.wpnbha.ts-6 article .newspack-post-subtitle {
    font-size: 1.4em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-6 article .entry-title {
        font-size: 2em
    }
    .wpnbha.ts-6 article .avatar {
        height: 44px;
        width: 44px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-6 article .entry-title {
        font-size: 2.4em
    }
}

.wpnbha.ts-5 article .entry-title {
    font-size: 1.4em
}

.wpnbha.ts-5 article .newspack-post-subtitle {
    font-size: 1.2em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-5 article .entry-title {
        font-size: 1.8em
    }
    .wpnbha.ts-5 article .avatar {
        height: 40px;
        width: 40px
    }
}

@media only screen and (min-width: 1168px) {
    .wpnbha.ts-5 article .entry-title {
        font-size: 2em
    }
}

.wpnbha.ts-3 article .entry-title {
    font-size: 1em
}

.wpnbha.ts-3 article .newspack-post-subtitle,
.wpnbha.ts-3 article .entry-wrapper p,
.wpnbha.ts-3 article .entry-wrapper .more-link,
.wpnbha.ts-3 article .entry-meta {
    font-size: .8em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-3 article .entry-title {
        font-size: 1.2em
    }
    .wpnbha.ts-3 article .entry-meta {
        font-size: .7em
    }
    .wpnbha.ts-3 article .avatar {
        height: 32px;
        width: 32px
    }
}

.wpnbha.ts-2 article .entry-title,
.wpnbha.ts-1 article .entry-title {
    font-size: .9em
}

.wpnbha.ts-2 article .newspack-post-subtitle,
.wpnbha.ts-2 article .entry-wrapper p,
.wpnbha.ts-2 article .entry-wrapper .more-link,
.wpnbha.ts-2 article .entry-meta,
.wpnbha.ts-1 article .newspack-post-subtitle,
.wpnbha.ts-1 article .entry-wrapper p,
.wpnbha.ts-1 article .entry-wrapper .more-link,
.wpnbha.ts-1 article .entry-meta {
    font-size: .8em
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-2 article .newspack-post-subtitle,
    .wpnbha.ts-2 article .entry-wrapper p,
    .wpnbha.ts-2 article .entry-wrapper .more-link,
    .wpnbha.ts-2 article .entry-meta,
    .wpnbha.ts-2 article .newspack-post-subtitle,
    .wpnbha.ts-1 article .newspack-post-subtitle,
    .wpnbha.ts-1 article .entry-wrapper p,
    .wpnbha.ts-1 article .entry-wrapper .more-link,
    .wpnbha.ts-1 article .entry-meta,
    .wpnbha.ts-1 article .newspack-post-subtitle {
        font-size: .7em
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-2 article .entry-title {
        font-size: .9em
    }
    .wpnbha.ts-2 article .avatar {
        height: 28px;
        width: 28px
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.ts-1 article .entry-title {
        font-size: .7em
    }
    .wpnbha.ts-1 article .avatar {
        height: 24px;
        width: 24px
    }
}

.wpnbha.is-style-borders article {
    border: solid rgba(0, 0, 0, .2);
    border-width: 0 0 1px;
    box-sizing: content-box;
    padding-bottom: 1em
}

.wpnbha.is-style-borders article:last-of-type:not(:first-of-type) {
    border-bottom: 0;
    padding-right: 0
}

@media only screen and (min-width: 600px) {
    .wpnbha.is-style-borders.is-grid article {
        border-width: 0;
        padding-right: 0
    }
    .wpnbha.is-style-borders.columns-2 article:nth-of-type(odd):not(:last-of-type),
    .wpnbha.is-style-borders.columns-4 article:nth-of-type(odd):not(:last-of-type),
    .wpnbha.is-style-borders.columns-5 article:nth-of-type(odd):not(:last-of-type) {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+1):not(:last-of-type),
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n+2):not(:last-of-type),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+1):not(:last-of-type),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(3n+2):not(:last-of-type) {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
}

@media only screen and (min-width: 782px) {
    .wpnbha.is-style-borders.is-grid article {
        border-width: 0 1px 0 0;
        padding-right: 1em;
        padding-right: var(--wpnbha-col-gap)
    }
    .wpnbha.is-style-borders.is-grid article:last-of-type,
    .wpnbha.is-style-borders.columns-1 article,
    .wpnbha.is-style-borders.columns-2 article:nth-of-type(2n),
    .wpnbha.is-style-borders.columns-3 article:nth-of-type(3n),
    .wpnbha.is-style-borders.columns-4 article:nth-of-type(4n),
    .wpnbha.is-style-borders.columns-5 article:nth-of-type(5n),
    .wpnbha.is-style-borders.columns-6 article:nth-of-type(6n) {
        border: 0;
        padding-right: 0
    }
}

.newspack-post-subtitle--in-homepage-block {
    margin-top: .3em;
    margin-bottom: 0;
    line-height: 1.4;
    font-style: italic
}

div.wp-block-jetpack-whatsapp-button {
    display: flex;
    margin-inline-end: 5px
}

div.wp-block-jetpack-whatsapp-button a.whatsapp-block__button {
    background: #25d366;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: none;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    min-height: 50px;
    padding: 8px 16px 8px 56px;
    text-decoration: none;
    white-space: nowrap
}

div.wp-block-jetpack-whatsapp-button.is-color-light a.whatsapp-block__button {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%2523465B64' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    color: #465b64
}

div.wp-block-jetpack-whatsapp-button.alignleft {
    float: none;
    justify-content: flex-start
}

div.wp-block-jetpack-whatsapp-button.aligncenter {
    justify-content: center
}

div.wp-block-jetpack-whatsapp-button.alignright {
    float: none;
    justify-content: flex-end
}

div.wp-block-jetpack-whatsapp-button.has-no-text a.whatsapp-block__button {
    padding-inline-start: 48px
}

div.wp-block-jetpack-whatsapp-button:hover {
    opacity: .9
}

div.wp-block-jetpack-send-a-message>div.wp-block-jetpack-whatsapp-button>a.whatsapp-block__button:focus {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cpath fill='%23fff' d='M24 11.69c0 6.458-5.274 11.692-11.782 11.692-2.066 0-4.007-.528-5.695-1.455L0 24l2.127-6.273a11.57 11.57 0 0 1-1.691-6.036C.436 5.234 5.711 0 12.218 0 18.726 0 24 5.234 24 11.69M12.218 1.863c-5.462 0-9.905 4.41-9.905 9.829 0 2.15.7 4.142 1.886 5.763l-1.237 3.65 3.807-1.21a9.9 9.9 0 0 0 5.45 1.626c5.461 0 9.905-4.409 9.905-9.829s-4.444-9.83-9.906-9.83m5.95 12.521c-.073-.119-.265-.19-.554-.334-.289-.143-1.71-.837-1.973-.932-.265-.095-.458-.143-.65.143-.193.287-.746.932-.915 1.123-.169.192-.337.216-.626.073-.288-.143-1.219-.446-2.322-1.422-.858-.76-1.438-1.697-1.607-1.985-.168-.286-.017-.441.127-.584.13-.128.29-.335.433-.502.145-.167.193-.286.289-.478.097-.191.048-.358-.024-.502-.072-.143-.65-1.553-.89-2.127-.241-.574-.482-.478-.65-.478s-.361-.024-.554-.024-.506.072-.77.358c-.265.287-1.01.98-1.01 2.39s1.034 2.773 1.178 2.964c.145.19 1.998 3.179 4.934 4.326s2.936.764 3.466.716c.529-.047 1.708-.693 1.95-1.362.24-.67.24-1.243.168-1.363'/%3E%3C/svg%3E");
    background-position: 16px;
    background-repeat: no-repeat;
    background-size: 32px 32px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper {
    align-items: center;
    background: #000;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #fff;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding: 0 20px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-description,
.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .banner-title {
    color: #fff
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__description,
.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .jetpack-upgrade-plan-banner__title {
    margin-right: 10px
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button {
    flex-shrink: 0;
    height: 28px;
    line-height: 1;
    margin-left: auto
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary {
    background: #e34c84;
    color: #fff
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary:hover {
    background: #eb6594
}

.jetpack-upgrade-plan-banner .jetpack-upgrade-plan-banner__wrapper .components-button.is-primary.is-busy {
    background-image: linear-gradient(-45deg, #e34c84 28%, #ab235a 0, #ab235a 72%, #e34c84 0);
    background-size: 100px 100%
}

.jetpack-upgrade-plan-banner.block-editor-block-list__block {
    margin-bottom: 0;
    margin-top: 0
}

.jetpack-upgrade-plan-banner.wp-block[data-align=left] .jetpack-upgrade-plan-banner__wrapper,
.jetpack-upgrade-plan-banner.wp-block[data-align=right] .jetpack-upgrade-plan-banner__wrapper {
    max-width: 580px;
    width: 100%
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive>* {
    pointer-events: auto;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto
}

.block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-interactive:after {
    content: none
}

.jetpack-editor-panel-logo {
    margin-left: .5em
}

.block-editor-warning {
    border: 1px solid #e0e0e0;
    padding: 10px 14px
}

.block-editor-warning .block-editor-warning__message {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4
}

.block-editor-warning .block-editor-warning__actions .components-button {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: inherit;
    text-decoration: none
}

.is-style-compact .is-not-subscriber .wp-block-button__link,
.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button {
    border-end-start-radius: 0!important;
    border-start-start-radius: 0!important;
    margin-inline-start: 0!important
}

.is-style-compact .is-not-subscriber .components-text-control__input,
.is-style-compact .is-not-subscriber p#subscribe-email input[type=email] {
    border-end-end-radius: 0!important;
    border-start-end-radius: 0!important
}

.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input {
    border-inline-end-width: 0!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container {
    display: flex;
    flex-direction: column
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements {
    align-items: flex-start;
    display: flex
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit {
    display: flex;
    justify-content: center
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.3;
    min-width: auto!important;
    white-space: nowrap!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder {
    color: currentColor;
    opacity: .5
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
    border-color: transparent;
    border-style: solid
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email {
    background: 0 0;
    flex-grow: 1
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email] {
    height: auto;
    margin: 0;
    width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit {
    margin: 0
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount {
    font-size: 16px;
    margin: 8px 0;
    text-align: end
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements {
    display: block
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button {
    display: inline-block;
    max-width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount {
    text-align: start
}

.jetpack-memberships-modal #TB_title {
    display: none
}

#TB_window.jetpack-memberships-modal,
#memberships-modal-window.jetpack-memberships-modal {
    background-color: transparent;
    background-image: url(https://s0.wp.com/i/loading/dark-200.gif);
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 50px;
    border: none;
    bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0!important;
    right: 0;
    top: 0;
    width: 100%!important
}

#memberships-modal-window.jetpack-memberships-modal {
    padding: 21px
}

.jetpack-memberships-modal #TB_iframeContent,
.jetpack-memberships-modal #memberships-modal-iframe {
    bottom: 0;
    height: 100%!important;
    left: 0;
    margin: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

BODY.modal-open {
    overflow: hidden
}

dialog::backdrop {
    background-color: #000;
    opacity: .7
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll {
        padding: 24px
    }
}

.wp-block-jetpack-blogroll .block-editor-inner-blocks h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 24px;
    margin-top: 0
}

.wp-block-jetpack-blogroll.hide-avatar figure,
.wp-block-jetpack-blogroll.hide-description .jetpack-blogroll-item-description {
    display: none
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item {
    container-name: bitem;
    container-type: inline-size
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
    align-items: flex-start;
    flex-direction: column
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
        align-items: center;
        flex-direction: row
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item+.wp-block-jetpack-blogroll-item {
    border-top: 1px solid #dcdcde
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item {
    overflow-x: clip
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.has-subscription-form .jetpack-blogroll-item-slider {
    width: 200%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider {
    display: flex;
    transition: transform .3s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-slider {
        transition: none
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item.open .jetpack-blogroll-item-slider {
    transform: translateX(-50%)
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title {
    font-size: 1.2em
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-description,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-title {
    word-break: break-word
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information {
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    padding: 20px 8px;
    width: 100%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure {
    flex-shrink: 0;
    height: 48px;
    margin: 0;
    width: 48px
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon {
    background: url(/wp-content/mu-plugins/jetpack-plugin/sun/_inc/blocks/blogroll/../images/placeholder-site-icon-5bb955c1d041bc2adfc9.svg);
    background-size: cover
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure.empty-site-icon img {
    display: none
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-information figure img {
    border-radius: 50%;
    height: 48px;
    width: 48px
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button {
    white-space: nowrap
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button {
        align-self: center;
        margin-left: auto
    }
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-cancel-button button,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit-button button,
.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-subscribe-button button {
    margin: 0
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-email-input {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 14px;
    width: 100%
}

.wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit {
    align-items: center;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
    width: 100%
}

@container bitem (min-width:480px) {
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit {
        flex-direction: row
    }
    .wp-block-jetpack-blogroll .wp-block-jetpack-blogroll-item .jetpack-blogroll-item-submit .jetpack-blogroll-item-email-input {
        flex: 1
    }
}

.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-post-comments-form {
    box-sizing: border-box
}

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

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

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

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

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

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

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

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

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

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):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
}

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.jp-carousel-overlay .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.jp-carousel-overlay .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.jp-carousel-overlay .swiper-container-android .swiper-slide,
.jp-carousel-overlay .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.jp-carousel-overlay .swiper-container-pointer-events {
    touch-action: pan-y
}

.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.jp-carousel-overlay .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.jp-carousel-overlay .swiper-slide-invisible-blank {
    visibility: hidden
}

.jp-carousel-overlay .swiper-container-autoheight,
.jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
    height: auto
}

.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.jp-carousel-overlay .swiper-container-3d {
    perspective: 1200px
}

.jp-carousel-overlay .swiper-container-3d .swiper-wrapper,
.jp-carousel-overlay .swiper-container-3d .swiper-slide,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,
.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled,
.jp-carousel-overlay .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-white,
.jp-carousel-overlay .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #fff
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-black,
.jp-carousel-overlay .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000
}

.jp-carousel-overlay .swiper-button-lock {
    display: none
}

.jp-carousel-overlay .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.jp-carousel-overlay .swiper-pagination-fraction,
.jp-carousel-overlay .swiper-pagination-custom,
.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.jp-carousel-overlay button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.jp-carousel-overlay .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.jp-carousel-overlay .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,
.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar,
.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.jp-carousel-overlay .swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.jp-carousel-overlay .swiper-pagination-black {
    --swiper-pagination-color: #000
}

.jp-carousel-overlay .swiper-pagination-lock {
    display: none
}

.jp-carousel-overlay .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.jp-carousel-overlay .swiper-zoom-container>img,
.jp-carousel-overlay .swiper-zoom-container>svg,
.jp-carousel-overlay .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.jp-carousel-overlay .swiper-slide-zoomed {
    cursor: move
}

.jp-carousel-overlay .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

:root {
    --jp-carousel-primary-color: #fff;
    --jp-carousel-primary-subtle-color: #999;
    --jp-carousel-bg-color: #000;
    --jp-carousel-bg-faded-color: #222;
    --jp-carousel-border-color: #3a3a3a
}

:root .jp-carousel-light {
    --jp-carousel-primary-color: #000;
    --jp-carousel-primary-subtle-color: #646970;
    --jp-carousel-bg-color: #fff;
    --jp-carousel-bg-faded-color: #fbfbfb;
    --jp-carousel-border-color: #dcdcde
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,
.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    background-image: none
}

[data-carousel-extra]:not(.jp-carousel-wrap) img,
[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption {
    cursor: pointer
}

.jp-carousel-wrap * {
    line-height: inherit
}

.jp-carousel-wrap.swiper-container {
    height: auto;
    width: 100vw
}

.jp-carousel-overlay .swiper-zoom-container {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center
}

.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img,
.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
    transition: none !important
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-button-next {
    opacity: .5;
    transition: .5s opacity ease-out;
    height: initial;
    width: initial;
    padding: 20px 40px;
    background-image: none
}

.jp-carousel-overlay .swiper-button-prev:hover,
.jp-carousel-overlay .swiper-button-next:hover {
    opacity: 1
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,
.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: none
}

.jp-carousel-overlay .swiper-button-prev svg,
.jp-carousel-overlay .swiper-button-next svg {
    height: 30px;
    width: 28px;
    background: var(--jp-carousel-bg-color);
    border-radius: 4px
}

.jp-carousel-overlay .swiper-button-prev svg:hover,
.jp-carousel-overlay .swiper-button-next svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-overlay {
    font-family: 'Helvetica Neue', sans-serif !important;
    z-index: 2147483647;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--jp-carousel-bg-color)
}

.jp-carousel-overlay * {
    box-sizing: border-box
}

.jp-carousel-overlay h1:before,
.jp-carousel-overlay h2:before,
.jp-carousel-overlay h3:before {
    content: none;
    display: none
}

.jp-carousel-overlay .swiper-container .swiper-button-prev {
    left: 0;
    right: auto
}

.jp-carousel-overlay .swiper-container .swiper-button-next {
    right: 0;
    left: auto
}

.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev,
.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next {
    transform: scaleX(-1)
}

.jp-carousel-container {
    display: grid;
    grid-template-rows: 1fr 64px;
    height: 100%
}

.jp-carousel-hide-controls .jp-carousel-container {
    grid-template-rows: 1fr
}

.jp-carousel-hide-controls .swiper-wrapper {
    margin-top: -32px
}

.jp-carousel-hide-controls .jp-swiper-button-next,
.jp-carousel-hide-controls .jp-swiper-button-prev {
    margin-top: -54px
}

.jp-carousel-msg {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: center;
    margin: 25px 20px 0 2px;
    background-color: var(--jp-carousel-primary-color);
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.jp-carousel-info {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    z-index: 100;
    background-color: var(--jp-carousel-bg-color);
    transition: opacity .2s ease-out;
    opacity: 1
}

.jp-carousel-hide-controls .jp-carousel-info {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.jp-carousel-info-footer {
    position: relative;
    background-color: var(--jp-carousel-bg-color);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw
}

.jp-carousel-info-extra {
    display: none;
    background-color: var(--jp-carousel-bg-color);
    padding: 35px;
    width: 100vw;
    border-top: 1px solid var(--jp-carousel-bg-faded-color)
}

.jp-carousel-title-and-caption {
    margin-bottom: 15px
}

.jp-carousel-info-extra.jp-carousel-show {
    display: block
}

.jp-carousel-info ::selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-info ::-moz-selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important
}

.jp-carousel-comments-wrapper {
    padding: 0;
    width: 100% !important;
    display: none
}

.jp-carousel-comments-wrapper.jp-carousel-show {
    display: block
}

.jp-carousel-comments-wrapper>.jp-carousel-photo-info {
    display: none
}

.jp-carousel-transitions .jp-carousel-photo-info {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.jp-carousel-buttons {
    margin: -18px -20px 15px;
    padding: 8px 10px;
    border-bottom: 1px solid #222;
    background: #222;
    text-align: center
}

div.jp-carousel-buttons a {
    border: none !important;
    color: var(--jp-carousel-primary-subtle-color);
    font: normal 11px/1.2em 'Helvetica Neue', sans-serif !important;
    letter-spacing: 0 !important;
    padding: 5px 2px 5px 0;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle;
    -webkit-font-smoothing: subpixel-antialiased
}

div.jp-carousel-buttons a:hover {
    color: var(--jp-carousel-primary-color);
    border: none !important
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.jp-carousel-slide,
.jp-carousel-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jp-carousel-close-hint {
    cursor: default;
    letter-spacing: 0 !important;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 10px;
    text-align: right;
    width: 45px;
    height: 45px;
    z-index: 15;
    color: var(--jp-carousel-primary-color);
    cursor: pointer;
    transition: opacity .2s ease-out
}

.jp-carousel-transitions .jp-carousel-close-hint {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.jp-carousel-close-hint svg {
    padding: 3px 2px;
    background: var(--jp-carousel-bg-color);
    border-radius: 4px
}

.jp-carousel-close-hint svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-close-hint:hover {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-close-hint:hover span {
    border-color: var(--jp-carousel-primary-color)
}

.jp-carousel-pagination-container {
    flex: 1;
    margin: 0 15px 0 35px
}

.jp-swiper-pagination,
.jp-carousel-pagination {
    color: var(--jp-carousel-primary-color);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    display: none;
    position: static !important
}

.jp-carousel-pagination-container .swiper-pagination {
    text-align: left;
    line-height: 8px
}

.jp-carousel-pagination {
    padding-left: 5px
}

.jp-swiper-pagination .swiper-pagination-bullet {
    background: var(--jp-carousel-primary-subtle-color);
    margin: 0 4px
}

.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jp-carousel-primary-color)
}

.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--jp-carousel-primary-color);
    opacity: .5
}

.jp-carousel-info-footer .jp-carousel-photo-title-container {
    flex-basis: 50vw;
    flex: 4;
    justify-content: center;
    overflow: hidden;
    margin: 0
}

.jp-carousel-photo-title,
.jp-carousel-photo-caption {
    background: 0 0 !important;
    border: none !important;
    display: inline-block;
    font: normal 20px/1.3em 'Helvetica Neue', sans-serif;
    line-height: normal;
    letter-spacing: 0 !important;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    text-shadow: none !important;
    text-transform: none !important;
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    color: var(--jp-carousel-primary-subtle-color);
    cursor: pointer;
    margin: 0;
    text-overflow: ellipsis
}

.jp-carousel-info-footer .jp-carousel-photo-caption p {
    margin: 0
}

.jp-carousel-photo-title {
    font-size: 32px;
    margin-bottom: 2px
}

.jp-carousel-photo-description {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 16px;
    margin: 25px 0;
    width: 100%
}

.jp-carousel-photo-description {
    overflow: hidden;
    overflow-wrap: break-word
}

.jp-carousel-photo-description p {
    color: var(--jp-carousel-primary-subtle-color);
    line-height: 1.4;
    margin-bottom: 0
}

.jp-carousel-photo-description p a,
.jp-carousel-comments p a,
.jp-carousel-info h2 a {
    color: var(--jp-carousel-primary-color) !important;
    border: none !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.jp-carousel-photo-description p strong,
.jp-carousel-photo-description p b {
    font-weight: 700;
    color: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-photo-description p em,
.jp-carousel-photo-description p i {
    font-style: italic;
    color: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-photo-description p a:hover,
.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-photo-description p:empty {
    display: none
}

.jp-carousel-photo-info h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-comments-wrapper h1:before,
.jp-carousel-comments-wrapper h1:after {
    content: none !important
}

.jp-carousel-caption {
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.jp-carousel-image-meta {
    color: var(--jp-carousel-primary-color);
    font-size: 13px;
    font: 12px/1.4 'Helvetica Neue', sans-serif !important;
    width: 100%;
    display: none
}

.jp-carousel-image-meta.jp-carousel-show {
    display: block
}

.jp-carousel-image-meta li,
.jp-carousel-image-meta h5 {
    font-family: 'Helvetica Neue', sans-serif !important;
    position: inherit !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    background: 0 0 !important;
    border: none !important;
    font-weight: 400 !important;
    line-height: 1.3em !important
}

.jp-carousel-image-meta ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.jp-carousel-image-meta li {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 2% 15px 0 !important;
    color: var(--jp-carousel-primary-color) !important;
    font-size: 13px !important
}

.jp-carousel-image-meta h5 {
    color: var(--jp-carousel-primary-subtle-color) !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    margin: 0 0 2px !important;
    letter-spacing: .1em !important
}

a.jp-carousel-image-download {
    display: inline-block;
    clear: both;
    color: var(--jp-carousel-primary-subtle-color);
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none
}

a.jp-carousel-image-download svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    padding-bottom: 2px
}

a.jp-carousel-image-download span.photo-size {
    font-size: 11px;
    border-radius: 1em;
    margin-left: 2px;
    display: inline-block
}

a.jp-carousel-image-download span.photo-size-times {
    padding: 0 1px 0 2px
}

.jp-carousel-comments {
    font: 15px/1.7 'Helvetica Neue', sans-serif !important;
    font-weight: 400;
    background: none transparent;
    width: 100%;
    bottom: 10px;
    margin-top: 20px
}

.jp-carousel-comments p a:hover,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:active {
    color: var(--jp-carousel-primary-color) !important
}

.jp-carousel-comment {
    background: none transparent;
    color: var(--jp-carousel-primary-subtle-color);
    overflow: auto;
    width: 100%;
    display: flex
}

.jp-carousel-comment+.jp-carousel-comment {
    margin-top: 20px
}

.jp-carousel-comment:last-of-type {
    margin-bottom: 20px
}

.jp-carousel-comment p {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-comment .comment-author {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    width: auto;
    display: inline;
    float: none;
    border: none;
    margin: 0
}

.jp-carousel-comment .comment-author a {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-comment .comment-gravatar {
    float: none;
    margin-right: 10px
}

.jp-carousel-comment .comment-content {
    border: none;
    padding: 0
}

.jp-carousel-comment .avatar {
    margin: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px
}

.jp-carousel-comment .comment-date {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 11px;
    border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
    margin-bottom: 6px
}

#jp-carousel-comment-form {
    margin: 0 0 10px !important;
    width: 100%
}

#jp-carousel-comment-form.jp-carousel-is-disabled {
    opacity: .5;
    pointer-events: none
}

textarea#jp-carousel-comment-form-comment-field {
    background: var(--jp-carousel-bg-faded-color);
    border: 1px solid var(--jp-carousel-border-color);
    color: var(--jp-carousel-primary-subtle-color);
    font: 16px/1.4 'Helvetica Neue', sans-serif !important;
    width: 100%;
    padding: 10px 10px 5px;
    margin: 0;
    float: none;
    height: 147px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
    color: #555
}

textarea#jp-carousel-comment-form-comment-field:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#jp-carousel-loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw
}

#jp-carousel-library-loading,
#jp-carousel-library-loading:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

#jp-carousel-library-loading {
    float: left;
    margin: 22px 0 0 10px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(255, 255, 255, .2);
    border-right: 8px solid rgba(255, 255, 255, .2);
    border-bottom: 8px solid rgba(255, 255, 255, .2);
    border-left: 8px solid var(--jp-carousel-primary-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

#jp-carousel-comment-form-spinner,
#jp-carousel-comment-form-spinner:after {
    border-radius: 50%;
    width: 20px;
    height: 20px
}

#jp-carousel-comment-form-spinner {
    display: none;
    float: left;
    margin: 22px 0 0 10px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, .2);
    border-right: 4px solid rgba(255, 255, 255, .2);
    border-bottom: 4px solid rgba(255, 255, 255, .2);
    border-left: 4px solid var(--jp-carousel-primary-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: 0 auto;
    top: calc(50% - 15px);
    left: 0;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.jp-carousel-info-content-wrapper {
    max-width: 800px;
    margin: auto
}

#jp-carousel-comment-form-submit-and-info-wrapper {
    display: none;
    overflow: hidden;
    width: 100%
}

#jp-carousel-comment-form-commenting-as input {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-border-color);
    color: var(--jp-carousel-primary-subtle-color);
    font: 16px/1.4 'Helvetica Neue', sans-serif !important;
    padding: 10px;
    float: left;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 285px
}

#jp-carousel-comment-form-commenting-as input:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-comment-form-commenting-as p {
    font: 400 13px/1.7 'Helvetica Neue', sans-serif !important;
    margin: 22px 0 0;
    float: left
}

#jp-carousel-comment-form-commenting-as fieldset {
    float: left;
    border: none;
    margin: 20px 0 0;
    padding: 0;
    clear: both
}

#jp-carousel-comment-form-commenting-as label {
    font: 400 13px/1.7 'Helvetica Neue', sans-serif !important;
    margin: 0 20px 3px 0;
    float: left;
    width: 100px
}

#jp-carousel-comment-form-button-submit {
    margin-top: 20px;
    margin-left: auto;
    display: block;
    border: solid 1px var(--jp-carousel-primary-color);
    background: var(--jp-carousel-bg-color);
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--jp-carousel-primary-color)
}

#jp-carousel-comment-form-button-submit:active,
#jp-carousel-comment-form-button-submit:focus {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-bg-color)
}

#jp-carousel-comment-form-container {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 20px;
    color: var(--jp-carousel-primary-subtle-color);
    position: relative;
    overflow: hidden
}

#jp-carousel-comment-post-results {
    display: none;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-post-results span {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    padding: 1em 0;
    box-sizing: border-box;
    border-radius: 2px;
    font: 13px/1.4 'Helvetica Neue', sans-serif !important;
    border: 1px solid var(--jp-carousel-border-color);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .2)
}

.jp-carousel-comment-post-error {
    color: #df4926
}

#jp-carousel-comments-closed {
    display: none;
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-comments-loading {
    font: 400 15px/1.7 'Helvetica Neue', sans-serif !important;
    display: none;
    color: var(--jp-carousel-primary-subtle-color);
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    bottom: 10px;
    margin-top: 20px
}

.jp-carousel-photo-icons-container {
    flex: 1;
    display: block;
    text-align: right;
    margin: 0 20px 0 30px;
    white-space: nowrap
}

.jp-carousel-icon-btn {
    padding: 16px;
    text-decoration: none;
    border: none;
    background: 0 0;
    display: inline-block;
    height: 64px
}

.jp-carousel-icon {
    border: none;
    display: inline-block;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    border-radius: 4px;
    width: 31px;
    padding: 4px 3px 3px
}

.jp-carousel-icon:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-icon svg {
    display: inline-block
}

.jp-carousel-overlay rect {
    fill: var(--jp-carousel-primary-color)
}

.jp-carousel-selected .jp-carousel-icon {
    background: var(--jp-carousel-primary-color)
}

.jp-carousel-selected rect {
    fill: var(--jp-carousel-bg-color)
}

.jp-carousel-icon-comments.jp-carousel-show {
    display: inline-block
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
    display: none;
    font-size: 12px;
    vertical-align: top;
    margin-left: -16px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 4px;
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-bg-color);
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif !important;
    position: relative
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-bg-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
    display: inline-block
}

@media only screen and (max-width: 760px) {
    .jp-carousel-overlay .swiper-container .swiper-button-next,
    .jp-carousel-overlay .swiper-container .swiper-button-prev {
        display: none !important
    }
    .jp-carousel-buttons {
        display: none !important
    }
    .jp-carousel-image-meta {
        float: none !important;
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0
    }
    .jp-carousel-close-hint {
        font-size: 26px !important;
        position: fixed !important;
        top: 10px;
        right: 10px
    }
    .admin-bar .jp-carousel-close-hint {
        top: 40px
    }
    .jp-carousel-slide img {
        opacity: 1
    }
    .jp-carousel-wrap {
        background-color: var(--jp-carousel-bg-color)
    }
    .jp-carousel-fadeaway {
        display: none
    }
    .jp-carousel-info>.jp-carousel-photo-info {
        display: none
    }
    .jp-carousel-comments-wrapper>.jp-carousel-photo-info {
        display: block
    }
    .jp-carousel-caption {
        overflow: visible !important
    }
    .jp-carousel-info-footer .jp-carousel-photo-title-container {
        display: none
    }
    .jp-carousel-photo-icons-container {
        margin: 0 10px 0 0;
        white-space: nowrap
    }
    .jp-carousel-icon-btn {
        padding-left: 20px
    }
    .jp-carousel-pagination {
        padding-left: 5px
    }
    .jp-carousel-pagination-container {
        margin-left: 25px
    }
    .jp-carousel-comment .avatar {
        min-width: 48px
    }
    #jp-carousel-comment-form-commenting-as fieldset,
    #jp-carousel-comment-form-commenting-as input {
        width: 100%;
        float: none
    }
}

@charset "UTF-8";
@charset "UTF-8";
:root {
    --jetpack--contact-form--border: 1px solid #8c8f94;
    --jetpack--contact-form--border-color: #8c8f94;
    --jetpack--contact-form--border-size: 1px;
    --jetpack--contact-form--border-style: solid;
    --jetpack--contact-form--border-radius: 0px;
    --jetpack--contact-form--input-padding: 16px;
    --jetpack--contact-form--font-size: 16px;
    --jetpack--contact-form--error-color: #b32d2e;
    --jetpack--contact-form--inverted-text-color: #fff
}

.contact-form .clear-form {
    clear: both
}

.contact-form input::placeholder {
    transition: opacity .3s ease-out
}

.contact-form input:hover::placeholder {
    opacity: .5
}

.contact-form input:focus::placeholder {
    opacity: .3
}

:where(.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form input[type=url],
.contact-form textarea) {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    padding: 16px;
    width: 100%
}

:where(.contact-form textarea) {
    height: 200px
}

.contact-form .grunion-field {
    padding-left: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius));
    padding-right: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius))
}

.contact-form .grunion-field-wrap input,
.contact-form .grunion-field-wrap textarea {
    margin: 0
}

.contact-form select {
    min-width: 150px;
    padding: 14px 7px
}

.contact-form input[type=checkbox],
.contact-form input[type=radio] {
    height: 1rem;
    margin: 0 .75rem 0 0;
    width: 1rem
}

.contact-form input[type=checkbox] {
    margin-left: 0;
    top: 0
}

.contact-form label {
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: .25em
}

.contact-form label.consent {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase
}

.contact-form label.consent-implicit input {
    display: none
}

.contact-form label.checkbox {
    font-weight: 400
}

.contact-form label.checkbox-multiple,
.contact-form label.radio {
    flex: 1;
    font-weight: 400;
    margin-bottom: 0
}

.contact-form .grunion-checkbox-multiple-options,
.contact-form .grunion-radio-options {
    align-items: flex-start;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0
}

.contact-form .is-style-outlined .grunion-checkbox-multiple-options,
.contact-form .is-style-outlined .grunion-radio-options {
    border: 1px solid var(--jetpack--contact-form--border-color)
}

.contact-form .grunion-checkbox-multiple-options legend,
.contact-form .grunion-radio-options legend {
    font-weight: 700;
    margin-bottom: .25em;
    padding: 0
}

.contact-form .is-style-outlined .grunion-checkbox-multiple-options legend,
.contact-form .is-style-outlined .grunion-radio-options legend {
    font-size: .8em;
    font-weight: 300;
    margin: 0 0 -.75em;
    padding: 0 .25em
}

.contact-form .grunion-checkbox-multiple-options .contact-form-field,
.contact-form .grunion-radio-options .contact-form-field {
    align-items: baseline;
    display: flex;
    margin: 0
}

.contact-form label span.required,
.grunion-label-required {
    font-size: 85%;
    font-weight: 400;
    margin-left: .25em;
    opacity: .6
}

.contact-form-submission {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 4em;
    padding: 1.5em 1em;
    width: 100%
}

.contact-form-submission p {
    margin: 0 auto;
    word-wrap: break-word
}

.contact-form-submission h4 {
    font-weight: 200;
    margin-bottom: 32px;
    margin-top: 32px
}

.contact-form-submission .go-back-message {
    margin-bottom: 32px;
    margin-top: 20px;
    text-align: left
}

.contact-form-submission .go-back-message .link {
    color: #000;
    font-weight: 200
}

.contact-form-submission .field-name {
    font-weight: 200
}

.contact-form-submission .field-value {
    font-weight: 600;
    margin-bottom: 20px
}

.form-errors .form-error-message {
    color: var(--jetpack--contact-form--error-color)
}

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

#jetpack-check-feedback-spam {
    margin: 1px 8px 0 0
}

.jetpack-check-feedback-spam-spinner {
    display: inline-block;
    margin-top: 7px
}

.wp-block-jetpack-contact-form {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap, 1.5rem);
    justify-content: flex-start
}

.wp-block-jetpack-contact-form>* {
    box-sizing: border-box;
    flex: 0 0 100%
}

.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form {
    padding-left: 0;
    padding-right: 0
}

.wp-block-jetpack-button.alignright button {
    float: right
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
    box-sizing: border-box;
    position: relative
}

.wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
    flex: 1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 25%
}

.wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    flex: 1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 50%
}

.wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
    flex: 1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 75%
}

.grunion-field-consent-wrap {
    align-self: center
}

@media only screen and (min-width: 600px) {
    .contact-form input[type=email],
    .contact-form input[type=tel],
    .contact-form input[type=text],
    .contact-form input[type=url] {
        width: 50%
    }
    .wp-block-jetpack-contact-form input[type=email],
    .wp-block-jetpack-contact-form input[type=tel],
    .wp-block-jetpack-contact-form input[type=text],
    .wp-block-jetpack-contact-form input[type=url] {
        width: 100%
    }
}

.jetpack-empty-spam,
.jetpack-empty-spam-container {
    display: inline-block
}

.jetpack-empty-spam-spinner {
    display: inline-block;
    margin-top: 7px
}

.wp-block-jetpack-contact-form .wp-block-spacer {
    width: 100%
}

.contact-form .contact-form__select-wrapper {
    position: relative
}

.contact-form .contact-form__select-wrapper:after {
    border-bottom: 2px solid;
    border-right: 2px solid;
    content: "";
    display: block;
    height: 8px;
    inset-inline-end: calc(var(--jetpack--contact-form--input-padding) + 4px);
    pointer-events: none;
    position: absolute;
    top: calc(var(--jetpack--contact-form--input-padding) + var(--jetpack--contact-form--line-height)/2);
    transform: translateY(-50%) rotate(45deg);
    transform-origin: center center;
    width: 8px
}

.contact-form .contact-form__select-wrapper select {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--jetpack--contact-form--input-background);
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    box-sizing: border-box;
    color: var(--jetpack--contact-form--text-color);
    font-family: var(--jetpack--contact-form--font-family);
    font-size: var(--jetpack--contact-form--font-size);
    line-height: var(--jetpack--contact-form--line-height);
    padding: var(--jetpack--contact-form--input-padding);
    padding-inline-end: calc(var(--jetpack--contact-form--input-padding)*3);
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.contact-form .is-style-animated,
.contact-form .is-style-outlined {
    --notch-width: max(var(--jetpack--contact-form--input-padding-left, 16px), var(--jetpack--contact-form--border-radius))
}

.contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap),
.contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap) {
    display: flex;
    flex-direction: row-reverse;
    position: relative
}

.contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap,
.contact-form .is-style-outlined .grunion-field-radio-wrap {
    background-color: var(--jetpack--contact-form--input-background)
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options {
    flex-grow: 1;
    padding: var(--jetpack--contact-form--input-padding, 16px);
    padding-top: calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px)
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    left: 0;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: left;
    width: 100%
}

.contact-form .contact-form__select-wrapper+.notched-label {
    top: 0
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-right-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-right: none;
    border-top-right-radius: unset;
    width: var(--notch-width)
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-right: none;
    padding: 0 4px;
    transition: border .15s linear
}

.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch {
    padding: 0
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label {
    font-weight: 300;
    margin: 0;
    pointer-events: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label {
    top: var(--jetpack--contact-form--input-padding-top, 16px);
    transform: unset
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-left-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-top-left-radius: unset;
    flex-grow: 1
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__notch,
.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__notch {
    border-top-color: transparent
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options~.notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder~.notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus~.notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options~.notched-label .notched-label__label,
.contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__label {
    font-size: .8em;
    top: calc(var(--jetpack--contact-form--border-size)*-1);
    transform: translateY(-50%)
}

.contact-form .is-style-outlined .grunion-field-wrap select,
.contact-form .is-style-outlined .grunion-field-wrap>input,
.contact-form .is-style-outlined .grunion-field-wrap>textarea {
    border-color: transparent!important;
    outline: none;
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px)
}

.contact-form .is-style-outlined .grunion-field-wrap textarea {
    padding: var(--jetpack--contact-form--input-padding, 16px);
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px)
}

.contact-form .is-style-animated .grunion-field-wrap {
    --left-offset: calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));
    --label-left: max(var(--left-offset), var(--jetpack--contact-form--border-radius));
    --field-padding: calc(var(--label-left) - var(--jetpack--contact-form--border-size))
}

.contact-form .is-style-animated .grunion-field-wrap input:not([type=checkbox]):not([type=radio]) {
    outline: none
}

.contact-form .is-style-animated .grunion-field-wrap textarea {
    outline: none;
    padding: var(--jetpack--contact-form--input-padding, 16px)
}

.contact-form .is-style-animated .grunion-field-wrap:not(.no-label) select,
.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>input,
.contact-form .is-style-animated .grunion-field-wrap:not(.no-label)>textarea {
    padding-left: var(--field-padding);
    padding-right: var(--field-padding);
    padding-top: 1.4em
}

.contact-form .is-style-animated .grunion-field-wrap .animated-label__label {
    box-sizing: border-box;
    left: var(--label-left);
    margin: 0;
    max-width: 100%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s cubic-bezier(.4, 0, .2, 1);
    width: 100%
}

.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label {
    top: var(--jetpack--contact-form--input-padding-top, 16px);
    transform: unset
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder~.animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus~.animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown)~.animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap.grunion-field-select-wrap .animated-label__label {
    font-size: .75em;
    top: calc(2px + var(--jetpack--contact-form--border-size));
    transform: translateY(0)
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options~.animated-label__label,
.contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options~.animated-label__label {
    left: 0;
    top: 0;
    transform: translateY(0)
}

.contact-form .is-style-below .grunion-field-wrap .below-label__label {
    margin-left: var(--jetpack--contact-form--border-size)
}

.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-checkbox-multiple-options,
.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-radio-options {
    padding-top: 8px
}

.contact-form .grunion-field-wrap input.checkbox-multiple,
.contact-form .grunion-field-wrap input.radio {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--jetpack--contact-form--text-color);
    box-sizing: border-box;
    height: var(--jetpack--contact-form--font-size);
    margin-inline-end: calc(var(--jetpack--contact-form--font-size)/2);
    outline-offset: 4px;
    padding: 0;
    position: relative;
    width: var(--jetpack--contact-form--font-size)
}

.contact-form .grunion-field-wrap input.radio {
    border-radius: 50%;
    transform: translateY(15%)
}

.contact-form .grunion-field-wrap input.checkbox-multiple:checked:before {
    content: "✓";
    display: block;
    font-size: var(--jetpack--contact-form--font-size);
    left: calc(var(--jetpack--contact-form--font-size)/2);
    line-height: 1;
    position: absolute;
    top: calc(var(--jetpack--contact-form--font-size)/2);
    transform: translate(-50%, -50%)
}

.contact-form .grunion-field-wrap input.radio:checked:before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: calc(var(--jetpack--contact-form--font-size)/2);
    margin-left: 50%;
    margin-top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: calc(var(--jetpack--contact-form--font-size)/2)
}

.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field,
.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-radio-label {
    align-items: center;
    background: var(--jetpack--contact-form--button-outline--background-color);
    border: var(--jetpack--contact-form--button-outline--border);
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    color: var(--jetpack--contact-form--button-outline--text-color);
    display: inline-flex;
    line-height: var(--jetpack--contact-form--button-outline--line-height);
    padding: var(--jetpack--contact-form--button-outline--padding)
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label {
    display: inline-flex;
    gap: .5em
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked+.grunion-radio-label:before {
    content: "✓"
}

.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field:focus-within,
.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:focus+.grunion-radio-label {
    outline: var(--jetpack--contact-form--button-outline--border);
    outline-offset: 2px
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button {
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    color: var(--jetpack--contact-form--button-outline--text-color);
    font-family: var(--wp--preset--font-family--body)
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button:focus {
    outline-width: 0
}

.contact-form input.grunion-field.is-style-button+.grunion-field-text:before {
    background: var(--jetpack--contact-form--button-outline--background-color);
    border: var(--jetpack--contact-form--button-outline--border);
    border-color: currentColor;
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: calc(var(--jetpack--contact-form--button-outline--border-size)*-1);
    position: absolute;
    top: calc(var(--jetpack--contact-form--button-outline--border-size)*-1);
    width: 100%;
    z-index: -1
}

.contact-form input.grunion-field.is-style-button {
    color: var(--jetpack--contact-form--button-outline--color)
}

.contact-form input.grunion-field.is-style-button:checked,
.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text {
    color: var(--jetpack--contact-form--button-outline--background-color-fallback)
}

.contact-form input.grunion-field.is-style-button:checked+.grunion-field-text:before {
    background: var(--jetpack--contact-form--button-outline--text-color);
    border-color: var(--jetpack--contact-form--button-outline--text-color)
}

.contact-form__error,
.contact-form__input-error {
    --warning-icon-size: 1.25em;
    --warning-icon-margin: .75em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem
}

.contact-form__error {
    background-color: var(--jetpack--contact-form--error-color);
    color: var(--jetpack--contact-form--inverted-text-color);
    gap: var(--warning-icon-margin);
    margin-bottom: var(--wp--style--block-gap, 1.5rem);
    padding: 1em
}

.contact-form__error ul {
    flex-basis: 100%;
    list-style-position: inside;
    margin: 0;
    padding-inline-start: calc(var(--warning-icon-size) + var(--warning-icon-margin))
}

.contact-form__error ul: empty {
    display: none
}

.contact-form__error ul li {
    padding: .25em 0
}

.contact-form__error a {
    color: inherit
}

.contact-form__input-error {
    color: var(--jetpack--contact-form--error-color);
    gap: .33em;
    margin: .25rem 0
}

.contact-form__error:empty,
.contact-form__input-error:empty {
    display: none
}

.contact-form .wp-block-jetpack-contact-form.is-style-outlined fieldset[aria-invalid=true],
.contact-form [aria-invalid=true]:not(fieldset) {
    border: 1px solid var(--jetpack--contact-form--error-color)
}

.contact-form .wp-block-jetpack-contact-form:not(.is-style-outlined) fieldset[aria-invalid=true] {
    outline: solid 1px var(--jetpack--contact-form--error-color);
    outline-offset: .5em
}

.contact-form__warning-icon {
    background-color: var(--jetpack--contact-form--error-color);
    border: 1px solid var(--jetpack--contact-form--inverted-text-color);
    border-radius: 50%;
    color: var(--jetpack--contact-form--inverted-text-color);
    height: var(--warning-icon-size);
    width: var(--warning-icon-size)
}

.contact-form__warning-icon i:after {
    align-items: center;
    content: "!";
    display: flex;
    font-size: .8em;
    font-style: normal;
    font-weight: 700;
    justify-content: center
}

.contact-form__checkbox-wrap {
    align-items: baseline;
    display: inline-flex
}

.contact-form :is([type=submit],
button:not([type=reset])) {
    align-items: center;
    display: inline-flex;
    gap: .5em;
    justify-content: center
}

.contact-form .contact-form__spinner {
    fill: currentColor
}

.contact-form .contact-form__spinner svg {
    display: block
}

.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

@charset "UTF-8";
:root {
    --wp-admin-theme-color: #3858e9;
    --wp-admin-theme-color--rgb: 56, 88, 233;
    --wp-admin-theme-color-darker-10: #2145e6;
    --wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
    --wp-admin-theme-color-darker-20: #183ad6;
    --wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution: 192dpi) {
     :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.components-animate__appear {
    animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__appear {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.components-animate__appear.is-from-top,
.components-animate__appear.is-from-top.is-from-left {
    transform-origin: top left
}

.components-animate__appear.is-from-top.is-from-right {
    transform-origin: top right
}

.components-animate__appear.is-from-bottom,
.components-animate__appear.is-from-bottom.is-from-left {
    transform-origin: bottom left
}

.components-animate__appear.is-from-bottom.is-from-right {
    transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
    0% {
        transform: translateY(-2em) scaleY(0) scaleX(0)
    }
    to {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.components-animate__slide-in {
    animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__slide-in {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.components-animate__slide-in.is-from-left {
    transform: translateX(100%)
}

.components-animate__slide-in.is-from-right {
    transform: translateX(-100%)
}

@keyframes components-animate__slide-in-animation {
    to {
        transform: translateX(0)
    }
}

.components-animate__loading {
    animation: components-animate__loading 1.6s ease-in-out infinite
}

@keyframes components-animate__loading {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

.components-autocomplete__popover .components-popover__content {
    min-width: 220px;
    padding: 16px
}

.components-autocomplete__result.components-button {
    display: flex;
    height: auto;
    min-height: 36px;
    text-align: left;
    width: 100%
}

.components-autocomplete__result.components-button.is-selected {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button-group {
    display: inline-block
}

.components-button-group .components-button {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    color: #1e1e1e;
    display: inline-flex
}

.components-button-group .components-button+.components-button {
    margin-left: -1px
}

.components-button-group .components-button:first-child {
    border-radius: 2px 0 0 2px
}

.components-button-group .components-button:last-child {
    border-radius: 0 2px 2px 0
}

.components-button-group .components-button.is-primary,
.components-button-group .components-button:focus {
    position: relative;
    z-index: 1
}

.components-button-group .components-button.is-primary {
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.components-button {
    align-items: center;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--wp-components-color-foreground, #1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .components-button {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-button.is-next-40px-default-size {
    height: 40px
}

.components-button:hover,
.components-button[aria-expanded=true] {
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button:disabled:hover,
.components-button[aria-disabled=true]:hover {
    color: initial
}

.components-button:focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 3px solid #0000
}

.components-button.is-primary {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: var(--wp-components-color-accent-inverted, #fff);
    outline: 1px solid #0000;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap
}

.components-button.is-primary:hover:not(:disabled) {
    background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
    color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:active:not(:disabled) {
    background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
    border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
    color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-primary:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button.is-primary:disabled,
.components-button.is-primary:disabled:active:enabled,
.components-button.is-primary[aria-disabled=true],
.components-button.is-primary[aria-disabled=true]:active:enabled,
.components-button.is-primary[aria-disabled=true]:enabled {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff6;
    opacity: 1;
    outline: none
}

.components-button.is-primary:disabled:active:enabled:focus:enabled,
.components-button.is-primary:disabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.components-button.is-primary[aria-disabled=true]:focus:enabled {
    box-shadow: 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 3px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-button.is-primary.is-busy,
.components-button.is-primary.is-busy:disabled,
.components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
    background-size: 100px 100%;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: var(--wp-components-color-accent-inverted, #fff)
}

.components-button.is-secondary,
.components-button.is-tertiary {
    outline: 1px solid #0000
}

.components-button.is-secondary:active:not(:disabled),
.components-button.is-tertiary:active:not(:disabled) {
    box-shadow: none
}

.components-button.is-secondary:disabled,
.components-button.is-secondary[aria-disabled=true],
.components-button.is-secondary[aria-disabled=true]:hover,
.components-button.is-tertiary:disabled,
.components-button.is-tertiary[aria-disabled=true],
.components-button.is-tertiary[aria-disabled=true]:hover {
    background: #0000;
    color: #949494;
    opacity: 1;
    transform: none
}

.components-button.is-secondary {
    background: #0000;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 1px solid #0000;
    white-space: nowrap
}

.components-button.is-secondary:hover:not(:disabled,
[aria-disabled=true]) {
    box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6))
}

.components-button.is-secondary:disabled:not(:focus),
.components-button.is-secondary[aria-disabled=true]:hover:not(:focus),
.components-button.is-secondary[aria-disabled=true]:not(:focus) {
    box-shadow: inset 0 0 0 1px #ddd
}

.components-button.is-tertiary {
    background: #0000;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    white-space: nowrap
}

.components-button.is-tertiary:hover:not(:disabled,
[aria-disabled=true]) {
    background: rgba(var(--wp-admin-theme-color--rgb), .04)
}

.components-button.is-tertiary:active:not(:disabled,
[aria-disabled=true]) {
    background: rgba(var(--wp-admin-theme-color--rgb), .08)
}

p+.components-button.is-tertiary {
    margin-left: -6px
}

.components-button.is-tertiary:disabled:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),
.components-button.is-tertiary[aria-disabled=true]:not(:focus) {
    box-shadow: none;
    outline: none
}

.components-button.is-destructive {
    --wp-components-color-accent: #cc1818;
    --wp-components-color-accent-darker-10: #9e1313;
    --wp-components-color-accent-darker-20: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
    color: #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled) {
    color: #710d0d
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818
}

.components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled) {
    background: #ccc
}

.components-button.is-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    transition-duration: .05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .components-button.is-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-button.is-link:focus {
    border-radius: 2px
}

.components-button:not(:disabled,
[aria-disabled=true]):active {
    color: var(--wp-components-color-foreground, #1e1e1e)
}

.components-button:disabled,
.components-button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.components-button.is-busy,
.components-button.is-secondary.is-busy,
.components-button.is-secondary.is-busy:disabled,
.components-button.is-secondary.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
    background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
    background-size: 100px 100%;
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    .components-button.is-busy,
    .components-button.is-secondary.is-busy,
    .components-button.is-secondary.is-busy:disabled,
    .components-button.is-secondary.is-busy[aria-disabled=true] {
        animation-duration: 0s
    }
}

.components-button.is-compact {
    height: 32px
}

.components-button.is-compact.has-icon:not(.has-text) {
    min-width: 32px;
    padding: 0;
    width: 32px
}

.components-button.is-small {
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px
}

.components-button.is-small.has-icon:not(.has-text) {
    min-width: 24px;
    padding: 0;
    width: 24px
}

.components-button.has-icon {
    justify-content: center;
    min-width: 36px;
    padding: 6px
}

.components-button.has-icon.is-next-40px-default-size {
    min-width: 40px
}

.components-button.has-icon .dashicon {
    align-items: center;
    box-sizing: initial;
    display: inline-flex;
    justify-content: center;
    padding: 2px
}

.components-button.has-icon.has-text {
    gap: 4px;
    justify-content: start;
    padding-left: 8px;
    padding-right: 12px
}

.components-button.is-pressed {
    background: var(--wp-components-color-foreground, #1e1e1e);
    color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button.is-pressed:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.components-button.is-pressed:hover:not(:disabled) {
    background: var(--wp-components-color-foreground, #1e1e1e);
    color: var(--wp-components-color-foreground-inverted, #fff)
}

.components-button svg {
    fill: currentColor;
    outline: none
}

@media (forced-colors:active) {
    .components-button svg {
        fill: CanvasText
    }
}

.components-button .components-visually-hidden {
    height: auto
}

@keyframes components-button__busy-animation {
    0% {
        background-position: 200px 0
    }
}

.components-checkbox-control__input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    clear: none;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    line-height: 0;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 6px 8px;
    padding: 0!important;
    text-align: center;
    transition: box-shadow .1s linear;
    transition: none;
    transition: border-color .1s ease-in-out;
    vertical-align: top;
    width: 24px
}

@media (min-width: 600px) {
    .components-checkbox-control__input[type=checkbox] {
        font-size: 13px;
        line-height: normal
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check {
    opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before,
.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    color: #fff;
    margin: -3px -5px
}

@media (min-width: 782px) {
    .components-checkbox-control__input[type=checkbox]:checked:before,
    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        margin: -4px 0 0 -5px
    }
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: inline-block;
    float: left;
    font: normal 30px/1 dashicons;
    vertical-align: middle;
    width: 16px
}

@media (min-width: 782px) {
    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        float: none;
        font-size: 21px
    }
}

@media (min-width: 600px) {
    .components-checkbox-control__input[type=checkbox] {
        height: 20px;
        width: 20px
    }
}

@media (prefers-reduced-motion:reduce) {
    .components-checkbox-control__input[type=checkbox] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
    outline-offset: 2px
}

.components-checkbox-control__input[type=checkbox]:checked,
.components-checkbox-control__input[type=checkbox]:indeterminate {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-checkbox-control__input[type=checkbox]:checked::-ms-check,
.components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
    opacity: 0
}

.components-checkbox-control__input[type=checkbox]:checked:before {
    content: none
}

.components-checkbox-control__input-container {
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    width: 24px
}

@media (min-width: 600px) {
    .components-checkbox-control__input-container {
        height: 20px;
        width: 20px
    }
}

svg.components-checkbox-control__checked,
svg.components-checkbox-control__indeterminate {
    fill: #fff;
    cursor: pointer;
    height: 24px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 24px
}

@media (min-width: 600px) {
    svg.components-checkbox-control__checked,
    svg.components-checkbox-control__indeterminate {
        left: -2px;
        top: -2px
    }
}

.components-circular-option-picker {
    display: inline-block;
    min-width: 188px;
    width: 100%
}

.components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px
}

.components-circular-option-picker .components-circular-option-picker__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1
}

.components-circular-option-picker>:not(.components-circular-option-picker__swatches) {
    position: relative;
    z-index: 0
}

.components-circular-option-picker__option-wrapper {
    display: inline-block;
    height: 28px;
    transform: scale(1);
    transition: transform .1s ease;
    vertical-align: top;
    width: 28px;
    will-change: transform
}

@media (prefers-reduced-motion:reduce) {
    .components-circular-option-picker__option-wrapper {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-circular-option-picker__option-wrapper:hover {
    transform: scale(1.2)
}

.components-circular-option-picker__option-wrapper>div {
    height: 100%;
    width: 100%
}

.components-circular-option-picker__option-wrapper:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");
    border-radius: 50%;
    bottom: 1px;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: -1
}

.components-circular-option-picker__option {
    background: #0000;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 0 14px;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    transition: box-shadow .1s ease;
    vertical-align: top;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-circular-option-picker__option {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-circular-option-picker__option:hover {
    box-shadow: inset 0 0 0 14px!important
}

.components-circular-option-picker__option[aria-pressed=true],
.components-circular-option-picker__option[aria-selected=true] {
    box-shadow: inset 0 0 0 4px;
    overflow: visible;
    position: relative;
    z-index: 1
}

.components-circular-option-picker__option[aria-pressed=true]+svg,
.components-circular-option-picker__option[aria-selected=true]+svg {
    border-radius: 50%;
    left: 2px;
    pointer-events: none;
    position: absolute;
    top: 2px;
    z-index: 2
}

.components-circular-option-picker__option:after {
    border: 1px solid #0000;
    border-radius: 50%;
    bottom: -1px;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: inherit;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.components-circular-option-picker__option:focus:after {
    border: 2px solid #757575;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    height: calc(100% + 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px)
}

.components-circular-option-picker__option.components-button:focus {
    background-color: initial;
    box-shadow: inset 0 0 0 14px;
    outline: none
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
    background: #fff;
    color: #fff
}

.components-circular-option-picker__dropdown-link-action {
    margin-right: 16px
}

.components-circular-option-picker__dropdown-link-action .components-button {
    line-height: 22px
}

.components-palette-edit__popover-gradient-picker {
    padding: 8px;
    width: 260px
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
    width: 100%
}

.component-color-indicator {
    background: #fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #0003;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 20px
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media (min-width: 600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: #1e1e1e9e
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 16px;
    min-width: 16px;
    padding: 0
}

.components-color-palette__custom-color-wrapper {
    position: relative;
    z-index: 0
}

.components-color-palette__custom-color-button {
    background: 0 0;
    border: none;
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: border-box;
    cursor: pointer;
    height: 64px;
    outline: 1px solid #0000;
    position: relative;
    width: 100%
}

.components-color-palette__custom-color-button:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline-width: 2px
}

.components-color-palette__custom-color-button:after {
    background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
    background-position: 0 0, 24px 24px;
    background-size: 48px 48px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.components-color-palette__custom-color-text-wrapper {
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0 -1px 0 0 #0003, inset 1px 0 0 0 #0003, inset -1px 0 0 0 #0003;
    font-size: 13px;
    padding: 12px 16px;
    position: relative
}

.components-color-palette__custom-color-name {
    color: var(--wp-components-color-foreground, #1e1e1e);
    margin: 0 1px
}

.components-color-palette__custom-color-value {
    color: #757575
}

.components-color-palette__custom-color-value--is-hex {
    text-transform: uppercase
}

.components-color-palette__custom-color-value:empty:after {
    content: "​";
    visibility: hidden
}

.components-custom-gradient-picker__gradient-bar {
    border-radius: 2px;
    height: 48px;
    position: relative;
    width: 100%;
    z-index: 1
}

.components-custom-gradient-picker__gradient-bar.has-gradient {
    background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
    inset: 0;
    position: absolute
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 48px)
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
    display: flex;
    height: 16px;
    position: absolute;
    top: 16px;
    width: 16px
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
    background: #fff;
    border-radius: 50%;
    color: #1e1e1e;
    height: inherit;
    min-width: 16px;
    padding: 2px;
    position: relative;
    width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
    height: 100%;
    width: 100%
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0 #00000040;
    height: inherit;
    outline: 2px solid #0000;
    padding: 0;
    width: inherit
}

.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,
.components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
    box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0 #00000040;
    outline: 1.5px solid #0000
}

.components-custom-gradient-picker__remove-control-point-wrapper {
    padding-bottom: 8px
}

.components-custom-gradient-picker__inserter {
    direction: ltr
}

.components-custom-gradient-picker__liner-gradient-indicator {
    display: inline-block;
    flex: 0 auto;
    height: 20px;
    width: 20px
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
    border: none
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div {
    margin-left: 1px
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg {
    background: #fff;
    border: 1px solid #949494;
    border-radius: 2px
}

.components-custom-gradient-picker__ui-line {
    position: relative;
    z-index: 0
}

.components-custom-select-control {
    font-size: 13px;
    position: relative
}

.components-custom-select-control__button {
    outline: 0;
    position: relative;
    text-align: left
}

.components-custom-select-control__hint {
    color: #949494;
    margin-left: 10px
}

.components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: grid;
    grid-template-columns: auto auto;
    line-height: 28px;
    list-style-type: none;
    padding: 8px 16px
}

.components-custom-select-control__item:not(.is-next-40px-default-size) {
    padding: 8px
}

.components-custom-select-control__item.has-hint {
    grid-template-columns: auto auto 30px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-hint {
    color: #949494;
    padding-right: 4px;
    text-align: right
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.block-editor-dimension-control .components-base-control__field {
    align-items: center;
    display: flex
}

.block-editor-dimension-control .components-base-control__label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 1em
}

.block-editor-dimension-control .components-base-control__label .dashicon {
    margin-right: .5em
}

.block-editor-dimension-control.is-manual .components-base-control__label {
    width: 10em
}

body.is-dragging-components-draggable {
    cursor: move;
    cursor: grabbing!important
}

.components-draggable__invisible-drag-image {
    height: 50px;
    left: -1000px;
    position: fixed;
    width: 50px
}

.components-draggable__clone {
    background: #0000;
    padding: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000000000
}

.components-drop-zone {
    border-radius: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 40
}

.components-drop-zone.is-active {
    opacity: 1;
    visibility: visible
}

.components-drop-zone__content {
    align-items: center;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    bottom: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50
}

.components-drop-zone__content-icon,
.components-drop-zone__content-text {
    display: block
}

.components-drop-zone__content-icon {
    fill: currentColor;
    line-height: 0;
    margin: 0 auto 8px;
    pointer-events: none
}

.components-drop-zone__content-text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-dropdown {
    display: inline-block
}

.components-dropdown__content .components-popover__content {
    padding: 8px
}

.components-dropdown__content [role=menuitem] {
    white-space: nowrap
}

.components-dropdown-menu__toggle {
    vertical-align: top
}

.components-dropdown-menu__menu {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.components-dropdown-menu__menu .components-menu-item {
    cursor: pointer;
    outline: none;
    padding: 6px;
    white-space: nowrap;
    width: 100%
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.components-dropdown-menu__menu .components-menu-item.has-separator {
    margin-top: 6px;
    overflow: visible;
    position: relative
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.components-dropdown-menu__menu .components-menu-item.has-separator:before {
    background-color: #ddd;
    box-sizing: initial;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -3px
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.components-dropdown-menu__menu .components-menu-item.is-active .dashicon,
.components-dropdown-menu__menu .components-menu-item.is-active svg {
    background: #1e1e1e;
    border-radius: 1px;
    box-shadow: 0 0 0 1px #1e1e1e;
    color: #fff
}

.components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.components-dropdown-menu__menu .components-menu-item.is-icon-only {
    width: auto
}

.components-dropdown-menu__menu .components-menu-item__button,
.components-dropdown-menu__menu .components-menu-item__button.components-button {
    height: auto;
    min-height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left
}

.components-dropdown-menu__menu .components-menu-group {
    margin: 0 -8px;
    padding: 8px
}

.components-dropdown-menu__menu .components-menu-group:first-child {
    margin-top: -8px
}

.components-dropdown-menu__menu .components-menu-group:last-child {
    margin-bottom: -8px
}

.components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding: 8px
}

.is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    border-color: #1e1e1e
}

.components-duotone-picker__color-indicator:before {
    background: #0000
}

.components-duotone-picker__color-indicator>.components-button,
.components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled) {
    background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
    color: #0000
}

.components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active {
    color: #0000
}

.components-color-list-picker,
.components-color-list-picker__swatch-button {
    width: 100%
}

.components-color-list-picker__color-picker {
    margin: 8px 0
}

.components-color-list-picker__swatch-button {
    padding: 6px
}

.components-color-list-picker__swatch-color {
    margin: 2px
}

.components-form-toggle {
    display: inline-block;
    position: relative
}

.components-form-toggle .components-form-toggle__track {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 9px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 18px;
    overflow: hidden;
    position: relative;
    transition: background-color .2s ease, border-color .2s ease;
    vertical-align: top;
    width: 36px
}

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__track {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-toggle .components-form-toggle__track:after {
    border-top: 18px solid #0000;
    box-sizing: border-box;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__track:after {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-toggle .components-form-toggle__thumb {
    background-color: #1e1e1e;
    border: 6px solid #0000;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform .2s ease, background-color .2s ease-out;
    width: 12px
}

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__thumb {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-toggle.is-checked .components-form-toggle__track {
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-form-toggle.is-checked .components-form-toggle__track:after {
    opacity: 1
}

.components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px)
}

.components-disabled .components-form-toggle,
.components-form-toggle.is-disabled {
    opacity: .3
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
    border: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
    background: 0 0
}

.components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
    content: ""
}

.components-form-token-field__input-container {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    cursor: text;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-form-token-field__input-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: #1e1e1e9e
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-family: inherit;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media (min-width: 600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.components-form-token-field__token.is-borderless {
    padding: 0 24px 0 0;
    position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: #0000;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: #0000;
    color: #757575;
    padding: 0;
    position: absolute;
    right: 0;
    top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__remove-token.components-button,
    .components-form-token-field__token-text {
        animation-delay: 0s;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.components-form-token-field__suggestions-list {
    box-shadow: inset 0 1px 0 0 #949494;
    flex: 1 0 100%;
    list-style: none;
    margin: 0;
    max-height: 128px;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    box-sizing: border-box;
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    min-height: 32px;
    padding: 8px 12px
}

.components-form-token-field__suggestion.is-selected {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff
}

@media (min-width: 600px) {
    .components-guide {
        width: 600px
    }
}

.components-guide .components-modal__content {
    border-radius: 2px;
    margin-top: 0;
    padding: 0
}

.components-guide .components-modal__content:before {
    content: none
}

.components-guide .components-modal__header {
    border-bottom: none;
    height: 60px;
    padding: 0;
    position: sticky
}

.components-guide .components-modal__header .components-button {
    align-self: flex-start;
    margin: 8px 8px 0 0;
    position: static
}

.components-guide .components-modal__header .components-button:hover svg {
    fill: #fff
}

.components-guide__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -60px;
    min-height: 100%
}

.components-guide__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (min-width: 600px) {
    .components-guide__page {
        min-height: 300px
    }
}

.components-guide__footer {
    align-content: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 0 32px;
    position: relative;
    width: 100%
}

.components-guide__page-control {
    margin: 0;
    text-align: center
}

.components-guide__page-control li {
    display: inline-block;
    margin: 0
}

.components-guide__page-control .components-button {
    color: #e0e0e0;
    height: 30px;
    margin: -6px 0;
    min-width: 20px
}

.components-guide__page-control li[aria-current=step] .components-button {
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-modal__frame.components-guide {
    border: none;
    max-height: 575px;
    min-width: 312px
}

@media (max-width: 600px) {
    .components-modal__frame.components-guide {
        margin: auto;
        max-width: calc(100vw - 32px)
    }
}

.components-button.components-guide__back-button,
.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
    position: absolute
}

.components-button.components-guide__back-button {
    left: 32px
}

.components-button.components-guide__finish-button,
.components-button.components-guide__forward-button {
    right: 32px
}

[role=region] {
    position: relative
}

.is-focusing-regions [role=region]:focus:after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000000
}

.is-focusing-regions .editor-post-publish-panel,
.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,
.is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,
.is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,
.is-focusing-regions [role=region]:focus:after,
.is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header {
    outline: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline-offset: -4px
}

.components-menu-group+.components-menu-group {
    border-top: 1px solid #1e1e1e;
    margin-top: 8px;
    padding-top: 8px
}

.components-menu-group+.components-menu-group.has-hidden-separator {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.components-menu-group__label {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 4px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.components-menu-item__button,
.components-menu-item__button.components-button {
    width: 100%
}

.components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
    box-sizing: initial;
    padding-right: 48px
}

.components-menu-item__button .components-menu-items__item-icon,
.components-menu-item__button.components-button .components-menu-items__item-icon {
    display: inline-block;
    flex: 0 0 auto
}

.components-menu-item__button .components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
    margin-left: 24px;
    margin-right: -2px
}

.components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,
.components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right {
    margin-left: 8px
}

.components-menu-item__button .block-editor-block-icon,
.components-menu-item__button.components-button .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 8px
}

.components-menu-item__button.components-button.is-primary,
.components-menu-item__button.is-primary {
    justify-content: center
}

.components-menu-item__button.components-button.is-primary .components-menu-item__item,
.components-menu-item__button.is-primary .components-menu-item__item {
    margin-right: 0
}

.components-menu-item__button.components-button:disabled.is-tertiary,
.components-menu-item__button.components-button[aria-disabled=true].is-tertiary,
.components-menu-item__button:disabled.is-tertiary,
.components-menu-item__button[aria-disabled=true].is-tertiary {
    background: 0 0;
    color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
    opacity: .3
}

.components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto
}

.components-menu-item__info {
    color: #757575;
    font-size: 12px;
    margin-top: 4px;
    white-space: normal
}

.components-menu-item__item {
    align-items: center;
    display: inline-flex;
    margin-right: auto;
    min-width: 160px;
    white-space: nowrap
}

.components-menu-item__shortcut {
    align-self: center;
    color: currentColor;
    display: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 24px
}

@media (min-width: 480px) {
    .components-menu-item__shortcut {
        display: inline
    }
}

.components-menu-items-choice svg,
.components-menu-items-choice.components-button svg {
    margin-right: 12px
}

.components-menu-items-choice.components-button.has-icon,
.components-menu-items-choice.has-icon {
    padding-left: 12px
}

.components-modal__screen-overlay {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards;
    background-color: #00000059;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .components-modal__screen-overlay {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.components-modal__frame {
    animation: components-modal__appear-animation .1s ease-out;
    animation-fill-mode: forwards;
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 .7px 1px #00000026, 0 2.7px 3.8px -.2px #00000026, 0 5.5px 7.8px -.3px #00000026, .1px 11.5px 16.4px -.5px #00000026;
    display: flex;
    margin: 40px 0 0;
    overflow: hidden;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-modal__frame {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

@media (min-width: 600px) {
    .components-modal__frame {
        border-radius: 4px;
        margin: auto;
        max-height: calc(100% - 120px);
        max-width: calc(100% - 32px);
        min-width: 350px;
        width: auto
    }
}

@media (min-width: 600px) and (min-width:600px) {
    .components-modal__frame.is-full-screen {
        height: calc(100% - 32px);
        max-height: none;
        width: calc(100% - 32px)
    }
}

@media (min-width: 600px) and (min-width:782px) {
    .components-modal__frame.is-full-screen {
        height: calc(100% - 80px);
        max-width: none;
        width: calc(100% - 80px)
    }
}

@media (min-width: 600px) {
    .components-modal__frame.has-size-large,
    .components-modal__frame.has-size-medium,
    .components-modal__frame.has-size-small {
        width: 100%
    }
    .components-modal__frame.has-size-small {
        max-width: 384px
    }
    .components-modal__frame.has-size-medium {
        max-width: 512px
    }
    .components-modal__frame.has-size-large {
        max-width: 840px
    }
}

@media (min-width: 960px) {
    .components-modal__frame {
        max-height: 70%
    }
}

@keyframes components-modal__appear-animation {
    0% {
        transform: translateY(32px)
    }
    to {
        transform: translateY(0)
    }
}

.components-modal__header {
    align-items: center;
    border-bottom: 1px solid #0000;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: space-between;
    left: 0;
    padding: 24px 32px 8px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.components-modal__header .components-modal__header-heading {
    font-size: 1.2rem;
    font-weight: 600
}

.components-modal__header h1 {
    line-height: 1;
    margin: 0
}

.components-modal__header .components-button {
    left: 8px;
    position: relative
}

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
    border-bottom-color: #ddd
}

.components-modal__header+p {
    margin-top: 0
}

.components-modal__header-heading-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: left
}

.components-modal__header-icon-container {
    display: inline-block
}

.components-modal__header-icon-container svg {
    max-height: 36px;
    max-width: 36px;
    padding: 8px
}

.components-modal__content {
    flex: 1;
    margin-top: 72px;
    overflow: auto;
    padding: 4px 32px 32px
}

.components-modal__content.hide-header {
    margin-top: 0;
    padding-top: 32px
}

.components-modal__content.is-scrollable:focus-visible {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000;
    outline-offset: -2px
}

.components-notice {
    align-items: center;
    background-color: #fff;
    border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    padding: 8px 12px
}

.components-notice.is-dismissible {
    position: relative
}

.components-notice.is-success {
    background-color: #eff9f1;
    border-left-color: #4ab866
}

.components-notice.is-warning {
    background-color: #fef8ee;
    border-left-color: #f0b849
}

.components-notice.is-error {
    background-color: #f4a2a2;
    border-left-color: #cc1818
}

.components-notice__content {
    flex-grow: 1;
    margin: 4px 25px 4px 0
}

.components-notice__actions {
    display: flex;
    flex-wrap: wrap
}

.components-notice__action.components-button {
    margin-right: 8px
}

.components-notice__action.components-button,
.components-notice__action.components-button.is-link {
    margin-left: 12px
}

.components-notice__action.components-button.is-secondary {
    vertical-align: initial
}

.components-notice__dismiss {
    align-self: flex-start;
    color: #757575;
    flex-shrink: 0
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    background-color: initial;
    color: #1e1e1e
}

.components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    box-shadow: none
}

.components-notice-list {
    box-sizing: border-box;
    max-width: 100vw
}

.components-notice-list .components-notice__content {
    line-height: 2;
    margin-bottom: 12px;
    margin-top: 12px
}

.components-notice-list .components-notice__action.components-button {
    display: block;
    margin-left: 0;
    margin-top: 8px
}

.components-panel {
    background: #fff;
    border: 1px solid #e0e0e0
}

.components-panel>.components-panel__body:first-child,
.components-panel>.components-panel__header:first-child {
    margin-top: -1px
}

.components-panel>.components-panel__body:last-child,
.components-panel>.components-panel__header:last-child {
    border-bottom-width: 0
}

.components-panel+.components-panel {
    margin-top: -1px
}

.components-panel__body {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.components-panel__body h3 {
    margin: 0 0 .5em
}

.components-panel__body.is-opened {
    padding: 16px
}

.components-panel__header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: initial;
    display: flex;
    height: 47px;
    justify-content: space-between;
    padding: 0 16px
}

.components-panel__header h2 {
    color: inherit;
    font-size: inherit;
    margin: 0
}

.components-panel__body+.components-panel__body,
.components-panel__body+.components-panel__header,
.components-panel__header+.components-panel__body,
.components-panel__header+.components-panel__header {
    margin-top: -1px
}

.components-panel__body>.components-panel__body-title {
    display: block;
    font-size: inherit;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    transition: background .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body>.components-panel__body-title {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-panel__body.is-opened>.components-panel__body-title {
    margin: -16px -16px 5px
}

.components-panel__body>.components-panel__body-title:hover {
    background: #f0f0f0;
    border: none
}

.components-panel__body-toggle.components-button {
    border: none;
    box-shadow: none;
    color: #1e1e1e;
    font-weight: 500;
    height: auto;
    outline: none;
    padding: 16px 48px 16px 16px;
    position: relative;
    text-align: left;
    transition: background .1s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body-toggle.components-button {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-panel__body-toggle.components-button:focus {
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-panel__body-toggle.components-button .components-panel__arrow {
    fill: currentColor;
    color: #1e1e1e;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body-toggle.components-button .components-panel__arrow {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
    -ms-filter: fliph;
    filter: FlipH;
    margin-top: -10px;
    transform: scaleX(-1)
}

.components-panel__icon {
    color: #757575;
    margin: -2px 0 -2px 6px
}

.components-panel__body-toggle-icon {
    margin-right: -5px
}

.components-panel__color-title {
    float: left;
    height: 19px
}

.components-panel__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    min-height: 36px
}

.components-panel__row select {
    min-width: 0
}

.components-panel__row label {
    flex-shrink: 0;
    margin-right: 12px;
    max-width: 75%
}

.components-panel__row:empty,
.components-panel__row:first-of-type {
    margin-top: 0
}

.components-panel .circle-picker {
    padding-bottom: 20px
}

.components-placeholder.components-placeholder {
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    box-sizing: border-box;
    color: #1e1e1e;
    font-size: 13px;
    margin: 0;
    outline: 1px solid #0000;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%
}

@supports (position: sticky) {
    .components-placeholder.components-placeholder {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: top
    }
}

.components-placeholder__error,
.components-placeholder__fieldset,
.components-placeholder__instructions,
.components-placeholder__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none
}

.components-placeholder__label {
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 16px
}

.components-placeholder__label .block-editor-block-icon,
.components-placeholder__label .dashicon,
.components-placeholder__label>svg {
    fill: currentColor;
    margin-right: 12px
}

@media (forced-colors:active) {
    .components-placeholder__label .block-editor-block-icon,
    .components-placeholder__label .dashicon,
    .components-placeholder__label>svg {
        fill: CanvasText
    }
}

.components-placeholder__label:empty {
    display: none
}

.components-placeholder__fieldset,
.components-placeholder__fieldset form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.components-placeholder__fieldset form p,
.components-placeholder__fieldset p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.components-placeholder__fieldset.is-column-layout,
.components-placeholder__fieldset.is-column-layout form {
    flex-direction: column
}

.components-placeholder__input[type=url] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    flex: 1 1 auto;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 8px 0 0;
    padding: 6px 8px;
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .components-placeholder__input[type=url] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-placeholder__input[type=url] {
        font-size: 13px;
        line-height: normal
    }
}

.components-placeholder__input[type=url]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-placeholder__input[type=url]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.components-placeholder__instructions {
    margin-bottom: 1em
}

.components-placeholder__error {
    margin-top: 1em;
    width: 100%
}

.components-placeholder__fieldset .components-button {
    margin-bottom: 12px;
    margin-right: 12px
}

.components-placeholder__fieldset .components-button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
    margin-left: 10px;
    margin-right: 10px
}

.components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
    margin-right: 0
}

.components-placeholder.is-large .components-placeholder__label {
    font-size: 18pt;
    font-weight: 400
}

.components-placeholder.is-medium .components-placeholder__instructions,
.components-placeholder.is-small .components-placeholder__instructions {
    display: none
}

.components-placeholder.is-medium .components-placeholder__fieldset,
.components-placeholder.is-medium .components-placeholder__fieldset form,
.components-placeholder.is-small .components-placeholder__fieldset,
.components-placeholder.is-small .components-placeholder__fieldset form {
    flex-direction: column
}

.components-placeholder.is-medium .components-placeholder__fieldset .components-button,
.components-placeholder.is-small .components-placeholder__fieldset .components-button {
    margin-right: auto
}

.components-placeholder.is-small .components-button {
    padding: 0 8px 2px
}

.components-placeholder.has-illustration {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    backface-visibility: hidden;
    background-color: initial;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    display: flex;
    overflow: auto
}

.is-dark-theme .components-placeholder.has-illustration {
    background-color: #0000001a
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.components-placeholder.has-illustration .components-button,
.components-placeholder.has-illustration .components-placeholder__instructions,
.components-placeholder.has-illustration .components-placeholder__label {
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .components-placeholder.has-illustration .components-button,
    .components-placeholder.has-illustration .components-placeholder__instructions,
    .components-placeholder.has-illustration .components-placeholder__label {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.is-selected>.components-placeholder.has-illustration .components-button,
.is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,
.is-selected>.components-placeholder.has-illustration .components-placeholder__label {
    opacity: 1;
    pointer-events: auto
}

.components-placeholder.has-illustration:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.components-placeholder__preview {
    display: flex;
    justify-content: center
}

.components-placeholder__illustration {
    stroke: currentColor;
    box-sizing: initial;
    height: 100%;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.components-popover {
    box-sizing: border-box;
    will-change: transform;
    z-index: 1000000
}

.components-popover *,
.components-popover :after,
.components-popover :before {
    box-sizing: inherit
}

.components-popover.is-expanded {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000!important
}

.components-popover__content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc, 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    width: min-content
}

.is-alternate .components-popover__content {
    box-shadow: 0 0 0 1px #1e1e1e
}

.is-unstyled .components-popover__content {
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

.components-popover.is-expanded .components-popover__content {
    box-shadow: 0 -1px 0 0 #ccc;
    height: calc(100% - 48px);
    overflow-y: visible;
    position: static;
    width: auto
}

.components-popover.is-expanded.is-alternate .components-popover__content {
    box-shadow: 0 -1px 0 #1e1e1e
}

.components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.components-popover__close.components-button {
    z-index: 5
}

.components-popover__arrow {
    display: flex;
    height: 14px;
    pointer-events: none;
    position: absolute;
    width: 14px
}

.components-popover__arrow:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    right: 1px;
    top: -1px
}

.components-popover__arrow.is-top {
    bottom: -14px!important;
    transform: rotate(0)
}

.components-popover__arrow.is-right {
    left: -14px!important;
    transform: rotate(90deg)
}

.components-popover__arrow.is-bottom {
    top: -14px!important;
    transform: rotate(180deg)
}

.components-popover__arrow.is-left {
    right: -14px!important;
    transform: rotate(-90deg)
}

.components-popover__triangle {
    display: block;
    flex: 1
}

.components-popover__triangle-bg {
    fill: #fff
}

.components-popover__triangle-border {
    fill: #0000;
    stroke-width: 1px;
    stroke: #ccc
}

.is-alternate .components-popover__triangle-border {
    stroke: #1e1e1e
}

.components-popover-pointer-events-trap {
    background-color: initial;
    inset: 0;
    position: fixed;
    z-index: 1000000
}

.components-radio-control__option {
    align-items: center;
    display: flex
}

.components-radio-control__input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 #0000;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    margin: 0 6px 0 0;
    padding: 0;
    transition: box-shadow .1s linear;
    transition: none;
    width: 24px
}

@media (prefers-reduced-motion:reduce) {
    .components-radio-control__input[type=radio] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-radio-control__input[type=radio] {
        font-size: 13px;
        line-height: normal
    }
}

.components-radio-control__input[type=radio]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-radio-control__input[type=radio]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
    color: #1e1e1e9e
}

@media (min-width: 600px) {
    .components-radio-control__input[type=radio] {
        height: 20px;
        width: 20px
    }
}

.components-radio-control__input[type=radio]:checked:before {
    background-color: #fff;
    border: 4px solid #fff;
    box-sizing: inherit;
    height: 8px;
    margin: 0;
    transform: translate(7px, 7px);
    width: 8px
}

@media (min-width: 600px) {
    .components-radio-control__input[type=radio]:checked:before {
        transform: translate(5px, 5px)
    }
}

.components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-radio-control__input[type=radio]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px var(--wp-components-color-background, #fff), 0 0 0 4px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-radio-control__input[type=radio]:checked {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-radio-control__input[type=radio]:checked:before {
    border-radius: 50%;
    content: ""
}

.components-radio-control__label {
    cursor: pointer
}

.components-resizable-box__handle {
    display: none;
    height: 23px;
    width: 23px;
    z-index: 2
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
    display: block
}

.components-resizable-box__container>img {
    width: inherit
}

.components-resizable-box__handle:after {
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    content: "";
    cursor: inherit;
    display: block;
    height: 15px;
    outline: 2px solid #0000;
    position: absolute;
    right: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 15px
}

.components-resizable-box__side-handle:before {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 2px;
    content: "";
    cursor: inherit;
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    right: calc(50% - 1px);
    top: calc(50% - 1px);
    transition: transform .1s ease-in;
    width: 3px;
    will-change: transform
}

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle:before {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-resizable-box__corner-handle,
.components-resizable-box__side-handle {
    z-index: 2
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top,
.components-resizable-box__side-handle.components-resizable-box__handle-top:before {
    border-left: 0;
    border-right: 0;
    left: 0;
    width: 100%
}

.components-resizable-box__side-handle.components-resizable-box__handle-left,
.components-resizable-box__side-handle.components-resizable-box__handle-left:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right,
.components-resizable-box__side-handle.components-resizable-box__handle-right:before {
    border-bottom: 0;
    border-top: 0;
    height: 100%;
    top: 0
}

.components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
.components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation: components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
    .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

@media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
        .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
            animation: none
        }
    }
}

@keyframes components-resizable-box__top-bottom-animation {
    0% {
        opacity: 0;
        transform: scaleX(0)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes components-resizable-box__left-right-animation {
    0% {
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

.components-resizable-box__handle-right {
    right: -11.5px
}

.components-resizable-box__handle-left {
    left: -11.5px
}

.components-resizable-box__handle-top {
    top: -11.5px
}

.components-resizable-box__handle-bottom {
    bottom: -11.5px
}

.components-responsive-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.components-responsive-wrapper__content {
    display: block;
    max-width: 100%;
    width: 100%
}

.components-sandbox {
    overflow: hidden
}

iframe.components-sandbox {
    width: 100%
}

body.lockscroll,
html.lockscroll {
    overflow: hidden
}

.components-select-control__input {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)!important;
    outline: 0
}

@media (max-width: 782px) {
    .components-base-control .components-base-control__field .components-select-control__input {
        font-size: 16px
    }
}

.components-snackbar {
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background: #000000d9;
    border-radius: 2px;
    box-shadow: 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 12px 20px;
    pointer-events: auto;
    width: 100%
}

@media (min-width: 600px) {
    .components-snackbar {
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.components-snackbar .components-snackbar__content-with-icon {
    padding-left: 24px;
    position: relative
}

.components-snackbar .components-snackbar__icon {
    left: -8px;
    position: absolute;
    top: -2.9px
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 24px
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: initial;
    text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    outline: 1px dotted #fff
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: #fff;
    text-decoration: none
}

.components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.components-tab-panel__tabs {
    align-items: stretch;
    display: flex;
    flex-direction: row
}

.components-tab-panel__tabs[aria-orientation=vertical] {
    flex-direction: column
}

.components-tab-panel__tabs-item {
    background: #0000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    margin-left: 0;
    padding: 3px 16px;
    position: relative
}

.components-tab-panel__tabs-item:focus:not(:disabled) {
    box-shadow: none;
    outline: none;
    position: relative
}

.components-tab-panel__tabs-item:after {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 0;
    bottom: 0;
    content: "";
    height: calc(var(--wp-admin-border-width-focus)*0);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .components-tab-panel__tabs-item:after {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-tab-panel__tabs-item.is-active:after {
    height: calc(var(--wp-admin-border-width-focus)*1);
    outline: 2px solid #0000;
    outline-offset: -1px
}

.components-tab-panel__tabs-item:before {
    border-radius: 2px;
    bottom: 12px;
    box-shadow: 0 0 0 0 #0000;
    content: "";
    left: 12px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .components-tab-panel__tabs-item:before {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-tab-panel__tabs-item:focus-visible:before {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.components-text-control__input,
.components-text-control__input[type=color],
.components-text-control__input[type=date],
.components-text-control__input[type=datetime-local],
.components-text-control__input[type=datetime],
.components-text-control__input[type=email],
.components-text-control__input[type=month],
.components-text-control__input[type=number],
.components-text-control__input[type=password],
.components-text-control__input[type=tel],
.components-text-control__input[type=text],
.components-text-control__input[type=time],
.components-text-control__input[type=url],
.components-text-control__input[type=week] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: normal;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .components-text-control__input,
    .components-text-control__input[type=color],
    .components-text-control__input[type=date],
    .components-text-control__input[type=datetime-local],
    .components-text-control__input[type=datetime],
    .components-text-control__input[type=email],
    .components-text-control__input[type=month],
    .components-text-control__input[type=number],
    .components-text-control__input[type=password],
    .components-text-control__input[type=tel],
    .components-text-control__input[type=text],
    .components-text-control__input[type=time],
    .components-text-control__input[type=url],
    .components-text-control__input[type=week] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width: 600px) {
    .components-text-control__input,
    .components-text-control__input[type=color],
    .components-text-control__input[type=date],
    .components-text-control__input[type=datetime-local],
    .components-text-control__input[type=datetime],
    .components-text-control__input[type=email],
    .components-text-control__input[type=month],
    .components-text-control__input[type=number],
    .components-text-control__input[type=password],
    .components-text-control__input[type=tel],
    .components-text-control__input[type=text],
    .components-text-control__input[type=time],
    .components-text-control__input[type=url],
    .components-text-control__input[type=week] {
        font-size: 13px;
        line-height: normal
    }
}

.components-text-control__input:focus,
.components-text-control__input[type=color]:focus,
.components-text-control__input[type=date]:focus,
.components-text-control__input[type=datetime-local]:focus,
.components-text-control__input[type=datetime]:focus,
.components-text-control__input[type=email]:focus,
.components-text-control__input[type=month]:focus,
.components-text-control__input[type=number]:focus,
.components-text-control__input[type=password]:focus,
.components-text-control__input[type=tel]:focus,
.components-text-control__input[type=text]:focus,
.components-text-control__input[type=time]:focus,
.components-text-control__input[type=url]:focus,
.components-text-control__input[type=week]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.components-text-control__input::-webkit-input-placeholder,
.components-text-control__input[type=color]::-webkit-input-placeholder,
.components-text-control__input[type=date]::-webkit-input-placeholder,
.components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.components-text-control__input[type=datetime]::-webkit-input-placeholder,
.components-text-control__input[type=email]::-webkit-input-placeholder,
.components-text-control__input[type=month]::-webkit-input-placeholder,
.components-text-control__input[type=number]::-webkit-input-placeholder,
.components-text-control__input[type=password]::-webkit-input-placeholder,
.components-text-control__input[type=tel]::-webkit-input-placeholder,
.components-text-control__input[type=text]::-webkit-input-placeholder,
.components-text-control__input[type=time]::-webkit-input-placeholder,
.components-text-control__input[type=url]::-webkit-input-placeholder,
.components-text-control__input[type=week]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.components-text-control__input::-moz-placeholder,
.components-text-control__input[type=color]::-moz-placeholder,
.components-text-control__input[type=date]::-moz-placeholder,
.components-text-control__input[type=datetime-local]::-moz-placeholder,
.components-text-control__input[type=datetime]::-moz-placeholder,
.components-text-control__input[type=email]::-moz-placeholder,
.components-text-control__input[type=month]::-moz-placeholder,
.components-text-control__input[type=number]::-moz-placeholder,
.components-text-control__input[type=password]::-moz-placeholder,
.components-text-control__input[type=tel]::-moz-placeholder,
.components-text-control__input[type=text]::-moz-placeholder,
.components-text-control__input[type=time]::-moz-placeholder,
.components-text-control__input[type=url]::-moz-placeholder,
.components-text-control__input[type=week]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.components-text-control__input:-ms-input-placeholder,
.components-text-control__input[type=color]:-ms-input-placeholder,
.components-text-control__input[type=date]:-ms-input-placeholder,
.components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.components-text-control__input[type=datetime]:-ms-input-placeholder,
.components-text-control__input[type=email]:-ms-input-placeholder,
.components-text-control__input[type=month]:-ms-input-placeholder,
.components-text-control__input[type=number]:-ms-input-placeholder,
.components-text-control__input[type=password]:-ms-input-placeholder,
.components-text-control__input[type=tel]:-ms-input-placeholder,
.components-text-control__input[type=text]:-ms-input-placeholder,
.components-text-control__input[type=time]:-ms-input-placeholder,
.components-text-control__input[type=url]:-ms-input-placeholder,
.components-text-control__input[type=week]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.components-text-control__input.is-next-40px-default-size,
.components-text-control__input[type=color].is-next-40px-default-size,
.components-text-control__input[type=date].is-next-40px-default-size,
.components-text-control__input[type=datetime-local].is-next-40px-default-size,
.components-text-control__input[type=datetime].is-next-40px-default-size,
.components-text-control__input[type=email].is-next-40px-default-size,
.components-text-control__input[type=month].is-next-40px-default-size,
.components-text-control__input[type=number].is-next-40px-default-size,
.components-text-control__input[type=password].is-next-40px-default-size,
.components-text-control__input[type=tel].is-next-40px-default-size,
.components-text-control__input[type=text].is-next-40px-default-size,
.components-text-control__input[type=time].is-next-40px-default-size,
.components-text-control__input[type=url].is-next-40px-default-size,
.components-text-control__input[type=week].is-next-40px-default-size {
    height: 40px
}

.components-tip {
    color: #757575;
    display: flex
}

.components-tip svg {
    fill: #f0b849;
    align-self: center;
    flex-shrink: 0;
    margin-right: 16px
}

.components-tip p {
    margin: 0
}

.components-accessible-toolbar {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    display: inline-flex;
    flex-shrink: 0
}

.components-accessible-toolbar>.components-toolbar-group:last-child {
    border-right: none
}

.components-accessible-toolbar.is-unstyled {
    border: none
}

.components-accessible-toolbar.is-unstyled>.components-toolbar-group {
    border-right: none
}

.components-accessible-toolbar .components-button,
.components-toolbar .components-button {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1
}

.components-accessible-toolbar .components-button:focus:not(:disabled),
.components-toolbar .components-button:focus:not(:disabled) {
    box-shadow: none;
    outline: none
}

.components-accessible-toolbar .components-button:before,
.components-toolbar .components-button:before {
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards;
    border-radius: 2px;
    content: "";
    display: block;
    height: 32px;
    left: 8px;
    position: absolute;
    right: 8px;
    z-index: -1
}

@media (prefers-reduced-motion:reduce) {
    .components-accessible-toolbar .components-button:before,
    .components-toolbar .components-button:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.components-accessible-toolbar .components-button svg,
.components-toolbar .components-button svg {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.components-accessible-toolbar .components-button.is-pressed,
.components-accessible-toolbar .components-button.is-pressed:hover,
.components-toolbar .components-button.is-pressed,
.components-toolbar .components-button.is-pressed:hover {
    background: #0000
}

.components-accessible-toolbar .components-button.is-pressed:before,
.components-toolbar .components-button.is-pressed:before {
    background: #1e1e1e
}

.components-accessible-toolbar .components-button:focus:before,
.components-toolbar .components-button:focus:before {
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.components-accessible-toolbar .components-button.has-icon.has-icon,
.components-toolbar .components-button.has-icon.has-icon {
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px
}

.components-accessible-toolbar .components-button.components-tab-button,
.components-toolbar .components-button.components-tab-button {
    font-weight: 500
}

.components-accessible-toolbar .components-button.components-tab-button span,
.components-toolbar .components-button.components-tab-button span {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

@keyframes components-button__appear-animation {
    0% {
        transform: scaleY(0)
    }
    to {
        transform: scaleY(1)
    }
}

.components-toolbar__control.components-button {
    position: relative
}

.components-toolbar__control.components-button[data-subscript] svg {
    padding: 5px 10px 5px 0
}

.components-toolbar__control.components-button[data-subscript]:after {
    bottom: 10px;
    content: attr(data-subscript);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    right: 8px
}

.components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
    color: #fff
}

.components-toolbar-group {
    background-color: #fff;
    border-right: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    line-height: 0;
    min-height: 48px;
    padding-left: 6px;
    padding-right: 6px
}

.components-toolbar-group .components-toolbar-group.components-toolbar-group {
    border-width: 0;
    margin: 0
}

.components-toolbar-group .components-button.components-button,
.components-toolbar-group .components-button.has-icon.has-icon {
    min-width: 36px;
    padding-left: 6px;
    padding-right: 6px
}

.components-toolbar-group .components-button.components-button svg,
.components-toolbar-group .components-button.has-icon.has-icon svg {
    min-width: 24px
}

.components-toolbar-group .components-button.components-button:before,
.components-toolbar-group .components-button.has-icon.has-icon:before {
    left: 2px;
    right: 2px
}

.components-toolbar {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin: 0;
    min-height: 48px
}

.components-toolbar .components-toolbar.components-toolbar {
    border-width: 0;
    margin: 0
}

div.components-toolbar>div {
    display: block;
    margin: 0
}

@supports (position: sticky) {
    div.components-toolbar>div {
        display: flex
    }
}

div.components-toolbar>div+div.has-left-divider {
    margin-left: 6px;
    overflow: visible;
    position: relative
}

div.components-toolbar>div+div.has-left-divider:before {
    background-color: #ddd;
    box-sizing: initial;
    content: "";
    display: inline-block;
    height: 20px;
    left: -3px;
    position: absolute;
    top: 8px;
    width: 1px
}

.components-tooltip {
    background: #000;
    border-radius: 2px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 8px;
    text-align: center;
    z-index: 1000002
}

.components-tooltip__shortcut {
    margin-left: 8px
}

@keyframes crowdsignal-forms-animation__pop {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__pulse {
    0% {
        opacity: .4
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: .4
    }
}

@keyframes crowdsignal-forms-animation__grow {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes crowdsignal-forms-animation__fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.crowdsignal-forms-dialog-wrapper {
    align-items: center;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10000
}

.crowdsignal-forms-nps {
    border: 0;
    border-top: 10px solid var(--crowdsignal-forms-button-color);
    background-color: var(--crowdsignal-forms-background-color);
    color: var(--crowdsignal-forms-text-color);
    height: auto;
    padding: 24px 16px;
    position: relative
}

@media screen and (min-width: 670px) {
    .crowdsignal-forms-nps {
        padding: 32px 32px 24px
    }
}

.crowdsignal-forms-nps .crowdsignal-forms__footer-branding {
    margin-top: 40px;
    font-size: 16px
}

.crowdsignal-forms-nps__close-button {
    align-items: center;
    background-color: var(--crowdsignal-forms-button-color);
    border: 0;
    border-radius: 20px;
    color: var(--crowdsignal-forms-button-text-color);
    display: flex;
    height: 40px;
    justify-content: center;
    outline: 0;
    padding: 0;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 40px
}

.crowdsignal-forms-nps__close-button:hover {
    background-color: var(--crowdsignal-forms-button-text-color);
    color: var(--crowdsignal-forms-button-color)
}

.crowdsignal-forms-nps__question {
    margin-top: 0 !important;
    margin-bottom: 32px !important
}

.crowdsignal-forms-nps__rating {
    display: flex;
    flex-direction: column
}

.crowdsignal-forms-nps__rating-labels {
    display: flex;
    flex-direction: row;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    justify-content: space-between;
    margin-top: 8px
}

.crowdsignal-forms-nps__rating-scale {
    display: flex;
    margin: 10px auto 0;
    width: 100%
}

.crowdsignal-forms-nps__rating-button {
    background-color: var(--crowdsignal-forms-button-color);
    border: 1px solid var(--crowdsignal-forms-button-color);
    border-radius: 2px;
    color: var(--crowdsignal-forms-button-text-color);
    cursor: pointer;
    display: inline-flex;
    flex: 1;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    line-height: 50px;
    margin: 0 0 0 .4em;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s, color .2s
}

.crowdsignal-forms-nps__rating-button:first-child {
    margin: 0
}

.crowdsignal-forms-nps__rating-button:hover:enabled {
    background-color: var(--crowdsignal-forms-button-text-color);
    color: var(--crowdsignal-forms-button-color);
    text-decoration: none
}

.crowdsignal-forms-nps__rating-button:disabled:not(.is-active) {
    background-color: transparent;
    color: var(--crowdsignal-forms-button-color)
}

@media screen and (min-width: 670px) {
    .crowdsignal-forms-nps__rating-button {
        margin: 0 0 0 .7em
    }
}

.crowdsignal-forms-nps__feedback {
    display: flex;
    flex-direction: column
}

.crowdsignal-forms-nps__feedback-text {
    margin-top: 16px;
    margin-bottom: 25px;
    font-family: inherit;
    font-size: inherit;
    padding: 8px
}

.crowdsignal-forms-nps__feedback-text textarea {
    font-size: var(--crowdsignal-forms-text-size)
}

.crowdsignal-forms-nps__feedback-button-wrapper {
    align-self: flex-end
}

.crowdsignal-forms-nps__feedback-button {
    align-self: flex-end;
    background-color: var(--crowdsignal-forms-button-color) !important;
    border: 1px solid var(--crowdsignal-forms-button-color);
    color: var(--crowdsignal-forms-button-text-color) !important;
    text-decoration: none
}

.crowdsignal-forms-nps__feedback-button:hover {
    background-color: var(--crowdsignal-forms-button-text-color) !important;
    color: var(--crowdsignal-forms-button-color) !important;
    text-decoration: none
}

.crowdsignal-forms__footer-branding {
    align-items: center;
    display: flex;
    margin-top: 16px;
    width: 100%
}

.crowdsignal-forms__footer-branding img.crowdsignal-forms__footer-branding-logo {
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    width: 50px
}

.crowdsignal-forms__footer-branding .crowdsignal-forms__branding-promote {
    display: inline-flex;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 10px;
    text-decoration: none !important;
    box-shadow: none;
    border: 0;
    background-color: #a4a4a4a4;
    color: #fff;
    cursor: pointer;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 16px;
    border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle
}

.crowdsignal-forms__footer-cs-link {
    display: inline-flex;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 0 solid var(--crowdsignal-forms-text-color) !important
}

.crowdsignal-forms__footer-cs-link:not(:hover) {
    color: var(--crowdsignal-forms-text-color);
    opacity: .4
}

.has-default-thankyou .crowdsignal-forms__footer-cs-link {
    color: #333
}

@keyframes crowdsignal-forms-animation__pop {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__pulse {
    0% {
        opacity: .4
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: .4
    }
}

@keyframes crowdsignal-forms-animation__grow {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes crowdsignal-forms-animation__fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.crowdsignal-forms-feedback {
    display: flex;
    position: fixed;
    z-index: 9999999
}

.crowdsignal-forms-feedback>div:last-child:not(.crowdsignal-forms-feedback__trigger) {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.crowdsignal-forms-feedback .crowdsignal-forms__footer-branding {
    margin-top: 24px;
    font-size: 12px;
    line-height: 1.25
}

.crowdsignal-forms-feedback__trigger-wrapper {
    margin: 0 !important
}

.crowdsignal-forms-feedback.is-vertical .crowdsignal-forms-feedback__trigger-wrapper {
    margin-top: -50%;
    transform-origin: top right;
    transform: rotateZ(270deg) translateY(-100%)
}

.crowdsignal-forms-feedback.is-vertical.align-right .crowdsignal-forms-feedback__trigger-wrapper {
    transform-origin: top left;
    transform: rotateZ(270deg) translateX(-100%)
}

.crowdsignal-forms-feedback__trigger {
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
    cursor: pointer;
    background-color: var(--crowdsignal-forms-trigger-background-color) !important;
    color: var(--crowdsignal-forms-trigger-text-color) !important;
    display: flex !important;
    align-items: center;
    font-size: 16px !important;
    line-height: 1.5 !important;
    padding: 10px 16px !important;
    white-space: nowrap !important;
    border: none
}

.crowdsignal-forms-feedback__trigger>svg {
    fill: currentColor
}

.crowdsignal-forms-feedback__trigger.is-active {
    background: var(--crowdsignal-forms-trigger-background-color) !important;
    padding-left: 12px !important
}

.crowdsignal-forms-feedback.no-shadow .crowdsignal-forms-feedback__trigger {
    box-shadow: none
}

.crowdsignal-forms-feedback__popover-wrapper.components-popover .components-popover__content {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
    overflow: visible
}

.crowdsignal-forms-feedback__popover {
    background-color: var(--crowdsignal-forms-background-color);
    border-top: 10px solid var(--crowdsignal-forms-button-color);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .3);
    color: var(--crowdsignal-forms-text-color);
    max-height: 480px;
    outline: 0;
    overflow-y: scroll;
    padding: 24px;
    width: 240px;
    text-align: left;
    z-index: 100;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 360px) {
    .crowdsignal-forms-feedback__popover {
        max-height: 640px;
        width: 300px
    }
}

@media screen and (min-width: 480px) {
    .crowdsignal-forms-feedback__popover {
        max-height: auto;
        width: 380px
    }
}

.crowdsignal-forms-feedback__header {
    color: var(--crowdsignal-forms-text-color);
    margin-top: 0 !important;
    margin-bottom: 32px !important;
    flex-grow: 1
}

.crowdsignal-forms-feedback__input {
    margin-top: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    padding: 16px
}

.crowdsignal-forms-feedback__input.is-error:before {
    border: 3px solid #d63638;
    box-sizing: border-box;
    content: "";
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    bottom: -4px;
    right: -4px;
    z-index: -1
}

.crowdsignal-forms-feedback__button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
    margin-bottom: 0;
    width: 100%
}

.crowdsignal-forms-feedback__button-wrapper:hover {
    color: var(--crowdsignal-forms-button-color)
}

.crowdsignal-forms-feedback__feedback-button {
    background-color: var(--crowdsignal-forms-button-color) !important;
    color: var(--crowdsignal-forms-button-text-color) !important;
    border: none
}

.crowdsignal-forms__footer-branding {
    align-items: center;
    display: flex;
    margin-top: 16px;
    width: 100%
}

.crowdsignal-forms__footer-branding img.crowdsignal-forms__footer-branding-logo {
    height: 50px;
    margin-left: auto;
    margin-right: 0;
    width: 50px
}

.crowdsignal-forms__footer-branding .crowdsignal-forms__branding-promote {
    display: inline-flex;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 10px;
    text-decoration: none !important;
    box-shadow: none;
    border: 0;
    background-color: #a4a4a4a4;
    color: #fff;
    cursor: pointer;
    padding-right: 8px;
    padding-left: 8px;
    margin-left: 16px;
    border-radius: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: middle
}

.crowdsignal-forms__footer-cs-link {
    display: inline-flex;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 0 solid var(--crowdsignal-forms-text-color) !important
}

.crowdsignal-forms__footer-cs-link:not(:hover) {
    color: var(--crowdsignal-forms-text-color);
    opacity: .4
}

.has-default-thankyou .crowdsignal-forms__footer-cs-link {
    color: #333
}

@keyframes crowdsignal-forms-animation__pop {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__pulse {
    0% {
        opacity: .4
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: .4
    }
}

@keyframes crowdsignal-forms-animation__grow {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes crowdsignal-forms-animation__fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.crowdsignal-applause-wrapper {
    margin-bottom: 3em
}

.crowdsignal-forms-applause {
    display: flex;
    flex-direction: row;
    align-items: center;
    outline: 0;
    width: max-content;
    cursor: pointer;
    border: var(--crowdsignal-forms-applause-border-width) solid #d2d2d2;
    border-radius: var(--crowdsignal-forms-applause-border-radius);
    user-select: none;
    --webkit-user-select: none
}

.crowdsignal-forms-applause .crowdsignal-forms-applause__count {
    margin: unset !important
}

.crowdsignal-forms-applause.size-small {
    padding: 20px 16px 18px 12px;
    height: .7em
}

.crowdsignal-forms-applause.size-small .crowdsignal-forms-applause__count {
    font-size: 14px;
    padding-bottom: 2px
}

.crowdsignal-forms-applause.size-medium {
    height: 1em;
    padding: 24px 16px 20px 8px
}

.crowdsignal-forms-applause.size-medium .crowdsignal-forms-applause__count {
    font-size: 16px;
    padding-bottom: 4px
}

.crowdsignal-forms-applause.size-large {
    height: 1.2em;
    padding: 28px 18px 22px 8px
}

.crowdsignal-forms-applause.size-large .crowdsignal-forms-applause__count {
    font-size: 19px;
    padding-bottom: 6px
}

.crowdsignal-forms-applause.is-closed {
    opacity: .5
}

.crowdsignal-forms-applause.has-text-color {
    color: var(--crowdsignal-forms-applause-text-color)
}

.crowdsignal-forms-applause.has-border-color {
    border: var(--crowdsignal-forms-applause-border-width) solid var(--crowdsignal-forms-applause-border-color)
}

.crowdsignal-forms-applause.has-bg-color {
    background-color: var(--crowdsignal-forms-applause-bg-color)
}

.crowdsignal-forms-applause:not(.is-closed):hover {
    color: var(--crowdsignal-forms-applause-hover-color);
    border-color: var(--crowdsignal-forms-applause-hover-color)
}

.crowdsignal-forms-applause:not(.is-closed):hover.has-bg-color {
    color: var(--crowdsignal-forms-applause-bg-color);
    background-color: var(--crowdsignal-forms-applause-text-color);
    border-color: var(--crowdsignal-forms-applause-bg-color)
}

.crowdsignal-forms-applause__animation {
    fill: var(--crowdsignal-forms-applause-text-color);
    margin-inline-end: 5px
}

.crowdsignal-forms-applause.size-small .crowdsignal-forms-applause__animation {
    width: 33px;
    height: 33px;
    max-height: 33px
}

.crowdsignal-forms-applause.size-medium .crowdsignal-forms-applause__animation {
    width: 50px;
    height: 50px;
    max-height: 50px
}

.crowdsignal-forms-applause.size-large .crowdsignal-forms-applause__animation {
    width: 60px;
    height: 60px;
    max-height: 60px
}

.crowdsignal-forms-applause__animation .crowdsignal-forms-applause__animation-inner-fill {
    fill: var(--crowdsignal-forms-applause-bg-color)
}

.crowdsignal-forms-applause:not(.is-closed):hover .crowdsignal-forms-applause__animation {
    fill: var(--crowdsignal-forms-applause-hover-color)
}

.crowdsignal-forms-applause.has-bg-color:not(.is-closed):hover .crowdsignal-forms-applause__animation {
    fill: var(--crowdsignal-forms-applause-bg-color)
}

.crowdsignal-forms-applause.has-bg-color:not(.is-closed):hover .crowdsignal-forms-applause__animation .crowdsignal-forms-applause__animation-inner-fill {
    fill: var(--crowdsignal-forms-applause-text-color)
}

.crowdsignal-forms-applause__animation-right {
    transition: transform .3s
}

.crowdsignal-forms-applause:not(.is-closed):hover .crowdsignal-forms-applause__animation-right {
    transform: translateX(3%) translateY(-3%)
}

.crowdsignal-forms-applause__animation-left {
    transition: transform .3s
}

.crowdsignal-forms-applause:not(.is-closed):hover .crowdsignal-forms-applause__animation-left {
    transform: translateX(-3%) translateY(0)
}

.crowdsignal-forms-applause__animation-wave-small {
    opacity: 1
}

.crowdsignal-forms-applause:not(.is-closed):hover .crowdsignal-forms-applause__animation-wave-small {
    animation: crowdsignal-forms-animation__fade-out .3s forwards;
    transform: translateY(-5%);
    transition: transform .3s
}

.crowdsignal-forms-applause__animation-wave-large {
    opacity: 0
}

.crowdsignal-forms-applause .crowdsignal-forms-applause__animation.is-active .crowdsignal-forms-applause__animation-right {
    transform: translateX(-3%) translateY(0);
    transition: transform .1s
}

.crowdsignal-forms-applause .crowdsignal-forms-applause__animation.is-active .crowdsignal-forms-applause__animation-left {
    transform: translateX(3%) translateY(0);
    transition: transform .1s
}

.crowdsignal-forms-applause .crowdsignal-forms-applause__animation.is-active .crowdsignal-forms-applause__animation-wave-small {
    animation: crowdsignal-forms-animation__fade-out .3s forwards;
    transform: translateY(-5%);
    transition: transform .3s
}

.crowdsignal-forms-applause .crowdsignal-forms-applause__animation.is-active .crowdsignal-forms-applause__animation-wave-large {
    animation: crowdsignal-forms-animation__fade-in .03s forwards;
    animation-delay: .07s
}

.crowdsignal-forms__branding {
    display: flex;
    margin: 8px 4px 0;
    font-size: 8px
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link {
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: none;
    border: 0
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link:hover {
    box-shadow: none
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link.with-external-icon:after {
    content: "\2197";
    display: inline;
    font-size: 6px;
    vertical-align: top
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link:not(:hover) {
    color: var(--crowdsignal-forms-text-color)
}

@keyframes crowdsignal-forms-animation__pop {
    0% {
        transform: scale(0)
    }
    50% {
        transform: scale(1.2)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__pulse {
    0% {
        opacity: .4
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: .4
    }
}

@keyframes crowdsignal-forms-animation__grow {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes crowdsignal-forms-animation__fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes crowdsignal-forms-animation__fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.crowdsignal-vote-wrapper:not(:first-child),
[data-type="crowdsignal-forms/vote"]:not(:first-child) {
    margin-top: 3em
}

.crowdsignal-vote-wrapper:not(:last-child),
[data-type="crowdsignal-forms/vote"]:not(:last-child) {
    margin-bottom: 3em
}

.crowdsignal-forms-vote {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    border-style: unset
}

.crowdsignal-forms-vote.crowdsignal-forms-vote__example {
    align-items: center
}

.crowdsignal-forms-vote__items {
    display: flex;
    flex-direction: row
}

.crowdsignal-forms-vote-item {
    border: var(--crowdsignal-forms-vote-border-width) solid #d2d2d2;
    border-radius: var(--crowdsignal-forms-vote-border-radius);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    user-select: none;
    -webkit-user-select: none
}

.crowdsignal-forms-vote-item:not(:last-child) {
    margin-inline-end: 8px !important
}

.crowdsignal-forms-vote-item.has-bg-color {
    background-color: var(--crowdsignal-forms-vote-bg-color)
}

.crowdsignal-forms-vote-item.has-border-color {
    border-color: var(--crowdsignal-forms-vote-border-color)
}

.crowdsignal-forms-vote-item.has-text-color {
    color: var(--crowdsignal-forms-vote-text-color)
}

.is-closed .crowdsignal-forms-vote-item,
.crowdsignal-forms-vote-item.is-disabled {
    cursor: inherit
}

.is-closed .crowdsignal-forms-vote-item,
.crowdsignal-forms-vote-item.is-disabled:not(.is-voted-on) {
    opacity: .5
}

.size-small .crowdsignal-forms-vote-item {
    padding: 18px 10px;
    height: .7em
}

.size-small .crowdsignal-forms-vote-item.is-type-down {
    padding-left: 9px
}

.size-medium .crowdsignal-forms-vote-item {
    height: 1em;
    padding: 20px 10px
}

.size-medium .crowdsignal-forms-vote-item.is-type-down {
    padding-left: 9px
}

.size-large .crowdsignal-forms-vote-item {
    height: 1.2em;
    padding: 22px 16px
}

.size-large .crowdsignal-forms-vote-item:not(:last-child) {
    margin-inline-end: 16px !important
}

.size-large .crowdsignal-forms-vote-item.is-type-down {
    padding-left: 15px
}

.crowdsignal-forms-vote-item.is-voted-on,
.crowdsignal-forms-vote-item:hover:not(.is-disabled),
.crowdsignal-forms-vote-item:focus:not(.is-disabled):not(.is-in-editor) {
    border-color: var(--crowdsignal-forms-vote-voted-color);
    color: var(--crowdsignal-forms-vote-voted-color)
}

.crowdsignal-forms-vote-item.is-voted-on.has-bg-color,
.crowdsignal-forms-vote-item.is-voted-on.has-text-color,
.crowdsignal-forms-vote-item:hover:not(.is-disabled).has-bg-color,
.crowdsignal-forms-vote-item:hover:not(.is-disabled).has-text-color,
.crowdsignal-forms-vote-item:focus:not(.is-disabled):not(.is-in-editor).has-bg-color,
.crowdsignal-forms-vote-item:focus:not(.is-disabled):not(.is-in-editor).has-text-color {
    background-color: var(--crowdsignal-forms-vote-text-color);
    border-color: var(--crowdsignal-forms-vote-bg-color);
    color: var(--crowdsignal-forms-vote-bg-color)
}

.size-small .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__icon {
    width: .7em;
    height: .7em;
    max-height: .7em
}

.size-medium .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__icon {
    width: 1em;
    height: 1em;
    max-height: 1em
}

.size-large .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__icon {
    width: 1.2em;
    height: 1.2em;
    max-height: 1.2em
}

.crowdsignal-forms-vote-item.is-voted-on .crowdsignal-forms-vote-item__icon {
    animation-duration: .4s;
    animation-name: crowdsignal-forms-animation__grow;
    animation-iteration-count: 1;
    animation-timing-function: ease-out
}

.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count {
    font-size: 14pt;
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    margin-inline-start: 10px;
    font-variant-numeric: tabular-nums;
    transform: rotateX(0deg);
    transform-origin: 50% 50% 10px;
    transition: transform .3s
}

.size-small .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count {
    font-size: .6em
}

.size-medium .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count {
    font-size: .8em
}

.size-large .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count {
    font-size: 1em
}

.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-enter,
.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-enter-active {
    margin: 0;
    position: absolute;
    right: 0
}

.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-enter {
    transform: rotateX(-90deg)
}

.crowdsignal-forms-vote-item.is-voted-on .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-enter {
    transform: rotateX(90deg)
}

.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-exit,
.crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-exit-active {
    margin: 0;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotateX(90deg)
}

.crowdsignal-forms-vote-item.is-voted-on .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-exit,
.crowdsignal-forms-vote-item.is-voted-on .crowdsignal-forms-vote-item .crowdsignal-forms-vote-item__count-exit-active {
    transform: rotateX(-90deg)
}

.crowdsignal-forms-vote__branding {
    display: flex
}

.crowdsignal-forms-vote__branding .crowdsignal-forms-vote__branding-link {
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    font-size: 8px;
    padding: 8px 4px 0;
    text-decoration: none !important;
    text-transform: uppercase;
    border: 0 !important
}

.crowdsignal-forms-vote__branding .crowdsignal-forms-vote__branding-link.with-external-icon:after {
    content: "\2197";
    display: inline;
    font-size: 6px;
    vertical-align: super
}

.crowdsignal-forms-vote__branding .crowdsignal-forms-vote__branding-link:not(:hover) {
    color: var(--crowdsignal-forms-text-color)
}

.crowdsignal-forms__branding {
    display: flex;
    margin: 8px 4px 0;
    font-size: 8px
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link {
    font-family: -apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
    text-decoration: none !important;
    text-transform: uppercase;
    box-shadow: none;
    border: 0
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link:hover {
    box-shadow: none
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link.with-external-icon:after {
    content: "\2197";
    display: inline;
    font-size: 6px;
    vertical-align: top
}

.crowdsignal-forms__branding .crowdsignal-forms__branding-link:not(:hover) {
    color: var(--crowdsignal-forms-text-color)
}

#jp-post-flair {
    padding-top: .5em
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

body.highlander-light h3.sd-title:before {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.sd-sharing {
    margin-bottom: 1em
}

.sd-content ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.sd-content ul li {
    display: inline-block
}

.sd-content ul li.share-deprecated {
    opacity: .5
}

.sd-content ul li.share-deprecated a span {
    text-decoration: line-through
}

.sd-block.sd-gplus {
    margin: 0 0 .5em
}

.sd-gplus .sd-content {
    font-size: 12px
}

.sd-content .share-email-error .share-email-error-title {
    margin: .5em 0
}

.sd-content .share-email-error .share-email-error-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: .5em 0
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button>a {
    text-decoration: none !important;
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    color: #2c3338 !important;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .12);
    text-shadow: none;
    line-height: 23px;
    padding: 4px 11px 3px 9px
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 6px 0 5px;
    min-height: 20px
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
    position: relative;
    top: 2px
}

.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button>a span {
    line-height: 23px;
    margin-left: 6px
}

.sd-social-icon .sd-content ul li a.sd-button>span {
    margin-left: 0
}

.sd-social-text .sd-content ul li a.sd-button span {
    margin-left: 3px
}

.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
    line-height: 12px;
    margin-left: 3px
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
    margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .22)
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 'social-logos';
    vertical-align: top;
    text-align: center
}

.sd-social-icon-text ul li a.sd-button:before {
    position: relative;
    top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sd-content ul li a.sd-button:before {
        position: relative;
        top: 2px
    }
}

.sd-social-official ul li a.sd-button:before {
    position: relative;
    top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sd-social-official ul li a.sd-button:before {
        top: 0
    }
}

.sd-content ul li {
    margin: 0 8px 12px 0;
    padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
    padding-left: 10px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
    margin-left: 0
}

.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
    display: none
}

body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
    background-image: none;
    background-position: -500px -500px !important;
    background-repeat: no-repeat !important;
    padding-left: 0;
    height: 0;
    line-height: inherit
}

.sd-social-icon .sd-content ul li a.share-more {
    position: relative;
    top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

@-moz-document url-prefix() {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

.sd-social-icon .sd-content ul li a.share-more span {
    margin-left: 3px
}

.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
    content: '\f469'
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
    content: '\f410'
}

.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
    content: '\f207'
}

.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
    content: '\f202'
}

.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before,
.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-x a:before {
    content: '\f10e'
}

.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before {
    content: '\f222'
}

.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
    content: '\f607'
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
    content: '\f224'
}

.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
    content: '\f210'
}

.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
    content: '\f203'
}

.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
    content: '\f205'
}

.sd-social-official .sd-content li.share-press-this a:before {
    color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
    content: '\f606'
}

.sd-social-official .sd-content li.share-telegram a:before {
    color: #08c
}

.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
    content: '\f10a'
}

.sd-social-official .sd-content li.share-mastodon a:before {
    color: #563acc
}

.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
    content: '\f415'
}

.sd-social-official .sd-content a.share-more:before {
    color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    content: '\f608'
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
    background: #43d854;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before {
    content: '\f10c'
}

.sd-social-official .sd-content li.share-nextdoor a:before {
    color: #8ed500
}

.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button {
    background: #8ed500;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
    width: 1em;
    height: 1em;
    content: "\1F6AB"
}

.sd-social .sd-button .share-count {
    background: #2ea2cc;
    color: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 1px 3px;
    line-height: 1
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
    line-height: 1
}

.sd-social-official .sd-content ul {
    display: flex;
    flex-wrap: wrap
}

.sd-social-official .sd-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
    margin: 0 0 5px
}

.sd-social-official .sd-content ul>li {
    display: flex;
    max-height: 18px
}

.sd-social-official .sd-content ul>li .option-smart-off {
    margin-right: 8px
}

.sd-social-official .fb-share-button>span {
    vertical-align: top !important
}

.sd-social-official .sd-content .pocket_button iframe {
    width: 98px
}

.pocket_button iframe,
.pinterest_button,
.twitter_button,
.linkedin_button>span {
    margin: 0 !important
}

.linkedin_button>span,
.pinterest_button a {
    display: block !important
}

.sd-social-official .sd-content .share-tumblr iframe {
    max-width: 53px;
    width: unset
}

body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
    position: relative;
    top: 0
}

body .sd-social-icon .sd-content li.share-custom>a {
    padding: 2px 3px 0;
    position: relative;
    top: 4px
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 0 0 0 19px;
    display: inline-block;
    height: 21px;
    line-height: 16px
}

body .sd-social-icon .sd-content li.share-custom a span {
    width: 0
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 16px !important
}

.sharing-hidden .inner {
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    max-width: 400px
}

.sharing-hidden .inner ul {
    margin: 0 !important
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
    clear: both;
    margin: 0 !important;
    height: 0 !important
}

.sharing-hidden .inner:before,
.sharing-hidden .inner:after {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ccc;
    content: "";
    display: block
}

.sharing-hidden .inner:after {
    z-index: 2;
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff
}

.sharing-hidden ul {
    margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 7px;
    position: relative;
    top: -2px;
    line-height: 1;
    width: auto;
    height: auto;
    margin-bottom: 0;
    max-width: 32px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*=share-] div.option a span {
    line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
    border: none;
    opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    padding: 8px 8px 6px;
    top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #555;
    font-size: 9px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #0866ff;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button {
    background: #000;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
    background: #4f94d4;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
    background: #08c;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button {
    background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
    color: #fff !important
}

.sharing-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
    background-color: #f0f0f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#jetpack-source_f_name {
    display: none!important;
    position: absolute !important;
    left: -9000px
}

.sd-content .share-customize-link {
    margin-top: 8px;
    line-height: 11px
}

.sd-content .share-customize-link a {
    font-size: 11px;
    font-family: "Open Sans", sans-serif
}

@media print {
    .sharedaddy.sd-sharing-enabled {
        display: none
    }
}

@font-face {
    font-family: "social-logos";
    src: url(data:application/octet-stream;base64,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) format('woff2');
    font-weight: 400;
    font-style: normal
}

.social-logo {
    font-family: "social-logos";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-logo__amazon:before {
    content: "\f600"
}

.social-logo__behance:before {
    content: "\f101"
}

.social-logo__blogger-alt:before {
    content: "\f601"
}

.social-logo__blogger:before {
    content: "\f602"
}

.social-logo__bluesky:before {
    content: "\f10f"
}

.social-logo__codepen:before {
    content: "\f216"
}

.social-logo__dribbble:before {
    content: "\f201"
}

.social-logo__dropbox:before {
    content: "\f225"
}

.social-logo__eventbrite:before {
    content: "\f603"
}

.social-logo__facebook:before {
    content: "\f203"
}

.social-logo__fediverse:before {
    content: "\f10b"
}

.social-logo__feed:before {
    content: "\f413"
}

.social-logo__flickr:before {
    content: "\f211"
}

.social-logo__foursquare:before {
    content: "\f226"
}

.social-logo__ghost:before {
    content: "\f61c"
}

.social-logo__github:before {
    content: "\f200"
}

.social-logo__google-alt:before {
    content: "\f102"
}

.social-logo__google-plus-alt:before {
    content: "\f218"
}

.social-logo__google-plus:before {
    content: "\f206"
}

.social-logo__google:before {
    content: "\f103"
}

.social-logo__instagram:before {
    content: "\f215"
}

.social-logo__link:before {
    content: "\f109"
}

.social-logo__linkedin:before {
    content: "\f207"
}

.social-logo__mail:before {
    content: "\f410"
}

.social-logo__mastodon:before {
    content: "\f10a"
}

.social-logo__medium-alt:before {
    content: "\f106"
}

.social-logo__medium:before {
    content: "\f623"
}

.social-logo__nextdoor:before {
    content: "\f10c"
}

.social-logo__patreon:before {
    content: "\f105"
}

.social-logo__pinterest-alt:before {
    content: "\f210"
}

.social-logo__pinterest:before {
    content: "\f209"
}

.social-logo__pocket:before {
    content: "\f224"
}

.social-logo__polldaddy:before {
    content: "\f217"
}

.social-logo__print:before {
    content: "\f469"
}

.social-logo__reddit:before {
    content: "\f222"
}

.social-logo__share:before {
    content: "\f415"
}

.social-logo__skype:before {
    content: "\f220"
}

.social-logo__spotify:before {
    content: "\f515"
}

.social-logo__squarespace:before {
    content: "\f605"
}

.social-logo__stumbleupon:before {
    content: "\f223"
}

.social-logo__telegram:before {
    content: "\f606"
}

.social-logo-threads:before {
    content: "\f10d"
}

.social-logo__tiktok-alt:before {
    content: "\f107"
}

.social-logo__tiktok:before {
    content: "\f108"
}

.social-logo__tumblr-alt:before {
    content: "\f607"
}

.social-logo__tumblr:before {
    content: "\f214"
}

.social-logo__twitch:before {
    content: "\f516"
}

.social-logo__twitter-alt:before {
    content: "\f202"
}

.social-logo__twitter:before {
    content: "\f610"
}

.social-logo__vimeo:before {
    content: "\f212"
}

.social-logo__whatsapp:before {
    content: "\f608"
}

.social-logo__woocommerce:before {
    content: "\f104"
}

.social-logo__wordpress:before {
    content: "\f205"
}

.social-logo__x:before {
    content: "\f10e"
}

.social-logo__xanga:before {
    content: "\f609"
}

.social-logo__youtube:before {
    content: "\f213"
}

img.latex {
    border: none;
    vertical-align: middle
}

.video-player {
    border: 0;
    margin: auto;
    padding: 5px;
    text-align: center;
    max-width: 100%
}

.hidden {
    display: none
}

.screen-reader-text {
    position: absolute;
    left: -1000em
}

.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
    max-width: 100%
}

.simple-homepage {
    display: none
}

p.comment-likes {
    height: 16px;
    float: none;
    width: 100%;
    clear: both;
    display: block;
    margin-left: -2px
}

p.comment-not-liked {
    cursor: pointer
}

p.comment-likes a.view-likers {
    text-decoration: underline;
    border: none
}

div.comment-likes-overlay {
    color: #555;
    position: absolute;
    font-size: 9pt;
    padding: 0;
    margin: 0;
    z-index: 20000
}

div.comment-likes-overlay div.inner {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-color: rgba(0, 0, 0, .1);
    padding: 8px;
    margin: 0;
    max-width: 310px;
    max-height: 250px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1)
}

div.comment-likes-overlay div.inner a img {
    text-decoration: none;
    height: 25px;
    width: 25px;
    margin: 2px 10px 2px 2px;
    vertical-align: middle
}

div.comment-likes-overlay div.inner ul {
    margin: 0;
    padding: 0
}

div.comment-likes-overlay div.inner ul li {
    float: left;
    display: inline;
    padding: 0;
    margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

div.comment-likes-overlay div.inner ul.single li {
    width: 100%
}

div.comment-likes-overlay div.inner ul.double li {
    width: 50%
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
    text-decoration: none;
    border-bottom: none;
    background: 0 0
}

div.comment-likes-overlay div.inner ul li a span.user-name {
    color: #555
}

p.comment-likes span.comment-like-feedback {
    font-size: 12px;
    line-height: 1.8em;
    opacity: .8;
    float: left;
    padding: 1px 0 0 5px;
    display: block !important
}

a.comment-like-link:hover {
    background: 0 0
}

a.comment-like-link span {
    display: none
}

a.comment-like-link {
    outline: none;
    border: 0 !important;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    float: left;
    text-decoration: none;
    line-height: 70%;
    background: 0 0
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
    -webkit-font-smoothing: antialiased;
    font-family: "Noticons";
    font-size: 20px;
    line-height: .9
}

div.comment-likes-overlay span.icon {
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 3px 0 1px
}

a.comment-like-link:before {
    color: #2ea2cc;
    content: '\f408';
    width: 16px;
    display: inline-block
}

a.comment-like-link.loading {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
    color: #f1831e;
    background: 0 0
}

div.comment-likes-overlay div .slider-nav {
    position: relative;
    clear: both;
    width: 310px;
    height: 40px;
    margin: 15px 0 -15px -12px;
    text-align: center;
    border-top: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav em {
    font-style: normal
}

div.comment-likes-overlay div .slider-nav .prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav .noticon {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px
}

div.comment-likes-overlay div .slider-nav .next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    display: block;
    width: 40px;
    height: 40px;
    border-left: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav .position {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    right: 40px;
    text-align: center
}

div.comment-likes-overlay div .slider-nav .position div {
    display: inline
}

div.comment-likes-overlay div .slider-nav .position em {
    display: inline-block;
    padding: 0 3px;
    font-size: 30px;
    line-height: 40px;
    color: #bbb;
    cursor: pointer
}

div.comment-likes-overlay div .slider-nav .position .on {
    color: #1e8cbe
}

div.comment-likes-overlay .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

div.comment-likes-overlay .swipe-wrap {
    overflow: hidden;
    position: relative
}

div.comment-likes-overlay .swipe-wrap>div {
    float: left;
    width: 100%;
    position: relative
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    border-color: var(--wp--preset--color--primary)
}

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

.geolocation-chip .noticon {
    display: inline-block;
    vertical-align: middle
}

.geolocation-chip {
    margin-bottom: 1em
}

#wp-admin-bar-notes .ab-item {
    width: 26px
}

#wp-admin-bar-notes>.ab-item {
    padding: 0 5px !important
}

#wpadminbar #wp-admin-bar-notes.hover>.ab-item {
    color: #fafafa;
    background: #333
}

#wpadminbar #wp-admin-bar-notes.wpnt-show>.ab-item {
    background: #f5f5f5
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
    background: 0 0 !important;
    padding: 0 2px !important
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
    margin: 4px 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 2;
    height: 19px
}

#wp-admin-bar-notes #wpnt-notes-unread-count,
#wp-admin-bar-notes #wpnt-notes-unread-count {
    margin: 6px 3px 0;
    height: 20px
}

#wp-admin-bar-notes:hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.wpnt-show #wpnt-notes-unread-count {
    color: #333;
    text-shadow: none
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-read {
    background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important;
    background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important;
    background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: linear-gradient(bottom, #4a4a4a, #959595) !important;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .8)
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read {
    background-image: -ms-linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
    background-image: -moz-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#e7e7e7)) !important;
    background-image: -webkit-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
    background-image: linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
    background-image: -ms-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: -moz-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7941e), to(#d47300)) !important;
    background-image: -webkit-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: linear-gradient(bottom, #f7941e, #d47300) !important;
    background-color: #d47300 !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    color: #fff !important;
    text-shadow: 0 -1px 0 #a30
}

.browse-happy {
    background-color: #eee !important;
    width: 375px !important;
    height: 300px !important;
    padding: 25px !important
}

.browse-happy img {
    width: 300px !important;
    margin: 20px !important
}

#wpadminbar * .noticon {
    float: none;
    width: 16px !important;
    height: 16px !important;
    font: normal 16px/1 "Noticons" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wpadminbar #wp-admin-bar-notes .noticon {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5) !important;
    margin-top: 1px !important;
    opacity: .6
}

.wpn-unread .noticon {
    color: #fff !important;
    opacity: 1 !important
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read span {
    color: #555 !important;
    opacity: 1
}

#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel {
    display: block !important
}

#wp-admin-bar-notes #wpnt-notes-panel {
    display: none;
    background: 0 0;
    position: absolute;
    right: 0;
    border: none;
    width: 841px;
    min-height: 200px !important
}

#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel2 {
    display: block !important
}

#wp-admin-bar-notes #wpnt-notes-panel2 {
    display: none;
    position: fixed;
    top: 48px;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #f4f8fa;
    border-left: 1px solid #e2dfdf;
    box-shadow: -3px 1px 10px -2px rgba(0, 0, 0, .075)
}

#wp-admin-bar-notes #wpnt-notes-panel2.wide {
    background: 0 0;
    box-shadow: none;
    border-left: none
}

#wp-admin-bar-notes #wpnt-notes-panel2.touch {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel2 {
    top: 32px
}

.quicklinks #wp-admin-bar-notes #wpnt-notes-panel.loadingIframe {
    display: block;
    width: 400px;
    margin-right: 1px;
    background: #f5f5f5;
    min-height: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

iframe#wpnt-notes-iframe {
    width: 841px;
    height: 560px;
    background: 0 0;
    position: absolute;
    right: -19px
}

@media screen and (max-width: 900px) {
    iframe#wpnt-notes-iframe {
        width: 480px
    }
    .quicklinks #wp-admin-bar-notes #wpnt-notes-panel {
        width: 480px
    }
}

iframe#wpnt-notes-iframe2 {
    height: 100%;
    width: 400px
}

iframe#wpnt-notes-iframe2.wide {
    width: 410px
}

@media screen and (min-width: 810px) {
    .wpnt-show iframe#wpnt-notes-iframe2.wide.widescreen {
        width: 810px
    }
}

@media screen and (max-width: 480px) {
    #wp-admin-bar-notes #wpnt-notes-panel2 {
        width: 100%;
        min-width: 0
    }
    iframe#wpnt-notes-iframe2,
    iframe#wpnt-notes-iframe2.wide,
    .wpnt-show iframe#wpnt-notes-iframe2.wide.widescreen {
        width: 100%;
        box-shadow: none
    }
    .quicklinks #wp-admin-bar-notes #wpnt-notes-panel2 {
        width: 100%
    }
}

@media \0screen {
    #wp-admin-bar-notes {
        height: 28px !important
    }
}

p.wpnt-ie-note {
    margin-top: 10px !important;
    background: url(/wp-content/mu-plugins/notes/images/ie-upgrade-note.gif) no-repeat left top;
    padding-left: 40px !important;
    font-size: 9pt !important;
    padding-top: 5px !important;
    height: 32px !important
}

p.wpnt-ie-note a {
    font-size: 9pt !important;
    color: #21759b !important
}

.reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0
}

.reblogger-note-content {
    margin: 0 0 20px
}

.wpcom-reblog-snapshot .reblog-from img {
    margin: 0 .75em 0 0;
    padding: 0;
    border: 0
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0;
    margin: 0 .5em 0 0
}

.wpcom-reblog-snapshot {
    margin-bottom: 1em
}

.wpcom-reblog-snapshot p.reblog-from {
    margin: 0 0 1em
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogged-content {
    margin: 0 0 1em
}

.reblog-post .wpcom-enhanced-excerpt-content {
    border-left: 3px solid #eee;
    padding-left: 15px
}

.reblog-post ul.thumb-list {
    display: block;
    list-style: none;
    margin: 2px 0;
    padding: 0;
    clear: both
}

.reblog-post ul.thumb-list li {
    display: inline;
    margin: 0;
    padding: 0 1px;
    border: 0
}

.reblog-post ul.thumb-list li a {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post ul.thumb-list li img {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post .wpcom-enhanced-excerpt {
    clear: both
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
    font-size: 100% !important
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
    font-size: 98% !important
}

.reblog-from img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    padding: 0;
    border: 0
}

.reblog-source {
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1
}

.reblog-source .more-words {
    color: #668eaa
}

.wpcom-reblog-snapshot .reblog-post {
    box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
    border-radius: 4px;
    padding: 24px
}

.wpcom-reblog-snapshot .reblogger-note {
    margin: 0 0 1em;
    overflow: hidden
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogger-note-content {
    margin: 0;
    padding: 0
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    border: none
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
    margin-bottom: 0
}

#wpadminbar .ab-top-menu>li>.ab-item {
    color: #fff !important
}

#wpadminbar .ab-top-menu>li.ab-hover>.ab-item {
    background: #333 !important;
    color: #fff !important
}

#wpadminbar .ab-top-menu>li.ab-active>.ab-item {
    background: #e9eff3 !important;
    color: #2e4354 !important
}

body #wpadminbar .ab-top-menu.ab-top-menu>li.wpnt-show>.ab-item,
body #wpadminbar .ab-top-menu.ab-top-menu>li.ab-hover.wpnt-show>.ab-item {
    background: #fff !important;
    color: #2e4354 !important
}

body #wpadminbar #wp-admin-bar-notes.wpnt-show>.ab-item.ab-item {
    background: #FFF!important;
    color: #2e4354 !important
}

html.ab-menu-open,
html.ab-menu-open body {
    overflow: hidden;
    overflow-y: hidden
}

#wpadminbar .quicklinks>ul>li {
    box-shadow: none;
    -webkit-box-shadow: none
}

#wpadminbar .quicklinks>ul>li>a {
    padding: 0 8px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post {
    background: #fff;
    top: 4px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post:hover a {
    opacity: .8
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a {
    height: 24px;
    padding: 0 8px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    left: 14px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    left: 6px;
    top: -4px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a span {
    display: none
}

@media only screen and (min-width: 960px) {
    #wpadminbar ul li#wp-admin-bar-ab-new-post a span {
        display: inline-block;
        color: #23282d !important;
        line-height: 24px;
        margin-left: 2px;
        margin-right: 4px;
        float: left;
        font-weight: 500
    }
}

#wpadminbar li.menupop>.ab-sub-wrapper {
    border-right: 1px solid #d9e3ea;
    background: #e9eff3;
    color: #2e4354
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    position: fixed;
    top: 32px;
    bottom: 0;
    display: block !important;
    opacity: 1;
    transition-delay: .5s;
    -webkit-transition: all .17s ease-out;
    -moz-transition: all .17s ease-out;
    -ms-transition: all .17s ease-out;
    -o-transition: all .17s ease-out;
    transition: all .17s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    box-shadow: none;
    padding: 0;
    width: 300px
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
    left: 0;
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate(-320px, 0);
    box-shadow: 3px 1px 5px -2px rgba(0, 0, 0, .145)
}

#wpadminbar.rtl li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar.rtl li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
    transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate(320px, 0)
}

#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    right: 0;
    transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate(320px, 0);
    box-shadow: -3px 1px 5px -2px rgba(0, 0, 0, .145)
}

#wpadminbar.rtl li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate(-320px, 0)
}

#wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    width: auto;
    transform: translate3d(420px, 0, 0);
    -webkit-transform: translate3d(420px, 0, 0);
    -ms-transform: translate(420px, 0);
    background: 0 0;
    padding: 0;
    box-shadow: none
}

.rtl #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    direction: rtl
}

#wpadminbar.rtl li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    width: auto;
    transform: translate3d(-420px, 0, 0);
    -webkit-transform: translate3d(-420px, 0, 0);
    -ms-transform: translate(-420px, 0)
}

#wpadminbar.ie9 li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    display: none !important
}

#wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    opacity: 1
}

#wpadminbar.ie9 li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    display: block !important
}

#wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate(-30px, 0);
    padding-left: 30px
}

#wpadminbar.rtl li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.rtl li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate(30px, 0)
}

#wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate(30px, 0);
    padding-right: 30px
}

#wpadminbar.rtl li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate(-30px, 0)
}

#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    transform: translate3d(63px, 0, 0);
    -webkit-transform: translate3d(63px, 0, 0);
    -ms-transform: translate(63px, 0);
    padding-right: 35px
}

#wpadminbar.rtl li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    transform: translate3d(-63px, 0, 0);
    -webkit-transform: translate3d(-63px, 0, 0);
    -ms-transform: translate(-63px, 0)
}

#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2>iframe {
    border-right: 30px solid #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li,
#wpadminbar li.menupop>.ab-sub-wrapper li a,
#wpadminbar .ab-submenu .ab-item,
#wpadminbar>#wp-toolbar .wpnt-show span.noticon,
#wpadminbar #wp-admin-bar-notes.wpnt-show .noticon {
    color: #2e4354 !important
}

#wpadminbar .ab-submenu {
    padding: 0
}

#wpadminbar .quicklinks .menupop ul li.mb-icon>a:before,
#wpadminbar .quicklinks .menupop ul li.inline-action a.mb-icon:before {
    display: none
}

#wpadminbar .quicklinks .menupop ul li .ab-item {
    height: auto
}

#wpadminbar li.menupop>.ab-sub-wrapper li {
    margin: 0;
    padding: 0
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper li a,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper li a,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper li a {
    padding: 17px 16px 17px 55px;
    line-height: 1
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-info a {
    padding: 0 0 0 14px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.private .ab-site-title:before {
    vertical-align: middle;
    color: #87a6bc
}

#wpadminbar #jumptotop {
    padding: 0
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover {
    background: #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover a,
#wpadminbar li.menupop>.ab-sub-wrapper li:hover a:before {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active {
    background: #87a6bc
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active a,
#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active a:before {
    color: #fff !important
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info {
    margin: 0;
    background: #fff;
    padding: 16px 8px;
    min-width: 240px;
    border-bottom: 1px solid #d9e3ea;
    height: auto
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-item {
    padding-top: 17px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon {
    background-color: #c8d7e1;
    top: 16px;
    left: 17px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.has-blavatar .ab-site-icon {
    background-color: transparent
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon .avatar {
    vertical-align: inherit
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-title {
    color: #2e4354
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-description {
    color: #87a6bc;
    font-style: normal
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site,
#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site {
    margin: 0;
    background: #e9eff3;
    border-bottom: 1px solid #d9e3ea
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a,
#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a {
    text-align: left;
    color: #668eaa !important;
    padding: 16px 16px 16px 40px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:hover {
    background: #f3f6f8;
    color: #2e4453 !important
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:hover:before {
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-switch-site.ab-sub-active a,
#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-switch-site.ab-sub-active a:before {
    color: #4f748e !important
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:before {
    color: #4f748e;
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 22px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Noticons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:before {
    content: '\f430'
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a:before {
    display: none
}

#wp-admin-bar-blog-stats img {
    position: absolute;
    top: 9px;
    right: 8px
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header {
    padding: 0;
    margin: 0
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header:hover {
    background: 0 0
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header>.ab-empty-item {
    background: 0 0;
    color: #668eaa !important;
    font-weight: 600;
    text-transform: none;
    font-size: 12px;
    padding: 16px 8px 6px 14px;
    margin: 0;
    display: block;
    line-height: 1
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header:after {
    display: none
}

#wpadminbar .quicklinks .menupop ul li.mb-icon-spacer>a {
    padding-left: 45px
}

#wpadminbar li.menupop>.ab-sub-wrapper li a.ab-secondary {
    top: 12px;
    right: 8px;
    padding: 4px 8px 6px !important;
    height: auto;
    margin: 0;
    line-height: 18px;
    background-color: #f3f6f8;
    color: #4f748e !important;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #c8d7e1
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover div.ab-empty-item a.ab-secondary,
#wpadminbar li.menupop>.ab-sub-wrapper li.ab-active div.ab-empty-item a.ab-secondary {
    background: #fff;
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover div.ab-empty-item a.ab-secondary:hover {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plan a.ab-secondary {
    background: 0 0;
    border: none;
    font-weight: 300;
    padding: 6px 8px !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-home {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM4N0E2QkMiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMTIgNS42OWw1IDQuNVYxOGgtMnYtNkg5djZIN3YtNy44MWw1LTQuNU0xMiAzTDIgMTJoM3Y4aDZ2LTZoMnY2aDZ2LThoM0wxMiAzeiIvPjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: 21px 11px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site.ab-sub-active {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20widht%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%23ffffff%27%20d%3D%27M22%209L12%201%202%209v2h2v10h5v-4c0-1.657%201.343-3%203-3s3%201.343%203%203v4h5V11h2V9z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 9px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20widht%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M22%209L12%201%202%209v2h2v10h5v-4c0-1.657%201.343-3%203-3s3%201.343%203%203v4h5V11h2V9z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar .quicklinks #wp-admin-bar-site-view {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2387a6bc' d='M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    border-bottom: 1px solid #d2dee6
}

#wpadminbar .quicklinks #wp-admin-bar-site-view:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%230087be' d='M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-color: #f3f6f8
}

#wpadminbar .quicklinks #wp-admin-bar-site-view a {
    padding-left: 20px !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-stats {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M21%2021H3v-2h18v2zM8%2010H4v7h4v-7zm6-7h-4v14h4V3zm6%203h-4v11h4V6z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plan {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjN0ZBN0JFIiBkPSJNMTIsMkM2LjUsMiwyLDYuNSwyLDEyczQuNSwxMCwxMCwxMHMxMC00LjUsMTAtMTBTMTcuNSwyLDEyLDJ6IE0xMSwxNEg2bDUtMTBWMTR6IE0xMywyMFYxMGg1TDEzLDIweiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-activity {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%2387A6BC' d='M2.12 13.526c.742 4.78 4.902 8.47 9.88 8.47 5.5 0 10-4.5 10-9.998S17.5 2 12 2a9.998 9.998 0 0 0-8 4V2H2.003L2 9h7V7H5.8c1.4-1.8 3.702-3 6.202-3C16.4 4 20 7.6 20 11.998s-3.6 8-8 8c-3.877 0-7.13-2.795-7.848-6.472H2.12z'/%3E%3Cpath fill='%2387A6BC' d='M11.002 7v5.3l3.2 4.298 1.6-1.197-2.8-3.7V7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-post {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%2019H3v-2h13v2zm5-10H3v2h18V9zM3%205v2h11V5H3zm14%200v2h4V5h-4zm-6%208v2h10v-2H11zm-8%200v2h5v-2H3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-page {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%208H8V6h8v2zm0%202H8v2h8v-2zm4-6v12l-6%206H6c-1.105%200-2-.895-2-2V4c0-1.105.895-2%202-2h12c1.105%200%202%20.895%202%202zm-2%2010V4H6v16h6v-4c0-1.105.895-2%202-2h4z%27%20%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-attachment {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22gridicon%20gridicons-image%22%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M13%209.5c0-.828.672-1.5%201.5-1.5s1.5.672%201.5%201.5-.672%201.5-1.5%201.5-1.5-.672-1.5-1.5zM22%206v12c0%201.105-.895%202-2%202H4c-1.105%200-2-.895-2-2V6c0-1.105.895-2%202-2h16c1.105%200%202%20.895%202%202zm-2%200H4v7.444L8%209l5.895%206.55%201.587-1.85c.798-.932%202.24-.932%203.037%200L20%2015.426V6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-jetpack-portfolio {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%2019H6c-1.1%200-2-.9-2-2V7c0-1.1.9-2%202-2h3c1.1%200%202%20.9%202%202h7c1.1%200%202%20.9%202%202v8c0%201.1-.9%202-2%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-jetpack-testimonial {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M11.192%2015.757c0-.88-.23-1.618-.69-2.217-.326-.412-.768-.683-1.327-.812-.55-.128-1.07-.137-1.54-.028-.16-.95.1-1.956.76-3.022.66-1.065%201.515-1.867%202.558-2.403L9.373%205c-.8.396-1.56.898-2.26%201.505-.71.607-1.34%201.305-1.9%202.094s-.98%201.68-1.25%202.69-.346%202.04-.217%203.1c.168%201.4.62%202.52%201.356%203.35.735.84%201.652%201.26%202.748%201.26.965%200%201.766-.29%202.4-.878.628-.576.94-1.365.94-2.368l.002.003zm9.124%200c0-.88-.23-1.618-.69-2.217-.326-.42-.77-.692-1.327-.817-.56-.124-1.074-.13-1.54-.022-.16-.94.09-1.95.75-3.02.66-1.06%201.514-1.86%202.557-2.4L18.49%205c-.8.396-1.555.898-2.26%201.505-.708.607-1.34%201.305-1.894%202.094-.556.79-.97%201.68-1.24%202.69-.273%201-.345%202.04-.217%203.1.165%201.4.615%202.52%201.35%203.35.732.833%201.646%201.25%202.742%201.25.967%200%201.768-.29%202.402-.876.627-.576.942-1.365.942-2.368v.01z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-themes {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M4%206c-1.105%200-2%20.895-2%202v12c0%201.1.9%202%202%202h12c1.105%200%202-.895%202-2H4V6zm16-4H8c-1.105%200-2%20.895-2%202v12c0%201.105.895%202%202%202h12c1.105%200%202-.895%202-2V4c0-1.105-.895-2-2-2zm-5%2014H8V9h7v7zm5%200h-3V9h3v7zm0-9H8V4h12v3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-menus {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9%2019h10v-2H9v2zm0-6h6v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828%200-1.5.672-1.5%201.5S4.172%207.5%205%207.5%206.5%206.828%206.5%206%205.828%204.5%205%204.5zm0%206c-.828%200-1.5.672-1.5%201.5s.672%201.5%201.5%201.5%201.5-.672%201.5-1.5-.672-1.5-1.5-1.5zm0%206c-.828%200-1.5.672-1.5%201.5s.672%201.5%201.5%201.5%201.5-.672%201.5-1.5-.672-1.5-1.5-1.5z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-sharing {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%2016c-.788%200-1.5.31-2.034.807L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.048%204.118c-.053.223-.088.453-.088.692%200%201.657%201.343%203%203%203s3-1.343%203-3-1.343-3-3-3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-users-toolbar {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c2.21%200%204%201.79%204%204s-1.79%204-4%204-4-1.79-4-4%201.79-4%204-4zm0%2016s8%200%208-2c0-2.4-3.9-5-8-5s-8%202.6-8%205c0%202%208%202%208%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-settings {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%2012c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14%202h-4l-.48%202.396c-1.07.35-2.04.92-2.858%201.657L4.34%205.268l-2%203.464%201.834%201.612C4.06%2010.878%204%2011.432%204%2012s.06%201.122.174%201.656L2.34%2015.268l2%203.464%202.322-.786c.82.736%201.787%201.308%202.86%201.657L10%2022h4l.48-2.396c1.07-.35%202.038-.92%202.858-1.657l2.322.786%202-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8%204c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-legacy-dashboard {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plugins {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%208V3c0-.552-.448-1-1-1s-1%20.448-1%201v5h-4V3c0-.552-.448-1-1-1s-1%20.448-1%201v5H5v4c0%202.79%201.637%205.193%204%206.317V22h6v-3.683c2.363-1.124%204-3.527%204-6.317V8h-3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plugins a:before {
    content: none
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-domains {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2224%22%20height%3D%2224%22/%3E%3Cg%3E%3Cpath%20fill%3D%22%2387a6bc%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zm0%2018l2-2%201-1v-2h-2v-1l-1-1H9v3l2%202v1.93c-3.94-.494-7-3.858-7-7.93l1%201h2v-2h2l3-3V6h-2L9%205v-.41C9.927%204.21%2010.94%204%2012%204s2.073.212%203%20.59V6l-1%201v2l1%201%203.13-3.13c.752.897%201.304%201.964%201.606%203.13H18l-2%202v2l1%201h2l.286.286C18.03%2018.06%2015.24%2020%2012%2020z%22/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following a.ab-secondary {
    background-color: #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following:hover a.ab-secondary {
    background-color: #fff !important;
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following:hover a.ab-secondary:hover {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M11%2017.768l-4.884-4.884%201.768-1.768L11%2014.232l8.658-8.658C17.823%203.39%2015.075%202%2012%202%206.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10c0-1.528-.353-2.97-.966-4.266L11%2017.768z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-automattic {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M7.99%201.57C3.75%201.57%201%204.57%201%207.8v0.4c0%203.18%202.75%206.24%206.99%206.24%204.26%200%207.01-3.05%207.01-6.24V7.8C15%204.57%2012.25%201.57%207.99%201.57zM12.74%208.13c0%202.32-1.69%204.42-4.74%204.42%20-3.05%200-4.73-2.1-4.73-4.42V7.84c0-2.32%201.67-4.38%204.73-4.38%203.06%200%204.75%202.07%204.75%204.39V8.13z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9.47%205.73C9.07%205.47%208.52%205.59%208.26%206L6.21%209.17c-0.26%200.41-0.15%200.95%200.26%201.21%200.4%200.26%200.95%200.14%201.21-0.26l2.05-3.17C9.99%206.53%209.88%205.99%209.47%205.73z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px;
    background-size: 36px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-conversations {
    background-image: url("data:image/svg+xml,%3Csvg fill='%2387A6BC' height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M3 12c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H9v3l-3-3H3zM21 18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-6v1c0 2.2-1.8 4-4 4v2c0 1.1.9 2 2 2h2v3l3-3h3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-conversations-a8c {
    background-image: url("data:image/svg+xml,%3Csvg fill='%2387A6BC' width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 7.1c.5.3.6 1 .3 1.4L10 12.4c-.3.5-1 .7-1.4.3-.6-.3-.8-1-.4-1.5l2.5-3.9c.3-.4 1-.5 1.5-.2zM17.3 21.2h2.8c1 0 1.9-.8 1.9-1.9v-4.7c0-1-.8-1.9-1.9-1.9h-7.6c-1 .1-1.7.9-1.7 1.9v4.7c0 1 .8 1.8 1.7 1.9h2V24l2.8-2.8z'%3E%3C/path%3E%3Cpath d='M8.8 15.2c-2.7-.7-4.1-2.9-4.1-5.2 0-5.8 5.8-5.7 5.8-5.7 5.8 0 5.8 5.7 5.8 5.7 0 .3 0 .6-.1.8H19v-.7C19 1.6 10.4 2 10.4 2c-8.6 0-8.5 8.1-8.5 8.1 0 3.5 2.7 6.8 6.9 7.5v-2.4z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-discover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-search {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%2387a6bc%22%20d%3D%22M21%2019l-5.154-5.154C16.574%2012.742%2017%2011.42%2017%2010c0-3.866-3.134-7-7-7s-7%203.134-7%207%203.134%207%207%207c1.42%200%202.742-.426%203.846-1.154L19%2021l2-2zM5%2010c0-2.757%202.243-5%205-5s5%202.243%205%205-2.243%205-5%205-5-2.243-5-5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-recommended-blogs {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M7.189%2C12.664l0.624-0.046l0.557-0.409l0.801-1.115l0.578-1.228l0.357-0.91l0.223-0.523l0.267-0.432%20l0.49-0.409l0.578-0.5l0.445-0.682l0.267-1.046l0.29-1.934V3.159L12.931%2C3l0.467%2C0.046l0.534%2C0.227l0.49%2C0.363L14.8%2C4.25%20l0.177%2C0.75V5.66l-0.088%2C0.865l-0.223%2C0.615l-0.378%2C0.75l-0.2%2C0.5l-0.246%2C0.546l-0.133%2C0.5v0.432l0.111%2C0.273l2.38-0.023%20l1.135%2C0.069l0.823%2C0.113l0.49%2C0.159l0.288%2C0.319l0.424%2C0.523l0.156%2C0.454v0.319l-0.09%2C0.296l-0.2%2C0.227l-0.29%2C0.5l0.111%2C0.296%20l0.223%2C0.409l0.201%2C0.204l0.111%2C0.364l-0.09%2C0.273l-0.267%2C0.296l-0.267%2C0.34l-0.111%2C0.364l0.088%2C0.319l0.157%2C0.363l0.11%2C0.342v0.25%20l-0.11%2C0.363l-0.223%2C0.273l-0.313%2C0.296l-0.223%2C0.273l-0.088%2C0.273v0.319l0.023%2C0.409l-0.111%2C0.25l-0.313%2C0.342l-0.4%2C0.363%20c0%2C0-0.156%2C0.137-0.378%2C0.25c-0.223%2C0.114-0.868%2C0.273-0.868%2C0.273l-0.846%2C0.091l-1.868-0.023l-1.937-0.091l-1.379-0.159%20l-2.916-0.523L7.189%2C12.664z%20M3%2C13.986c0-0.939%2C0.761-1.7%2C1.702-1.7c0.939%2C0%2C1.702%2C0.762%2C1.702%2C1.7v4.596%20c0%2C0.939-0.762%2C1.7-1.702%2C1.7C3.761%2C20.283%2C3%2C19.52%2C3%2C18.582V13.986z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 10px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-activity-my-comments {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M3%206v9c0%201.105.895%202%202%202h9v5l5.325-3.804c1.05-.75%201.675-1.963%201.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105%200-2%20.895-2%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-comments {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22gridicon%20gridicons-image%22%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M2%206v4.9c0%201.3.6%202.5%201.7%203.3L7%2016.5V13h2v-2c0-1.7%201.3-3%203-3h2V6c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202z%22%2F%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M12%209h8c1.1%200%202%20.9%202%202v4.9c0%201.3-.6%202.5-1.7%203.3L17%2021.5V18h-5c-1.1%200-2-.9-2-2v-5c0-1.1.9-2%202-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-activity-my-likes {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202l2.582%206.953L22%209.257l-5.822%204.602L18.18%2021%2012%2016.89%205.82%2021l2.002-7.14L2%209.256l7.418-.304%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar #wp-admin-bar-special-header {
    margin-top: 10px
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.menupop #wp-admin-bar-user-info .username {
    padding-left: 0;
    color: #4f748e !important
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .display-name {
    color: #2e4354;
    font-size: 22px;
    margin-bottom: -6px;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    overflow: hidden
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .avatar {
    width: 100px;
    height: 100px;
    border: 2px solid #c8d7e1
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out {
    background: #fff;
    border-color: #c8d7e1;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #4f748e;
    cursor: pointer;
    display: block;
    margin: 10px auto 24px;
    outline: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    padding: 8px 24px;
    font-weight: 700;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: 700;
    color: #4f748e !important;
    max-width: 100%
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out:hover {
    color: #4f748e;
    border-color: #a8bece
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out:active {
    border-width: 2px 1px 1px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-profile {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c2.21%200%204%201.79%204%204s-1.79%204-4%204-4-1.79-4-4%201.79-4%204-4zm0%2016s8%200%208-2c0-2.4-3.9-5-8-5s-8%202.6-8%205c0%202%208%202%208%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-account-settings {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%2012c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14%202h-4l-.48%202.396c-1.07.35-2.04.92-2.858%201.657L4.34%205.268l-2%203.464%201.834%201.612C4.06%2010.878%204%2011.432%204%2012s.06%201.122.174%201.656L2.34%2015.268l2%203.464%202.322-.786c.82.736%201.787%201.308%202.86%201.657L10%2022h4l.48-2.396c1.07-.35%202.038-.92%202.858-1.657l2.322.786%202-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8%204c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-billing {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%204H4c-1.105%200-2%20.895-2%202v12c0%201.105.895%202%202%202h16c1.105%200%202-.895%202-2V6c0-1.105-.895-2-2-2zm0%202v2H4V6h16zM4%2018v-6h16v6H4zm2-4h7v2H6v-2zm9%200h3v2h-3v-2z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-security {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%208h-1V7c0-2.757-2.243-5-5-5S7%204.243%207%207v1H6c-1.105%200-2%20.895-2%202v10c0%201.105.895%202%202%202h12c1.105%200%202-.895%202-2V10c0-1.105-.895-2-2-2zM9%207c0-1.654%201.346-3%203-3s3%201.346%203%203v1H9V7zm4%208.723V18h-2v-2.277c-.595-.346-1-.984-1-1.723%200-1.105.895-2%202-2s2%20.895%202%202c0%20.738-.405%201.376-1%201.723z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-notifications {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M6.14%2014.97l2.828%202.827c-.362.362-.862.586-1.414.586-1.105%200-2-.895-2-2%200-.552.224-1.052.586-1.414zm8.867%205.324L14.3%2021%203%209.7l.706-.707%201.102.157c.754.108%201.69-.122%202.077-.51l3.885-3.884c2.34-2.34%206.135-2.34%208.475%200s2.34%206.135%200%208.475l-3.885%203.886c-.388.388-.618%201.323-.51%202.077l.157%201.1z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-get-apps {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-next-steps {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9.5%2015.5L5%2020l-2.5-2.5%201.06-1.06L5%2017.88l3.44-3.44L9.5%2015.5zM10%205v2h11V5H10zm0%2014h11v-2H10v2zm0-6h11v-2H10v2zM8.44%208.44L5%2011.88l-1.44-1.44L2.5%2011.5%205%2014l4.5-4.5-1.06-1.06zm0-6L5%205.88%203.56%204.44%202.5%205.5%205%208l4.5-4.5-1.06-1.06z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-help {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c4.41%200%208%203.59%208%208s-3.59%208-8%208-8-3.59-8-8%203.59-8%208-8m0-2C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zm1%2013h-2v2h2v-2zm-1.962-2v-.528c0-.4.082-.74.246-1.017.163-.276.454-.546.87-.808.333-.21.572-.397.717-.565.146-.168.22-.36.22-.577%200-.172-.078-.308-.234-.41-.156-.1-.358-.15-.608-.15-.62%200-1.34.22-2.168.658l-.854-1.67c1.02-.58%202.084-.872%203.194-.872.913%200%201.63.202%202.15.603.52.4.78.948.78%201.64%200%20.495-.116.924-.347%201.287-.23.362-.6.705-1.11%201.03-.43.278-.7.48-.807.61-.108.13-.163.282-.163.458V13h-1.885z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
#wpadminbar>#wp-toolbar span.noticon,
#wpadminbar #wp-admin-bar-notes .noticon {
    font-size: 21px !important;
    position: relative;
    top: 4px;
    left: 2px;
    color: #fff !important;
    opacity: 1;
    text-shadow: none !important
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
    display: none !important
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
    display: block !important;
    position: absolute;
    top: 2px;
    left: 23%;
    z-index: 999;
    margin: 0;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    background-image: none !important;
    background-color: #f0821e !important;
    box-shadow: none !important;
    border: 2px solid #333;
    border-radius: 7px
}

#wp-admin-bar-notes #wpnt-notes-unread-count span {
    display: none
}

@media screen and (max-width: 782px) {
    #wpadminbar {
        height: 46px;
        min-width: 240px;
        position: fixed
    }
    #wpadminbar .quicklinks {
        display: flex;
        justify-content: space-between
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        top: 46px
    }
    .wp-admin #wpadminbar #wp-admin-bar-menu-toggle {
        display: none
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-menu-toggle {
        order: 1;
        display: block
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-menu-toggle .ab-icon {
        width: auto
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-blog {
        order: 2
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-newdash {
        order: 3
    }
    #wp-admin-bar-my-account {
        order: 1
    }
    #wp-admin-bar-notes {
        order: 2
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wp-toolbar .ab-sub-wrapper ul {
        display: block
    }
    #wp-toolbar>ul>li#wp-admin-bar-blog,
    #wp-toolbar>ul>li#wp-admin-bar-newdash,
    #wp-toolbar>ul>li#wp-admin-bar-my-account,
    #wp-toolbar>ul>li#wp-admin-bar-notes,
    #wp-toolbar>ul>li#wp-admin-bar-ab-new-post {
        display: block;
        box-sizing: content-box
    }
    #wpadminbar .quicklinks>ul>li>a,
    #wpadminbar .quicklinks>ul>li>.ab-empty-item {
        padding: 7px 15px !important;
        font-size: 14px;
        height: 32px
    }
    .wp-admin #wpadminbar ul#wp-admin-bar-root-default {
        display: flex
    }
    #wpadminbar .quicklinks #wp-admin-bar-blog.my-sites>.ab-item:before {
        font-size: 28px;
        margin-right: 8px;
        top: -2px
    }
    #wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
        margin-right: 8px
    }
    #wpadminbar #wp-admin-bar-my-account a.ab-item {
        text-overflow: clip;
        width: 28px
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        width: 26px;
        height: 26px;
        top: 12px
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        font-size: 24px !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post {
        top: 6px;
        margin-right: 3px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a {
        height: 20px;
        width: 6px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        font-size: 33px;
        left: -3px;
        top: -10px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
        top: 0;
        left: 13px;
        font-size: 25px
    }
    #wpadminbar .quicklinks .menupop ul li .ab-item,
    #wpadminbar .quicklinks .menupop ul li a strong,
    #wpadminbar .quicklinks .menupop.hover ul li .ab-item,
    #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    #wpadminbar .shortlink-input {
        height: auto
    }
    #wp-admin-bar-jumptotop-button-menu {
        display: none !important
    }
    #wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
        top: 10px;
        left: 36%
    }
    .wp-admin #wpadminbar.nav-unification ul#wp-admin-bar-root-default {
        padding-left: 0 !important
    }
    #wpadminbar #wp-admin-bar-menu-toggle a {
        border: none;
        height: unset;
        margin: 0;
        padding: 7px 15px !important
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon {
        margin-right: 0 !important;
        top: -1px
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        color: #fff;
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 24px
    }
    .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        color: #00b9eb !important
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item {
        padding: 0
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-submenu-header .ab-item {
        padding: 8px 16px
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wpadminbar .quicklinks #wp-admin-bar-menu-toggle {
        top: 0
    }
}

@media screen and (min-width: 481px) and (max-width:782px) {
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-top-secondary .ab-item,
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-root-default>li>a {
        height: 32px;
        line-height: 32px;
        box-sizing: content-box
    }
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-top-secondary #wp-admin-bar-ab-new-post a {
        height: 20px
    }
    #wpadminbar #wp-admin-bar-menu-toggle a:hover {
        border: none
    }
    #wpadminbar .quicklinks #wp-admin-bar-notes div.ab-empty-item {
        width: 24px
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper li a {
        padding: 8px 16px 8px 55px
    }
}

@media screen and (max-width: 480px) {
    #wpadminbar {
        position: absolute
    }
    .wp-admin #wpadminbar ul#wp-admin-bar-root-default {
        padding-left: 0 !important
    }
    #wpadminbar>ul>li {
        display: none
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-site-editor {
        display: none
    }
    #wpadminbar>ul>li#wp-admin-bar-blog.menupop,
    #wpadminbar>ul>li#wp-admin-bar-newdash.menupop,
    #wpadminbar>ul>li#wp-admin-bar-my-account.menupop,
    #wpadminbar>ul>li#wp-admin-bar-notes.menupop,
    #wpadminbar>ul>li#wp-admin-bar-ab-new-post {
        display: block
    }
    #wpadminbar .quicklinks>ul>li>a,
    #wpadminbar .quicklinks>ul>li>.ab-empty-item {
        padding: 0 8px !important;
        font-size: 0 !important;
        line-height: 0;
        color: transparent
    }
    #wpadminbar ul#wp-admin-bar-root-default {
        box-sizing: border-box;
        width: 40%;
        margin: 0;
        padding: 0
    }
    #wpadminbar ul#wp-admin-bar-top-secondary {
        width: 60%;
        float: right;
        margin: 0;
        padding: 0
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        width: 18px;
        height: 18px
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        font-size: 21px !important
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li {
        background-color: #f3f6f8;
        border-bottom: 1px solid rgba(200, 215, 225, .5)
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-user-info {
        border-bottom: 0
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header {
        background: 0 0;
        border-bottom: 1px solid rgba(200, 215, 225, .5)
    }
    #wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a,
    #wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a {
        background-color: inherit
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        width: 100%;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar.rtl li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(-30px, 0, 0);
        -webkit-transform: translate3d(-30px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
    #wpadminbar.rtl li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(30px, 0, 0);
        -webkit-transform: translate3d(30px, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(25px, 0, 0);
        -webkit-transform: translate3d(25px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(-25px, 0, 0);
        -webkit-transform: translate3d(-25px, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
        transform: translate3d(35px, 0, 0);
        -webkit-transform: translate3d(35px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
        transform: translate3d(-35px, 0, 0);
        -webkit-transform: translate3d(-35px, 0, 0)
    }
    iframe#wpnt-notes-iframe2.wide {
        width: 100%
    }
    #wpadminbar li#wp-admin-bar-blog {
        width: 50%
    }
    #wpadminbar li#wp-admin-bar-newdash {
        width: 50%
    }
    #wpadminbar li#wp-admin-bar-ab-new-post {
        width: 33.3%;
        box-sizing: border-box
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar {
        width: 33.3%;
        box-sizing: border-box;
        margin: 0
    }
    #wpadminbar li#wp-admin-bar-notes {
        width: 33.3%;
        box-sizing: border-box;
        box-shadow: none;
        order: 2
    }
    #wpadminbar #wp-admin-bar-menu-toggle a {
        height: 46px
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wpadminbar li#wp-admin-bar-menu-toggle {
        position: relative;
        top: 0
    }
    #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        top: 6px;
        left: 5px
    }
    #wpadminbar #wp-toolbar #wp-admin-bar-menu-toggle a:hover {
        border: none
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item {
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 46px;
        padding: 0;
        margin: 0;
        font-size: 10px;
        text-align: center
    }
    #wpadminbar .quicklinks .menupop ul li .ab-item,
    #wpadminbar .quicklinks .menupop ul li a strong,
    #wpadminbar .quicklinks .menupop.hover ul li .ab-item,
    #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    #wpadminbar .shortlink-input {
        height: auto
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        text-align: center
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post {
        top: 5px;
        padding: 0;
        margin: 0;
        background: 0 0;
        box-sizing: border-box
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post:hover {
        background: 0 0
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a,
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:hover,
    #wpadminbar ul li#wp-admin-bar-ab-new-post:hover>.ab-item {
        height: 36px;
        width: 36px;
        margin: 0 auto;
        background: #fff;
        border-radius: 2px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:active {
        opacity: .8
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        font-size: 34px;
        position: relative;
        top: -21px;
        left: 2px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
        position: absolute;
        top: 0;
        left: 1px;
        width: 100%;
        font-size: 28px
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-my-account>a.ab-item,
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item {
        padding: 0 !important
    }
    #wpadminbar #wp-toolbar #wp-admin-bar-my-account>.ab-item {
        width: 100%
    }
    #wpadminbar #wp-toolbar.quicklinks>ul>li#wp-admin-bar-my-account>a.ab-item img {
        margin: 11px auto 0 -10px;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        top: 2px;
        left: 50%;
        position: absolute
    }
    #wpadminbar #wp-admin-bar-notes {
        height: 46px
    }
    #wpadminbar .ab-top-menu>li.wpnt-show.active>.ab-item {
        background: #fff !important
    }
    #wpadminbar #wp-admin-bar-notes .ab-item {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        background: 0 0;
        position: relative;
        height: 46px;
        margin: 0 !important;
        padding-top: 1px !important;
        box-sizing: border-box
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes.ab-hover>.ab-item {
        background: 0 0 !important
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes:hover {
        background: #32373c
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes.wpnt-show {
        background: #fff !important;
        color: #2e4354 !important
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        color: #fff;
        text-shadow: none !important;
        margin: 0;
        opacity: 1;
        width: 100%;
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 23px !important
    }
    #wpadminbar #wp-admin-bar-notes.wpnt-show .noticon {
        color: #2e4354;
        padding-bottom: 20px
    }
    #wpadminbar li#wp-admin-bar-amp {
        display: none
    }
}

@supports (-ms-accelerator:true) {
    #wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site.ab-sub-active {
        background-position: 21px 0
    }
}

#wpadminbar #wp-admin-bar-blog.my-sites>a.ab-item:before {
    content: ""
}

#wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
    content: ""
}

.noticon-bell:before {
    content: ""
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    content: ""
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    content: ""
}

#wpadminbar #wp-admin-bar-blog.my-sites>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIgMkM2LjQ3NyAyIDIgNi40NzcgMiAxMnM0LjQ3NyAxMCAxMCAxMCAxMC00LjQ3NyAxMC0xMFMxNy41MjMgMiAxMiAyek0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDZMOC4yOSAxOS42NUM1LjQ1NiAxOC4yNzIgMy41IDE1LjM2NSAzLjUgMTJ6bTguNSA4LjVjLS44MzQgMC0xLjY0LS4xMi0yLjQtLjM0NWwyLjU1LTcuNDEgMi42MTMgNy4xNTdjLjAxNy4wNDIuMDM4LjA4LjA2LjExNy0uODg0LjMxLTEuODMzLjQ4LTIuODIzLjQ4em0xLjE3Mi0xMi40ODVjLjUxMi0uMDI3Ljk3My0uMDguOTczLS4wOC40NTgtLjA1NS40MDQtLjcyOC0uMDU0LS43MDIgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjgzNSAwLTIuMjQtLjEwNy0yLjI0LS4xMDctLjQ1OC0uMDI2LS41MS42NzQtLjA1My43IDAgMCAuNDM0LjA1NS44OTIuMDgybDEuMzI0IDMuNjMtMS44NiA1LjU3OC0zLjA5Ni05LjIwOGMuNTEyLS4wMjcuOTczLS4wOC45NzMtLjA4LjQ1OC0uMDU1LjQwMy0uNzI4LS4wNTUtLjcwMiAwIDAtMS4zNzYuMTA4LTIuMjY1LjEwOC0uMTYgMC0uMzQ3LS4wMDMtLjU0Ny0uMDFDNi40MTggNS4wMjUgOS4wMyAzLjUgMTIgMy41YzIuMjEzIDAgNC4yMjguODQ2IDUuNzQgMi4yMzItLjAzNy0uMDAyLS4wNzItLjAwNy0uMTEtLjAwNy0uODM1IDAtMS40MjcuNzI3LTEuNDI3IDEuNTEgMCAuNy40MDQgMS4yOTIuODM1IDEuOTkzLjMyMy41NjYuNyAxLjI5My43IDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NiAyLjc0OGwtLjg0OCAyLjgzMy0zLjA3Mi05LjEzOHptMy4xIDExLjMzMmwyLjU5Ny03LjUwNmMuNDg0LTEuMjEyLjY0NS0yLjE4LjY0NS0zLjA0NCAwLS4zMTMtLjAyLS42MDMtLjA1Ny0uODc0LjY2NCAxLjIxIDEuMDQyIDIuNiAxLjA0MiA0LjA3OCAwIDMuMTM2LTEuNyA1Ljg3NC00LjIyNyA3LjM0N3oiLz48L2c+PC9zdmc+") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 4px
}

#wpadminbar #wp-admin-bar-blog.my-sites.ab-active>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNMTIgMkM2LjQ3NyAyIDIgNi40NzcgMiAxMnM0LjQ3NyAxMCAxMCAxMCAxMC00LjQ3NyAxMC0xMFMxNy41MjMgMiAxMiAyek0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDZMOC4yOSAxOS42NUM1LjQ1NiAxOC4yNzIgMy41IDE1LjM2NSAzLjUgMTJ6bTguNSA4LjVjLS44MzQgMC0xLjY0LS4xMi0yLjQtLjM0NWwyLjU1LTcuNDEgMi42MTMgNy4xNTdjLjAxNy4wNDIuMDM4LjA4LjA2LjExNy0uODg0LjMxLTEuODMzLjQ4LTIuODIzLjQ4em0xLjE3Mi0xMi40ODVjLjUxMi0uMDI3Ljk3My0uMDguOTczLS4wOC40NTgtLjA1NS40MDQtLjcyOC0uMDU0LS43MDIgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjgzNSAwLTIuMjQtLjEwNy0yLjI0LS4xMDctLjQ1OC0uMDI2LS41MS42NzQtLjA1My43IDAgMCAuNDM0LjA1NS44OTIuMDgybDEuMzI0IDMuNjMtMS44NiA1LjU3OC0zLjA5Ni05LjIwOGMuNTEyLS4wMjcuOTczLS4wOC45NzMtLjA4LjQ1OC0uMDU1LjQwMy0uNzI4LS4wNTUtLjcwMiAwIDAtMS4zNzYuMTA4LTIuMjY1LjEwOC0uMTYgMC0uMzQ3LS4wMDMtLjU0Ny0uMDFDNi40MTggNS4wMjUgOS4wMyAzLjUgMTIgMy41YzIuMjEzIDAgNC4yMjguODQ2IDUuNzQgMi4yMzItLjAzNy0uMDAyLS4wNzItLjAwNy0uMTEtLjAwNy0uODM1IDAtMS40MjcuNzI3LTEuNDI3IDEuNTEgMCAuNy40MDQgMS4yOTIuODM1IDEuOTkzLjMyMy41NjYuNyAxLjI5My43IDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NiAyLjc0OGwtLjg0OCAyLjgzMy0zLjA3Mi05LjEzOHptMy4xIDExLjMzMmwyLjU5Ny03LjUwNmMuNDg0LTEuMjEyLjY0NS0yLjE4LjY0NS0zLjA0NCAwLS4zMTMtLjAyLS42MDMtLjA1Ny0uODc0LjY2NCAxLjIxIDEuMDQyIDIuNiAxLjA0MiA0LjA3OCAwIDMuMTM2LTEuNyA1Ljg3NC00LjIyNyA3LjM0N3oiLz48L2c+PC9zdmc+") !important
}

#wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMyA0djE0YzAgMS4xLjkgMiAyIDJoMTRjMS4xIDAgMi0uOSAyLTJWNEgzem03IDExSDV2LTFoNXYxem0yLTJINXYtMWg3djF6bTAtMkg1di0xaDd2MXptNyA0aC01di01aDV2NXptMC03SDVWNmgxNHYyeiIvPjwvZz48L3N2Zz4=") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 6px
}

#wpadminbar #wp-admin-bar-newdash.ab-active>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNMyA0djE0YzAgMS4xLjkgMiAyIDJoMTRjMS4xIDAgMi0uOSAyLTJWNEgzem03IDExSDV2LTFoNXYxem0yLTJINXYtMWg3djF6bTAtMkg1di0xaDd2MXptNyA0aC01di01aDV2NXptMC03SDVWNmgxNHYyeiIvPjwvZz48L3N2Zz4=") !important
}

#wp-admin-bar-notes .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0
}

#wp-admin-bar-notes.active .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMS41IDguNUMxMC4xNTAxIDkuNzY5MjMgNy42NDk4NyAxMi40NDg3IDYgMTRDNS44NTAwMSAxMy4wMTI4IDYgMTAuNzY2MyA3LjI0OTgyIDguODA3NjlDNy41NzgxNCA4LjI5MzE4IDguMTQ5NzEgNy41Mzg0NiA5LjQ5OTYgNi42OTIzMUMxMC44NDk1IDUuODQ2MTUgMTMuOTk5MiA1IDEzLjk5OTIgNUMxMy45OTkzIDUuODQ2MTUgMTIuODQ5OSA3LjIzMDc3IDExLjUgOC41WiIgZmlsbD0iIzIzMjgyRCIvPg0KPHBhdGggZD0iTTUgMTZMNiAxNE02IDE0QzcuNjQ5ODcgMTIuNDQ4NyAxMC4xNTAxIDkuNzY5MjMgMTEuNSA4LjVDMTIuODQ5OSA3LjIzMDc3IDEzLjk5OTMgNS44NDYxNSAxMy45OTkyIDVDMTMuOTk5MiA1IDEwLjg0OTUgNS44NDYxNSA5LjQ5OTYgNi42OTIzMUM4LjE0OTcxIDcuNTM4NDYgNy41NzgxNCA4LjI5MzE4IDcuMjQ5ODIgOC44MDc2OUM2IDEwLjc2NjMgNS44NTAwMSAxMy4wMTI4IDYgMTRaIiBzdHJva2U9IiMyMzI4MkQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+DQo8cGF0aCBkPSJNMTQuNzUwOCA1LjAwMDI3QzE0Ljc1MSA0LjU4NjA1IDE0LjQxNTMgNC4yNTAxNSAxNC4wMDExIDQuMjVDMTMuNTg2OSA0LjI0OTg1IDEzLjI1MSA0LjU4NTUyIDEzLjI1MDggNC45OTk3M0wxNC43NTA4IDUuMDAwMjdaTTEzLjI1MDggNC45OTk3M0MxMy4yNTA1IDYuMDA1NjUgMTMuMjQ5NyA3LjQ0MjIgMTMuMDg3MyA4Ljc3OTgyQzEzLjAwNjIgOS40NDgwMyAxMi44ODc0IDEwLjA2NjggMTIuNzE4NyAxMC41ODAyQzEyLjU0NjUgMTEuMTA0MyAxMi4zNDM2IDExLjQ1MTggMTIuMTM3MiAxMS42NDU5TDEzLjE2NDcgMTIuNzM4N0MxMy42MzMyIDEyLjI5ODIgMTMuOTM2NSAxMS42NzkzIDE0LjE0MzggMTEuMDQ4NEMxNC4zNTQ2IDEwLjQwNjggMTQuNDg4OCA5LjY4MTc4IDE0LjU3NjQgOC45NjA1NkMxNC43NTEzIDcuNTE5MzQgMTQuNzUwNSA1Ljk5NDM1IDE0Ljc1MDggNS4wMDAyN0wxMy4yNTA4IDQuOTk5NzNaTTEyLjEzNzIgMTEuNjQ1OUMxMS45MDk4IDExLjg1OTcgMTEuNDk0MyAxMi4wODkzIDEwLjkwNzcgMTIuMzA3MUMxMC4zMzcyIDEyLjUxOSA5LjY3MDYyIDEyLjY5NjMgOS4wMDEwNSAxMi44Mzg1QzcuNjQ4OTIgMTMuMTI1NSA2LjM3OTM0IDEzLjI1IDYuMDAwMTIgMTMuMjVWMTQuNzVDNi41MjA4MyAxNC43NSA3LjkwMTcxIDE0LjYwNTMgOS4zMTI1NCAxNC4zMDU4QzEwLjAyNDUgMTQuMTU0NiAxMC43Njc1IDEzLjk1OTMgMTEuNDI5OSAxMy43MTMzQzEyLjA3NjMgMTMuNDczMiAxMi43MTcyIDEzLjE1OTUgMTMuMTY0NyAxMi43Mzg3TDEyLjEzNzIgMTEuNjQ1OVoiIGZpbGw9IiMyMzI4MkQiLz4NCjwvc3ZnPg==) !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: -5px
}

@media screen and (max-width: 782px) {
    #wpadminbar .quicklinks>ul>li.my-sites>a.ab-item:before {
        top: 0 !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        top: -6px;
        margin-left: -4px !important
    }
}

@media screen and (max-width: 480px) {
    #wpadminbar #wp-admin-bar-notes .noticon-bell {
        box-sizing: border-box;
        width: 100% !important
    }
    #wpadminbar #wp-admin-bar-notes .noticon-bell:before {
        left: -12px;
        margin: 0 50%
    }
    #wpadminbar .quicklinks>ul>li.my-sites>a.ab-item:before {
        top: 15% !important
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item:before {
        left: 50% !important;
        margin-left: -12px;
        height: 24px !important;
        top: 10% !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        top: 1px !important;
        margin-left: -10px !important
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        top: 10px !important;
        left: 50%;
        margin-left: -12px
    }
}

#wpadminbar .quicklinks .menupop ul li .ab-item {
    height: auto !important
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header>.ab-empty-item {
    line-height: 1 !important
}

@media(min-width: 480px) {
    .jetpack-business-hours dd,
    .jetpack-business-hours dt {
        display: inline-block
    }
}

.jetpack-business-hours dt {
    font-weight: 700;
    margin-inline-end: .5em;
    min-width: 30%;
    vertical-align: top
}

.jetpack-business-hours dd {
    margin: 0
}

@media(min-width: 480px) {
    .jetpack-business-hours dd {
        max-width: calc(70% - .5em)
    }
}

.jetpack-business-hours__item {
    margin-bottom: .5em
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution: 192dpi) {
     :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.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 {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    wp-block-cover border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.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-x: clip;
    padding: 1em;
    position: relative
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-cover-image:after,
.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,
    .wp-block-cover:after {
        content: none
    }
}

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

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

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

.wp-block-cover__image-background,
.wp-block-cover__video-background {
    z-index: 0
}

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, 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') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.jp-carousel-overlay .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.jp-carousel-overlay .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.jp-carousel-overlay .swiper-container-android .swiper-slide,
.jp-carousel-overlay .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.jp-carousel-overlay .swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.jp-carousel-overlay .swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.jp-carousel-overlay .swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.jp-carousel-overlay .swiper-container-pointer-events {
    touch-action: pan-y
}

.jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.jp-carousel-overlay .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.jp-carousel-overlay .swiper-slide-invisible-blank {
    visibility: hidden
}

.jp-carousel-overlay .swiper-container-autoheight,
.jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
    height: auto
}

.jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.jp-carousel-overlay .swiper-container-3d {
    perspective: 1200px
}

.jp-carousel-overlay .swiper-container-3d .swiper-wrapper,
.jp-carousel-overlay .swiper-container-3d .swiper-slide,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom,
.jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top,
.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.jp-carousel-overlay .swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-disabled,
.jp-carousel-overlay .swiper-button-next.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-white,
.jp-carousel-overlay .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #fff
}

.jp-carousel-overlay .swiper-button-prev.swiper-button-black,
.jp-carousel-overlay .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000
}

.jp-carousel-overlay .swiper-button-lock {
    display: none
}

.jp-carousel-overlay .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.jp-carousel-overlay .swiper-pagination-fraction,
.jp-carousel-overlay .swiper-pagination-custom,
.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.jp-carousel-overlay .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.jp-carousel-overlay button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.jp-carousel-overlay .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.jp-carousel-overlay .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar,
.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.jp-carousel-overlay .swiper-container-vertical>.swiper-pagination-progressbar,
.jp-carousel-overlay .swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.jp-carousel-overlay .swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.jp-carousel-overlay .swiper-pagination-black {
    --swiper-pagination-color: #000
}

.jp-carousel-overlay .swiper-pagination-lock {
    display: none
}

.jp-carousel-overlay .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.jp-carousel-overlay .swiper-zoom-container>img,
.jp-carousel-overlay .swiper-zoom-container>svg,
.jp-carousel-overlay .swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.jp-carousel-overlay .swiper-slide-zoomed {
    cursor: move
}

.jp-carousel-overlay .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

:root {
    --jp-carousel-primary-color: #fff;
    --jp-carousel-primary-subtle-color: #999;
    --jp-carousel-bg-color: #000;
    --jp-carousel-bg-faded-color: #222;
    --jp-carousel-border-color: #3a3a3a
}

:root .jp-carousel-light {
    --jp-carousel-primary-color: #000;
    --jp-carousel-primary-subtle-color: #646970;
    --jp-carousel-bg-color: #fff;
    --jp-carousel-bg-faded-color: #fbfbfb;
    --jp-carousel-border-color: #dcdcde
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next,
.jp-carousel-overlay .swiper-button-next,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    background-image: none
}

[data-carousel-extra]:not(.jp-carousel-wrap) img,
[data-carousel-extra]:not(.jp-carousel-wrap) img+figcaption {
    cursor: pointer
}

.jp-carousel-wrap * {
    line-height: inherit
}

.jp-carousel-wrap.swiper-container {
    height: auto;
    width: 100vw
}

.jp-carousel-overlay .swiper-zoom-container {
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: center
}

.jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img,
.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img {
    transition: none !important
}

.jp-carousel-overlay .swiper-button-prev,
.jp-carousel-overlay .swiper-button-next {
    opacity: .5;
    transition: .5s opacity ease-out;
    height: initial;
    width: initial;
    padding: 20px 40px;
    background-image: none
}

.jp-carousel-overlay .swiper-button-prev:hover,
.jp-carousel-overlay .swiper-button-next:hover {
    opacity: 1
}

.jp-carousel-overlay .swiper-button-next:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after,
.jp-carousel-overlay .swiper-button-prev:after,
.jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
    content: none
}

.jp-carousel-overlay .swiper-button-prev svg,
.jp-carousel-overlay .swiper-button-next svg {
    height: 30px;
    width: 28px;
    background: var(--jp-carousel-bg-color);
    border-radius: 4px
}

.jp-carousel-overlay .swiper-button-prev svg:hover,
.jp-carousel-overlay .swiper-button-next svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-overlay {
    font-family: 'Helvetica Neue', sans-serif !important;
    z-index: 2147483647;
    overflow-x: hidden;
    overflow-y: auto;
    direction: ltr;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--jp-carousel-bg-color)
}

.jp-carousel-overlay * {
    box-sizing: border-box
}

.jp-carousel-overlay h1:before,
.jp-carousel-overlay h2:before,
.jp-carousel-overlay h3:before {
    content: none;
    display: none
}

.jp-carousel-overlay .swiper-container .swiper-button-prev {
    left: 0;
    right: auto
}

.jp-carousel-overlay .swiper-container .swiper-button-next {
    right: 0;
    left: auto
}

.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev,
.jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next {
    transform: scaleX(-1)
}

.jp-carousel-container {
    display: grid;
    grid-template-rows: 1fr 64px;
    height: 100%
}

.jp-carousel-hide-controls .jp-carousel-container {
    grid-template-rows: 1fr
}

.jp-carousel-hide-controls .swiper-wrapper {
    margin-top: -32px
}

.jp-carousel-hide-controls .jp-swiper-button-next,
.jp-carousel-hide-controls .jp-swiper-button-prev {
    margin-top: -54px
}

.jp-carousel-msg {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    display: inline-block;
    line-height: 19px;
    padding: 11px 15px;
    font-size: 14px;
    text-align: center;
    margin: 25px 20px 0 2px;
    background-color: var(--jp-carousel-primary-color);
    border-left: 4px solid #ffba00;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1)
}

.jp-carousel-info {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    z-index: 100;
    background-color: var(--jp-carousel-bg-color);
    transition: opacity .2s ease-out;
    opacity: 1
}

.jp-carousel-hide-controls .jp-carousel-info {
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.jp-carousel-info-footer {
    position: relative;
    background-color: var(--jp-carousel-bg-color);
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100vw
}

.jp-carousel-info-extra {
    display: none;
    background-color: var(--jp-carousel-bg-color);
    padding: 35px;
    width: 100vw;
    border-top: 1px solid var(--jp-carousel-bg-faded-color)
}

.jp-carousel-title-and-caption {
    margin-bottom: 15px
}

.jp-carousel-info-extra.jp-carousel-show {
    display: block
}

.jp-carousel-info ::selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-info ::-moz-selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important
}

.jp-carousel-comments-wrapper {
    padding: 0;
    width: 100% !important;
    display: none
}

.jp-carousel-comments-wrapper.jp-carousel-show {
    display: block
}

.jp-carousel-comments-wrapper>.jp-carousel-photo-info {
    display: none
}

.jp-carousel-transitions .jp-carousel-photo-info {
    -webkit-transition: .4s ease-out;
    -moz-transition: .4s ease-out;
    -o-transition: .4s ease-out;
    transition: .4s ease-out
}

.jp-carousel-buttons {
    margin: -18px -20px 15px;
    padding: 8px 10px;
    border-bottom: 1px solid #222;
    background: #222;
    text-align: center
}

div.jp-carousel-buttons a {
    border: none !important;
    color: var(--jp-carousel-primary-subtle-color);
    font: normal 11px/1.2em 'Helvetica Neue', sans-serif !important;
    letter-spacing: 0 !important;
    padding: 5px 2px 5px 0;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle;
    -webkit-font-smoothing: subpixel-antialiased
}

div.jp-carousel-buttons a:hover {
    color: var(--jp-carousel-primary-color);
    border: none !important
}

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.jp-carousel-slide,
.jp-carousel-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jp-carousel-close-hint {
    cursor: default;
    letter-spacing: 0 !important;
    position: fixed;
    top: 20px;
    right: 30px;
    padding: 10px;
    text-align: right;
    width: 45px;
    height: 45px;
    z-index: 15;
    color: var(--jp-carousel-primary-color);
    cursor: pointer;
    transition: opacity .2s ease-out
}

.jp-carousel-transitions .jp-carousel-close-hint {
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.jp-carousel-close-hint svg {
    padding: 3px 2px;
    background: var(--jp-carousel-bg-color);
    border-radius: 4px
}

.jp-carousel-close-hint svg:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-close-hint:hover {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-close-hint:hover span {
    border-color: var(--jp-carousel-primary-color)
}

.jp-carousel-pagination-container {
    flex: 1;
    margin: 0 15px 0 35px
}

.jp-swiper-pagination,
.jp-carousel-pagination {
    color: var(--jp-carousel-primary-color);
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    display: none;
    position: static !important
}

.jp-carousel-pagination-container .swiper-pagination {
    text-align: left;
    line-height: 8px
}

.jp-carousel-pagination {
    padding-left: 5px
}

.jp-swiper-pagination .swiper-pagination-bullet {
    background: var(--jp-carousel-primary-subtle-color);
    margin: 0 4px
}

.jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--jp-carousel-primary-color)
}

.jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    background: var(--jp-carousel-primary-color);
    opacity: .5
}

.jp-carousel-info-footer .jp-carousel-photo-title-container {
    flex-basis: 50vw;
    flex: 4;
    justify-content: center;
    overflow: hidden;
    margin: 0
}

.jp-carousel-photo-title,
.jp-carousel-photo-caption {
    background: 0 0 !important;
    border: none !important;
    display: inline-block;
    font: normal 20px/1.3em 'Helvetica Neue', sans-serif;
    line-height: normal;
    letter-spacing: 0 !important;
    margin: 0 0 10px;
    padding: 0;
    overflow: hidden;
    text-shadow: none !important;
    text-transform: none !important;
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
    color: var(--jp-carousel-primary-subtle-color);
    cursor: pointer;
    margin: 0;
    text-overflow: ellipsis
}

.jp-carousel-info-footer .jp-carousel-photo-caption p {
    margin: 0
}

.jp-carousel-photo-title {
    font-size: 32px;
    margin-bottom: 2px
}

.jp-carousel-photo-description {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 16px;
    margin: 25px 0;
    width: 100%
}

.jp-carousel-photo-description {
    overflow: hidden;
    overflow-wrap: break-word
}

.jp-carousel-photo-description p {
    color: var(--jp-carousel-primary-subtle-color);
    line-height: 1.4;
    margin-bottom: 0
}

.jp-carousel-photo-description p a,
.jp-carousel-comments p a,
.jp-carousel-info h2 a {
    color: var(--jp-carousel-primary-color) !important;
    border: none !important;
    text-decoration: underline !important;
    font-weight: 400 !important;
    font-style: normal !important
}

.jp-carousel-photo-description p strong,
.jp-carousel-photo-description p b {
    font-weight: 700;
    color: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-photo-description p em,
.jp-carousel-photo-description p i {
    font-style: italic;
    color: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-photo-description p a:hover,
.jp-carousel-comments p a:hover,
.jp-carousel-info h2 a:hover {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-photo-description p:empty {
    display: none
}

.jp-carousel-photo-info h1:before,
.jp-carousel-photo-info h1:after,
.jp-carousel-comments-wrapper h1:before,
.jp-carousel-comments-wrapper h1:after {
    content: none !important
}

.jp-carousel-caption {
    font-size: 14px;
    font-weight: 400;
    margin: 0
}

.jp-carousel-image-meta {
    color: var(--jp-carousel-primary-color);
    font-size: 13px;
    font: 12px/1.4 'Helvetica Neue', sans-serif !important;
    width: 100%;
    display: none
}

.jp-carousel-image-meta.jp-carousel-show {
    display: block
}

.jp-carousel-image-meta li,
.jp-carousel-image-meta h5 {
    font-family: 'Helvetica Neue', sans-serif !important;
    position: inherit !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    bottom: auto !important;
    background: 0 0 !important;
    border: none !important;
    font-weight: 400 !important;
    line-height: 1.3em !important
}

.jp-carousel-image-meta ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.jp-carousel-image-meta li {
    width: 48% !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin: 0 2% 15px 0 !important;
    color: var(--jp-carousel-primary-color) !important;
    font-size: 13px !important
}

.jp-carousel-image-meta h5 {
    color: var(--jp-carousel-primary-subtle-color) !important;
    text-transform: uppercase !important;
    font-size: 10px !important;
    margin: 0 0 2px !important;
    letter-spacing: .1em !important
}

a.jp-carousel-image-download {
    display: inline-block;
    clear: both;
    color: var(--jp-carousel-primary-subtle-color);
    line-height: 1;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none
}

a.jp-carousel-image-download svg {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    padding-bottom: 2px
}

a.jp-carousel-image-download span.photo-size {
    font-size: 11px;
    border-radius: 1em;
    margin-left: 2px;
    display: inline-block
}

a.jp-carousel-image-download span.photo-size-times {
    padding: 0 1px 0 2px
}

.jp-carousel-comments {
    font: 15px/1.7 'Helvetica Neue', sans-serif !important;
    font-weight: 400;
    background: none transparent;
    width: 100%;
    bottom: 10px;
    margin-top: 20px
}

.jp-carousel-comments p a:hover,
.jp-carousel-comments p a:focus,
.jp-carousel-comments p a:active {
    color: var(--jp-carousel-primary-color) !important
}

.jp-carousel-comment {
    background: none transparent;
    color: var(--jp-carousel-primary-subtle-color);
    overflow: auto;
    width: 100%;
    display: flex
}

.jp-carousel-comment+.jp-carousel-comment {
    margin-top: 20px
}

.jp-carousel-comment:last-of-type {
    margin-bottom: 20px
}

.jp-carousel-comment p {
    color: var(--jp-carousel-primary-subtle-color) !important
}

.jp-carousel-comment .comment-author {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    width: auto;
    display: inline;
    float: none;
    border: none;
    margin: 0
}

.jp-carousel-comment .comment-author a {
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-comment .comment-gravatar {
    float: none;
    margin-right: 10px
}

.jp-carousel-comment .comment-content {
    border: none;
    padding: 0
}

.jp-carousel-comment .avatar {
    margin: 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
    min-width: 64px;
    min-height: 64px;
    width: 64px;
    height: 64px
}

.jp-carousel-comment .comment-date {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 11px;
    border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
    margin-bottom: 6px
}

#jp-carousel-comment-form {
    margin: 0 0 10px !important;
    width: 100%
}

#jp-carousel-comment-form.jp-carousel-is-disabled {
    opacity: .5;
    pointer-events: none
}

textarea#jp-carousel-comment-form-comment-field {
    background: var(--jp-carousel-bg-faded-color);
    border: 1px solid var(--jp-carousel-border-color);
    color: var(--jp-carousel-primary-subtle-color);
    font: 16px/1.4 'Helvetica Neue', sans-serif !important;
    width: 100%;
    padding: 10px 10px 5px;
    margin: 0;
    float: none;
    height: 147px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .1);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
    color: #555
}

textarea#jp-carousel-comment-form-comment-field:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#jp-carousel-loading-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw
}

#jp-carousel-library-loading,
#jp-carousel-library-loading:after {
    border-radius: 50%;
    width: 40px;
    height: 40px
}

#jp-carousel-library-loading {
    float: left;
    margin: 22px 0 0 10px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 8px solid rgba(255, 255, 255, .2);
    border-right: 8px solid rgba(255, 255, 255, .2);
    border-bottom: 8px solid rgba(255, 255, 255, .2);
    border-left: 8px solid var(--jp-carousel-primary-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

#jp-carousel-comment-form-spinner,
#jp-carousel-comment-form-spinner:after {
    border-radius: 50%;
    width: 20px;
    height: 20px
}

#jp-carousel-comment-form-spinner {
    display: none;
    float: left;
    margin: 22px 0 0 10px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    border-top: 4px solid rgba(255, 255, 255, .2);
    border-right: 4px solid rgba(255, 255, 255, .2);
    border-bottom: 4px solid rgba(255, 255, 255, .2);
    border-left: 4px solid var(--jp-carousel-primary-color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    margin: 0 auto;
    top: calc(50% - 15px);
    left: 0;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.jp-carousel-info-content-wrapper {
    max-width: 800px;
    margin: auto
}

#jp-carousel-comment-form-submit-and-info-wrapper {
    display: none;
    overflow: hidden;
    width: 100%
}

#jp-carousel-comment-form-commenting-as input {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-border-color);
    color: var(--jp-carousel-primary-subtle-color);
    font: 16px/1.4 'Helvetica Neue', sans-serif !important;
    padding: 10px;
    float: left;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 285px
}

#jp-carousel-comment-form-commenting-as input:focus {
    background: var(--jp-carousel-bg-faded-color);
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-comment-form-commenting-as p {
    font: 400 13px/1.7 'Helvetica Neue', sans-serif !important;
    margin: 22px 0 0;
    float: left
}

#jp-carousel-comment-form-commenting-as fieldset {
    float: left;
    border: none;
    margin: 20px 0 0;
    padding: 0;
    clear: both
}

#jp-carousel-comment-form-commenting-as label {
    font: 400 13px/1.7 'Helvetica Neue', sans-serif !important;
    margin: 0 20px 3px 0;
    float: left;
    width: 100px
}

#jp-carousel-comment-form-button-submit {
    margin-top: 20px;
    margin-left: auto;
    display: block;
    border: solid 1px var(--jp-carousel-primary-color);
    background: var(--jp-carousel-bg-color);
    border-radius: 3px;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--jp-carousel-primary-color)
}

#jp-carousel-comment-form-button-submit:active,
#jp-carousel-comment-form-button-submit:focus {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-bg-color)
}

#jp-carousel-comment-form-container {
    margin-bottom: 15px;
    width: 100%;
    margin-top: 20px;
    color: var(--jp-carousel-primary-subtle-color);
    position: relative;
    overflow: hidden
}

#jp-carousel-comment-post-results {
    display: none;
    overflow: auto;
    width: 100%
}

#jp-carousel-comment-post-results span {
    display: block;
    text-align: center;
    margin-top: 20px;
    width: 100%;
    overflow: auto;
    padding: 1em 0;
    box-sizing: border-box;
    border-radius: 2px;
    font: 13px/1.4 'Helvetica Neue', sans-serif !important;
    border: 1px solid var(--jp-carousel-border-color);
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .2);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .2)
}

.jp-carousel-comment-post-error {
    color: #df4926
}

#jp-carousel-comments-closed {
    display: none;
    color: var(--jp-carousel-primary-subtle-color)
}

#jp-carousel-comments-loading {
    font: 400 15px/1.7 'Helvetica Neue', sans-serif !important;
    display: none;
    color: var(--jp-carousel-primary-subtle-color);
    text-align: left;
    margin-bottom: 20px;
    width: 100%;
    bottom: 10px;
    margin-top: 20px
}

.jp-carousel-photo-icons-container {
    flex: 1;
    display: block;
    text-align: right;
    margin: 0 20px 0 30px;
    white-space: nowrap
}

.jp-carousel-icon-btn {
    padding: 16px;
    text-decoration: none;
    border: none;
    background: 0 0;
    display: inline-block;
    height: 64px
}

.jp-carousel-icon {
    border: none;
    display: inline-block;
    line-height: 0;
    font-weight: 400;
    font-style: normal;
    border-radius: 4px;
    width: 31px;
    padding: 4px 3px 3px
}

.jp-carousel-icon:hover {
    background: var(--jp-carousel-primary-subtle-color)
}

.jp-carousel-icon svg {
    display: inline-block
}

.jp-carousel-overlay rect {
    fill: var(--jp-carousel-primary-color)
}

.jp-carousel-selected .jp-carousel-icon {
    background: var(--jp-carousel-primary-color)
}

.jp-carousel-selected rect {
    fill: var(--jp-carousel-bg-color)
}

.jp-carousel-icon-comments.jp-carousel-show {
    display: inline-block
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
    display: none;
    font-size: 12px;
    vertical-align: top;
    margin-left: -16px;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 4px;
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-bg-color);
    font-weight: 400;
    font-family: 'Helvetica Neue', sans-serif !important;
    position: relative
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-bg-color);
    color: var(--jp-carousel-primary-color)
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
    display: inline-block
}

@media only screen and (max-width: 760px) {
    .jp-carousel-overlay .swiper-container .swiper-button-next,
    .jp-carousel-overlay .swiper-container .swiper-button-prev {
        display: none !important
    }
    .jp-carousel-buttons {
        display: none !important
    }
    .jp-carousel-image-meta {
        float: none !important;
        width: 100% !important;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0
    }
    .jp-carousel-close-hint {
        font-size: 26px !important;
        position: fixed !important;
        top: 10px;
        right: 10px
    }
    .admin-bar .jp-carousel-close-hint {
        top: 40px
    }
    .jp-carousel-slide img {
        opacity: 1
    }
    .jp-carousel-wrap {
        background-color: var(--jp-carousel-bg-color)
    }
    .jp-carousel-fadeaway {
        display: none
    }
    .jp-carousel-info>.jp-carousel-photo-info {
        display: none
    }
    .jp-carousel-comments-wrapper>.jp-carousel-photo-info {
        display: block
    }
    .jp-carousel-caption {
        overflow: visible !important
    }
    .jp-carousel-info-footer .jp-carousel-photo-title-container {
        display: none
    }
    .jp-carousel-photo-icons-container {
        margin: 0 10px 0 0;
        white-space: nowrap
    }
    .jp-carousel-icon-btn {
        padding-left: 20px
    }
    .jp-carousel-pagination {
        padding-left: 5px
    }
    .jp-carousel-pagination-container {
        margin-left: 25px
    }
    .jp-carousel-comment .avatar {
        min-width: 48px
    }
    #jp-carousel-comment-form-commenting-as fieldset,
    #jp-carousel-comment-form-commenting-as input {
        width: 100%;
        float: none
    }
}

.wp-block-code {
    border-radius: 0;
    border-color: var(--wp--preset--color--contrast);
    border-width: 1px;
    border-style: solid;
    font-family: monospace;
    font-size: var(--wp--preset--font-size--small);
    line-height: 1.25;
    padding-top: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
}

.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    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 .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.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 {
    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 {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.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 {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

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

.wordads-ad-wrapper {
    position: absolute;
    visibility: hidden;
    font: normal 11px Arial, sans-serif;
    letter-spacing: 1px;
    text-decoration: none;
    width: 100%;
    margin: 25px auto;
    padding: 0;
    clear: both
}

.wordads-ad-title {
    margin: 0 auto 5px auto
}

.wordads-ad-controls {
    margin: 5px auto 0 auto;
    text-align: right
}

.wordads-ad-controls span {
    cursor: pointer
}

.wordads-ad {
    width: 300px;
    max-width: 580px;
    margin: 0 auto
}

.wordads-ad iframe {
    margin: 0;
    padding: 0
}

.wordads-ad.wordads-ad-responsive {
    width: 100%
}

.wpcnt {
    text-align: center;
    line-height: 0
}

.rtl .wpcnt {
    direction: ltr
}

.mpb {
    text-align: center;
    margin: 0 auto;
    width: 100%
}

.wpa,
.wpadvert {
    position: relative;
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.wpa.wpwidesky,
.wpa.wpleaderboard {
    width: auto
}

.wpa.top {
    min-width: 728px
}

.wpa.wpwidesky {
    min-width: 160px
}

.wpa.wpmrec {
    min-width: 300px
}

.mpb .wpa {
    padding: 10px 0 0
}

@media screen and (max-width:650px) {
    .mpb .wpa {
        min-width: 300px
    }
}

.wpa-about {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    display: block;
    min-width: 160px;
    border-bottom: none !important;
    font: 10px/1 "Open Sans", Arial, sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    opacity: .85
}

.wpa-settings {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: block;
    min-width: 160px;
    text-align: left !important;
    vertical-align: middle
}

.wpa-settings a {
    color: #c8c7cc !important;
    text-decoration: none !important;
    border-bottom: none !important;
    font-size: 6px;
    font-family: Verdana, sans-serif;
    text-transform: uppercase;
    letter-spacing: .3px;
    line-height: 10px
}

.wpa-notice {
    display: block;
    position: relative;
    padding: 24px;
    overflow: hidden;
    border: 5px solid #efefef;
    font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
    color: #2e4453 !important;
    box-shadow: 0 0 0 1px rgba(200, 215, 225, .5), 0 1px 2px #e9eff3
}

.wpa-buttons {
    text-align: center;
    margin: 0
}

.wpa-button {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 7px !important;
    overflow: hidden;
    background: #fff;
    border-color: #c8d7e1;
    border-style: solid !important;
    border-width: 1px 1px 2px !important;
    border-bottom: 2px solid #c8d7e1 !important;
    cursor: pointer;
    vertical-align: top;
    color: #668eaa !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    text-overflow: ellipsis;
    text-decoration: none !important;
    text-transform: uppercase !important;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.wpa-button:hover {
    border-color: #a8bece !important;
    color: #2e4453 !important
}

.wpa-button.is-primary {
    background: #00aadc !important;
    border-color: #0087be !important;
    color: #fff !important
}

.wpa-button.is-primary:hover {
    border-color: #005082 !important;
    color: #fff !important
}

body.highlander-dark .wpa-about {
    color: #ddd
}

body.highlander-dark .wpa-about:hover {
    color: #e9e9e9
}

.wpa .u>div,
.wpadvert>div>* {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
    box-sizing: content-box
}

div.wpa>div {
    margin-top: 20px
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
    display: block !important
}

.wa-sponsored-link {
    font: 9px/1 sans-serif
}

.widget_eu_cookie_law_widget.widget_eu_cookie_law_widget {
    border: none;
    bottom: 1em;
    display: none;
    left: 1em;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 1em;
    width: auto;
    z-index: 50001
}

#eu-cookie-law {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #2e4467;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 6px 6px 6px 15px;
    position: relative
}

#eu-cookie-law a,
#eu-cookie-law a:active,
#eu-cookie-law a:visited {
    color: inherit;
    cursor: inherit;
    text-decoration: underline
}

#eu-cookie-law a:hover {
    cursor: pointer;
    text-decoration: none
}

#eu-cookie-law.negative {
    background-color: #000;
    border: none;
    color: #fff
}

#eu-cookie-law input,
#eu-cookie-law input:hover,
#eu-cookie-law input:focus {
    background: #f3f3f3;
    border: 1px solid #dedede;
    border-radius: 4px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #2e4453;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 0 5%;
    padding: 8px 12px;
    position: static;
    text-transform: none
}

#eu-cookie-law.negative input,
#eu-cookie-law.negative input:hover,
#eu-cookie-law.negative input:focus {
    background: #282828;
    border-color: #535353;
    color: #fff
}

@media (max-width:600px) {
    #eu-cookie-law {
        padding-bottom: 55px
    }
    #eu-cookie-law input.accept {
        bottom: 8px;
        position: absolute;
        right: 8px
    }
}

amp-consent.widget_eu_cookie_law_widget.widget.top {
    top: 1em;
    margin: 0
}

.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
    top: 0;
    margin-top: 3em
}

.jp-related-posts-i2 {
    margin-top: 1.5rem
}

.jp-related-posts-i2__list {
    --hgap: 1rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: var(--hgap);
    row-gap: 2rem;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.jp-related-posts-i2__post {
    display: flex;
    flex-direction: column;
    flex-basis: calc((100% - var(--hgap))/2)
}

.jp-related-posts-i2__post:nth-last-child(n+3):first-child,
.jp-related-posts-i2__post:nth-last-child(n+3):first-child~* {
    flex-basis: calc((100% - var(--hgap)*2)/3)
}

.jp-related-posts-i2__post:nth-last-child(4):first-child,
.jp-related-posts-i2__post:nth-last-child(4):first-child~* {
    flex-basis: calc((100% - var(--hgap))/2)
}

.jp-related-posts-i2__post-link {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    width: 100%;
    margin-bottom: 1rem;
    line-height: 1.2
}

.jp-related-posts-i2__post-link:focus-visible {
    outline-offset: 2px
}

.jp-related-posts-i2__post-img {
    order: -1;
    max-width: 100%
}

.jp-related-posts-i2__post-defs {
    margin: 0;
    list-style-type: unset
}

.jp-related-posts-i2__post-defs dt {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.jp-related-posts-i2__post-defs dd {
    margin: 0
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__list {
    display: block
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
    margin-bottom: 2rem
}

@media only screen and (max-width:640px) {
    .jp-related-posts-i2__list {
        display: block
    }
    .jp-related-posts-i2__post {
        margin-bottom: 2rem
    }
}

#jp-relatedposts {
    display: none;
    padding-top: 1em;
    margin: 1em 0;
    position: relative;
    clear: both
}

.jp-relatedposts:after {
    content: '';
    display: block;
    clear: both
}

#jp-relatedposts h3.jp-relatedposts-headline {
    margin: 0 0 1em;
    display: inline-block;
    float: left;
    font-size: 9pt;
    font-weight: 700;
    font-family: inherit
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 1em
}

#jp-relatedposts h3.jp-relatedposts-headline em {
    font-style: normal;
    font-weight: 700
}

#jp-relatedposts .jp-relatedposts-items {
    clear: left
}

#jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: -20px
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: left;
    width: 33%;
    margin: 0 0 1em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    padding-right: 20px;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
    clear: both
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
    position: relative
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    border-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
    margin-bottom: 0
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    text-transform: none;
    margin: 0;
    font-family: inherit;
    display: block;
    max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
    text-decoration: underline
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    height: auto;
    max-width: 100%
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
    opacity: .6
}

.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    display: none
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
    display: none
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
    overflow: hidden
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
    margin-bottom: 1em
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
    clear: both;
    width: 100%
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
    float: left;
    overflow: hidden;
    max-width: 33%;
    margin-right: 3%
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    display: inline-block;
    max-width: 63%
}

@media only screen and (max-width:640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 50%
    }
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
        clear: left
    }
    #jp-relatedposts .jp-relatedposts-items-visual {
        margin-right: 20px
    }
}

@media only screen and (max-width:320px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 100%;
        clear: both;
        margin: 0 0 1em
    }
    #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
    #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
        float: none;
        max-width: 100%;
        margin-right: 0
    }
}

@media print {
    .jp-relatedposts {
        display: none !important
    }
}

#jp-post-flair {
    padding-top: .5em
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

div.sharedaddy h3.sd-title:before {
    content: "";
    display: block;
    width: 100%;
    min-width: 30px;
    border-top: 1px solid #dcdcde;
    margin-bottom: 1em
}

#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
    width: 61px;
    overflow: hidden
}

#wpadminbar iframe.admin-bar-likes-widget {
    width: 61px;
    height: 28px;
    min-height: 28px;
    border-width: 0;
    position: absolute;
    top: 0
}

div.jetpack-likes-widget-wrapper {
    width: 100%;
    min-height: 50px;
    position: relative
}

div.jetpack-likes-widget-wrapper .sd-link-color {
    font-size: 12px
}

div.jetpack-comment-likes-widget-wrapper {
    width: 100%;
    position: relative;
    min-height: 31px
}

div.jetpack-comment-likes-widget-wrapper iframe {
    margin-bottom: 0
}

#likes-other-gravatars {
    display: none;
    position: absolute;
    padding: 10px 10px 12px;
    background-color: #000;
    border-radius: 4px;
    border-width: 0;
    min-width: 130px;
    overflow: scroll;
    z-index: 1000
}

#likes-other-gravatars.wpl-new-layout {
    display: none;
    position: absolute;
    padding: 9px 12px 10px;
    background-color: #fff;
    border: solid 1px #dcdcde;
    border-radius: 4px;
    min-width: 220px;
    max-height: 240px;
    height: auto;
    overflow: auto;
    z-index: 1000
}

#likes-other-gravatars * {
    line-height: normal
}

#likes-other-gravatars .likes-text {
    color: #fff;
    font-size: 12px;
    padding-bottom: 8px
}

#likes-other-gravatars.wpl-new-layout .likes-text {
    color: #101517;
    font-size: 12px;
    font-weight: 500;
    padding-bottom: 8px
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    list-style-type: none
}

#likes-other-gravatars li:before {
    content: ""
}

#likes-other-gravatars ul.wpl-avatars {
    overflow: hidden;
    display: block
}

#likes-other-gravatars ul.wpl-avatars li {
    width: 32px;
    height: 32px;
    float: left;
    margin: 0 5px 5px 0
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
    width: 196px;
    height: 28px;
    float: none;
    margin: 0 0 4px
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li:last-child {
    margin: 0
}

#likes-other-gravatars ul.wpl-avatars li a {
    margin: 0 2px 0 0;
    border-bottom: none !important;
    display: block
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
    margin: 0 2px 0 0;
    border-bottom: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
    font-size: 12px;
    color: #2c3338;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

#likes-other-gravatars ul.wpl-avatars li a img {
    background: 0 0;
    border: none;
    margin: 0 !important;
    padding: 0 !important;
    position: static;
    box-sizing: border-box
}

#likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
    background: 0 0;
    border: none;
    border-radius: 50%;
    margin: 0 !important;
    padding: 1px !important;
    position: static
}

div.sd-box {
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgba(0, 0, 0, .13)
}

.entry-content .post-likes-widget,
.post-likes-widget,
.comment-likes-widget {
    margin: 0;
    border-width: 0;
    display: block
}

.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
    margin: 0;
    border-width: 0;
    position: relative
}

.comment-likes-widget-placeholder {
    height: 18px;
    position: absolute;
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif
}

.comment-likes-widget-placeholder:before {
    color: #2ea2cc;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    position: relative;
    top: 3px;
    padding-right: 5px;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")
}

.post-likes-widget-placeholder .button {
    display: none
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px
}

.comment-likes-widget-placeholder .loading {
    padding-left: 5px;
    margin-top: 4px;
    align-self: center;
    color: #4e4e4e
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    width: 100%;
    float: none;
    position: absolute;
    top: 0
}

.comment-likes-widget {
    width: 100%
}

.pd-rating,
.cs-rating {
    display: block !important
}

.sd-gplus .sd-title {
    display: none
}

@media print {
    .jetpack-likes-widget-wrapper {
        display: none
    }
}


/*! This file is auto-generated */

@font-face {
    font-family: dashicons;
    src: url(/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);
    src: url(/wp-includes/css/../fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(/wp-includes/css/../fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");
    font-weight: 400;
    font-style: normal
}

.dashicons,
.dashicons-before:before {
    font-family: dashicons;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: never;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    font-size: 20px;
    vertical-align: top;
    text-align: center;
    transition: color .1s ease-in
}

.dashicons-admin-appearance:before {
    content: "\f100"
}

.dashicons-admin-collapse:before {
    content: "\f148"
}

.dashicons-admin-comments:before {
    content: "\f101"
}

.dashicons-admin-customizer:before {
    content: "\f540"
}

.dashicons-admin-generic:before {
    content: "\f111"
}

.dashicons-admin-home:before {
    content: "\f102"
}

.dashicons-admin-links:before {
    content: "\f103"
}

.dashicons-admin-media:before {
    content: "\f104"
}

.dashicons-admin-multisite:before {
    content: "\f541"
}

.dashicons-admin-network:before {
    content: "\f112"
}

.dashicons-admin-page:before {
    content: "\f105"
}

.dashicons-admin-plugins:before {
    content: "\f106"
}

.dashicons-admin-post:before {
    content: "\f109"
}

.dashicons-admin-settings:before {
    content: "\f108"
}

.dashicons-admin-site-alt:before {
    content: "\f11d"
}

.dashicons-admin-site-alt2:before {
    content: "\f11e"
}

.dashicons-admin-site-alt3:before {
    content: "\f11f"
}

.dashicons-admin-site:before {
    content: "\f319"
}

.dashicons-admin-tools:before {
    content: "\f107"
}

.dashicons-admin-users:before {
    content: "\f110"
}

.dashicons-airplane:before {
    content: "\f15f"
}

.dashicons-album:before {
    content: "\f514"
}

.dashicons-align-center:before {
    content: "\f134"
}

.dashicons-align-full-width:before {
    content: "\f114"
}

.dashicons-align-left:before {
    content: "\f135"
}

.dashicons-align-none:before {
    content: "\f138"
}

.dashicons-align-pull-left:before {
    content: "\f10a"
}

.dashicons-align-pull-right:before {
    content: "\f10b"
}

.dashicons-align-right:before {
    content: "\f136"
}

.dashicons-align-wide:before {
    content: "\f11b"
}

.dashicons-amazon:before {
    content: "\f162"
}

.dashicons-analytics:before {
    content: "\f183"
}

.dashicons-archive:before {
    content: "\f480"
}

.dashicons-arrow-down-alt:before {
    content: "\f346"
}

.dashicons-arrow-down-alt2:before {
    content: "\f347"
}

.dashicons-arrow-down:before {
    content: "\f140"
}

.dashicons-arrow-left-alt:before {
    content: "\f340"
}

.dashicons-arrow-left-alt2:before {
    content: "\f341"
}

.dashicons-arrow-left:before {
    content: "\f141"
}

.dashicons-arrow-right-alt:before {
    content: "\f344"
}

.dashicons-arrow-right-alt2:before {
    content: "\f345"
}

.dashicons-arrow-right:before {
    content: "\f139"
}

.dashicons-arrow-up-alt:before {
    content: "\f342"
}

.dashicons-arrow-up-alt2:before {
    content: "\f343"
}

.dashicons-arrow-up-duplicate:before {
    content: "\f143"
}

.dashicons-arrow-up:before {
    content: "\f142"
}

.dashicons-art:before {
    content: "\f309"
}

.dashicons-awards:before {
    content: "\f313"
}

.dashicons-backup:before {
    content: "\f321"
}

.dashicons-bank:before {
    content: "\f16a"
}

.dashicons-beer:before {
    content: "\f16c"
}

.dashicons-bell:before {
    content: "\f16d"
}

.dashicons-block-default:before {
    content: "\f12b"
}

.dashicons-book-alt:before {
    content: "\f331"
}

.dashicons-book:before {
    content: "\f330"
}

.dashicons-buddicons-activity:before {
    content: "\f452"
}

.dashicons-buddicons-bbpress-logo:before {
    content: "\f477"
}

.dashicons-buddicons-buddypress-logo:before {
    content: "\f448"
}

.dashicons-buddicons-community:before {
    content: "\f453"
}

.dashicons-buddicons-forums:before {
    content: "\f449"
}

.dashicons-buddicons-friends:before {
    content: "\f454"
}

.dashicons-buddicons-groups:before {
    content: "\f456"
}

.dashicons-buddicons-pm:before {
    content: "\f457"
}

.dashicons-buddicons-replies:before {
    content: "\f451"
}

.dashicons-buddicons-topics:before {
    content: "\f450"
}

.dashicons-buddicons-tracking:before {
    content: "\f455"
}

.dashicons-building:before {
    content: "\f512"
}

.dashicons-businessman:before {
    content: "\f338"
}

.dashicons-businessperson:before {
    content: "\f12e"
}

.dashicons-businesswoman:before {
    content: "\f12f"
}

.dashicons-button:before {
    content: "\f11a"
}

.dashicons-calculator:before {
    content: "\f16e"
}

.dashicons-calendar-alt:before {
    content: "\f508"
}

.dashicons-calendar:before {
    content: "\f145"
}

.dashicons-camera-alt:before {
    content: "\f129"
}

.dashicons-camera:before {
    content: "\f306"
}

.dashicons-car:before {
    content: "\f16b"
}

.dashicons-carrot:before {
    content: "\f511"
}

.dashicons-cart:before {
    content: "\f174"
}

.dashicons-category:before {
    content: "\f318"
}

.dashicons-chart-area:before {
    content: "\f239"
}

.dashicons-chart-bar:before {
    content: "\f185"
}

.dashicons-chart-line:before {
    content: "\f238"
}

.dashicons-chart-pie:before {
    content: "\f184"
}

.dashicons-clipboard:before {
    content: "\f481"
}

.dashicons-clock:before {
    content: "\f469"
}

.dashicons-cloud-saved:before {
    content: "\f137"
}

.dashicons-cloud-upload:before {
    content: "\f13b"
}

.dashicons-cloud:before {
    content: "\f176"
}

.dashicons-code-standards:before {
    content: "\f13a"
}

.dashicons-coffee:before {
    content: "\f16f"
}

.dashicons-color-picker:before {
    content: "\f131"
}

.dashicons-columns:before {
    content: "\f13c"
}

.dashicons-controls-back:before {
    content: "\f518"
}

.dashicons-controls-forward:before {
    content: "\f519"
}

.dashicons-controls-pause:before {
    content: "\f523"
}

.dashicons-controls-play:before {
    content: "\f522"
}

.dashicons-controls-repeat:before {
    content: "\f515"
}

.dashicons-controls-skipback:before {
    content: "\f516"
}

.dashicons-controls-skipforward:before {
    content: "\f517"
}

.dashicons-controls-volumeoff:before {
    content: "\f520"
}

.dashicons-controls-volumeon:before {
    content: "\f521"
}

.dashicons-cover-image:before {
    content: "\f13d"
}

.dashicons-dashboard:before {
    content: "\f226"
}

.dashicons-database-add:before {
    content: "\f170"
}

.dashicons-database-export:before {
    content: "\f17a"
}

.dashicons-database-import:before {
    content: "\f17b"
}

.dashicons-database-remove:before {
    content: "\f17c"
}

.dashicons-database-view:before {
    content: "\f17d"
}

.dashicons-database:before {
    content: "\f17e"
}

.dashicons-desktop:before {
    content: "\f472"
}

.dashicons-dismiss:before {
    content: "\f153"
}

.dashicons-download:before {
    content: "\f316"
}

.dashicons-drumstick:before {
    content: "\f17f"
}

.dashicons-edit-large:before {
    content: "\f327"
}

.dashicons-edit-page:before {
    content: "\f186"
}

.dashicons-edit:before {
    content: "\f464"
}

.dashicons-editor-aligncenter:before {
    content: "\f207"
}

.dashicons-editor-alignleft:before {
    content: "\f206"
}

.dashicons-editor-alignright:before {
    content: "\f208"
}

.dashicons-editor-bold:before {
    content: "\f200"
}

.dashicons-editor-break:before {
    content: "\f474"
}

.dashicons-editor-code-duplicate:before {
    content: "\f494"
}

.dashicons-editor-code:before {
    content: "\f475"
}

.dashicons-editor-contract:before {
    content: "\f506"
}

.dashicons-editor-customchar:before {
    content: "\f220"
}

.dashicons-editor-expand:before {
    content: "\f211"
}

.dashicons-editor-help:before {
    content: "\f223"
}

.dashicons-editor-indent:before {
    content: "\f222"
}

.dashicons-editor-insertmore:before {
    content: "\f209"
}

.dashicons-editor-italic:before {
    content: "\f201"
}

.dashicons-editor-justify:before {
    content: "\f214"
}

.dashicons-editor-kitchensink:before {
    content: "\f212"
}

.dashicons-editor-ltr:before {
    content: "\f10c"
}

.dashicons-editor-ol-rtl:before {
    content: "\f12c"
}

.dashicons-editor-ol:before {
    content: "\f204"
}

.dashicons-editor-outdent:before {
    content: "\f221"
}

.dashicons-editor-paragraph:before {
    content: "\f476"
}

.dashicons-editor-paste-text:before {
    content: "\f217"
}

.dashicons-editor-paste-word:before {
    content: "\f216"
}

.dashicons-editor-quote:before {
    content: "\f205"
}

.dashicons-editor-removeformatting:before {
    content: "\f218"
}

.dashicons-editor-rtl:before {
    content: "\f320"
}

.dashicons-editor-spellcheck:before {
    content: "\f210"
}

.dashicons-editor-strikethrough:before {
    content: "\f224"
}

.dashicons-editor-table:before {
    content: "\f535"
}

.dashicons-editor-textcolor:before {
    content: "\f215"
}

.dashicons-editor-ul:before {
    content: "\f203"
}

.dashicons-editor-underline:before {
    content: "\f213"
}

.dashicons-editor-unlink:before {
    content: "\f225"
}

.dashicons-editor-video:before {
    content: "\f219"
}

.dashicons-ellipsis:before {
    content: "\f11c"
}

.dashicons-email-alt:before {
    content: "\f466"
}

.dashicons-email-alt2:before {
    content: "\f467"
}

.dashicons-email:before {
    content: "\f465"
}

.dashicons-embed-audio:before {
    content: "\f13e"
}

.dashicons-embed-generic:before {
    content: "\f13f"
}

.dashicons-embed-photo:before {
    content: "\f144"
}

.dashicons-embed-post:before {
    content: "\f146"
}

.dashicons-embed-video:before {
    content: "\f149"
}

.dashicons-excerpt-view:before {
    content: "\f164"
}

.dashicons-exit:before {
    content: "\f14a"
}

.dashicons-external:before {
    content: "\f504"
}

.dashicons-facebook-alt:before {
    content: "\f305"
}

.dashicons-facebook:before {
    content: "\f304"
}

.dashicons-feedback:before {
    content: "\f175"
}

.dashicons-filter:before {
    content: "\f536"
}

.dashicons-flag:before {
    content: "\f227"
}

.dashicons-food:before {
    content: "\f187"
}

.dashicons-format-aside:before {
    content: "\f123"
}

.dashicons-format-audio:before {
    content: "\f127"
}

.dashicons-format-chat:before {
    content: "\f125"
}

.dashicons-format-gallery:before {
    content: "\f161"
}

.dashicons-format-image:before {
    content: "\f128"
}

.dashicons-format-quote:before {
    content: "\f122"
}

.dashicons-format-status:before {
    content: "\f130"
}

.dashicons-format-video:before {
    content: "\f126"
}

.dashicons-forms:before {
    content: "\f314"
}

.dashicons-fullscreen-alt:before {
    content: "\f188"
}

.dashicons-fullscreen-exit-alt:before {
    content: "\f189"
}

.dashicons-games:before {
    content: "\f18a"
}

.dashicons-google:before {
    content: "\f18b"
}

.dashicons-googleplus:before {
    content: "\f462"
}

.dashicons-grid-view:before {
    content: "\f509"
}

.dashicons-groups:before {
    content: "\f307"
}

.dashicons-hammer:before {
    content: "\f308"
}

.dashicons-heading:before {
    content: "\f10e"
}

.dashicons-heart:before {
    content: "\f487"
}

.dashicons-hidden:before {
    content: "\f530"
}

.dashicons-hourglass:before {
    content: "\f18c"
}

.dashicons-html:before {
    content: "\f14b"
}

.dashicons-id-alt:before {
    content: "\f337"
}

.dashicons-id:before {
    content: "\f336"
}

.dashicons-image-crop:before {
    content: "\f165"
}

.dashicons-image-filter:before {
    content: "\f533"
}

.dashicons-image-flip-horizontal:before {
    content: "\f169"
}

.dashicons-image-flip-vertical:before {
    content: "\f168"
}

.dashicons-image-rotate-left:before {
    content: "\f166"
}

.dashicons-image-rotate-right:before {
    content: "\f167"
}

.dashicons-image-rotate:before {
    content: "\f531"
}

.dashicons-images-alt:before {
    content: "\f232"
}

.dashicons-images-alt2:before {
    content: "\f233"
}

.dashicons-index-card:before {
    content: "\f510"
}

.dashicons-info-outline:before {
    content: "\f14c"
}

.dashicons-info:before {
    content: "\f348"
}

.dashicons-insert-after:before {
    content: "\f14d"
}

.dashicons-insert-before:before {
    content: "\f14e"
}

.dashicons-insert:before {
    content: "\f10f"
}

.dashicons-instagram:before {
    content: "\f12d"
}

.dashicons-laptop:before {
    content: "\f547"
}

.dashicons-layout:before {
    content: "\f538"
}

.dashicons-leftright:before {
    content: "\f229"
}

.dashicons-lightbulb:before {
    content: "\f339"
}

.dashicons-linkedin:before {
    content: "\f18d"
}

.dashicons-list-view:before {
    content: "\f163"
}

.dashicons-location-alt:before {
    content: "\f231"
}

.dashicons-location:before {
    content: "\f230"
}

.dashicons-lock-duplicate:before {
    content: "\f315"
}

.dashicons-lock:before {
    content: "\f160"
}

.dashicons-marker:before {
    content: "\f159"
}

.dashicons-media-archive:before {
    content: "\f501"
}

.dashicons-media-audio:before {
    content: "\f500"
}

.dashicons-media-code:before {
    content: "\f499"
}

.dashicons-media-default:before {
    content: "\f498"
}

.dashicons-media-document:before {
    content: "\f497"
}

.dashicons-media-interactive:before {
    content: "\f496"
}

.dashicons-media-spreadsheet:before {
    content: "\f495"
}

.dashicons-media-text:before {
    content: "\f491"
}

.dashicons-media-video:before {
    content: "\f490"
}

.dashicons-megaphone:before {
    content: "\f488"
}

.dashicons-menu-alt:before {
    content: "\f228"
}

.dashicons-menu-alt2:before {
    content: "\f329"
}

.dashicons-menu-alt3:before {
    content: "\f349"
}

.dashicons-menu:before {
    content: "\f333"
}

.dashicons-microphone:before {
    content: "\f482"
}

.dashicons-migrate:before {
    content: "\f310"
}

.dashicons-minus:before {
    content: "\f460"
}

.dashicons-money-alt:before {
    content: "\f18e"
}

.dashicons-money:before {
    content: "\f526"
}

.dashicons-move:before {
    content: "\f545"
}

.dashicons-nametag:before {
    content: "\f484"
}

.dashicons-networking:before {
    content: "\f325"
}

.dashicons-no-alt:before {
    content: "\f335"
}

.dashicons-no:before {
    content: "\f158"
}

.dashicons-open-folder:before {
    content: "\f18f"
}

.dashicons-palmtree:before {
    content: "\f527"
}

.dashicons-paperclip:before {
    content: "\f546"
}

.dashicons-pdf:before {
    content: "\f190"
}

.dashicons-performance:before {
    content: "\f311"
}

.dashicons-pets:before {
    content: "\f191"
}

.dashicons-phone:before {
    content: "\f525"
}

.dashicons-pinterest:before {
    content: "\f192"
}

.dashicons-playlist-audio:before {
    content: "\f492"
}

.dashicons-playlist-video:before {
    content: "\f493"
}

.dashicons-plugins-checked:before {
    content: "\f485"
}

.dashicons-plus-alt:before {
    content: "\f502"
}

.dashicons-plus-alt2:before {
    content: "\f543"
}

.dashicons-plus:before {
    content: "\f132"
}

.dashicons-podio:before {
    content: "\f19c"
}

.dashicons-portfolio:before {
    content: "\f322"
}

.dashicons-post-status:before {
    content: "\f173"
}

.dashicons-pressthis:before {
    content: "\f157"
}

.dashicons-printer:before {
    content: "\f193"
}

.dashicons-privacy:before {
    content: "\f194"
}

.dashicons-products:before {
    content: "\f312"
}

.dashicons-randomize:before {
    content: "\f503"
}

.dashicons-reddit:before {
    content: "\f195"
}

.dashicons-redo:before {
    content: "\f172"
}

.dashicons-remove:before {
    content: "\f14f"
}

.dashicons-rest-api:before {
    content: "\f124"
}

.dashicons-rss:before {
    content: "\f303"
}

.dashicons-saved:before {
    content: "\f15e"
}

.dashicons-schedule:before {
    content: "\f489"
}

.dashicons-screenoptions:before {
    content: "\f180"
}

.dashicons-search:before {
    content: "\f179"
}

.dashicons-share-alt:before {
    content: "\f240"
}

.dashicons-share-alt2:before {
    content: "\f242"
}

.dashicons-share:before {
    content: "\f237"
}

.dashicons-shield-alt:before {
    content: "\f334"
}

.dashicons-shield:before {
    content: "\f332"
}

.dashicons-shortcode:before {
    content: "\f150"
}

.dashicons-slides:before {
    content: "\f181"
}

.dashicons-smartphone:before {
    content: "\f470"
}

.dashicons-smiley:before {
    content: "\f328"
}

.dashicons-sort:before {
    content: "\f156"
}

.dashicons-sos:before {
    content: "\f468"
}

.dashicons-spotify:before {
    content: "\f196"
}

.dashicons-star-empty:before {
    content: "\f154"
}

.dashicons-star-filled:before {
    content: "\f155"
}

.dashicons-star-half:before {
    content: "\f459"
}

.dashicons-sticky:before {
    content: "\f537"
}

.dashicons-store:before {
    content: "\f513"
}

.dashicons-superhero-alt:before {
    content: "\f197"
}

.dashicons-superhero:before {
    content: "\f198"
}

.dashicons-table-col-after:before {
    content: "\f151"
}

.dashicons-table-col-before:before {
    content: "\f152"
}

.dashicons-table-col-delete:before {
    content: "\f15a"
}

.dashicons-table-row-after:before {
    content: "\f15b"
}

.dashicons-table-row-before:before {
    content: "\f15c"
}

.dashicons-table-row-delete:before {
    content: "\f15d"
}

.dashicons-tablet:before {
    content: "\f471"
}

.dashicons-tag:before {
    content: "\f323"
}

.dashicons-tagcloud:before {
    content: "\f479"
}

.dashicons-testimonial:before {
    content: "\f473"
}

.dashicons-text-page:before {
    content: "\f121"
}

.dashicons-text:before {
    content: "\f478"
}

.dashicons-thumbs-down:before {
    content: "\f542"
}

.dashicons-thumbs-up:before {
    content: "\f529"
}

.dashicons-tickets-alt:before {
    content: "\f524"
}

.dashicons-tickets:before {
    content: "\f486"
}

.dashicons-tide:before {
    content: "\f10d"
}

.dashicons-translation:before {
    content: "\f326"
}

.dashicons-trash:before {
    content: "\f182"
}

.dashicons-twitch:before {
    content: "\f199"
}

.dashicons-twitter-alt:before {
    content: "\f302"
}

.dashicons-twitter:before {
    content: "\f301"
}

.dashicons-undo:before {
    content: "\f171"
}

.dashicons-universal-access-alt:before {
    content: "\f507"
}

.dashicons-universal-access:before {
    content: "\f483"
}

.dashicons-unlock:before {
    content: "\f528"
}

.dashicons-update-alt:before {
    content: "\f113"
}

.dashicons-update:before {
    content: "\f463"
}

.dashicons-upload:before {
    content: "\f317"
}

.dashicons-vault:before {
    content: "\f178"
}

.dashicons-video-alt:before {
    content: "\f234"
}

.dashicons-video-alt2:before {
    content: "\f235"
}

.dashicons-video-alt3:before {
    content: "\f236"
}

.dashicons-visibility:before {
    content: "\f177"
}

.dashicons-warning:before {
    content: "\f534"
}

.dashicons-welcome-add-page:before {
    content: "\f133"
}

.dashicons-welcome-comments:before {
    content: "\f117"
}

.dashicons-welcome-learn-more:before {
    content: "\f118"
}

.dashicons-welcome-view-site:before {
    content: "\f115"
}

.dashicons-welcome-widgets-menus:before {
    content: "\f116"
}

.dashicons-welcome-write-blog:before {
    content: "\f119"
}

.dashicons-whatsapp:before {
    content: "\f19a"
}

.dashicons-wordpress-alt:before {
    content: "\f324"
}

.dashicons-wordpress:before {
    content: "\f120"
}

.dashicons-xing:before {
    content: "\f19d"
}

.dashicons-yes-alt:before {
    content: "\f12a"
}

.dashicons-yes:before {
    content: "\f147"
}

.dashicons-youtube:before {
    content: "\f19b"
}

.dashicons-editor-distractionfree:before {
    content: "\f211"
}

.dashicons-exerpt-view:before {
    content: "\f164"
}

.dashicons-format-links:before {
    content: "\f103"
}

.dashicons-format-standard:before {
    content: "\f109"
}

.dashicons-post-trash:before {
    content: "\f182"
}

.dashicons-share1:before {
    content: "\f237"
}

.dashicons-welcome-edit-page:before {
    content: "\f119"
}

body.has-marketing-bar {
    position: inherit !important;
    top: auto !important;
    --wp-admin--marketing-bar--height: 49px;
    --wp-admin--admin-bar--height: var(--wp-admin--marketing-bar--height);
    margin-top: var(--wp-admin--marketing-bar--height)
}

body.admin-bar.has-marketing-bar {
    --wp-admin--admin-bar--actual-height: 32px;
    --wp-admin--admin-bar--height: calc(var(--wp-admin--admin-bar--actual-height) + var(--wp-admin--marketing-bar--height))
}

body.admin-bar.has-marketing-bar #marketingbar.marketing-bar {
    top: var(--wp-admin--admin-bar--actual-height)
}

body.admin-bar.has-marketing-bar .entry-content>*[id] {
    scroll-margin-top: var(--wp-admin--admin-bar--height)
}

#marketingbar.marketing-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: var(--wp-admin--marketing-bar--height);
    width: 100%;
    padding: 0 12px;
    z-index: 99997;
    overflow: hidden;
    background: #fff;
    color: #171717;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    font-size: 14px;
    text-align: center;
    box-shadow: 1px 3px rgba(0, 0, 0, .08), 0px 1px 2px rgba(0, 0, 0, .05)
}

.has-launch-banner #marketingbar.marketing-bar {
    top: var(--wp-admin--admin-bar--actual-height)
}

.marketing-bar.variation-gray {
    background: #f3f6f8;
    color: #4f748e
}

.marketing-bar .marketing-bar-text {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.5;
    margin-left: 32px
}

.marketing-bar .marketing-bar-text:before {
    content: "";
    position: absolute;
    left: -36px;
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/blog-plugins/marketing-bar/css/../images/wpcom-mark.svg);
    background-size: 24px
}

.marketing-bar.is-jetpack-app-link .marketing-bar-text:before {
    background-image: url(/wp-content/blog-plugins/marketing-bar/css/../images/jp-app.svg);
    background-size: 24px;
    left: -44px;
    background-repeat: no-repeat;
    background-size: 40px 20px;
    width: 40px
}

.marketing-bar.is-jetpack-app-link .marketing-bar-text {
    margin-left: 38px
}

.marketing-bar .marketing-bar-button {
    background: #111;
    color: #f6f7f7;
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    transition: opacity .15s ease-out;
    -webkit-font-smoothing: none;
    -webkit-font-smoothing: auto
}

.marketing-bar .marketing-bar-button:hover,
.marketing-bar .marketing-bar-button:focus {
    opacity: .8
}

.marketing-bar .marketing-bar-button:focus {
    box-shadow: 0 0 0 2px #78dcfa
}

.marketing-bar-link {
    display: none
}

@media screen and (max-width:782px) {
    body.has-marketing-bar {
        --wp-admin--marketing-bar--height: 45px
    }
    body.admin-bar.has-marketing-bar {
        --wp-admin--admin-bar--actual-height: 46px
    }
    #marketingbar.marketing-bar {
        justify-content: flex-start
    }
    .marketing-bar .marketing-bar-text,
    .marketing-bar .marketing-bar-button {
        font-size: 14px
    }
    .marketing-bar .marketing-bar-text {
        margin-left: 28px
    }
    .marketing-bar .marketing-bar-text:before {
        left: -28px;
        width: 20px;
        height: 20px;
        background-size: 20px
    }
    .marketing-bar .marketing-bar-button {
        width: 17px;
        height: 17px;
        margin: 0 0 0 8px;
        padding: 0;
        border: 0;
        background: no-repeat center url(/wp-content/blog-plugins/marketing-bar/css/../images/arrow.svg);
        background-size: 24px;
        text-indent: 17px;
        white-space: nowrap;
        overflow: hidden;
        margin-left: auto
    }
    .marketing-bar-link {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999
    }
}

@media screen and (max-width:480px) {
    html {
        scroll-padding-top: 0
    }
    #marketingbar.marketing-bar {
        position: absolute
    }
    .admin-bar.has-launch-banner #marketingbar.marketing-bar {
        position: relative;
        top: auto
    }
    .admin-bar.has-marketing-bar .entry-content>*[id] {
        scroll-margin-top: 0
    }
}

@media print {
    #marketingbar.marketing-bar {
        display: none !important
    }
    html {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:480px) {
    .has-marketing-bar-theme-twenty-twenty-one .primary-navigation {
        top: var(--wp-admin--marketing-bar--height)
    }
    .admin-bar.has-marketing-bar-theme-twenty-twenty-one .primary-navigation {
        top: calc(var(--global--admin-bar--height) + var(--wp-admin--marketing-bar--height))
    }
}

.has-marketing-bar-theme-fotograma .wp-site-blocks>.wp-block-group:where(.is-position-sticky) {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height)) !important
}

.wp-block-social-links {
    background: 0 0;
    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 a {
    padding: .25em
}

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation:where(:not([class*=has-text-decoration])) a {
    text-decoration: none
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: 0;
    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 {
    stroke: currentColor;
    display: inline-block;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    border: 0;
    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: 0;
    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: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-block-button__link:where(.has-border-color) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-color]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-color]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-color]) {
    border-left-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-style]) {
    border-width: initial
}

.wp-block-button .wp-block-button__link:where([style*=border-top-style]) {
    border-top-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-right-style]) {
    border-right-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]) {
    border-bottom-width: medium
}

.wp-block-button .wp-block-button__link:where([style*=border-left-style]) {
    border-left-width: medium
}

.is-style-compact .is-not-subscriber .wp-block-button__link,
.is-style-compact .is-not-subscriber .wp-block-jetpack-subscriptions__button {
    border-end-start-radius: 0!important;
    border-start-start-radius: 0!important;
    margin-inline-start: 0!important
}

.is-style-compact .is-not-subscriber .components-text-control__input,
.is-style-compact .is-not-subscriber p#subscribe-email input[type=email] {
    border-end-end-radius: 0!important;
    border-start-end-radius: 0!important
}

.is-style-compact:not(.wp-block-jetpack-subscriptions__use-newline) .components-text-control__input {
    border-inline-end-width: 0!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form-container {
    display: flex;
    flex-direction: column
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) .is-not-subscriber .wp-block-jetpack-subscriptions__form-elements {
    align-items: flex-start;
    display: flex
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline:not(.wp-block-jetpack-subscriptions__use-newline) p#subscribe-submit {
    display: flex;
    justify-content: center
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email] {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.3;
    min-width: auto!important;
    white-space: nowrap!important
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]::placeholder,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form input[type=email]:disabled,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]::placeholder,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form input[type=email]:disabled {
    color: currentColor;
    opacity: .5
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form button {
    border-color: #0000;
    border-style: solid
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email {
    background: #0000;
    flex-grow: 1
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form .wp-block-jetpack-subscriptions__textfield input[type=email],
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-base-control__field,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email .components-text-control__input,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email] {
    height: auto;
    margin: 0;
    width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline .wp-block-jetpack-subscriptions__form p#subscribe-submit,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-submit {
    margin: 0
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__show-subs .wp-block-jetpack-subscriptions__subscount {
    font-size: 16px;
    margin: 8px 0;
    text-align: end
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__form-elements {
    display: block
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__button,
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline button {
    display: inline-block;
    max-width: 100%
}

.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline.wp-block-jetpack-subscriptions__use-newline .wp-block-jetpack-subscriptions__subscount {
    text-align: start
}

.jetpack-memberships-modal #TB_title {
    display: none
}

#TB_window.jetpack-memberships-modal,
#memberships-modal-window.jetpack-memberships-modal {
    background-color: #0000;
    background-image: url(https://s0.wp.com/i/loading/dark-200.gif);
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 50px;
    border: 0;
    bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0!important;
    right: 0;
    top: 0;
    width: 100%!important
}

#memberships-modal-window.jetpack-memberships-modal {
    padding: 21px
}

.jetpack-memberships-modal #TB_iframeContent,
.jetpack-memberships-modal #memberships-modal-iframe {
    bottom: 0;
    height: 100%!important;
    left: 0;
    margin: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

BODY.modal-open {
    overflow: hidden
}

dialog::backdrop {
    background-color: #000;
    opacity: .7
}

:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223;
    --wp-bound-block-color: #9747ff
}

@media (min-resolution:192dpi) {
     :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.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 {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto!important;
    background-color: #ddd;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

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

#wpadminbar.ltr {
    direction: ltr
}

#wpadminbar.rtl {
    direction: rtl
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-bloginfo>a img {
    margin: -3px -5px 0 18px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-bloginfo>a {
    background: url(/wp-content/mu-plugins/admin-bar/../../../wp-includes/images/admin-bar-sprite-rtl.png) no-repeat scroll right top transparent
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-follow>a {
    background-position: 99% -72px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-follow>a:hover {
    background-position: 99% -112px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.subscribed>a {
    background-position: 99% -752px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.subscribed>a:hover {
    background-position: 99% -712px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.unfollow>a {
    background-position: 99% -632px !important
}

#wpadminbar.rtl .menupop .menupop>.ab-item {
    background-position: 10px -475px
}

#wpadminbar.rtl li#wp-admin-bar-ab-new-post a.ab-item:after {
    left: auto;
    right: 13px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-wpl-like>a {
    background-position: 99% -189px
}

#wpadminbar.rtl .quicklinks li#wp-admin-bar-wpl-like>a:hover {
    background-position: 99% -229px
}

.admin-color-mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow>a,
.mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow>a {
    background-position: 99% -70px
}

.admin-color-mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.unfollow>a,
.mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.unfollow>a {
    background-position: 99% -630px
}

.admin-color-mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.subscribed>a,
.mp6 #wpadminbar.rtl .quicklinks li#wp-admin-bar-follow.subscribed>a {
    background-position: 99% -750px
}

#wpadminbar.rtl .ab-top-secondary .menupop .menupop>.ab-item {
    background-position: right -515px;
    padding-left: 1em;
    padding-right: 2.5em
}

#wpadminbar.rtl .menupop .menupop>.ab-item:before {
    content: '\f141'
}

#wpadminbar.rtl .ab-top-secondary .menupop .menupop>.ab-item:before {
    content: '\f139'
}

html {
    --wp-admin--admin-bar--height: 32px;
    scroll-padding-top: var(--wp-admin--admin-bar--height)
}

#wpadminbar * {
    height: auto;
    width: auto;
    margin: 0;
    padding: 0;
    position: static;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: 32px;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: none;
    transition: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto
}

.rtl #wpadminbar * {
    font-family: Tahoma, sans-serif
}

html:lang(he-il) .rtl #wpadminbar * {
    font-family: Arial, sans-serif
}

#wpadminbar a.ab-item,
#wpadminbar>#wp-toolbar span.ab-label,
#wpadminbar>#wp-toolbar span.noticon {
    color: #eee
}

#wpadminbar #wp-admin-bar-site-name a.ab-item,
#wpadminbar #wp-admin-bar-my-sites a.ab-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#wpadminbar ul li:before,
#wpadminbar ul li:after {
    content: normal
}

#wpadminbar a,
#wpadminbar a:hover,
#wpadminbar a img,
#wpadminbar a img:hover {
    outline: none;
    border: none;
    text-decoration: none;
    background: 0 0
}

#wpadminbar a:focus,
#wpadminbar a:active,
#wpadminbar input[type=text],
#wpadminbar input[type=password],
#wpadminbar input[type=number],
#wpadminbar input[type=search],
#wpadminbar input[type=email],
#wpadminbar input[type=url],
#wpadminbar select,
#wpadminbar textarea,
#wpadminbar div {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

#wpadminbar {
    color: #ccc;
    font: normal 13px/32px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    height: 32px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999
}

body:not(.wp-admin) #wpadminbar,
.admin-color-fresh #wpadminbar {
    background: #23282d
}

#wpadminbar .ab-sub-wrapper,
#wpadminbar ul,
#wpadminbar ul li {
    background: 0 0;
    clear: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-indent: 0;
    z-index: 99999
}

#wpadminbar ul#wp-admin-bar-root-default>li {
    margin-right: 0
}

#wpadminbar .quicklinks ul {
    text-align: left
}

#wpadminbar li {
    float: left
}

#wpadminbar .ab-empty-item {
    outline: none
}

#wpadminbar .quicklinks .ab-top-secondary>li {
    float: right
}

#wpadminbar .quicklinks a,
#wpadminbar .quicklinks .ab-empty-item,
#wpadminbar .shortlink-input {
    height: 32px;
    display: block;
    padding: 0 10px;
    margin: 0
}

#wpadminbar .quicklinks>ul>li>a {
    padding: 0 8px 0 7px
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    background: #32373c;
    display: none;
    position: absolute;
    float: none
}

#wpadminbar.ie7 .menupop .ab-sub-wrapper,
#wpadminbar.ie7 .shortlink-input {
    top: 32px;
    left: 0
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
    min-width: 100%
}

#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
    right: 0;
    left: auto
}

#wpadminbar .ab-submenu {
    padding: 6px 0
}

#wpadminbar .selected .shortlink-input {
    display: block
}

#wpadminbar .quicklinks .menupop ul li {
    float: none
}

#wpadminbar .quicklinks .menupop ul li a strong {
    font-weight: 700
}

#wpadminbar .quicklinks .menupop ul li .ab-item,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li .ab-item,
#wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
#wpadminbar .shortlink-input {
    line-height: 26px;
    height: 26px;
    white-space: nowrap;
    min-width: 140px
}

#wpadminbar .shortlink-input {
    width: 200px
}

#wpadminbar.nojs li:hover>.ab-sub-wrapper,
#wpadminbar li.hover>.ab-sub-wrapper {
    display: block
}

#wpadminbar .menupop li:hover>.ab-sub-wrapper,
#wpadminbar .menupop li.hover>.ab-sub-wrapper {
    margin-left: 100%;
    margin-top: -32px
}

#wpadminbar .ab-top-secondary .menupop li:hover>.ab-sub-wrapper,
#wpadminbar .ab-top-secondary .menupop li.hover>.ab-sub-wrapper {
    margin-left: 0;
    left: inherit;
    right: 100%
}

body:not(.wp-admin) #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
.admin-color-fresh #wpadminbar:not(.mobile) .ab-top-menu>li>.ab-item:focus,
body:not(.wp-admin) #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
.admin-color-fresh #wpadminbar.nojq .quicklinks .ab-top-menu>li>.ab-item:focus,
body:not(.wp-admin) #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
.admin-color-fresh #wpadminbar:not(.mobile) .ab-top-menu>li:hover>.ab-item,
body:not(.wp-admin) #wpadminbar .ab-top-menu>li.hover>.ab-item,
.admin-color-fresh #wpadminbar .ab-top-menu>li.hover>.ab-item {
    background: #333;
    color: #00b9eb
}

#wpadminbar:not(.mobile)>#wp-toolbar li:hover span.ab-label,
#wpadminbar>#wp-toolbar li.hover span.ab-label,
#wpadminbar:not(.mobile)>#wp-toolbar a:focus span.ab-label {
    color: #00b9eb
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon,
#wpadminbar .ab-icon,
#wpadminbar .ab-item:before {
    position: relative;
    float: left;
    font: normal 20px/1 'dashicons';
    speak: none;
    padding: 4px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: none !important;
    margin-right: 6px
}

#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar #adminbarsearch:before {
    color: #a0a5aa;
    color: rgba(240, 245, 250, .6)
}

#wpadminbar .ab-icon:before,
#wpadminbar .ab-item:before,
#wpadminbar #adminbarsearch:before {
    position: relative;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#wpadminbar .ab-label {
    display: inline-block;
    height: 32px
}

#wpadminbar .ab-submenu .ab-item {
    color: #b4b9be;
    color: rgba(240, 245, 250, .7)
}

#wpadminbar .quicklinks .menupop ul li a,
#wpadminbar .quicklinks .menupop ul li a strong,
#wpadminbar .quicklinks .menupop.hover ul li a,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a {
    color: #b4b9be;
    color: rgba(240, 245, 250, .7)
}

#wpadminbar .quicklinks .menupop ul li a:hover,
#wpadminbar .quicklinks .menupop ul li a:focus,
#wpadminbar .quicklinks .menupop ul li a:hover strong,
#wpadminbar .quicklinks .menupop ul li a:focus strong,
#wpadminbar .quicklinks .menupop.hover ul li a:hover,
#wpadminbar .quicklinks .menupop.hover ul li a:focus,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus,
#wpadminbar li:hover .ab-icon:before,
#wpadminbar li:hover .ab-item:before,
#wpadminbar li a:focus .ab-icon:before,
#wpadminbar li .ab-item:focus:before,
#wpadminbar li.hover .ab-icon:before,
#wpadminbar li.hover .ab-item:before,
#wpadminbar li:hover #adminbarsearch:before,
#wpadminbar li #adminbarsearch.adminbar-focused:before {
    color: #00b9eb
}

#wpadminbar.mobile .quicklinks .ab-icon:before,
#wpadminbar.mobile .quicklinks .ab-item:before {
    color: #b4b9be
}

#wpadminbar.mobile .quicklinks .hover .ab-icon:before,
#wpadminbar.mobile .quicklinks .hover .ab-item:before {
    color: #00b9eb
}

#wpadminbar .menupop .menupop>.ab-item:before,
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
    position: absolute;
    font: normal 17px/1 'dashicons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wpadminbar .menupop .menupop>.ab-item {
    display: block;
    padding-right: 2em
}

#wpadminbar .menupop .menupop>.ab-item:before {
    top: 1px;
    right: 4px;
    content: '\f139';
    color: inherit
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item {
    padding-left: 2em;
    padding-right: 1em
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item:before {
    top: 5px;
    left: 3px;
    content: '\f141'
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
    display: block;
    position: relative;
    right: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
    background: #464b50
}

#wpadminbar .quicklinks .menupop .ab-sub-secondary>li>a:hover,
#wpadminbar .quicklinks .menupop .ab-sub-secondary>li .ab-item:focus a {
    color: #00b9eb
}

#wpadminbar .quicklinks a span#ab-updates {
    background: #eee;
    color: #32373c;
    display: inline;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

#wpadminbar .quicklinks a:hover span#ab-updates {
    background: #fff;
    color: #000
}

#wpadminbar .ab-top-secondary {
    float: right
}

#wpadminbar ul li:last-child,
#wpadminbar ul li:last-child .ab-item {
    -webkit-box-shadow: none;
    box-shadow: none
}

#wp-admin-bar-my-account>ul {
    min-width: 198px
}

#wp-admin-bar-my-account>.ab-item:before {
    content: "\f110";
    top: 2px;
    float: right;
    margin-left: 6px;
    margin-right: 0
}

#wp-admin-bar-my-account.with-avatar>.ab-item:before {
    display: none;
    content: none
}

#wp-admin-bar-my-account.with-avatar>ul {
    min-width: 270px
}

#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar .ab-item {
    white-space: nowrap
}

#wpadminbar #wp-admin-bar-user-actions>li {
    margin-left: 16px;
    margin-right: 16px
}

#wpadminbar #wp-admin-bar-user-actions.ab-submenu {
    padding: 6px 0 12px
}

#wpadminbar #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    margin-left: 88px
}

#wpadminbar #wp-admin-bar-user-info {
    margin-top: 6px;
    margin-bottom: 15px;
    height: auto;
    background: 0 0
}

#wp-admin-bar-user-info .avatar {
    position: absolute;
    left: -72px;
    top: 4px;
    width: 64px;
    height: 64px
}

#wpadminbar #wp-admin-bar-user-info a {
    background: 0 0;
    height: auto
}

#wpadminbar #wp-admin-bar-user-info span {
    background: 0 0;
    padding: 0;
    height: 18px
}

#wpadminbar #wp-admin-bar-user-info .display-name,
#wpadminbar #wp-admin-bar-user-info .username {
    display: block
}

#wpadminbar #wp-admin-bar-user-info .username {
    color: #999;
    font-size: 11px
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    width: auto;
    height: 16px;
    padding: 0;
    border: 1px solid #82878c;
    background: #eee;
    line-height: 24px;
    vertical-align: middle;
    margin: -4px 0 0 6px;
    float: none;
    display: inline
}

#wpadminbar.ie8 #wp-admin-bar-my-account.with-avatar>a img {
    width: auto
}

#wpadminbar .ab-text {
    display: none
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon {
    width: 15px;
    height: 20px;
    margin-right: 0;
    padding: 6px 0 5px
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item {
    padding: 0 7px
}

#wpadminbar #wp-admin-bar-wp-logo>.ab-item .ab-icon:before {
    content: '\f120';
    top: 2px
}

#wpadminbar .quicklinks li .blavatar {
    float: left;
    font: normal 16px/1 'dashicons' !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #eee
}

#wpadminbar .quicklinks li a:hover .blavatar {
    color: #00b9eb
}

#wpadminbar .quicklinks li .blavatar:before {
    content: '\f120';
    height: 16px;
    width: 16px;
    display: inline-block;
    margin: 6px 8px 0 -2px
}

#wpadminbar #wp-admin-bar-appearance {
    margin-top: -12px
}

#wpadminbar #wp-admin-bar-my-sites>.ab-item:before,
#wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: '\f112';
    top: 2px
}

#wpadminbar #wp-admin-bar-customize>.ab-item:before {
    content: '\f540';
    top: 2px
}

#wpadminbar #wp-admin-bar-edit>.ab-item:before {
    content: '\f464';
    top: 2px
}

#wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f226"
}

.wp-admin #wpadminbar #wp-admin-bar-site-name>.ab-item:before {
    content: "\f102"
}

#wpadminbar #wp-admin-bar-comments .ab-icon {
    margin-right: 6px
}

#wpadminbar #wp-admin-bar-comments .ab-icon:before {
    content: '\f101';
    top: 3px
}

#wpadminbar #wp-admin-bar-comments .count-0 {
    opacity: .5
}

#wpadminbar #wp-admin-bar-new-content .ab-icon:before {
    content: '\f132';
    top: 4px
}

#wpadminbar #wp-admin-bar-updates .ab-icon:before {
    content: '\f463';
    top: 2px
}

#wpadminbar.ie8 #wp-admin-bar-search {
    display: block;
    min-width: 32px
}

#wpadminbar #wp-admin-bar-search .ab-item {
    padding: 0;
    background: 0 0
}

#wpadminbar #adminbarsearch {
    position: relative;
    height: 32px;
    padding: 0 2px;
    z-index: 1
}

#wpadminbar #adminbarsearch:before {
    position: absolute;
    top: 6px;
    left: 5px;
    z-index: 20;
    font: normal 20px/1 'dashicons' !important;
    content: '\f179';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    position: relative;
    z-index: 30;
    font: 13px/24px -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    height: 24px;
    width: 24px;
    max-width: none;
    padding: 0 3px 0 24px;
    margin: 0;
    color: #ccc;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: width, background;
    transition-property: width, background;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    z-index: 10;
    color: #000;
    width: 200px;
    background-color: rgba(255, 255, 255, .9);
    cursor: text;
    border: 0
}

#wpadminbar.ie7>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    margin-top: 3px;
    width: 120px
}

#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input {
    background: transparent 0 0 repeat scroll url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7")
}

#wpadminbar.ie8 #adminbarsearch.adminbar-focused:before {
    content: '\f179 '
}

#wpadminbar.ie8>#wp-toolbar>#wp-admin-bar-top-secondary>#wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
    background: #fff;
    z-index: -1
}

#wpadminbar #adminbarsearch .adminbar-input::-webkit-input-placeholder {
    color: #999
}

#wpadminbar #adminbarsearch .adminbar-input:-moz-placeholder {
    color: #999
}

#wpadminbar #adminbarsearch .adminbar-input::-moz-placeholder {
    color: #999
}

#wpadminbar #adminbarsearch .adminbar-input:-ms-input-placeholder {
    color: #999
}

#wpadminbar #adminbarsearch .adminbar-button {
    display: none
}

.no-customize-support .hide-if-no-customize,
.customize-support .hide-if-customize,
.no-customize-support #wpadminbar .hide-if-no-customize,
.no-customize-support.wp-core-ui .hide-if-no-customize,
.no-customize-support .wp-core-ui .hide-if-no-customize,
.customize-support #wpadminbar .hide-if-customize,
.customize-support.wp-core-ui .hide-if-customize,
.customize-support .wp-core-ui .hide-if-customize {
    display: none
}

#wpadminbar .screen-reader-text,
#wpadminbar .screen-reader-text span {
    position: absolute;
    left: -1000em;
    top: -1000em;
    height: 1px;
    width: 1px;
    overflow: hidden
}

#wpadminbar .screen-reader-shortcut {
    position: absolute;
    top: -1000em
}

#wpadminbar .screen-reader-shortcut:focus {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #21759b;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6)
}

* html #wpadminbar {
    overflow: hidden;
    position: absolute
}

* html #wpadminbar .quicklinks ul li a {
    float: left
}

* html #wpadminbar .menupop a span {
    background-image: none
}

.no-font-face #wpadminbar ul.ab-top-menu>li>a.ab-item {
    display: block;
    width: 45px;
    text-align: center;
    overflow: hidden;
    margin: 0 3px
}

.no-font-face #wpadminbar #wp-admin-bar-my-sites>.ab-item,
.no-font-face #wpadminbar #wp-admin-bar-site-name>.ab-item,
.no-font-face #wpadminbar #wp-admin-bar-edit>.ab-item {
    text-indent: 0
}

.no-font-face #wpadminbar .ab-icon,
.no-font-face #wpadminbar .ab-icon:before,
.no-font-face #wpadminbar a.ab-item:before,
.no-font-face #wpadminbar #wp-admin-bar-wp-logo>.ab-item {
    display: none !important
}

.no-font-face #wpadminbar ul.ab-top-menu>li>a>span.ab-label {
    display: inline
}

.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon {
    display: inline !important
}

.no-font-face #wpadminbar #wp-admin-bar-menu-toggle span.ab-icon:before {
    content: "Menu";
    font: 14px/45px sans-serif !important;
    display: inline-block !important;
    color: #fff
}

.no-font-face #wpadminbar #wp-admin-bar-site-name a.ab-item {
    color: #fff
}

#wpadminbar {
    -webkit-user-select: none
}

#wp-admin-bar-wpcom-blog-id span {
    -webkit-user-select: all
}

#wpadminbar .quicklinks a,
#wpadminbar .quicklinks div.ab-empty-item {
    padding: 0 1em 0 1.5em
}

#wpadminbar .quicklinks div.ab-empty-item a {
    padding: 0
}

#wp-admin-bar-blog a img,
#wp-admin-bar-blog a img:hover {
    width: 16px
}

#wpadminbar #wp-admin-bar-edit>.ab-item {
    color: #eee
}

#wpadminbar #wp-admin-bar-edit>.ab-item:hover {
    color: #45bbe6
}

#wpadminbar .quicklinks li#wp-admin-bar-blog ul {
    min-width: 200px
}

#wpadminbar .quicklinks li#wp-admin-bar-blog ul ul {
    min-width: 0
}

#wpadminbar .quicklinks li:hover>div>ul,
#wpadminbar .quicklinks li.hover>div>ul {
    display: block
}

#wpadminbar .quicklinks ul li ul a img {
    margin-right: 6px;
    vertical-align: text-top
}

#wpadminbar .quicklinks li#wp-admin-bar-bloginfo>a img {
    background: 0 0;
    display: inline;
    border: 1px solid #bec1c5;
    float: none;
    height: 16px;
    margin: -99px 18px 0 -5px;
    padding: 0;
    vertical-align: middle;
    width: 16px
}

#wpadminbar .quicklinks li#wp-admin-bar-bloginfo>a {
    background: url(/wp-content/mu-plugins/admin-bar/../../../wp-includes/images/admin-bar-sprite.png) no-repeat scroll -1px top transparent;
    border-left: 0 none
}

#wpadminbar #wp-admin-bar-my-sites {
    width: 300px
}

#wpadminbar #wp-admin-bar-my-sites .adminbar-handle {
    background-color: rgba(120, 120, 120, .3);
    background-image: url(/wp-content/mu-plugins/admin-bar/../../../wp-admin/images/arrows.png);
    background-repeat: no-repeat;
    cursor: pointer;
    height: 22px;
    width: 100%;
    z-index: 200001;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

#wpadminbar #wp-admin-bar-my-sites .adminbar-handle:hover {
    background-color: rgba(120, 120, 120, .4)
}

#wpadminbar #wp-admin-bar-my-sites .adminbar-handle.scrollend {
    background-color: rgba(120, 120, 120, .1)
}

#wpadminbar #wp-admin-bar-my-sites .adminbar-handle.handle-top {
    background-position: center -32px
}

#wpadminbar #wp-admin-bar-my-sites .adminbar-handle.handle-bottom {
    background-position: center 3px
}

#wpadminbar #wp-admin-bar-my-sites .ab-item img {
    width: 16px;
    height: 16px;
    display: inline
}

#wpadminbar span.noticon-lightbulb {
    vertical-align: middle
}

#wp-admin-bar-bloginfo {
    border-left: 0
}

#wpadminbar #wp-admin-bar-more a {
    padding: 0 10px
}

#wpadminbar #wp-admin-bar-more a span {
    color: gold;
    font-size: 24px;
    line-height: 38px
}

#wpadminbar #wp-admin-bar-more.shown a span {
    color: red
}

#wpadminbar li#wp-admin-bar-superadmin li a>span {
    background: url(/wp-content/mu-plugins/admin-bar/../../../wp-includes/images/admin-bar-sprite-rtl.png) 0 -30px no-repeat;
    padding-left: 1em;
    margin-left: -1em;
    line-height: 28px;
    padding-right: 0 !important
}

#wp-admin-bar-superadmin ul li {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#wp-admin-bar-superadmin li a {
    display: block;
    text-decoration: none
}

#wp-admin-bar-superadmin ul ul {
    margin-left: 0;
    margin-right: 100%
}

#wp-admin-bar-support-session {
    display: none
}

#wpadminbar.support-session {
    background: #f0821e
}

#wpadminbar .quicklinks #wp-admin-bar-support-session-details a {
    display: inline
}

#wpadminbar li a.loading {
    background: url(/wp-content/mu-plugins/admin-bar/../../../i/ajax-loader.gif) 10px 50% no-repeat !important;
    padding-left: 29px
}

#wpadminbar li.subscribed a strong {
    background: url(/wp-content/mu-plugins/admin-bar/../../../i/sprite.png?d=08102010) 32% 59.8% no-repeat !important;
    text-indent: -999em;
    overflow: hidden;
    padding: 0 16px 0 0;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px
}

#wpadminbar li#wp-admin-bar-superadmin li a>span.awaiting-mod {
    background: none repeat scroll 0 0 #464646;
    border-radius: 10px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    display: inline-block;
    margin-left: 7px;
    margin-top: 1px;
    min-width: 0;
    padding: 0;
    height: 18px;
    vertical-align: text-bottom
}

#wpadminbar li#wp-admin-bar-superadmin li a>span.awaiting-mod span {
    padding: 0 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 17px;
    color: #fff;
    position: relative;
    top: -6px
}

#wpadminbar .menupop .menupop>.ab-item {
    display: block;
    background-position: right -515px;
    padding-right: 2em
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header>.ab-empty-item {
    text-transform: uppercase;
    color: #84878b;
    font-size: 85%;
    margin-left: 6px;
    position: relative;
    display: inline;
    background: #32373c;
    padding: 0 7px 0 5px;
    z-index: 10
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header:after {
    border-top: 1px solid #4b5259;
    content: '';
    display: block;
    position: absolute;
    left: 13px;
    top: 16px;
    width: 200px;
    z-index: 5
}

#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item {
    background-position: 10px -475px;
    padding-left: 2em;
    padding-right: 1em
}

#wpadminbar .quicklinks .ab-top-secondary .menupop .menupop>.ab-item:before {
    top: 1px
}

#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
    min-width: 225px !important
}

#wp-admin-bar-debug-bar .ab-item {
    color: #fff
}

#memcache-stats ul.debug-menu-links,
#memcache-stats-menu-targets {
    clear: both
}

#memcache-stats ul.debug-menu-links li {
    float: left;
    margin: 0 10px 10px 0;
    background: 0 0;
    border: 1px solid #eee;
    color: #4b5259;
    list-style: none
}

#memcache-stats ul.debug-menu-links li:hover {
    border-color: #ddd
}

#memcache-stats ul.debug-menu-links li.current a {
    background: #ccc;
    color: #fff
}

#memcache-stats ul.debug-menu-links li a {
    background: 0 0;
    color: #4b5259;
    overflow: hidden;
    display: block;
    overflow: hidden;
    padding: 5px 9px;
    text-decoration: none
}

#querylist .debug-menu-target {
    margin: 0 15px 15px
}

#querylist table th,
#querylist table td {
    padding: 4px 8px
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
    width: 20px;
    height: 20px;
    margin: -3px 0 0
}

.subscribe #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img,
.wpcom-forums #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
    margin: 5px 0 0
}

#wpadminbar .quicklinks #wp-admin-bar-blog>.ab-item:before {
    top: 2px;
    left: 0;
    color: inherit
}

#wpadminbar .quicklinks #wp-admin-bar-blog.my-sites>.ab-item:before {
    top: 0
}

#wpadminbar .quicklinks li#wp-admin-bar-blog>.ab-item img.avatar {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #bec1c5;
    display: inline;
    float: none;
    height: 16px;
    left: 7px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 7px;
    vertical-align: middle;
    width: 16px
}

#wpadminbar .quicklinks a.ab-secondary {
    padding: 0 6px !important;
    position: absolute;
    right: 1em;
    top: 2px;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    background: #41464d;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#wpadminbar ul li#wp-admin-bar-plan a.ab-secondary {
    background: 0 0
}

#wp-admin-bar-blog-stickers .sticker-off a {
    background: url('/i/blog-stickers/unchecked.png') center left no-repeat
}

#wp-admin-bar-blog-stickers .sticker-on a {
    background: url('/i/blog-stickers/checked.png') center left no-repeat
}

#wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar ul {
    left: auto
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .ab-item {
    height: auto
}

#wpadminbar .quicklinks #wp-admin-bar-blog-default {
    padding-top: 0
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info {
    background-color: #41464d;
    height: 54px;
    margin-bottom: 6px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-item {
    height: auto;
    padding-top: 10px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon {
    background-color: #333;
    height: 34px;
    width: 34px;
    position: absolute;
    left: 10px;
    top: 10px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon:before {
    content: '\f475';
    color: #fff;
    font-family: 'Noticons';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    left: 5px;
    top: 5px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.private .ab-site-title:before {
    display: inline-block;
    color: #ccc;
    content: '\f470';
    font-family: 'Noticons';
    font-size: 16px;
    line-height: 1;
    vertical-align: bottom;
    margin: 0 3px 3px 0;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.all-my-sites .ab-site-icon:before {
    font-family: 'Dashicons';
    content: '\f180'
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.has-blavatar .ab-site-icon:before {
    content: ''
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon img {
    height: 34px;
    width: 34px;
    vertical-align: middle
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-title,
#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-description {
    display: block;
    margin-left: 39px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-title {
    font-size: 14px;
    line-height: 18px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-description {
    font-size: 11px;
    font-style: italic;
    line-height: 16px
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .avatar {
    position: static;
    margin: 0 auto;
    border-radius: 50%;
    float: none;
    width: 80px;
    height: 80px;
    border: 2px solid #777
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .display-name {
    color: #eee;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .username,
#wpadminbar .quicklinks #wp-admin-bar-user-info .username a {
    display: inline;
    font-size: 13px
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .username a.at-username:before {
    content: '@'
}

#wpadminbar .quicklinks #wp-admin-bar-user-info.user-info-item {
    text-align: center
}

#wpadminbar .quicklinks #wp-admin-bar-switch-site,
#wpadminbar .quicklinks #wp-admin-bar-new-site {
    background-color: #3a3f45;
    margin-bottom: 6px
}

#wpadminbar .quicklinks #wp-admin-bar-switch-site>a,
#wpadminbar .quicklinks #wp-admin-bar-new-site>a {
    text-transform: uppercase;
    font-size: 85%;
    text-align: center;
    padding: 0
}

#wpadminbar .quicklinks #wp-admin-bar-my-account-with-avatar>a,
#wpadminbar .quicklinks .menupop a>span {
    background: 0 0
}

#wpadminbar .quicklinks #wp-admin-bar-my-account.with-avatar #wp-admin-bar-user-actions>li {
    margin-left: 0;
    margin-right: 0
}

#wpadminbar #wp-admin-bar-blog.my-sites>a.ab-item:before {
    content: '\f205';
    font-family: 'Noticons';
    font-size: 24px
}

#wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
    color: inherit;
    content: '\f8a2';
    font-family: 'Noticons';
    font-size: 28px;
    top: -2px
}

#wpadminbar #wp-admin-bar-following a {
    padding-left: 19px
}

#wpadminbar #wp-admin-bar-following a.ab-secondary {
    background: 0 0
}

#wpadminbar #wp-admin-bar-following a.ab-secondary svg {
    fill: #b4b9be
}

#wpadminbar #wp-admin-bar-my-account .user-info a {
    background: 0 0
}

#wpadminbar .quicklinks li#wp-admin-bar-stats {
    height: 28px
}

#wpadminbar .quicklinks li#wp-admin-bar-stats a {
    height: 28px;
    padding: 0
}

#wpadminbar .quicklinks li#wp-admin-bar-stats a div {
    height: 28px;
    width: 95px;
    overflow: hidden;
    margin: 0 10px
}

#wpadminbar .quicklinks li#wp-admin-bar-stats a:hover div {
    width: auto;
    margin: 0 8px 0 10px
}

#wpadminbar .quicklinks li#wp-admin-bar-stats a img {
    height: 24px;
    padding: 2px 0;
    max-width: none
}

#wpadminbar,
#wpadminbar .quicklinks>ul>li {
    -webkit-box-shadow: inset 0 -1px 0 #333;
    -moz-box-shadow: inset 0 -1px 0 #333;
    box-shadow: inset 0 -1px 0 #333
}

#wpadminbar ul li a.ab-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition-property: none;
    -moz-transition-property: none;
    -ms-transition-property: none;
    -o-transition-property: none;
    transition-property: none
}

#wpadminbar ul,
#wpadminbar ul li {
    background: 0 0;
    color: #ccc;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999
}

#wpadminbar .quicklinks>ul>li>a {
    padding-left: 6px;
    padding-right: 6px
}

#wpadminbar .quicklinks .menupop:hover {
    z-index: 100100
}

#wpadminbar .ab-top-secondary .menupop .menupop>a {
    background-position: 10px -475px
}

#wpadminbar #wp-admin-bar-my-account .ab-sub-secondary {
    padding: 0;
    border-top: 0
}

#wpadminbar #wp-admin-bar-my-account .ab-sub-secondary .menupop {
    margin: 0;
    padding: 2px 0
}

#wpadminbar #wp-admin-bar-my-account.with-avatar>a img {
    border-radius: 50%
}

#wpadminbar #wp-admin-bar-my-account-with-avatar .menupop>a {
    height: 30px;
    padding: 0 6px
}

#wpadminbar #wp-admin-bar-my-account-with-avatar .menupop>a span {
    padding: 2px 0
}

#wpadminbar #wp-admin-bar-my-account-with-avatar .menupop:hover>a {
    background: #dfdfdf !important;
    background: rgba(0, 0, 0, .05) !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

#wpadminbar #wp-admin-bar-my-account-with-avatar .menupop ul {
    background: #fff !important;
    padding-bottom: 6px
}

#wpadminbar #wp-admin-bar-my-account-with-avatar>ul {
    padding-bottom: 0
}

#wpadminbar #wp-admin-bar-my-account-with-avatar li#wp-admin-bar-my-account-info:hover {
    background: 0 0 !important
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar ul ul {
    left: auto
}

#wpadminbar #wp-admin-bar-my-account-info {
    padding-bottom: 10px;
    float: left
}

#wpadminbar #wp-admin-bar-my-account-info-panel {
    padding: 10px 15px;
    min-width: 240px;
    clear: both
}

#wpadminbar #wp-admin-bar-my-account-info-panel .avatar {
    float: left
}

#wpadminbar #wp-admin-bar-user-info .avatar-128 {
    width: 64px;
    height: 64px
}

#wpadminbar .quicklinks li span.my-account-info-display-name,
#wpadminbar .quicklinks li span.my-account-info-user-login {
    text-shadow: none;
    display: block !important;
    float: right;
    width: 160px;
    line-height: 1.5em
}

#wpadminbar #wp-admin-bar-my-account-info-panel a {
    display: block;
    float: right;
    width: 160px;
    padding: 0 0 0 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#wpadminbar .quicklinks li span.my-account-info-display-name {
    color: #333
}

#wpadminbar .quicklinks li span.my-account-info-user-login {
    color: #aaa;
    font-size: 11px;
    margin-bottom: 8px
}

#wpadminbar #wp-admin-bar-my-account-with-avatar .menupop a img {
    vertical-align: text-bottom;
    margin: 0 5px 0 3px !important
}

#wp-admin-bar-notes {
    cursor: pointer
}

#wp-admin-bar-notes #notes-unread-count {
    margin: 0 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#wp-admin-bar-notes #notes-unread-count.read {
    background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important;
    background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important;
    background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: linear-gradient(bottom, #4a4a4a, #959595) !important;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .8)
}

#wp-admin-bar-jumptotop-button-menu {
    position: absolute !important;
    left: 50%;
    width: 42px;
    margin-left: -21px !important;
    border: none !important;
    background: 0 0 !important;
    height: 28px;
    overflow: hidden
}

#wp-admin-bar-jumptotop-button-menu .noticon {
    color: #bec1c5
}

#wp-admin-bar-jumptotop-button-menu a,
#wp-admin-bar-jumptotop-button-menu a:hover {
    border: none !important;
    background: 0 0 !important
}

#wpadminbar #jumptotop {
    height: 32px;
    padding: 6px 0;
    position: absolute;
    text-align: center;
    width: 32px;
    transition: transform .2s;
    transform: translateY(-50px)
}

#wp-admin-bar-jumptotop-button-menu a.ab-item {
    cursor: default
}

#wpadminbar .quicklinks li#wp-admin-bar-wpl-like>a,
#wpadminbar .quicklinks li#wp-admin-bar-wpl-like.menupop:hover>a,
#wpadminbar .quicklinks li#wp-admin-bar-wpl-like>a:hover,
#wpadminbar .quicklinks li#wp-admin-bar-follow>a,
#wpadminbar .quicklinks li#wp-admin-bar-follow>a:hover,
#wpadminbar .quicklinks li#wp-admin-bar-follow.subscribed>a,
#wpadminbar .quicklinks li#wp-admin-bar-follow.subscribed>a:hover,
#wpadminbar .quicklinks li#wp-admin-bar-follow.unfollow>a,
#wpadminbar .ab-top-secondary .menupop .menupop>a,
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item,
#wpadminbar .menupop .menupop>.ab-item {
    background-image: url('/wp-content/mu-plugins/admin-bar/wpcom-admin-bar-icons.png?11');
    background-repeat: no-repeat;
    background-size: 22px 900px
}

#wpadminbar .ab-top-secondary .menupop .menupop>a,
#wpadminbar .ab-top-secondary .menupop .menupop>.ab-item,
#wpadminbar .menupop .menupop>.ab-item {
    background: 0 0
}

#wpadminbar .quicklinks li#wp-admin-bar-wpl-like>a {
    background-position: 6px -189px;
    line-height: inherit;
    padding-left: 24px
}

#wpadminbar .quicklinks li#wp-admin-bar-wpl-like.menupop:hover>a {
    background-color: #fff;
    background-position: 6px -269px !important
}

#wpadminbar .quicklinks li#wp-admin-bar-wpl-like>a:hover {
    background-position: 6px -229px
}

#wpadminbar .quicklinks li.last {
    border-right: 1px solid #333
}

#wpadminbar .quicklinks li#wp-admin-bar-follow {
    cursor: pointer
}

#wpadminbar .quicklinks li#wp-admin-bar-follow>a {
    background-position: 6px -72px;
    padding-left: 25px
}

#wpadminbar .quicklinks li#wp-admin-bar-follow>a:hover {
    background-position: 6px -112px
}

#wpadminbar .quicklinks li#wp-admin-bar-follow.subscribed>a {
    background-position: 6px -752px;
    padding-left: 25px;
    width: 55px
}

#wpadminbar .quicklinks li#wp-admin-bar-follow.subscribed>a:hover {
    background-position: 6px -712px
}

#wpadminbar .quicklinks li#wp-admin-bar-follow.unfollow>a {
    background-position: 6px -630px !important;
    width: 55px
}

#wpadminbar .quicklinks li#wp-admin-bar-follow a.ab-item {
    color: #ccc;
    padding-left: 25px !important
}

#wpadminbar .quicklinks li#wp-admin-bar-follow a.ab-item:hover,
#wpadminbar .quicklinks li#wp-admin-bar-wpl-like>a.ab-item:hover span,
#wpadminbar .quicklinks li#wp-admin-bar-wpl-like.liked>a.ab-item:hover span {
    color: #fff
}

#wpadminbar #wp-admin-bar-shortlink a {
    display: none
}

#wpadminbar .quicklinks li#wp-admin-bar-shortlink.blog-member:hover {
    background: #ddd !important;
    color: #666 !important
}

#wpadminbar .quicklinks li#wp-admin-bar-shortlink:hover {
    color: #666 !important;
    background: #fff !important
}

#wpadminbar .quicklinks li#wp-admin-bar-shortlink {
    text-shadow: none;
    padding-left: 1.5em
}

#adminbar-shortlink-input {
    text-shadow: none;
    color: #666;
    padding: 0;
    margin: 0 0 0 3px;
    line-height: 16px;
    width: 100px;
    background-color: #f1f1f1;
    border: 1px solid #dfdfdf;
    cursor: text
}

#wpadminbar .quicklinks #wp-admin-bar-shortlink:hover {
    cursor: default
}

#wpadminbar .quicklinks .ab-sub-secondary #adminbar-shortlink-input {
    background: #fff;
    cursor: text
}

#wpadminbar .quicklinks .ab-sub-secondary #wp-admin-bar-shortlink:hover {
    background: #eee !important;
    cursor: default
}

#wpadminbar .quicklinks #wp-admin-bar-blog #wp-admin-bar-comments .comment-moderation-count {
    background: #21759b;
    color: #fff;
    font-size: 11px;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: 1px 6px;
    margin-left: 2px;
    display: inline
}

#wpadminbar li.admin-menu-store-link a {
    padding-top: 5px !important;
    height: 23px !important
}

#wpadminbar li.admin-menu-store-link:hover a,
#wpadminbar li.admin-menu-store-link:focus a,
#wpadminbar li.admin-menu-store-link a:hover,
#wpadminbar li.admin-menu-store-link a:focus {
    background: 0 0 !important
}

#wpadminbar>#wp-toolbar>#wp-admin-bar-top-secondary .admin-menu-store-link a span {
    display: block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 11px;
    border: none;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    text-shadow: 0 -1px 0 rgba(0, 116, 162, .8);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #2ea2cc;
    background-image: -moz-linear-gradient(#1e8cbe, #0074a2);
    background-image: -webkit-linear-gradient(#1e8cbe, #0074a2);
    background-image: -ms-linear-gradient(#1e8cbe, #0074a2);
    background-image: -o-linear-gradient(#1e8cbe, #0074a2);
    background-image: linear-gradient(#1e8cbe, #0074a2);
    -moz-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 1px rgba(0, 0, 0, .2);
    -ms-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .5), 0 1px 1px rgba(0, 0, 0, .2)
}

#wpadminbar li.admin-menu-store-link a:hover span {
    color: #fff;
    text-shadow: 0 -1px 0 #0074a2;
    background-image: -moz-linear-gradient(#2ea2cc, #0074a2);
    background-image: -webkit-linear-gradient(#2ea2cc, #0074a2);
    background-image: -o-linear-gradient(#2ea2cc, #0074a2);
    background-image: -ms-linear-gradient(#2ea2cc, #0074a2);
    background-image: linear-gradient(#2ea2cc, #0074a2);
    -moz-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .7);
    -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .7);
    -o-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .7);
    -ms-box-shadow: inset 0 1px 0 rgba(120, 200, 230, .7);
    box-shadow: inset 0 1px 0 rgba(120, 200, 230, .7)
}

#wpadminbar li.admin-menu-store-link a:active span {
    color: rgba(255, 255, 255, .9);
    background-image: -moz-linear-gradient(#1e8cbe, #0074a2);
    background-image: -webkit-linear-gradient(#1e8cbe, #0074a2);
    background-image: -o-linear-gradient(#1e8cbe, #0074a2);
    background-image: -ms-linear-gradient(#1e8cbe, #0074a2);
    background-image: linear-gradient(#1e8cbe, #0074a2);
    -moz-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120, 200, 230, .5);
    -webkit-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120, 200, 230, .5);
    -o-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120, 200, 230, .5);
    -ms-box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120, 200, 230, .5);
    box-shadow: inset 0 1px 5px #005684, inset 0 -1px 0 rgba(120, 200, 230, .5)
}

iframe#ab-post {
    height: 0;
    background: #f8f8f8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border: none;
    border-bottom: 4px solid #bbb;
    z-index: 99999
}

iframe#ab-post.noborder {
    border-bottom: none
}

div#ab-post-options {
    display: none;
    position: fixed;
    margin-top: -60px;
    left: 10px;
    z-index: 100002;
    color: #666;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 400
}

div#ab-post-options a {
    color: #bec1c5;
    font-size: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    text-decoration: underline !important
}

li#wp-admin-bar-ab-new-post.hover a {
    background: #fff !important;
    color: #4b5259 !important;
    text-shadow: none !important
}

li#wp-admin-bar-ab-new-post a.ab-item:before {
    font-family: 'Noticons';
    content: '\f411';
    font-size: 24px
}

li#wp-admin-bar-ab-new-post a.ab-item:after {
    font-family: 'Noticons';
    content: '\f8b3';
    font-size: 24px;
    vertical-align: top;
    speak: none;
    position: absolute;
    top: -2px;
    left: 8px
}

#wpadminbar .quicklinks li#wp-admin-bar-editor strong {
    font-size: 24px !important;
    vertical-align: -20%;
    line-height: 1
}

#wpadminbar .quicklinks li#wp-admin-bar-juice-it strong {
    color: #79ba49
}

#wpadminbar ul li.mb-icon>a,
#wpadminbar ul li>a.mb-icon,
#wpadminbar ul li.mb-icon>div.ab-item,
#wpadminbar ul li.inline-action a.mb-icon,
#wpadminbar ul li#wp-admin-bar-privacy>a {
    padding-left: 36px
}

#wpadminbar .quicklinks .menupop ul li.mb-icon>a:before,
#wpadminbar .quicklinks .menupop ul li.mb-icon>div.ab-item:after,
#wpadminbar .quicklinks .menupop ul li.inline-action a.mb-icon:before {
    color: #ccc;
    position: absolute;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Noticons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none;
    left: 10px;
    padding: 4px 0
}

#wpadminbar .quicklinks .menupop ul li.mb-icon a:hover:before,
#wpadminbar .quicklinks .menupop ul li.mb-icon a:hover:after,
#wpadminbar .quicklinks .menupop ul li.inline-action a.mb-icon:hover:before,
#wpadminbar .quicklinks .menupop ul li#wp-admin-bar-privacy a:hover:after {
    color: inherit
}

#wpadminbar ul li .inline-action div.ab-empty-item {
    padding: 0;
    position: relative
}

#wpadminbar .quicklinks .menupop ul li.mb-icon-spacer>a {
    padding-left: 35px
}

#wpadminbar .quicklinks .menupop ul li .gridicon__following {
    fill: #ccc;
    margin: 0 0 0 -10px;
    padding: 0 7px 0 0;
    width: 16px;
    height: 18px;
    position: relative;
    top: 3px
}

#wpadminbar .quicklinks .menupop ul li a:hover .gridicon__following {
    fill: #00b9eb
}

#wpadminbar ul li#wp-admin-bar-view-site a:before {
    content: '\f475'
}

#wpadminbar ul li#wp-admin-bar-create-site a:before {
    content: '\f510'
}

#wpadminbar ul li#wp-admin-bar-dashboard-top a:before {
    content: '\f205'
}

#wpadminbar ul li#wp-admin-bar-blog-settings a:before {
    content: '\f445'
}

#wpadminbar ul li#wp-admin-bar-sharing a:before {
    content: '\f415'
}

#wpadminbar ul li#wp-admin-bar-users-toolbar a.ab-item:before {
    content: '\f304'
}

#wpadminbar ul li#wp-admin-bar-plugins a:before {
    content: '\f439'
}

#wpadminbar ul li#wp-admin-bar-upgrades a:before {
    content: '\f447'
}

#wpadminbar ul li#wp-admin-bar-plan a.ab-primary:before {
    content: '\f425'
}

#wpadminbar ul li#wp-admin-bar-domains a.ab-primary:before {
    content: '\f447'
}

#wpadminbar ul li#wp-admin-bar-blog-stats a:before {
    content: '\f806'
}

#wpadminbar ul li#wp-admin-bar-comments a:before {
    content: '\f800'
}

#wpadminbar ul li#wp-admin-bar-vip-dashboard a:before {
    content: '\f426'
}

#wpadminbar ul li#wp-admin-bar-edit>a.ab-item:before {
    content: '\f411'
}

#wpadminbar ul li#wp-admin-bar-privacy.noticon-show>a:after {
    content: '\f403'
}

#wpadminbar ul li#wp-admin-bar-privacy.noticon-hide>a:after {
    content: '\f404'
}

#wpadminbar ul li#wp-admin-bar-privacy.noticon-lock>a:after {
    content: '\f470'
}

#wpadminbar ul li#wp-admin-bar-new-post a.ab-primary:before {
    content: '\f100'
}

#wpadminbar ul li#wp-admin-bar-new-page a.ab-primary:before {
    content: '\f443'
}

#wpadminbar ul li#wp-admin-bar-new-attachment a.ab-primary:before {
    content: '\f473'
}

#wpadminbar ul li#wp-admin-bar-new-post-types>.ab-empty-item:after {
    content: '\f510'
}

#wpadminbar ul li#wp-admin-bar-themes a.ab-item:before {
    content: '\f8b4'
}

#wpadminbar ul li#wp-admin-bar-customize a.ab-item:before {
    content: '\f506'
}

#wpadminbar ul li#wp-admin-bar-menus a:before {
    content: '\f417'
}

#wpadminbar ul li#wp-admin-bar-automattic a:before {
    content: '\f815'
}

#wpadminbar ul li#wp-admin-bar-my-profile a:before {
    content: '\f304'
}

#wpadminbar ul li#wp-admin-bar-account-settings a:before {
    content: '\f445'
}

#wpadminbar ul li#wp-admin-bar-billing a:before {
    content: '\f8b0'
}

#wpadminbar ul li#wp-admin-bar-security a:before {
    content: '\f470'
}

#wpadminbar ul li#wp-admin-bar-notifications a:before {
    content: '\f8d4';
    font-size: 14px;
    margin-left: 1px;
    margin-top: 2px
}

#wpadminbar ul li#wp-admin-bar-next-steps a:before {
    content: '\f458'
}

#wpadminbar ul li#wp-admin-bar-help a:before {
    content: '\f108'
}

#wpadminbar ul li#wp-admin-bar-privacy ul li a {
    padding-left: 10px
}

#wpadminbar ul li#wp-admin-bar-privacy ul li a:after {
    display: none;
    content: ' '
}

#wpadminbar ul li#wp-admin-bar-ab-new-post {
    background: rgba(255, 255, 255, .6);
    position: relative;
    top: 2px;
    border-radius: 2px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a {
    height: 28px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post:hover {
    background: #fff
}

#wpadminbar ul li#wp-admin-bar-ab-new-post:hover>.ab-item {
    background: 0 0
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before,
#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    color: #222
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    left: 5px;
    top: -2px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    left: 12px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a span {
    display: none
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar {
    margin-left: 8px
}

#wpadminbar #wp-admin-bar-top-secondary {
    margin-right: 12px
}

#wpadminbar.pride {
    background: linear-gradient(to bottom, #e24c3e 0%, #e24c3e 16.66667%, #f47d3b 16.66667%, #f47d3b 33.33333%, #fdb813 33.33333%, #fdb813 50%, #74bb5d 50%, #74bb5d 66.66667%, #38a6d7 66.66667%, #38a6d7 83.33333%, #8c7ab8 83.33333%, #8c7ab8 100%)
}

#wpadminbar.pride,
#wpadminbar.pride .quicklinks>ul>li {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset
}

#wpadminbar.pride #wp-admin-bar-root-default>li>a,
#wpadminbar.pride #wp-admin-bar-top-secondary>li:not(#wp-admin-bar-ab-new-post) {
    background-color: rgba(50, 55, 60, .85)
}

@font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Noticons";
    src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"), url(/i/noticons/./Noticons.ttf) format("truetype"), url(/i/noticons/./Noticons.svg#Noticons) format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Noticons";
        src: url(/i/noticons/./Noticons.svg#Noticons) format("svg")
    }
}

.noticon {
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Noticons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.noticon-404:before {
    content: "\f423"
}

.noticon-activity:before {
    content: "\f508"
}

.noticon-add:before {
    content: "\f8b3"
}

.noticon-add-media:before {
    content: "\f8d9"
}

.noticon-akismet:before {
    content: "\f8d2"
}

.noticon-anchor:before {
    content: "\f509"
}

.noticon-art:before {
    content: "\f8b4"
}

.noticon-aside:before {
    content: "\f101"
}

.noticon-atsign:before {
    content: "\f814"
}

.noticon-attachment:before {
    content: "\f416"
}

.noticon-audio:before {
    content: "\f109"
}

.noticon-automattic:before {
    content: "\f815"
}

.noticon-automattic-blip:before {
    content: "\f817"
}

.noticon-automattic-ring:before {
    content: "\f816"
}

.noticon-bell:before {
    content: "\f8d4"
}

.noticon-bold:before {
    content: "\f471"
}

.noticon-book:before {
    content: "\f444"
}

.noticon-bug:before {
    content: "\f50a"
}

.noticon-bullhorn:before {
    content: "\f8a5"
}

.noticon-bullseye:before {
    content: "\f8a0"
}

.noticon-cart:before {
    content: "\f447"
}

.noticon-category:before {
    content: "\f301"
}

.noticon-chat:before {
    content: "\f108"
}

.noticon-checkmark:before {
    content: "\f418"
}

.noticon-close:before {
    content: "\f405"
}

.noticon-close-alt:before {
    content: "\f406"
}

.noticon-cloud:before {
    content: "\f426"
}

.noticon-cloud-download:before {
    content: "\f440"
}

.noticon-cloud-upload:before {
    content: "\f441"
}

.noticon-code:before {
    content: "\f462"
}

.noticon-codepen:before {
    content: "\f216"
}

.noticon-cog:before {
    content: "\f445"
}

.noticon-collapse:before {
    content: "\f432"
}

.noticon-colors:before {
    content: "\f8a7"
}

.noticon-comment:before {
    content: "\f300"
}

.noticon-compact:before {
    content: "\f807"
}

.noticon-day:before {
    content: "\f305"
}

.noticon-digg:before {
    content: "\f221"
}

.noticon-document:before {
    content: "\f443"
}

.noticon-dot:before {
    content: "\f428"
}

.noticon-downarrow:before {
    content: "\f502"
}

.noticon-download:before {
    content: "\f50b"
}

.noticon-draggable:before {
    content: "\f436"
}

.noticon-dribbble:before {
    content: "\f201"
}

.noticon-dropbox:before {
    content: "\f225"
}

.noticon-dropdown:before {
    content: "\f433"
}

.noticon-dropdown-left:before {
    content: "\f434"
}

.noticon-edit:before {
    content: "\f411"
}

.noticon-ellipsis:before {
    content: "\f476"
}

.noticon-eventbrite:before {
    content: "\f8a6"
}

.noticon-expand:before {
    content: "\f431"
}

.noticon-external:before {
    content: "\f442"
}

.noticon-facebook:before {
    content: "\f203"
}

.noticon-facebook-alt:before {
    content: "\f204"
}

.noticon-fastforward:before {
    content: "\f458"
}

.noticon-features:before {
    content: "\f8a8"
}

.noticon-feed:before {
    content: "\f413"
}

.noticon-flag:before {
    content: "\f468"
}

.noticon-flickr:before {
    content: "\f211"
}

.noticon-follow:before {
    content: "\f801"
}

.noticon-following:before {
    content: "\f803"
}

.noticon-fonts:before {
    content: "\f8b5"
}

.noticon-foursquare:before {
    content: "\f226"
}

.noticon-fullscreen:before {
    content: "\f474"
}

.noticon-gallery:before {
    content: "\f103"
}

.noticon-ghost:before {
    content: "\f8d5"
}

.noticon-gift:before {
    content: "\f8a4"
}

.noticon-github:before {
    content: "\f200"
}

.noticon-googleplus:before {
    content: "\f206"
}

.noticon-googleplus-alt:before {
    content: "\f218"
}

.noticon-gravatar:before {
    content: "\f8d0"
}

.noticon-gridview:before {
    content: "\f808"
}

.noticon-handset:before {
    content: "\f50c"
}

.noticon-heart:before {
    content: "\f461"
}

.noticon-help:before {
    content: "\f457"
}

.noticon-hide:before {
    content: "\f404"
}

.noticon-hierarchy:before {
    content: "\f505"
}

.noticon-home:before {
    content: "\f409"
}

.noticon-horizon:before {
    content: "\f8d8"
}

.noticon-image:before {
    content: "\f102"
}

.noticon-info:before {
    content: "\f455"
}

.noticon-instagram:before {
    content: "\f215"
}

.noticon-italic:before {
    content: "\f472"
}

.noticon-jetpack:before {
    content: "\f8d3"
}

.noticon-key:before {
    content: "\f427"
}

.noticon-layouts:before {
    content: "\f8a9"
}

.noticon-leftarrow:before {
    content: "\f503"
}

.noticon-lightbulb:before {
    content: "\f8a1"
}

.noticon-link:before {
    content: "\f107"
}

.noticon-linkedin:before {
    content: "\f207"
}

.noticon-linkedin-alt:before {
    content: "\f208"
}

.noticon-localization:before {
    content: "\f8b2"
}

.noticon-location:before {
    content: "\f417"
}

.noticon-lock:before {
    content: "\f470"
}

.noticon-mail:before {
    content: "\f410"
}

.noticon-maximize:before {
    content: "\f422"
}

.noticon-medium:before {
    content: "\f8d6"
}

.noticon-menu:before {
    content: "\f419"
}

.noticon-microphone:before {
    content: "\f50d"
}

.noticon-milestone:before {
    content: "\f806"
}

.noticon-minimize:before {
    content: "\f421"
}

.noticon-minus:before {
    content: "\f50e"
}

.noticon-month:before {
    content: "\f307"
}

.noticon-move:before {
    content: "\f50f"
}

.noticon-next:before {
    content: "\f429"
}

.noticon-notice:before {
    content: "\f456"
}

.noticon-notification:before {
    content: "\f800"
}

.noticon-paintbrush:before {
    content: "\f506"
}

.noticon-path:before {
    content: "\f219"
}

.noticon-pause:before {
    content: "\f448"
}

.noticon-phone:before {
    content: "\f437"
}

.noticon-picture:before {
    content: "\f473"
}

.noticon-pinned:before {
    content: "\f308"
}

.noticon-pinterest:before {
    content: "\f209"
}

.noticon-pinterest-alt:before {
    content: "\f210"
}

.noticon-play:before {
    content: "\f452"
}

.noticon-plugin:before {
    content: "\f439"
}

.noticon-plus:before {
    content: "\f510"
}

.noticon-pocket:before {
    content: "\f224"
}

.noticon-polldaddy:before {
    content: "\f217"
}

.noticon-portfolio:before {
    content: "\f460"
}

.noticon-previous:before {
    content: "\f430"
}

.noticon-price:before {
    content: "\f8b0"
}

.noticon-print:before {
    content: "\f469"
}

.noticon-promoted:before {
    content: "\f812"
}

.noticon-quote:before {
    content: "\f106"
}

.noticon-rating-empty:before {
    content: "\f511"
}

.noticon-rating-full:before {
    content: "\f512"
}

.noticon-rating-half:before {
    content: "\f513"
}

.noticon-reader:before {
    content: "\f8a2"
}

.noticon-reader-alt:before {
    content: "\f8a3"
}

.noticon-reblog:before {
    content: "\f805"
}

.noticon-reddit:before {
    content: "\f222"
}

.noticon-refresh:before {
    content: "\f420"
}

.noticon-reply:before {
    content: "\f412"
}

.noticon-reply-alt:before {
    content: "\f466"
}

.noticon-reply-single:before {
    content: "\f467"
}

.noticon-rewind:before {
    content: "\f459"
}

.noticon-rightarrow:before {
    content: "\f501"
}

.noticon-search:before {
    content: "\f400"
}

.noticon-send-to-phone:before {
    content: "\f438"
}

.noticon-send-to-tablet:before {
    content: "\f454"
}

.noticon-share:before {
    content: "\f415"
}

.noticon-show:before {
    content: "\f403"
}

.noticon-shuffle:before {
    content: "\f514"
}

.noticon-sitemap:before {
    content: "\f507"
}

.noticon-skip-ahead:before {
    content: "\f451"
}

.noticon-skip-back:before {
    content: "\f450"
}

.noticon-skype:before {
    content: "\f220"
}

.noticon-spam:before {
    content: "\f424"
}

.noticon-spike:before {
    content: "\f811"
}

.noticon-spotify:before {
    content: "\f515"
}

.noticon-squarespace:before {
    content: "\f8d7"
}

.noticon-standard:before {
    content: "\f100"
}

.noticon-star:before {
    content: "\f408"
}

.noticon-status:before {
    content: "\f105"
}

.noticon-stop:before {
    content: "\f449"
}

.noticon-stumbleupon:before {
    content: "\f223"
}

.noticon-subscribe:before {
    content: "\f463"
}

.noticon-subscribed:before {
    content: "\f465"
}

.noticon-summary:before {
    content: "\f425"
}

.noticon-tablet:before {
    content: "\f453"
}

.noticon-tag:before {
    content: "\f302"
}

.noticon-time:before {
    content: "\f303"
}

.noticon-title:before {
    content: "\f8b6"
}

.noticon-top:before {
    content: "\f435"
}

.noticon-trapper:before {
    content: "\f810"
}

.noticon-trash:before {
    content: "\f407"
}

.noticon-trophy:before {
    content: "\f804"
}

.noticon-tumblr:before {
    content: "\f214"
}

.noticon-twitch:before {
    content: "\f516"
}

.noticon-twitter:before {
    content: "\f202"
}

.noticon-types:before {
    content: "\f8b1"
}

.noticon-unapprove:before {
    content: "\f446"
}

.noticon-unfollow:before {
    content: "\f802"
}

.noticon-unsubscribe:before {
    content: "\f464"
}

.noticon-unzoom:before {
    content: "\f401"
}

.noticon-uparrow:before {
    content: "\f500"
}

.noticon-user:before {
    content: "\f304"
}

.noticon-vaultpress:before {
    content: "\f8d1"
}

.noticon-video:before {
    content: "\f104"
}

.noticon-videocamera:before {
    content: "\f517"
}

.noticon-vimeo:before {
    content: "\f212"
}

.noticon-warning:before {
    content: "\f414"
}

.noticon-website:before {
    content: "\f475"
}

.noticon-week:before {
    content: "\f306"
}

.noticon-wordads:before {
    content: "\f813"
}

.noticon-wordpress:before {
    content: "\f205"
}

.noticon-xpost:before {
    content: "\f504"
}

.noticon-youtube:before {
    content: "\f213"
}

.noticon-zoom:before {
    content: "\f402"
}

.noticon-like:before {
    content: "\f408"
}

.wp-playlist-light {
    color: #000
}

.wp-playlist-light .wp-playlist-item {
    color: #333
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
    color: #fff
}

.wp-playlist-caption {
    display: block
}

.bbp-staff-role {
    color: #f1831e
}

.bbp-a8c-reply {
    background: #e9eff3 !important;
    border: 1px solid #c8d7e1;
    width: 98% !important
}

.gravatar-hovercard {
    display: inline-block;
    z-index: 10000000
}

.gravatar-hovercard h4,
.gravatar-hovercard p {
    margin: 0
}

.gravatar-hovercard a,
.gravatar-hovercard i,
.gravatar-hovercard p {
    color: #000;
    font-family: SF Pro Text, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 1.5
}

.gravatar-hovercard .gravatar-hovercard__inner {
    background-color: #fff;
    border: 1px solid #d8dbdd;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 213px;
    justify-content: space-between;
    padding: 24px 24px 16px;
    width: 400px
}

.gravatar-hovercard .gravatar-hovercard__header {
    align-items: center;
    display: flex;
    gap: 10px
}

.gravatar-hovercard .gravatar-hovercard__avatar-link,
.gravatar-hovercard .gravatar-hovercard__social-link {
    display: inline-flex
}

.gravatar-hovercard .gravatar-hovercard__avatar {
    background-color: #eee;
    border-radius: 50%
}

.gravatar-hovercard .gravatar-hovercard__name-location-link {
    text-decoration: none
}

.gravatar-hovercard .gravatar-hovercard__name {
    -webkit-line-clamp: 2;
    color: #000;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25
}

.gravatar-hovercard .gravatar-hovercard__location,
.gravatar-hovercard .gravatar-hovercard__name {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.gravatar-hovercard .gravatar-hovercard__location {
    -webkit-line-clamp: 1;
    color: #707070
}

.gravatar-hovercard .gravatar-hovercard__body {
    min-height: 42px
}

.gravatar-hovercard .gravatar-hovercard__about {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word
}

.gravatar-hovercard .gravatar-hovercard__footer {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.gravatar-hovercard .gravatar-hovercard__social-links {
    align-items: center;
    display: flex;
    gap: 8px
}

.gravatar-hovercard .gravatar-hovercard__profile-link {
    align-items: center;
    display: flex;
    gap: 4px;
    text-decoration: none
}

.gravatar-hovercard .gravatar-hovercard__profile-link .gravatar-hovercard__profile-link-text {
    color: #707070
}

.gravatar-hovercard .gravatar-hovercard__profile-link path {
    stroke: #707070
}

.gravatar-hovercard .gravatar-hovercard__profile-link--edit .gravatar-hovercard__profile-link-text {
    color: #1d4fc4
}

.gravatar-hovercard .gravatar-hovercard__profile-link--edit path {
    stroke: #1d4fc4
}

.gravatar-hovercard--skeleton .gravatar-hovercard__avatar-link,
.gravatar-hovercard--skeleton .gravatar-hovercard__name-location-link,
.gravatar-hovercard--skeleton .gravatar-hovercard__profile-link,
.gravatar-hovercard--skeleton .gravatar-hovercard__social-link {
    background-color: #eee
}

.gravatar-hovercard--skeleton .gravatar-hovercard__avatar-link {
    border-radius: 50%;
    height: 72px;
    width: 72px
}

.gravatar-hovercard--skeleton .gravatar-hovercard__name-location-link {
    height: 20px;
    width: 50%
}

.gravatar-hovercard--skeleton .gravatar-hovercard__social-link {
    border-radius: 50%;
    height: 32px;
    width: 32px
}

.gravatar-hovercard--skeleton .gravatar-hovercard__profile-link {
    height: 16px;
    width: 96px
}

.gravatar-hovercard--skeleton .gravatar-hovercard__inner--error {
    align-items: center;
    gap: 34px;
    justify-content: start
}

.gravatar-hovercard--skeleton .gravatar-hovercard__error-message {
    color: #707070
}

.wp-hovercard a {
    border-bottom: none;
    cursor: pointer
}

.wp-hovercard .gravatar-hovercard__avatar {
    max-width: 72px
}

.wp-hovercard-attachment {
    cursor: default
}

#respond .verbum-simple-subscribe-modal {
    align-content: center;
    background-color: rgba(0, 0, 0, .341);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-evenly;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all .4s;
    width: 100%;
    z-index: 50000
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__content {
    background-color: #fefefe;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    max-width: 650px;
    padding: 32px;
    text-align: center;
    transition: all .4s;
    width: 100%
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__content.has-iframe {
    background-color: transparent
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__content.has-iframe .verbum-simple-subscribe-modal__close-button-container {
    display: none!important
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__content .verbum-simple-subscribe-modal__iframe-container {
    background-image: url(https://s0.wp.com/i/loading/dark-200.gif);
    background-position: center 150px;
    background-repeat: no-repeat;
    background-size: 50px;
    border: 0;
    bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

#respond .verbum-simple-subscribe-modal h2 {
    color: #333;
    font-size: clamp(16.834px, 1.052rem + (1vw - 3.2px)*1.348, 26px);
    font-style: normal;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 4px
}

#respond .verbum-simple-subscribe-modal p {
    color: #333;
    font-size: clamp(14px, .875rem + (1vw - 3.2px)*.147, 15px);
    margin-bottom: 0;
    margin-top: 4px;
    padding: 0 60px
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action {
    align-items: flex-start;
    display: flex;
    margin-top: 20px
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action input {
    background-color: #fefefe;
    border-color: var(--wp--preset--color--primary)!important;
    border-radius: 50px;
    border-end-end-radius: 0;
    border-start-end-radius: 0;
    border-style: solid!important;
    border-width: 1px!important;
    color: var(--wp--preset--color--primary)!important;
    flex: 1;
    font-size: 16px;
    line-height: 28px;
    outline: 0;
    padding: 15px 23px
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action input::placeholder {
    color: currentColor;
    opacity: .5
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action button {
    background-color: var(--wp--preset--color--primary);
    border-color: var(--wp--preset--color--primary);
    border-radius: 50px;
    border-end-start-radius: 0;
    border-start-start-radius: 0;
    border-style: solid;
    border-width: 1px!important;
    color: var(--verbum-content-background-color);
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 0 10px;
    margin-inline-start: 0;
    padding: 15px 23px
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action button:hover {
    cursor: pointer;
    opacity: .9
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__action button:disabled {
    cursor: not-allowed;
    opacity: .7!important
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__close-button-container {
    color: var(--wp--preset--color--primary);
    display: block;
    margin-top: 20px;
    text-align: center
}

#respond .verbum-simple-subscribe-modal .verbum-simple-subscribe-modal__close-button-container .verbum-simple-subscribe-modal__close-button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-decoration: underline
}

.verbum-simple-subscribe-modal__iframe {
    bottom: 0;
    height: 100%!important;
    left: 0;
    margin: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important
}

#respond .verbum-toggle-control {
    all: unset;
    align-items: flex-start;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    padding: 5px 0
}

#respond .verbum-toggle-control .verbum-toggle-control__label p {
    all: unset;
    line-height: 22px;
    margin: 0
}

#respond .verbum-toggle-control .verbum-toggle-control__label .primary {
    color: #2c3338;
    display: block;
    font-size: 14px;
    font-weight: 500
}

#respond .verbum-toggle-control .verbum-toggle-control__label .secondary {
    color: #50575e;
    display: block;
    font-size: 13px
}

#respond .verbum-toggle-control input[type=checkbox] {
    all: unset;
    opacity: 0;
    position: absolute;
    transform: scale(0)
}

#respond .verbum-toggle-control input[type=checkbox]:checked+.verbum-toggle-control__button {
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4));
    border-color: transparent
}

#respond .verbum-toggle-control input[type=checkbox]:focus+.verbum-toggle-control__button {
    outline: 1px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4))
}

#respond .verbum-toggle-control input[type=checkbox]:checked+.verbum-toggle-control__button:after {
    background: #fff;
    left: calc(100% - 2px);
    transform: translateX(-100%)
}

#respond .verbum-toggle-control .verbum-toggle-control__text {
    display: block;
    flex: 1
}

#respond .verbum-toggle-control .verbum-toggle-control__button {
    all: unset;
    background: #fff;
    border: 1px solid #000;
    border-radius: 9px;
    cursor: pointer;
    display: block;
    height: 18px;
    margin-top: 4px;
    min-width: 36px;
    opacity: var(--verbum-element-opacity);
    position: relative;
    width: 36px
}

#respond .verbum-toggle-control .verbum-toggle-control__button:after {
    background: #000;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 2px;
    position: absolute;
    top: 2px;
    transition: .3s;
    width: 14px
}

#respond .verbum-toggle-control .verbum-toggle-control__button:active:after {
    width: 14px
}

#respond .verbum-frequency-toggle {
    margin-left: 46px;
    width: max-content
}

#respond .verbum-frequency-toggle fieldset.fieldset {
    border: 1px solid transparent;
    border-radius: 8px;
    color: #101517;
    display: flex;
    height: 36px;
    margin: 0;
    min-height: 36px;
    padding: 0
}

#respond .verbum-frequency-toggle fieldset.fieldset:focus-within {
    border: 1px solid #80bedd;
    color: #101517;
    display: flex;
    height: 36px;
    margin: 0;
    padding: 0
}

#respond .verbum-frequency-toggle fieldset.fieldset label.label-wrapper {
    all: unset
}

#respond .verbum-frequency-toggle fieldset.fieldset input {
    all: unset;
    height: 0;
    position: absolute;
    width: 0
}

#respond .verbum-frequency-toggle fieldset.fieldset input+label span {
    border: 1px solid transparent;
    box-shadow: none;
    padding: 0 12px
}

#respond .verbum-frequency-toggle fieldset.fieldset input:not([disabled]):checked+label span {
    border: 1px solid rgba(0, 0, 0, .08)
}

#respond .verbum-frequency-toggle fieldset.fieldset input:checked+label span {
    backdrop-filter: brightness(1.2);
    background-color: var(--verbum-content-background-color);
    box-shadow: 0 3px 8px rgba(0, 0, 0, .1), 0 1px 1px rgba(0, 0, 0, .04)
}

#respond .verbum-frequency-toggle fieldset.fieldset:disabled input+label span {
    backdrop-filter: none;
    background-color: transparent;
    box-shadow: none;
    color: var(--verbum-border-color)
}

#respond .verbum-frequency-toggle fieldset.fieldset label.label-wrapper {
    background-color: var(--verbum-border-color);
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-flex;
    padding: 2px 0
}

#respond .verbum-frequency-toggle fieldset.fieldset label.label-wrapper:first-of-type {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding-left: 2px
}

#respond .verbum-frequency-toggle fieldset.fieldset label.label-wrapper:last-of-type {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    padding-right: 2px
}

#respond .verbum-frequency-toggle fieldset.fieldset span {
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    transition: background-color .16s linear 0s, color .16s linear 0s, font-weight 60ms linear 0s
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content {
    all: unset;
    background-color: var(--verbum-content-background-color);
    border: 1px solid var(--verbum-border-color);
    border-radius: 4px;
    display: flex;
    flex-direction: column
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label {
    all: unset;
    border-bottom: 1px solid var(--verbum-border-color);
    height: 45px;
    position: relative
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label:last-of-type {
    border-bottom: none
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label svg {
    bottom: 0;
    left: 22px;
    margin: auto 0;
    position: absolute;
    top: 0
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label input {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    color: var(--verbum-font-color);
    font-size: 14px;
    height: 100%;
    padding-left: 48px;
    width: 100%
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label input::placeholder {
    color: var(--verbum-font-color);
    opacity: .7
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum__label input.invalid-form-data {
    border: 1px solid #e65054
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-form__content .verbum-subscriptions__options {
    border-top: 1px solid var(--verbum-border-color);
    padding: 16px 21px
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-mail-form-cookie-consent {
    margin-bottom: 16px
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-mail-form-cookie-consent .verbum-toggle-control {
    padding: 0 21px
}

#comment-form__verbum .verbum-subscriptions .verbum-form .verbum-mail-form-cookie-consent .verbum-toggle-control__text {
    display: block;
    font-size: .875rem;
    font-weight: 500
}

.comment img {
    max-width: 100%
}

#respond.comment-respond.wp-block-post-comments-form h3#reply-title.comment-reply-title {
    margin-bottom: .5em
}

#respond h3 {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 0;
    padding-top: 0
}

#respond.comment-respond form#commentform {
    background-color: transparent
}

#respond.comment-respond form#commentform>p {
    display: none
}

#respond.comment-respond form#commentform #comment-form__verbum {
    background-color: var(--verbum-background-color);
    border: 1px solid var(--verbum-border-color);
    font-family: var(--wp--preset--font-family--system-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif)
}

#respond.comment-respond form#commentform #comment-form__verbum.dark {
    --verbum-font-color: hsla(0, 0%, 100%, .8);
    --verbum-border-color: hsla(0, 0%, 100%, .2);
    --verbum-background-color: rgba(0, 0, 0, .7);
    --verbum-wrapper-background-color: hsla(0, 0%, 100%, .1);
    --verbum-content-background-color: hsla(0, 0%, 100%, .1);
    --verbum-element-opacity: 1;
    --wp--preset--color--primary: var(--verbum-font-color)
}

#respond.comment-respond form#commentform #comment-form__verbum.transparent {
    --verbum-font-color: rgba(0, 0, 0, .8);
    --verbum-border-color: #dcdcde;
    --verbum-background-color: hsla(0, 0%, 100%, .6);
    --verbum-wrapper-background-color: hsla(0, 0%, 100%, .6);
    --verbum-content-background-color: hsla(0, 0%, 100%, .6);
    --verbum-element-opacity: .9;
    --wp--preset--color--primary: var(--verbum-font-color)
}

#respond.comment-respond form#commentform #comment-form__verbum.light {
    --verbum-font-color: #3c434a;
    --verbum-border-color: #dcdcde;
    --verbum-background-color: #fff;
    --verbum-wrapper-background-color: #f9f9f9;
    --verbum-content-background-color: #fff;
    --verbum-element-opacity: 1;
    --wp--preset--color--primary: var(--verbum-font-color)
}

#respond.comment-respond form#commentform #comment-form__verbum .screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment {
    all: unset;
    border: 0;
    box-shadow: none;
    display: grid;
    padding: 0
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment.verbum-text-area button,
#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment.verbum-text-area form,
#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment.verbum-text-area input {
    all: unset
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment textarea {
    all: initial;
    appearance: none;
    background: 0 0!important;
    border: 0!important;
    border-radius: unset;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--verbum-font-color);
    display: block;
    float: none;
    font-family: var(--jetpack-comments-font);
    font-size: 16px;
    font-weight: 400;
    grid-area: 1/1;
    line-height: 1.4;
    margin: 0;
    max-width: 100%;
    min-height: 96px;
    outline: 0;
    padding: 16px;
    resize: none;
    white-space: pre-wrap;
    width: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment textarea::placeholder {
    color: var(--verbum-font-color);
    opacity: .7
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment textarea.editor-enabled {
    display: none
}

#respond.comment-respond form#commentform #comment-form__verbum #comment-form-comment .verbum-editor-wrapper {
    grid-area: 1/1
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options {
    border-bottom: 1px solid var(--verbum-border-color);
    display: grid;
    grid-template-rows: 0fr;
    transition: all .3s ease-in-out
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options.open {
    grid-template-rows: 1fr;
    transition: all .3s ease-in-out
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options>div {
    overflow: hidden
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .logout-link {
    all: unset;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--verbum-font-color);
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    transition-duration: .05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .logout-link:active,
#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .logout-link:focus {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #007cba))
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .verbum-email-frequency-select {
    border: 1px solid var(--verbum-border-color);
    margin: 5px 0 5px 46px;
    padding: 3px;
    width: calc(100% - 50px)
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .verbum-subscriptions__wrapper {
    background: var(--verbum-wrapper-background-color);
    border-top: 1px solid var(--verbum-border-color);
    color: var(--verbum-font-color);
    padding: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .verbum-subscriptions__wrapper p,
#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions .verbum-subscriptions__wrapper span {
    color: var(--verbum-font-color)
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content {
    background-color: var(--verbum-content-background-color);
    border: 1px solid var(--verbum-border-color);
    border-radius: 4px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading,
#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__options {
    padding: 16px 21px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading {
    align-items: center;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    padding-bottom: 13px;
    padding-top: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading .verbum__user-name {
    font-weight: 600
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading .close-button {
    all: unset;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 24px;
    padding: 0;
    width: 24px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading .close-button svg {
    fill: var(--verbum-font-color)
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__heading .close-button:focus {
    outline: 2px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4))
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in .verbum-subscriptions__wrapper .verbum-subscriptions__content .verbum-subscriptions__options {
    border-top: 1px solid var(--verbum-border-color)
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in.no-options .verbum-subscriptions__wrapper {
    border-top: 1px solid var(--verbum-border-color);
    padding: 0;
    width: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in.no-options .verbum-subscriptions__wrapper .verbum-subscriptions__content {
    background-color: var(--verbum-wrapper-background-color);
    border: 0;
    border-radius: 0
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-in.no-options .verbum-subscriptions__wrapper .verbum-subscriptions__content .close-button {
    display: none
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-subscriptions__login-header {
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins {
    align-items: center;
    display: flex
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins.logging-in .verbum-logins__social-buttons.show-form-content {
    margin-bottom: 25px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins.logging-in button.social-button:not(.active) {
    background-color: #5c5c5c;
    opacity: .6
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins.logging-in button.social-button:not(.active) svg {
    opacity: .8
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins button.social-button {
    all: unset;
    background: 0 0;
    border: 0;
    border-radius: 50%;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 13px;
    height: 36px;
    line-height: normal;
    margin-right: 20px;
    padding: 8px;
    width: 36px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins button.social-button.wordpress {
    background-color: #0675c4
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins button.social-button.facebook {
    background-color: #0f6fea
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins button.social-button.mail {
    background-color: #3c97ce
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins .verbum-login__social-loading {
    align-items: center;
    align-self: center;
    display: flex;
    margin-bottom: 25px
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins .verbum-login__social-loading.must-login {
    margin-bottom: 0
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins .verbum-login__social-loading p {
    all: reset;
    animation: spin 1s linear infinite;
    background: 0 0;
    border: 2px solid var(--verbum-border-color);
    border-left-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4));
    border-radius: 50%;
    height: 15px;
    margin: 0 10px;
    width: 15px
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-logins .verbum-login__social-loading button {
    font-size: 14px;
    text-decoration: none
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-form {
    display: grid;
    grid-template-rows: 0fr;
    transition: all .3s ease-in-out
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-form.open {
    grid-template-rows: 1fr;
    transition: all .3s ease-in-out
}

#respond.comment-respond form#commentform #comment-form__verbum .comment-form__subscription-options .verbum-subscriptions.logged-out .verbum-form>div {
    overflow: hidden
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer {
    display: flex;
    padding: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer:not(.logged-in) {
    justify-content: flex-end
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user {
    display: flex;
    justify-content: space-between;
    width: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button {
    all: unset;
    align-items: center;
    background-color: var(--verbum-content-background-color);
    border: 1px solid var(--verbum-border-color);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 37px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    width: 74px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button img,
#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button svg {
    flex: 1;
    height: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button img {
    height: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button svg path {
    transform-origin: center center;
    transition: transform .5s ease-in-out .2s
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button.no-subscriptions {
    width: 37px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__user .user-settings-button:focus {
    outline: 2px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4))
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit {
    all: unset;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4));
    border: 1px solid transparent;
    border-radius: 4px;
    color: var(--wp-components-color-accent-inverted, #fff);
    cursor: default;
    display: inline-block;
    font-size: 14px;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:disabled {
    background-color: var(--verbum-content-background-color);
    border: 1px solid var(--verbum-border-color);
    color: #a7aaad
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit.is-busy {
    animation: button__busy-animation 3s linear infinite;
    background-image: linear-gradient(-45deg, #a7aaad 28%, #c3c4c7 0, #c3c4c7 72%, #a7aaad 0)
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:not(:disabled) {
    cursor: pointer
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:not(:disabled):active,
#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:not(:disabled):focus {
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #0675c4))
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:not(:disabled):hover {
    background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #055d9c))
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-footer .verbum-footer__submit #comment-submit:not(:disabled):focus-visible {
    outline: 0
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-error-message {
    display: flex;
    padding: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-error-message p {
    background-color: #fef8ee;
    border-left: 4px solid #f0b849;
    font-size: 14px;
    margin: 0;
    padding: 8px 12px;
    width: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-message {
    display: flex;
    padding: 16px
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-message p {
    background-color: #eff9f1;
    border-left: 4px solid #4ab866;
    color: #333;
    font-size: 14px;
    margin: 0;
    padding: 8px 12px;
    width: 100%
}

#respond.comment-respond form#commentform #comment-form__verbum .verbum-message.is-error p {
    background-color: #f9ecec;
    border-left: 4px solid #f0b849
}

#respond .custom-loading-spinner {
    -webkit-animation: customLoadingSpinner 2s linear infinite;
    animation: customLoadingSpinner 2s linear infinite;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top-color: #3498db;
    height: 16px;
    width: 16px
}

@keyframes customLoadingSpinner {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@-webkit-keyframes customLoadingSpinner {
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes button__busy-animation {
    0% {
        background-position: 240px 0
    }
}

.verbum-editor-wrapper {
    box-sizing: border-box;
    width: 100%
}

.verbum-editor-wrapper :root {
    --wp-admin-theme-color: #3858e9;
    --wp-admin-theme-color--rgb: 56, 88, 233;
    --wp-admin-theme-color-darker-10: #2145e6;
    --wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
    --wp-admin-theme-color-darker-20: #183ad6;
    --wp-admin-theme-color-darker-20--rgb: 24, 58, 214
}

.verbum-editor-wrapper .components-animate__appear {
    animation: components-animate__appear-animation .1s cubic-bezier(0, 0, .2, 1) 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-animate__appear {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-animate__appear.is-from-top,
.verbum-editor-wrapper .components-animate__appear.is-from-top.is-from-left {
    transform-origin: top left
}

.verbum-editor-wrapper .components-animate__appear.is-from-top.is-from-right {
    transform-origin: top right
}

.verbum-editor-wrapper .components-animate__appear.is-from-bottom,
.verbum-editor-wrapper .components-animate__appear.is-from-bottom.is-from-left {
    transform-origin: bottom left
}

.verbum-editor-wrapper .components-animate__appear.is-from-bottom.is-from-right {
    transform-origin: bottom right
}

@keyframes components-animate__appear-animation {
    0% {
        transform: translateY(-2em) scaleY(0) scaleX(0)
    }
    to {
        transform: translateY(0) scaleY(1) scaleX(1)
    }
}

.verbum-editor-wrapper .components-animate__slide-in {
    animation: components-animate__slide-in-animation .1s cubic-bezier(0, 0, .2, 1);
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-animate__slide-in {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-animate__slide-in.is-from-left {
    transform: translateX(100%)
}

.verbum-editor-wrapper .components-animate__slide-in.is-from-right {
    transform: translateX(-100%)
}

@keyframes components-animate__slide-in-animation {
    to {
        transform: translateX(0)
    }
}

.verbum-editor-wrapper .components-animate__loading {
    animation: components-animate__loading 1.6s ease-in-out infinite
}

@keyframes components-animate__loading {
    0% {
        opacity: .5
    }
    50% {
        opacity: 1
    }
    to {
        opacity: .5
    }
}

.verbum-editor-wrapper .components-autocomplete__popover .components-popover__content {
    min-width: 220px;
    padding: 16px
}

.verbum-editor-wrapper .components-autocomplete__result.components-button {
    display: flex;
    height: auto;
    min-height: 36px;
    text-align: left;
    width: 100%
}

.verbum-editor-wrapper .components-autocomplete__result.components-button.is-selected {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-button-group {
    display: inline-block
}

.verbum-editor-wrapper .components-button-group .components-button {
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    color: #1e1e1e;
    display: inline-flex
}

.verbum-editor-wrapper .components-button-group .components-button+.components-button {
    margin-left: -1px
}

.verbum-editor-wrapper .components-button-group .components-button:first-child {
    border-radius: 2px 0 0 2px
}

.verbum-editor-wrapper .components-button-group .components-button:last-child {
    border-radius: 0 2px 2px 0
}

.verbum-editor-wrapper .components-button-group .components-button.is-primary,
.verbum-editor-wrapper .components-button-group .components-button:focus {
    position: relative;
    z-index: 1
}

.verbum-editor-wrapper .components-button-group .components-button.is-primary {
    box-shadow: inset 0 0 0 1px #1e1e1e
}

.verbum-editor-wrapper .components-button {
    align-items: center;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #1e1e1e;
    color: var(--wp-components-color-foreground, #1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-button {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-button.is-next-40px-default-size {
    height: 40px
}

.verbum-editor-wrapper .components-button:hover,
.verbum-editor-wrapper .components-button[aria-expanded=true] {
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-button:disabled:hover,
.verbum-editor-wrapper .components-button[aria-disabled=true]:hover {
    color: initial
}

.verbum-editor-wrapper .components-button:focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 3px solid #0000
}

.verbum-editor-wrapper .components-button.is-primary {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff;
    color: var(--wp-components-color-accent-inverted, #fff);
    outline: 1px solid #0000;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap
}

.verbum-editor-wrapper .components-button.is-primary:hover:not(:disabled) {
    background: #2145e6;
    background: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
    color: #fff;
    color: var(--wp-components-color-accent-inverted, #fff)
}

.verbum-editor-wrapper .components-button.is-primary:active:not(:disabled) {
    background: #183ad6;
    background: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
    border-color: #183ad6;
    border-color: var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6));
    color: #fff;
    color: var(--wp-components-color-accent-inverted, #fff)
}

.verbum-editor-wrapper .components-button.is-primary:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-button.is-primary:disabled,
.verbum-editor-wrapper .components-button.is-primary:disabled:active:enabled,
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true],
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true]:active:enabled,
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true]:enabled {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: #3858e9;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff6;
    opacity: 1;
    outline: 0
}

.verbum-editor-wrapper .components-button.is-primary:disabled:active:enabled:focus:enabled,
.verbum-editor-wrapper .components-button.is-primary:disabled:focus:enabled,
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled,
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true]:enabled:focus:enabled,
.verbum-editor-wrapper .components-button.is-primary[aria-disabled=true]:focus:enabled {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #3858e9;
    box-shadow: 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 3px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-button.is-primary.is-busy,
.verbum-editor-wrapper .components-button.is-primary.is-busy:disabled,
.verbum-editor-wrapper .components-button.is-primary.is-busy[aria-disabled=true] {
    background-image: linear-gradient(-45deg, #3858e9 33%, #183ad6 0, #183ad6 70%, #3858e9 0);
    background-image: linear-gradient(-45deg, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 33%, var(--wp-components-color-accent-darker-20, var(--wp-admin-theme-color-darker-20, #183ad6)) 70%, var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9)) 70%);
    background-size: 100px 100%;
    border-color: #3858e9;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff;
    color: var(--wp-components-color-accent-inverted, #fff)
}

.verbum-editor-wrapper .components-button.is-secondary,
.verbum-editor-wrapper .components-button.is-tertiary {
    outline: 1px solid #0000
}

.verbum-editor-wrapper .components-button.is-secondary:active:not(:disabled),
.verbum-editor-wrapper .components-button.is-tertiary:active:not(:disabled) {
    box-shadow: none
}

.verbum-editor-wrapper .components-button.is-secondary:disabled,
.verbum-editor-wrapper .components-button.is-secondary[aria-disabled=true],
.verbum-editor-wrapper .components-button.is-secondary[aria-disabled=true]:hover,
.verbum-editor-wrapper .components-button.is-tertiary:disabled,
.verbum-editor-wrapper .components-button.is-tertiary[aria-disabled=true],
.verbum-editor-wrapper .components-button.is-tertiary[aria-disabled=true]:hover {
    background: #0000;
    color: #949494;
    opacity: 1;
    transform: none
}

.verbum-editor-wrapper .components-button.is-secondary:disabled:not(:focus),
.verbum-editor-wrapper .components-button.is-secondary[aria-disabled=true]:hover:not(:focus),
.verbum-editor-wrapper .components-button.is-secondary[aria-disabled=true]:not(:focus),
.verbum-editor-wrapper .components-button.is-tertiary:disabled:not(:focus),
.verbum-editor-wrapper .components-button.is-tertiary[aria-disabled=true]:hover:not(:focus),
.verbum-editor-wrapper .components-button.is-tertiary[aria-disabled=true]:not(:focus) {
    box-shadow: none;
    outline: 0
}

.verbum-editor-wrapper .components-button.is-secondary {
    background: #0000;
    box-shadow: inset 0 0 0 1px #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 1px solid #0000;
    white-space: nowrap
}

.verbum-editor-wrapper .components-button.is-secondary:hover:not(:disabled,
[aria-disabled=true]) {
    box-shadow: inset 0 0 0 1px #2145e6;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6))
}

.verbum-editor-wrapper .components-button.is-tertiary {
    background: #0000;
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    white-space: nowrap
}

.verbum-editor-wrapper .components-button.is-tertiary:hover:not(:disabled,
[aria-disabled=true]) {
    background: rgba(var(--wp-admin-theme-color--rgb), .04)
}

.verbum-editor-wrapper .components-button.is-tertiary:active:not(:disabled,
[aria-disabled=true]) {
    background: rgba(var(--wp-admin-theme-color--rgb), .08)
}

.verbum-editor-wrapper p+.components-button.is-tertiary {
    margin-left: -6px
}

.verbum-editor-wrapper .components-button.is-destructive {
    --wp-components-color-accent: #cc1818;
    --wp-components-color-accent-darker-10: #9e1313;
    --wp-components-color-accent-darker-20: #710d0d
}

.verbum-editor-wrapper .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
    color: #cc1818
}

.verbum-editor-wrapper .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled) {
    color: #710d0d
}

.verbum-editor-wrapper .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818
}

.verbum-editor-wrapper .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled) {
    background: #ccc
}

.verbum-editor-wrapper .components-button.is-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    height: auto;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    transition-duration: .05s;
    transition-property: border, background, color;
    transition-timing-function: ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-button.is-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-button.is-link:focus {
    border-radius: 2px
}

.verbum-editor-wrapper .components-button:not(:disabled,
[aria-disabled=true]):active {
    color: #1e1e1e;
    color: var(--wp-components-color-foreground, #1e1e1e)
}

.verbum-editor-wrapper .components-button:disabled,
.verbum-editor-wrapper .components-button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.verbum-editor-wrapper .components-button.is-busy,
.verbum-editor-wrapper .components-button.is-secondary.is-busy,
.verbum-editor-wrapper .components-button.is-secondary.is-busy:disabled,
.verbum-editor-wrapper .components-button.is-secondary.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
    background-image: linear-gradient(-45deg, #fafafa 33%, #e0e0e0 0, #e0e0e0 70%, #fafafa 0);
    background-size: 100px 100%;
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-button.is-busy,
    .verbum-editor-wrapper .components-button.is-secondary.is-busy,
    .verbum-editor-wrapper .components-button.is-secondary.is-busy:disabled,
    .verbum-editor-wrapper .components-button.is-secondary.is-busy[aria-disabled=true] {
        animation-duration: 0s
    }
}

.verbum-editor-wrapper .components-button.is-compact {
    height: 32px
}

.verbum-editor-wrapper .components-button.is-compact.has-icon:not(.has-text) {
    min-width: 32px;
    padding: 0;
    width: 32px
}

.verbum-editor-wrapper .components-button.is-small {
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px
}

.verbum-editor-wrapper .components-button.is-small.has-icon:not(.has-text) {
    min-width: 24px;
    padding: 0;
    width: 24px
}

.verbum-editor-wrapper .components-button.has-icon {
    justify-content: center;
    min-width: 36px;
    padding: 6px
}

.verbum-editor-wrapper .components-button.has-icon.is-next-40px-default-size {
    min-width: 40px
}

.verbum-editor-wrapper .components-button.has-icon .dashicon {
    align-items: center;
    box-sizing: initial;
    display: inline-flex;
    justify-content: center;
    padding: 2px
}

.verbum-editor-wrapper .components-button.has-icon.has-text {
    gap: 4px;
    justify-content: start;
    padding-left: 8px;
    padding-right: 12px
}

.verbum-editor-wrapper .components-button.is-pressed {
    background: #1e1e1e;
    background: var(--wp-components-color-foreground, #1e1e1e);
    color: #fff;
    color: var(--wp-components-color-foreground-inverted, #fff)
}

.verbum-editor-wrapper .components-button.is-pressed:focus:not(:disabled) {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-button.is-pressed:hover:not(:disabled) {
    background: #1e1e1e;
    background: var(--wp-components-color-foreground, #1e1e1e);
    color: #fff;
    color: var(--wp-components-color-foreground-inverted, #fff)
}

.verbum-editor-wrapper .components-button svg {
    fill: currentColor;
    outline: 0
}

@media (forced-colors:active) {
    .verbum-editor-wrapper .components-button svg {
        fill: CanvasText
    }
}

.verbum-editor-wrapper .components-button .components-visually-hidden {
    height: auto
}

@keyframes components-button__busy-animation {
    0% {
        background-position: 200px 0
    }
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    clear: none;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    line-height: 0;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 6px 8px;
    padding: 0!important;
    text-align: center;
    transition: box-shadow .1s linear;
    transition: none;
    transition: border-color .1s ease-in-out;
    vertical-align: top;
    width: 24px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked::-ms-check {
    opacity: 0
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked:before,
.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    color: #fff;
    margin: -3px -5px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked:before,
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        margin: -4px 0 0-5px
    }
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "ï‘ ";
    display: inline-block;
    float: left;
    font: 30px/1 dashicons;
    vertical-align: middle;
    width: 16px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        float: none;
        font-size: 21px
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox] {
        height: 20px;
        width: 20px
    }
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-checkbox-control__input[type=checkbox] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
    outline-offset: 2px
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked,
.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:indeterminate {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: #3858e9;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked::-ms-check,
.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
    opacity: 0
}

.verbum-editor-wrapper .components-checkbox-control__input[type=checkbox]:checked:before {
    content: none
}

.verbum-editor-wrapper .components-checkbox-control__input-container {
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    width: 24px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-checkbox-control__input-container {
        height: 20px;
        width: 20px
    }
}

.verbum-editor-wrapper svg.components-checkbox-control__checked,
.verbum-editor-wrapper svg.components-checkbox-control__indeterminate {
    fill: #fff;
    cursor: pointer;
    height: 24px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 24px
}

@media (min-width:600px) {
    .verbum-editor-wrapper svg.components-checkbox-control__checked,
    .verbum-editor-wrapper svg.components-checkbox-control__indeterminate {
        left: -2px;
        top: -2px
    }
}

.verbum-editor-wrapper .components-circular-option-picker {
    display: inline-block;
    min-width: 188px;
    width: 100%
}

.verbum-editor-wrapper .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px
}

.verbum-editor-wrapper .components-circular-option-picker .components-circular-option-picker__swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    position: relative;
    z-index: 1
}

.verbum-editor-wrapper .components-circular-option-picker>:not(.components-circular-option-picker__swatches) {
    position: relative;
    z-index: 0
}

.verbum-editor-wrapper .components-circular-option-picker__option-wrapper {
    display: inline-block;
    height: 28px;
    transform: scale(1);
    transition: transform .1s ease;
    vertical-align: top;
    width: 28px;
    will-change: transform
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-circular-option-picker__option-wrapper {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-circular-option-picker__option-wrapper:hover {
    transform: scale(1.2)
}

.verbum-editor-wrapper .components-circular-option-picker__option-wrapper>div {
    height: 100%;
    width: 100%
}

.verbum-editor-wrapper .components-circular-option-picker__option-wrapper:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='28' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' fill='%23555D65'/%3E%3Cpath d='M18 18v2h-2v-2h2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' fill='%23555D65'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' fill='%23555D65'/%3E%3C/svg%3E");
    border-radius: 50%;
    bottom: 1px;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: -1
}

.verbum-editor-wrapper .components-circular-option-picker__option {
    background: #0000;
    border: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 14px;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    transition: box-shadow .1s ease;
    vertical-align: top;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-circular-option-picker__option {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-circular-option-picker__option:hover {
    box-shadow: inset 0 0 0 14px!important
}

.verbum-editor-wrapper .components-circular-option-picker__option[aria-pressed=true],
.verbum-editor-wrapper .components-circular-option-picker__option[aria-selected=true] {
    box-shadow: inset 0 0 0 4px;
    overflow: visible;
    position: relative;
    z-index: 1
}

.verbum-editor-wrapper .components-circular-option-picker__option[aria-pressed=true]+svg,
.verbum-editor-wrapper .components-circular-option-picker__option[aria-selected=true]+svg {
    border-radius: 50%;
    left: 2px;
    pointer-events: none;
    position: absolute;
    top: 2px;
    z-index: 2
}

.verbum-editor-wrapper .components-circular-option-picker__option:after {
    border: 1px solid #0000;
    border-radius: 50%;
    bottom: -1px;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: inherit;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.verbum-editor-wrapper .components-circular-option-picker__option:focus:after {
    border: 2px solid #757575;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    height: calc(100% + 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 4px)
}

.verbum-editor-wrapper .components-circular-option-picker__option.components-button:focus {
    background-color: initial;
    box-shadow: inset 0 0 0 14px;
    outline: 0
}

.verbum-editor-wrapper .components-circular-option-picker__button-action .components-circular-option-picker__option {
    background: #fff;
    color: #fff
}

.verbum-editor-wrapper .components-circular-option-picker__dropdown-link-action {
    margin-right: 16px
}

.verbum-editor-wrapper .components-circular-option-picker__dropdown-link-action .components-button {
    line-height: 22px
}

.verbum-editor-wrapper .components-palette-edit__popover-gradient-picker {
    padding: 8px;
    width: 260px
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-palette-edit__menu-button {
    width: 100%
}

.verbum-editor-wrapper .component-color-indicator {
    background: #fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #0003;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 20px
}

.verbum-editor-wrapper .components-combobox-control {
    width: 100%
}

.verbum-editor-wrapper input.components-combobox-control__input[type=text] {
    border: 0;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

.verbum-editor-wrapper input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: 0
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-combobox-control__reset.components-button {
    display: flex;
    height: 16px;
    min-width: 16px;
    padding: 0
}

.verbum-editor-wrapper .components-color-palette__custom-color-wrapper {
    position: relative;
    z-index: 0
}

.verbum-editor-wrapper .components-color-palette__custom-color-button {
    background: 0 0;
    border: 0;
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: border-box;
    cursor: pointer;
    height: 64px;
    outline: 1px solid #0000;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .components-color-palette__custom-color-button:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline-width: 2px
}

.verbum-editor-wrapper .components-color-palette__custom-color-button:after {
    background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
    background-position: 0 0, 24px 24px;
    background-size: 48px 48px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.verbum-editor-wrapper .components-color-palette__custom-color-text-wrapper {
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0-1px 0 0#0003, inset 1px 0 0 0#0003, inset -1px 0 0 0#0003;
    font-size: 13px;
    padding: 12px 16px;
    position: relative
}

.verbum-editor-wrapper .components-color-palette__custom-color-name {
    color: #1e1e1e;
    color: var(--wp-components-color-foreground, #1e1e1e);
    margin: 0 1px
}

.verbum-editor-wrapper .components-color-palette__custom-color-value {
    color: #757575
}

.verbum-editor-wrapper .components-color-palette__custom-color-value--is-hex {
    text-transform: uppercase
}

.verbum-editor-wrapper .components-color-palette__custom-color-value:empty:after {
    content: "â€‹";
    visibility: hidden
}

.verbum-editor-wrapper .components-custom-gradient-picker:not(.is-next-has-no-margin) {
    margin-bottom: 24px;
    margin-top: 12px
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar {
    border-radius: 2px;
    height: 48px;
    position: relative;
    width: 100%;
    z-index: 1
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar.has-gradient {
    background-image: repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0), repeating-linear-gradient(45deg, #e0e0e0 25%, #0000 0, #0000 75%, #e0e0e0 0, #e0e0e0);
    background-position: 0 0, 12px 12px;
    background-size: 24px 24px
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
    inset: 0;
    position: absolute
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: calc(100% - 48px)
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
    display: flex;
    height: 16px;
    position: absolute;
    top: 16px;
    width: 16px
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
    background: #fff;
    border-radius: 50%;
    color: #1e1e1e;
    height: inherit;
    min-width: 16px;
    padding: 2px;
    position: relative;
    width: inherit
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
    height: 100%;
    width: 100%
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 2px 0#00000040;
    height: inherit;
    outline: 2px solid #0000;
    padding: 0;
    width: inherit
}

.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active,
.verbum-editor-wrapper .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
    box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff, 0 0 2px 0#00000040;
    outline: 1.5px solid #0000
}

.verbum-editor-wrapper .components-custom-gradient-picker__remove-control-point-wrapper {
    padding-bottom: 8px
}

.verbum-editor-wrapper .components-custom-gradient-picker__inserter {
    direction: ltr
}

.verbum-editor-wrapper .components-custom-gradient-picker__liner-gradient-indicator {
    display: inline-block;
    flex: 0 auto;
    height: 20px;
    width: 20px
}

.verbum-editor-wrapper .components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
    border: 0
}

.verbum-editor-wrapper .components-custom-gradient-picker .components-custom-gradient-picker__toolbar>div+div {
    margin-left: 1px
}

.verbum-editor-wrapper .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed>svg {
    background: #fff;
    border: 1px solid #949494;
    border-radius: 2px
}

.verbum-editor-wrapper .components-custom-gradient-picker__ui-line {
    position: relative;
    z-index: 0
}

.verbum-editor-wrapper .components-custom-select-control {
    font-size: 13px;
    position: relative
}

.verbum-editor-wrapper .components-custom-select-control__button {
    outline: 0;
    position: relative;
    text-align: left
}

.verbum-editor-wrapper .components-custom-select-control__hint {
    color: #949494;
    margin-left: 10px
}

.verbum-editor-wrapper .components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: 0;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.verbum-editor-wrapper .components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.verbum-editor-wrapper .components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: grid;
    grid-template-columns: auto auto;
    line-height: 28px;
    list-style-type: none;
    padding: 8px 16px
}

.verbum-editor-wrapper .components-custom-select-control__item:not(.is-next-40px-default-size) {
    padding: 8px
}

.verbum-editor-wrapper .components-custom-select-control__item.has-hint {
    grid-template-columns: auto auto 30px
}

.verbum-editor-wrapper .components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.verbum-editor-wrapper .components-custom-select-control__item .components-custom-select-control__item-hint {
    color: #949494;
    padding-right: 4px;
    text-align: right
}

.verbum-editor-wrapper .components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto
}

.verbum-editor-wrapper .components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-dimension-control .components-base-control__field {
    align-items: center;
    display: flex
}

.verbum-editor-wrapper .block-editor-dimension-control .components-base-control__label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 1em
}

.verbum-editor-wrapper .block-editor-dimension-control .components-base-control__label .dashicon {
    margin-right: .5em
}

.verbum-editor-wrapper .block-editor-dimension-control.is-manual .components-base-control__label {
    width: 10em
}

.verbum-editor-wrapper body.is-dragging-components-draggable {
    cursor: move;
    cursor: grabbing!important
}

.verbum-editor-wrapper .components-draggable__invisible-drag-image {
    height: 50px;
    left: -1000px;
    position: fixed;
    width: 50px
}

.verbum-editor-wrapper .components-draggable__clone {
    background: #0000;
    padding: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000000000
}

.verbum-editor-wrapper .components-drop-zone {
    border-radius: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 40
}

.verbum-editor-wrapper .components-drop-zone.is-active {
    opacity: 1;
    visibility: visible
}

.verbum-editor-wrapper .components-drop-zone__content {
    align-items: center;
    background-color: #3858e9;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    bottom: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50
}

.verbum-editor-wrapper .components-drop-zone__content-icon,
.verbum-editor-wrapper .components-drop-zone__content-text {
    display: block
}

.verbum-editor-wrapper .components-drop-zone__content-icon {
    fill: currentColor;
    line-height: 0;
    margin: 0 auto 8px;
    pointer-events: none
}

.verbum-editor-wrapper .components-drop-zone__content-text {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.verbum-editor-wrapper .components-dropdown {
    display: inline-block
}

.verbum-editor-wrapper .components-dropdown__content .components-popover__content {
    padding: 8px
}

.verbum-editor-wrapper .components-dropdown__content [role=menuitem] {
    white-space: nowrap
}

.verbum-editor-wrapper .components-dropdown-menu__toggle {
    vertical-align: top
}

.verbum-editor-wrapper .components-dropdown-menu__menu {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    width: 100%
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item {
    cursor: pointer;
    outline: 0;
    padding: 6px;
    white-space: nowrap;
    width: 100%
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item.has-separator {
    margin-top: 6px;
    overflow: visible;
    position: relative
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item.has-separator:before {
    background-color: #ddd;
    box-sizing: initial;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: -3px
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item.is-active .dashicon,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item.is-active svg {
    background: #1e1e1e;
    border-radius: 1px;
    box-shadow: 0 0 0 1px #1e1e1e;
    color: #fff
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item.is-icon-only {
    width: auto
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item__button,
.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-item__button.components-button {
    height: auto;
    min-height: 36px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-group {
    margin: 0-8px;
    padding: 8px
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-group:first-child {
    margin-top: -8px
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-group:last-child {
    margin-bottom: -8px
}

.verbum-editor-wrapper .components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding: 8px
}

.verbum-editor-wrapper .is-alternate .components-dropdown-menu__menu .components-menu-group+.components-menu-group {
    border-color: #1e1e1e
}

.verbum-editor-wrapper .components-duotone-picker__color-indicator:before {
    background: #0000
}

.verbum-editor-wrapper .components-duotone-picker__color-indicator>.components-button,
.verbum-editor-wrapper .components-duotone-picker__color-indicator>.components-button.is-pressed:hover:not(:disabled) {
    background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
    color: #0000
}

.verbum-editor-wrapper .components-duotone-picker__color-indicator>.components-button:not([aria-disabled=true]):active {
    color: #0000
}

.verbum-editor-wrapper .components-color-list-picker,
.verbum-editor-wrapper .components-color-list-picker__swatch-button {
    width: 100%
}

.verbum-editor-wrapper .components-color-list-picker__color-picker {
    margin: 8px 0
}

.verbum-editor-wrapper .components-color-list-picker__swatch-button {
    padding: 6px
}

.verbum-editor-wrapper .components-color-list-picker__swatch-color {
    margin: 2px
}

.verbum-editor-wrapper .components-form-toggle {
    display: inline-block;
    position: relative
}

.verbum-editor-wrapper .components-form-toggle .components-form-toggle__track {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 9px;
    box-sizing: border-box;
    content: "";
    display: inline-block;
    height: 18px;
    overflow: hidden;
    position: relative;
    transition: background-color .2s ease, border-color .2s ease;
    vertical-align: top;
    width: 36px
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-toggle .components-form-toggle__track {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-form-toggle .components-form-toggle__track:after {
    border-top: 18px solid #0000;
    box-sizing: border-box;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-toggle .components-form-toggle__track:after {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-form-toggle .components-form-toggle__thumb {
    background-color: #1e1e1e;
    border: 6px solid #0000;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform .2s ease, background-color .2s ease-out;
    width: 12px
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-toggle .components-form-toggle__thumb {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-form-toggle.is-checked .components-form-toggle__track {
    background-color: #3858e9;
    background-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-color: #3858e9;
    border-color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-form-toggle.is-checked .components-form-toggle__track:after {
    opacity: 1
}

.verbum-editor-wrapper .components-form-toggle .components-form-toggle__input:focus+.components-form-toggle__track {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #3858e9;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.verbum-editor-wrapper .components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px)
}

.verbum-editor-wrapper .components-disabled .components-form-toggle,
.verbum-editor-wrapper .components-form-toggle.is-disabled {
    opacity: .3
}

.verbum-editor-wrapper .components-form-toggle input.components-form-toggle__input[type=checkbox] {
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.verbum-editor-wrapper .components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
    background: 0 0
}

.verbum-editor-wrapper .components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
    content: ""
}

.verbum-editor-wrapper .components-form-token-field__input-container {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    cursor: text;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-form-token-field__input-container::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-form-token-field__input-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-form-token-field__input-container:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.verbum-editor-wrapper .components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-family: inherit;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.verbum-editor-wrapper .components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.verbum-editor-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: 0
}

.verbum-editor-wrapper .components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.verbum-editor-wrapper .components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    max-width: 100%
}

.verbum-editor-wrapper .components-form-token-field__token.is-success .components-form-token-field__remove-token,
.verbum-editor-wrapper .components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.verbum-editor-wrapper .components-form-token-field__token.is-error .components-form-token-field__remove-token,
.verbum-editor-wrapper .components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.verbum-editor-wrapper .components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.verbum-editor-wrapper .components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless {
    padding: 0 24px 0 0;
    position: relative
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: #0000;
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: #0000;
    color: #757575;
    padding: 0;
    position: absolute;
    right: 0;
    top: 1px
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.verbum-editor-wrapper .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.verbum-editor-wrapper .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.verbum-editor-wrapper .components-form-token-field__remove-token.components-button,
.verbum-editor-wrapper .components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-token-field__remove-token.components-button,
    .verbum-editor-wrapper .components-form-token-field__token-text {
        animation-delay: 0s;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.verbum-editor-wrapper .components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.verbum-editor-wrapper .components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.verbum-editor-wrapper .components-form-token-field__suggestions-list {
    box-shadow: inset 0 1px 0 0#949494;
    flex: 1 0 100%;
    list-style: none;
    margin: 0;
    max-height: 128px;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-form-token-field__suggestion {
    box-sizing: border-box;
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    min-height: 32px;
    padding: 8px 12px
}

.verbum-editor-wrapper .components-form-token-field__suggestion.is-selected {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    color: #fff
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-guide {
        width: 600px
    }
}

.verbum-editor-wrapper .components-guide .components-modal__content {
    border-radius: 2px;
    margin-top: 0;
    padding: 0
}

.verbum-editor-wrapper .components-guide .components-modal__content:before {
    content: none
}

.verbum-editor-wrapper .components-guide .components-modal__header {
    border-bottom: none;
    height: 60px;
    padding: 0;
    position: sticky
}

.verbum-editor-wrapper .components-guide .components-modal__header .components-button {
    align-self: flex-start;
    margin: 8px 8px 0 0;
    position: static
}

.verbum-editor-wrapper .components-guide .components-modal__header .components-button:hover svg {
    fill: #fff
}

.verbum-editor-wrapper .components-guide__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -60px;
    min-height: 100%
}

.verbum-editor-wrapper .components-guide__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-guide__page {
        min-height: 300px
    }
}

.verbum-editor-wrapper .components-guide__footer {
    align-content: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 0 32px;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .components-guide__page-control {
    margin: 0;
    text-align: center
}

.verbum-editor-wrapper .components-guide__page-control li {
    display: inline-block;
    margin: 0
}

.verbum-editor-wrapper .components-guide__page-control .components-button {
    color: #e0e0e0;
    height: 30px;
    margin: -6px 0;
    min-width: 20px
}

.verbum-editor-wrapper .components-guide__page-control li[aria-current=step] .components-button {
    color: var(--wp-admin-theme-color);
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color))
}

.verbum-editor-wrapper .components-modal__frame.components-guide {
    border: 0;
    max-height: 575px;
    min-width: 312px
}

@media (max-width:600px) {
    .verbum-editor-wrapper .components-modal__frame.components-guide {
        margin: auto;
        max-width: calc(100vw - 32px)
    }
}

.verbum-editor-wrapper .components-button.components-guide__back-button,
.verbum-editor-wrapper .components-button.components-guide__finish-button,
.verbum-editor-wrapper .components-button.components-guide__forward-button {
    position: absolute
}

.verbum-editor-wrapper .components-button.components-guide__back-button {
    left: 32px
}

.verbum-editor-wrapper .components-button.components-guide__finish-button,
.verbum-editor-wrapper .components-button.components-guide__forward-button {
    right: 32px
}

.verbum-editor-wrapper [role=region] {
    position: relative
}

.verbum-editor-wrapper .is-focusing-regions [role=region]:focus:after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000000
}

.verbum-editor-wrapper .is-focusing-regions .editor-post-publish-panel,
.verbum-editor-wrapper .is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel,
.verbum-editor-wrapper .is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel,
.verbum-editor-wrapper .is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel,
.verbum-editor-wrapper .is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header,
.verbum-editor-wrapper .is-focusing-regions [role=region]:focus:after {
    outline: 4px solid #3858e9;
    outline: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline-offset: -4px
}

.verbum-editor-wrapper .components-menu-group+.components-menu-group {
    border-top: 1px solid #1e1e1e;
    margin-top: 8px;
    padding-top: 8px
}

.verbum-editor-wrapper .components-menu-group+.components-menu-group.has-hidden-separator {
    border-top: none;
    margin-top: 0;
    padding-top: 0
}

.verbum-editor-wrapper .components-menu-group__label {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 4px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap
}

.verbum-editor-wrapper .components-menu-item__button,
.verbum-editor-wrapper .components-menu-item__button.components-button {
    width: 100%
}

.verbum-editor-wrapper .components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.verbum-editor-wrapper .components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child,
.verbum-editor-wrapper .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child,
.verbum-editor-wrapper .components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
    box-sizing: initial;
    padding-right: 48px
}

.verbum-editor-wrapper .components-menu-item__button.components-button .components-menu-items__item-icon,
.verbum-editor-wrapper .components-menu-item__button .components-menu-items__item-icon {
    display: inline-block;
    flex: 0 0 auto
}

.verbum-editor-wrapper .components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right,
.verbum-editor-wrapper .components-menu-item__button .components-menu-items__item-icon.has-icon-right {
    margin-left: 24px;
    margin-right: -2px
}

.verbum-editor-wrapper .components-menu-item__button.components-button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right,
.verbum-editor-wrapper .components-menu-item__button .components-menu-item__shortcut+.components-menu-items__item-icon.has-icon-right {
    margin-left: 8px
}

.verbum-editor-wrapper .components-menu-item__button .block-editor-block-icon,
.verbum-editor-wrapper .components-menu-item__button.components-button .block-editor-block-icon {
    margin-left: -2px;
    margin-right: 8px
}

.verbum-editor-wrapper .components-menu-item__button.components-button.is-primary,
.verbum-editor-wrapper .components-menu-item__button.is-primary {
    justify-content: center
}

.verbum-editor-wrapper .components-menu-item__button.components-button.is-primary .components-menu-item__item,
.verbum-editor-wrapper .components-menu-item__button.is-primary .components-menu-item__item {
    margin-right: 0
}

.verbum-editor-wrapper .components-menu-item__button.components-button:disabled.is-tertiary,
.verbum-editor-wrapper .components-menu-item__button.components-button[aria-disabled=true].is-tertiary,
.verbum-editor-wrapper .components-menu-item__button:disabled.is-tertiary,
.verbum-editor-wrapper .components-menu-item__button[aria-disabled=true].is-tertiary {
    background: 0 0;
    color: #2145e6;
    color: var(--wp-components-color-accent-darker-10, var(--wp-admin-theme-color-darker-10, #2145e6));
    opacity: .3
}

.verbum-editor-wrapper .components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto
}

.verbum-editor-wrapper .components-menu-item__info {
    color: #757575;
    font-size: 12px;
    margin-top: 4px;
    white-space: normal
}

.verbum-editor-wrapper .components-menu-item__item {
    align-items: center;
    display: inline-flex;
    margin-right: auto;
    min-width: 160px;
    white-space: nowrap
}

.verbum-editor-wrapper .components-menu-item__shortcut {
    align-self: center;
    color: currentColor;
    display: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 24px
}

@media (min-width:480px) {
    .verbum-editor-wrapper .components-menu-item__shortcut {
        display: inline
    }
}

.verbum-editor-wrapper .components-menu-items-choice.components-button svg,
.verbum-editor-wrapper .components-menu-items-choice svg {
    margin-right: 12px
}

.verbum-editor-wrapper .components-menu-items-choice.components-button.has-icon,
.verbum-editor-wrapper .components-menu-items-choice.has-icon {
    padding-left: 12px
}

.verbum-editor-wrapper .components-modal__screen-overlay {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards;
    background-color: #00000059;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-modal__screen-overlay {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-modal__frame {
    animation: components-modal__appear-animation .1s ease-out;
    animation-fill-mode: forwards;
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 .7px 1px #00000026, 0 2.7px 3.8px -.2px #00000026, 0 5.5px 7.8px -.3px #00000026, .1px 11.5px 16.4px -.5px #00000026;
    display: flex;
    margin: 40px 0 0;
    overflow: hidden;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-modal__frame {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-modal__frame {
        border-radius: 4px;
        margin: auto;
        max-height: calc(100% - 120px);
        max-width: calc(100% - 32px);
        min-width: 350px;
        width: auto
    }
}

@media (min-width:600px) and (min-width:600px) {
    .verbum-editor-wrapper .components-modal__frame.is-full-screen {
        height: calc(100% - 32px);
        max-height: none;
        width: calc(100% - 32px)
    }
}

@media (min-width:600px) and (min-width:782px) {
    .verbum-editor-wrapper .components-modal__frame.is-full-screen {
        height: calc(100% - 80px);
        max-width: none;
        width: calc(100% - 80px)
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-modal__frame.has-size-large,
    .verbum-editor-wrapper .components-modal__frame.has-size-medium,
    .verbum-editor-wrapper .components-modal__frame.has-size-small {
        width: 100%
    }
    .verbum-editor-wrapper .components-modal__frame.has-size-small {
        max-width: 384px
    }
    .verbum-editor-wrapper .components-modal__frame.has-size-medium {
        max-width: 512px
    }
    .verbum-editor-wrapper .components-modal__frame.has-size-large {
        max-width: 840px
    }
}

@media (min-width:960px) {
    .verbum-editor-wrapper .components-modal__frame {
        max-height: 70%
    }
}

@keyframes components-modal__appear-animation {
    0% {
        transform: translateY(32px)
    }
    to {
        transform: translateY(0)
    }
}

.verbum-editor-wrapper .components-modal__header {
    align-items: center;
    border-bottom: 1px solid #0000;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: space-between;
    left: 0;
    padding: 24px 32px 8px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.verbum-editor-wrapper .components-modal__header .components-modal__header-heading {
    font-size: 1.2rem;
    font-weight: 600
}

.verbum-editor-wrapper .components-modal__header h1 {
    line-height: 1;
    margin: 0
}

.verbum-editor-wrapper .components-modal__header .components-button {
    left: 8px;
    position: relative
}

.verbum-editor-wrapper .components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
    border-bottom-color: #ddd
}

.verbum-editor-wrapper .components-modal__header+p {
    margin-top: 0
}

.verbum-editor-wrapper .components-modal__header-heading-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: left
}

.verbum-editor-wrapper .components-modal__header-icon-container {
    display: inline-block
}

.verbum-editor-wrapper .components-modal__header-icon-container svg {
    max-height: 36px;
    max-width: 36px;
    padding: 8px
}

.verbum-editor-wrapper .components-modal__content {
    flex: 1;
    margin-top: 72px;
    overflow: auto;
    padding: 4px 32px 32px
}

.verbum-editor-wrapper .components-modal__content.hide-header {
    margin-top: 0;
    padding-top: 32px
}

.verbum-editor-wrapper .components-modal__content.is-scrollable:focus-visible {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
    outline-offset: -2px
}

.verbum-editor-wrapper .components-notice {
    align-items: center;
    background-color: #fff;
    border-left: 4px solid #3858e9;
    border-left: 4px solid var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    display: flex;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    padding: 8px 12px
}

.verbum-editor-wrapper .components-notice.is-dismissible {
    position: relative
}

.verbum-editor-wrapper .components-notice.is-success {
    background-color: #eff9f1;
    border-left-color: #4ab866
}

.verbum-editor-wrapper .components-notice.is-warning {
    background-color: #fef8ee;
    border-left-color: #f0b849
}

.verbum-editor-wrapper .components-notice.is-error {
    background-color: #f4a2a2;
    border-left-color: #cc1818
}

.verbum-editor-wrapper .components-notice__content {
    flex-grow: 1;
    margin: 4px 25px 4px 0
}

.verbum-editor-wrapper .components-notice__actions {
    display: flex;
    flex-wrap: wrap
}

.verbum-editor-wrapper .components-notice__action.components-button {
    margin-right: 8px
}

.verbum-editor-wrapper .components-notice__action.components-button,
.verbum-editor-wrapper .components-notice__action.components-button.is-link {
    margin-left: 12px
}

.verbum-editor-wrapper .components-notice__action.components-button.is-secondary {
    vertical-align: initial
}

.verbum-editor-wrapper .components-notice__dismiss {
    align-self: flex-start;
    color: #757575;
    flex-shrink: 0
}

.verbum-editor-wrapper .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus,
.verbum-editor-wrapper .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active,
.verbum-editor-wrapper .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    background-color: initial;
    color: #1e1e1e
}

.verbum-editor-wrapper .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    box-shadow: none
}

.verbum-editor-wrapper .components-notice-list {
    box-sizing: border-box;
    max-width: 100vw
}

.verbum-editor-wrapper .components-notice-list .components-notice__content {
    line-height: 2;
    margin-bottom: 12px;
    margin-top: 12px
}

.verbum-editor-wrapper .components-notice-list .components-notice__action.components-button {
    display: block;
    margin-left: 0;
    margin-top: 8px
}

.verbum-editor-wrapper .components-panel {
    background: #fff;
    border: 1px solid #e0e0e0
}

.verbum-editor-wrapper .components-panel>.components-panel__body:first-child,
.verbum-editor-wrapper .components-panel>.components-panel__header:first-child {
    margin-top: -1px
}

.verbum-editor-wrapper .components-panel>.components-panel__body:last-child,
.verbum-editor-wrapper .components-panel>.components-panel__header:last-child {
    border-bottom-width: 0
}

.verbum-editor-wrapper .components-panel+.components-panel {
    margin-top: -1px
}

.verbum-editor-wrapper .components-panel__body {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0
}

.verbum-editor-wrapper .components-panel__body h3 {
    margin: 0 0 .5em
}

.verbum-editor-wrapper .components-panel__body.is-opened {
    padding: 16px
}

.verbum-editor-wrapper .components-panel__header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: initial;
    display: flex;
    height: 47px;
    justify-content: space-between;
    padding: 0 16px
}

.verbum-editor-wrapper .components-panel__header h2 {
    color: inherit;
    font-size: inherit;
    margin: 0
}

.verbum-editor-wrapper .components-panel__body+.components-panel__body,
.verbum-editor-wrapper .components-panel__body+.components-panel__header,
.verbum-editor-wrapper .components-panel__header+.components-panel__body,
.verbum-editor-wrapper .components-panel__header+.components-panel__header {
    margin-top: -1px
}

.verbum-editor-wrapper .components-panel__body>.components-panel__body-title {
    display: block;
    font-size: inherit;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    transition: background .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-panel__body>.components-panel__body-title {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-panel__body.is-opened>.components-panel__body-title {
    margin: -16px -16px 5px
}

.verbum-editor-wrapper .components-panel__body>.components-panel__body-title:hover {
    background: #f0f0f0;
    border: 0
}

.verbum-editor-wrapper .components-panel__body-toggle.components-button {
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    font-weight: 500;
    height: auto;
    outline: 0;
    padding: 16px 48px 16px 16px;
    position: relative;
    text-align: left;
    transition: background .1s ease-in-out;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-panel__body-toggle.components-button {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-panel__body-toggle.components-button:focus {
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-panel__body-toggle.components-button .components-panel__arrow {
    fill: currentColor;
    color: #1e1e1e;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-panel__body-toggle.components-button .components-panel__arrow {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
    -ms-filter: fliph;
    filter: FlipH;
    margin-top: -10px;
    transform: scaleX(-1)
}

.verbum-editor-wrapper .components-panel__icon {
    color: #757575;
    margin: -2px 0-2px 6px
}

.verbum-editor-wrapper .components-panel__body-toggle-icon {
    margin-right: -5px
}

.verbum-editor-wrapper .components-panel__color-title {
    float: left;
    height: 19px
}

.verbum-editor-wrapper .components-panel__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    min-height: 36px
}

.verbum-editor-wrapper .components-panel__row select {
    min-width: 0
}

.verbum-editor-wrapper .components-panel__row label {
    flex-shrink: 0;
    margin-right: 12px;
    max-width: 75%
}

.verbum-editor-wrapper .components-panel__row:empty,
.verbum-editor-wrapper .components-panel__row:first-of-type {
    margin-top: 0
}

.verbum-editor-wrapper .components-panel .circle-picker {
    padding-bottom: 20px
}

.verbum-editor-wrapper .components-placeholder.components-placeholder {
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    box-sizing: border-box;
    color: #1e1e1e;
    margin: 0;
    outline: 1px solid #0000;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%
}

@supports (position:sticky) {
    .verbum-editor-wrapper .components-placeholder.components-placeholder {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: top
    }
}

.verbum-editor-wrapper .components-placeholder__error,
.verbum-editor-wrapper .components-placeholder__fieldset,
.verbum-editor-wrapper .components-placeholder__instructions,
.verbum-editor-wrapper .components-placeholder__label {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.verbum-editor-wrapper .components-placeholder__label {
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 16px
}

.verbum-editor-wrapper .components-placeholder__label .block-editor-block-icon,
.verbum-editor-wrapper .components-placeholder__label .dashicon,
.verbum-editor-wrapper .components-placeholder__label>svg {
    fill: currentColor;
    margin-right: 12px
}

@media (forced-colors:active) {
    .verbum-editor-wrapper .components-placeholder__label .block-editor-block-icon,
    .verbum-editor-wrapper .components-placeholder__label .dashicon,
    .verbum-editor-wrapper .components-placeholder__label>svg {
        fill: CanvasText
    }
}

.verbum-editor-wrapper .components-placeholder__label:empty {
    display: none
}

.verbum-editor-wrapper .components-placeholder__fieldset,
.verbum-editor-wrapper .components-placeholder__fieldset form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

.verbum-editor-wrapper .components-placeholder__fieldset form p,
.verbum-editor-wrapper .components-placeholder__fieldset p {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.verbum-editor-wrapper .components-placeholder__fieldset.is-column-layout,
.verbum-editor-wrapper .components-placeholder__fieldset.is-column-layout form {
    flex-direction: column
}

.verbum-editor-wrapper .components-placeholder__input[type=url] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    flex: 1 1 auto;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 8px 0 0;
    padding: 6px 8px;
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-placeholder__input[type=url] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-placeholder__input[type=url] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-placeholder__input[type=url]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-placeholder__input[type=url]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-placeholder__input[type=url]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-placeholder__input[type=url]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-placeholder__instructions {
    margin-bottom: 1em
}

.verbum-editor-wrapper .components-placeholder__error {
    margin-top: 1em;
    width: 100%
}

.verbum-editor-wrapper .components-placeholder__fieldset .components-button {
    margin-bottom: 12px;
    margin-right: 12px
}

.verbum-editor-wrapper .components-placeholder__fieldset .components-button:last-child {
    margin-bottom: 0;
    margin-right: 0
}

.verbum-editor-wrapper .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link {
    margin-left: 10px;
    margin-right: 10px
}

.verbum-editor-wrapper .components-placeholder__fieldset .components-button:not(.is-link)~.components-button.is-link:last-child {
    margin-right: 0
}

.verbum-editor-wrapper .components-placeholder.is-large .components-placeholder__label {
    font-size: 18pt;
    font-weight: 400
}

.verbum-editor-wrapper .components-placeholder.is-medium .components-placeholder__instructions,
.verbum-editor-wrapper .components-placeholder.is-small .components-placeholder__instructions {
    display: none
}

.verbum-editor-wrapper .components-placeholder.is-medium .components-placeholder__fieldset,
.verbum-editor-wrapper .components-placeholder.is-medium .components-placeholder__fieldset form,
.verbum-editor-wrapper .components-placeholder.is-small .components-placeholder__fieldset,
.verbum-editor-wrapper .components-placeholder.is-small .components-placeholder__fieldset form {
    flex-direction: column
}

.verbum-editor-wrapper .components-placeholder.is-medium .components-placeholder__fieldset .components-button,
.verbum-editor-wrapper .components-placeholder.is-small .components-placeholder__fieldset .components-button {
    margin-right: auto
}

.verbum-editor-wrapper .components-placeholder.is-small .components-button {
    padding: 0 8px 2px
}

.verbum-editor-wrapper .components-placeholder .components-placeholder__learn-more .components-external-link {
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-placeholder.has-illustration {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    backface-visibility: hidden;
    background-color: initial;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    display: flex;
    overflow: auto
}

.verbum-editor-wrapper .is-dark-theme .components-placeholder.has-illustration {
    background-color: #0000001a
}

.verbum-editor-wrapper .components-placeholder.has-illustration .components-placeholder__fieldset {
    margin-left: 0;
    margin-right: 0;
    width: auto
}

.verbum-editor-wrapper .components-placeholder.has-illustration .components-button,
.verbum-editor-wrapper .components-placeholder.has-illustration .components-placeholder__instructions,
.verbum-editor-wrapper .components-placeholder.has-illustration .components-placeholder__label {
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-placeholder.has-illustration .components-button,
    .verbum-editor-wrapper .components-placeholder.has-illustration .components-placeholder__instructions,
    .verbum-editor-wrapper .components-placeholder.has-illustration .components-placeholder__label {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .is-selected>.components-placeholder.has-illustration .components-button,
.verbum-editor-wrapper .is-selected>.components-placeholder.has-illustration .components-placeholder__instructions,
.verbum-editor-wrapper .is-selected>.components-placeholder.has-illustration .components-placeholder__label {
    opacity: 1;
    pointer-events: auto
}

.verbum-editor-wrapper .components-placeholder.has-illustration:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .components-placeholder__preview {
    display: flex;
    justify-content: center
}

.verbum-editor-wrapper .components-placeholder__illustration {
    stroke: currentColor;
    box-sizing: initial;
    height: 100%;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%
}

.verbum-editor-wrapper .components-popover {
    will-change: transform;
    z-index: 1000000
}

.verbum-editor-wrapper .components-popover.is-expanded {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000000!important
}

.verbum-editor-wrapper .components-popover__content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc, 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    width: min-content
}

.verbum-editor-wrapper .is-alternate .components-popover__content {
    box-shadow: 0 0 0 1px #1e1e1e
}

.verbum-editor-wrapper .is-unstyled .components-popover__content {
    background: 0 0;
    border-radius: 0;
    box-shadow: none
}

.verbum-editor-wrapper .components-popover.is-expanded .components-popover__content {
    box-shadow: 0-1px 0 0#ccc;
    height: calc(100% - 48px);
    overflow-y: visible;
    position: static;
    width: auto
}

.verbum-editor-wrapper .components-popover.is-expanded.is-alternate .components-popover__content {
    box-shadow: 0-1px 0#1e1e1e
}

.verbum-editor-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.verbum-editor-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.verbum-editor-wrapper .components-popover__close.components-button {
    z-index: 5
}

.verbum-editor-wrapper .components-popover__arrow {
    display: flex;
    height: 14px;
    pointer-events: none;
    position: absolute;
    width: 14px
}

.verbum-editor-wrapper .components-popover__arrow:before {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    right: 1px;
    top: -1px
}

.verbum-editor-wrapper .components-popover__arrow.is-top {
    bottom: -14px!important;
    transform: rotate(0)
}

.verbum-editor-wrapper .components-popover__arrow.is-right {
    left: -14px!important;
    transform: rotate(90deg)
}

.verbum-editor-wrapper .components-popover__arrow.is-bottom {
    top: -14px!important;
    transform: rotate(180deg)
}

.verbum-editor-wrapper .components-popover__arrow.is-left {
    right: -14px!important;
    transform: rotate(-90deg)
}

.verbum-editor-wrapper .components-popover__triangle {
    display: block;
    flex: 1
}

.verbum-editor-wrapper .components-popover__triangle-bg {
    fill: #fff
}

.verbum-editor-wrapper .components-popover__triangle-border {
    fill: #0000;
    stroke-width: 1px;
    stroke: #ccc
}

.verbum-editor-wrapper .is-alternate .components-popover__triangle-border {
    stroke: #1e1e1e
}

.verbum-editor-wrapper .components-popover-pointer-events-trap {
    background-color: initial;
    inset: 0;
    position: fixed;
    z-index: 1000000
}

.verbum-editor-wrapper .components-radio-control__input[type=radio] {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0#0000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    margin-right: 6px;
    margin-top: 0;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    transition: none;
    width: 24px
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-radio-control__input[type=radio] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-radio-control__input[type=radio] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]:-ms-input-placeholder {
    color: #1e1e1e9e
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-radio-control__input[type=radio] {
        height: 20px;
        width: 20px
    }
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]:checked:before {
    background-color: #fff;
    border: 4px solid #fff;
    box-sizing: inherit;
    height: 8px;
    margin: 0;
    transform: translate(7px, 7px);
    width: 8px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-radio-control__input[type=radio]:checked:before {
        transform: translate(5px, 5px)
    }
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-radio-control__input[type=radio]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-resizable-box__handle {
    display: none;
    height: 23px;
    width: 23px;
    z-index: 2
}

.verbum-editor-wrapper .components-resizable-box__container.has-show-handle .components-resizable-box__handle {
    display: block
}

.verbum-editor-wrapper .components-resizable-box__container>img {
    width: inherit
}

.verbum-editor-wrapper .components-resizable-box__handle:after {
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    content: "";
    cursor: inherit;
    display: block;
    height: 15px;
    outline: 2px solid #0000;
    position: absolute;
    right: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 15px
}

.verbum-editor-wrapper .components-resizable-box__side-handle:before {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 2px;
    content: "";
    cursor: inherit;
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    right: calc(50% - 1px);
    top: calc(50% - 1px);
    transition: transform .1s ease-in;
    width: 3px;
    will-change: transform
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-resizable-box__side-handle:before {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-resizable-box__corner-handle,
.verbum-editor-wrapper .components-resizable-box__side-handle {
    z-index: 2
}

.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:before {
    border-left: 0;
    border-right: 0;
    left: 0;
    width: 100%
}

.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:before {
    border-bottom: 0;
    border-top: 0;
    height: 100%;
    top: 0
}

.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
    animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
.verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation: components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before,
    .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .verbum-editor-wrapper .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
            animation: none
        }
    }
}

@keyframes components-resizable-box__top-bottom-animation {
    0% {
        opacity: 0;
        transform: scaleX(0)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes components-resizable-box__left-right-animation {
    0% {
        opacity: 0;
        transform: scaleY(0)
    }
    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

.verbum-editor-wrapper .components-resizable-box__handle-right {
    right: -11.5px
}

.verbum-editor-wrapper .components-resizable-box__handle-left {
    left: -11.5px
}

.verbum-editor-wrapper .components-resizable-box__handle-top {
    top: -11.5px
}

.verbum-editor-wrapper .components-resizable-box__handle-bottom {
    bottom: -11.5px
}

.verbum-editor-wrapper .components-responsive-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.verbum-editor-wrapper .components-responsive-wrapper__content {
    display: block;
    max-width: 100%;
    width: 100%
}

.verbum-editor-wrapper .components-sandbox {
    overflow: hidden
}

.verbum-editor-wrapper iframe.components-sandbox {
    width: 100%
}

.verbum-editor-wrapper body.lockscroll,
.verbum-editor-wrapper html.lockscroll {
    overflow: hidden
}

.verbum-editor-wrapper .components-search-control {
    position: relative
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input {
    background: #f0f0f0;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 48px;
    line-height: normal;
    margin-left: 0;
    margin-right: 0;
    padding: 0 48px 0 16px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input:-ms-input-placeholder {
    color: #1e1e1e9e
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input {
        font-size: 13px
    }
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input:focus {
    background: #fff;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::placeholder {
    color: #757575
}

.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-webkit-search-cancel-button,
.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-webkit-search-decoration,
.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-webkit-search-results-button,
.verbum-editor-wrapper .components-search-control input[type=search].components-search-control__input::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.verbum-editor-wrapper .components-search-control.is-next-40px-default-size input[type=search].components-search-control__input {
    height: 40px
}

.verbum-editor-wrapper .components-search-control.is-size-compact input[type=search].components-search-control__input {
    height: 32px;
    padding-left: 8px;
    padding-right: 32px
}

.verbum-editor-wrapper .components-search-control__icon {
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px
}

.verbum-editor-wrapper .is-size-compact .components-search-control__icon {
    right: 4px
}

.verbum-editor-wrapper .components-search-control__input-wrapper {
    position: relative
}

.verbum-editor-wrapper .components-select-control__input {
    -webkit-tap-highlight-color: transparent!important;
    outline: 0
}

@media (max-width:782px) {
    .verbum-editor-wrapper .components-base-control .components-base-control__field .components-select-control__input {
        font-size: 16px
    }
}

.verbum-editor-wrapper .components-snackbar {
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background: #000000d9;
    border-radius: 2px;
    box-shadow: 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 12px 20px;
    pointer-events: auto;
    width: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-snackbar {
        width: -moz-fit-content;
        width: fit-content
    }
}

.verbum-editor-wrapper .components-snackbar:focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.verbum-editor-wrapper .components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default
}

.verbum-editor-wrapper .components-snackbar .components-snackbar__content-with-icon {
    margin-left: 24px
}

.verbum-editor-wrapper .components-snackbar .components-snackbar__icon {
    left: 28px;
    position: absolute;
    top: 24px
}

.verbum-editor-wrapper .components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 24px
}

.verbum-editor-wrapper .components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.verbum-editor-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: initial;
    text-decoration: underline
}

.verbum-editor-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    outline: 1px dotted #fff
}

.verbum-editor-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
    color: #fff;
    text-decoration: none
}

.verbum-editor-wrapper .components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.verbum-editor-wrapper .components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.verbum-editor-wrapper .components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.verbum-editor-wrapper .components-tab-panel__tabs {
    align-items: stretch;
    display: flex;
    flex-direction: row
}

.verbum-editor-wrapper .components-tab-panel__tabs[aria-orientation=vertical] {
    flex-direction: column
}

.verbum-editor-wrapper .components-tab-panel__tabs-item {
    background: #0000;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    margin-left: 0;
    padding: 3px 16px;
    position: relative
}

.verbum-editor-wrapper .components-tab-panel__tabs-item:focus:not(:disabled) {
    box-shadow: none;
    outline: 0;
    position: relative
}

.verbum-editor-wrapper .components-tab-panel__tabs-item:after {
    background: #3858e9;
    background: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    border-radius: 0;
    bottom: 0;
    content: "";
    height: calc(var(--wp-admin-border-width-focus)*0);
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    transition: all .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-tab-panel__tabs-item:after {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-tab-panel__tabs-item.is-active:after {
    height: calc(var(--wp-admin-border-width-focus)*1);
    outline: 2px solid #0000;
    outline-offset: -1px
}

.verbum-editor-wrapper .components-tab-panel__tabs-item:before {
    border-radius: 2px;
    bottom: 12px;
    box-shadow: 0 0 0 0#0000;
    content: "";
    left: 12px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-tab-panel__tabs-item:before {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-tab-panel__tabs-item:focus-visible:before {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-text-control__input,
.verbum-editor-wrapper .components-text-control__input[type=color],
.verbum-editor-wrapper .components-text-control__input[type=date],
.verbum-editor-wrapper .components-text-control__input[type=datetime-local],
.verbum-editor-wrapper .components-text-control__input[type=datetime],
.verbum-editor-wrapper .components-text-control__input[type=email],
.verbum-editor-wrapper .components-text-control__input[type=month],
.verbum-editor-wrapper .components-text-control__input[type=number],
.verbum-editor-wrapper .components-text-control__input[type=password],
.verbum-editor-wrapper .components-text-control__input[type=tel],
.verbum-editor-wrapper .components-text-control__input[type=text],
.verbum-editor-wrapper .components-text-control__input[type=time],
.verbum-editor-wrapper .components-text-control__input[type=url],
.verbum-editor-wrapper .components-text-control__input[type=week] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: normal;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-text-control__input,
    .verbum-editor-wrapper .components-text-control__input[type=color],
    .verbum-editor-wrapper .components-text-control__input[type=date],
    .verbum-editor-wrapper .components-text-control__input[type=datetime-local],
    .verbum-editor-wrapper .components-text-control__input[type=datetime],
    .verbum-editor-wrapper .components-text-control__input[type=email],
    .verbum-editor-wrapper .components-text-control__input[type=month],
    .verbum-editor-wrapper .components-text-control__input[type=number],
    .verbum-editor-wrapper .components-text-control__input[type=password],
    .verbum-editor-wrapper .components-text-control__input[type=tel],
    .verbum-editor-wrapper .components-text-control__input[type=text],
    .verbum-editor-wrapper .components-text-control__input[type=time],
    .verbum-editor-wrapper .components-text-control__input[type=url],
    .verbum-editor-wrapper .components-text-control__input[type=week] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .components-text-control__input,
    .verbum-editor-wrapper .components-text-control__input[type=color],
    .verbum-editor-wrapper .components-text-control__input[type=date],
    .verbum-editor-wrapper .components-text-control__input[type=datetime-local],
    .verbum-editor-wrapper .components-text-control__input[type=datetime],
    .verbum-editor-wrapper .components-text-control__input[type=email],
    .verbum-editor-wrapper .components-text-control__input[type=month],
    .verbum-editor-wrapper .components-text-control__input[type=number],
    .verbum-editor-wrapper .components-text-control__input[type=password],
    .verbum-editor-wrapper .components-text-control__input[type=tel],
    .verbum-editor-wrapper .components-text-control__input[type=text],
    .verbum-editor-wrapper .components-text-control__input[type=time],
    .verbum-editor-wrapper .components-text-control__input[type=url],
    .verbum-editor-wrapper .components-text-control__input[type=week] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .components-text-control__input:focus,
.verbum-editor-wrapper .components-text-control__input[type=color]:focus,
.verbum-editor-wrapper .components-text-control__input[type=date]:focus,
.verbum-editor-wrapper .components-text-control__input[type=datetime-local]:focus,
.verbum-editor-wrapper .components-text-control__input[type=datetime]:focus,
.verbum-editor-wrapper .components-text-control__input[type=email]:focus,
.verbum-editor-wrapper .components-text-control__input[type=month]:focus,
.verbum-editor-wrapper .components-text-control__input[type=number]:focus,
.verbum-editor-wrapper .components-text-control__input[type=password]:focus,
.verbum-editor-wrapper .components-text-control__input[type=tel]:focus,
.verbum-editor-wrapper .components-text-control__input[type=text]:focus,
.verbum-editor-wrapper .components-text-control__input[type=time]:focus,
.verbum-editor-wrapper .components-text-control__input[type=url]:focus,
.verbum-editor-wrapper .components-text-control__input[type=week]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-text-control__input::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=color]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=date]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime-local]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=email]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=month]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=number]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=password]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=tel]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=text]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=time]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=url]::-webkit-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=week]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-text-control__input::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=color]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=date]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime-local]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=email]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=month]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=number]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=password]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=tel]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=text]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=time]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=url]::-moz-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=week]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .components-text-control__input:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=color]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=date]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime-local]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=datetime]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=email]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=month]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=number]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=password]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=tel]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=text]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=time]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=url]:-ms-input-placeholder,
.verbum-editor-wrapper .components-text-control__input[type=week]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .components-text-control__input.is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=color].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=date].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=datetime-local].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=datetime].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=email].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=month].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=number].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=password].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=tel].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=text].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=time].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=url].is-next-40px-default-size,
.verbum-editor-wrapper .components-text-control__input[type=week].is-next-40px-default-size {
    height: 40px
}

.verbum-editor-wrapper .components-tip {
    color: #757575;
    display: flex
}

.verbum-editor-wrapper .components-tip svg {
    fill: #f0b849;
    align-self: center;
    flex-shrink: 0;
    margin-right: 16px
}

.verbum-editor-wrapper .components-tip p {
    margin: 0
}

.verbum-editor-wrapper .components-accessible-toolbar {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    display: inline-flex;
    flex-shrink: 0
}

.verbum-editor-wrapper .components-accessible-toolbar>.components-toolbar-group:last-child {
    border-right: none
}

.verbum-editor-wrapper .components-accessible-toolbar.is-unstyled {
    border: 0
}

.verbum-editor-wrapper .components-accessible-toolbar.is-unstyled>.components-toolbar-group {
    border-right: none
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button,
.verbum-editor-wrapper .components-toolbar .components-button {
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    z-index: 1
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button:focus:not(:disabled),
.verbum-editor-wrapper .components-toolbar .components-button:focus:not(:disabled) {
    box-shadow: none;
    outline: 0
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button:before,
.verbum-editor-wrapper .components-toolbar .components-button:before {
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards;
    border-radius: 2px;
    content: "";
    display: block;
    height: 32px;
    left: 8px;
    position: absolute;
    right: 8px;
    z-index: -1
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-accessible-toolbar .components-button:before,
    .verbum-editor-wrapper .components-toolbar .components-button:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button svg,
.verbum-editor-wrapper .components-toolbar .components-button svg {
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button.is-pressed,
.verbum-editor-wrapper .components-accessible-toolbar .components-button.is-pressed:hover,
.verbum-editor-wrapper .components-toolbar .components-button.is-pressed,
.verbum-editor-wrapper .components-toolbar .components-button.is-pressed:hover {
    background: #0000
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button.is-pressed:before,
.verbum-editor-wrapper .components-toolbar .components-button.is-pressed:before {
    background: #1e1e1e
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button:focus:before,
.verbum-editor-wrapper .components-toolbar .components-button:focus:before {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button.has-icon.has-icon,
.verbum-editor-wrapper .components-toolbar .components-button.has-icon.has-icon {
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button.components-tab-button,
.verbum-editor-wrapper .components-toolbar .components-button.components-tab-button {
    font-weight: 500
}

.verbum-editor-wrapper .components-accessible-toolbar .components-button.components-tab-button span,
.verbum-editor-wrapper .components-toolbar .components-button.components-tab-button span {
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    position: relative
}

@keyframes components-button__appear-animation {
    0% {
        transform: scaleY(0)
    }
    to {
        transform: scaleY(1)
    }
}

.verbum-editor-wrapper .components-toolbar__control.components-button {
    position: relative
}

.verbum-editor-wrapper .components-toolbar__control.components-button[data-subscript] svg {
    padding: 5px 10px 5px 0
}

.verbum-editor-wrapper .components-toolbar__control.components-button[data-subscript]:after {
    bottom: 10px;
    content: attr(data-subscript);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 12px;
    position: absolute;
    right: 8px
}

.verbum-editor-wrapper .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
    color: #fff
}

.verbum-editor-wrapper .components-toolbar-group {
    background-color: #fff;
    border-right: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    line-height: 0;
    min-height: 48px;
    padding-left: 6px;
    padding-right: 6px
}

.verbum-editor-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group {
    border-width: 0;
    margin: 0
}

.verbum-editor-wrapper .components-toolbar-group .components-button.components-button,
.verbum-editor-wrapper .components-toolbar-group .components-button.has-icon.has-icon {
    min-width: 36px;
    padding-left: 6px;
    padding-right: 6px
}

.verbum-editor-wrapper .components-toolbar-group .components-button.components-button svg,
.verbum-editor-wrapper .components-toolbar-group .components-button.has-icon.has-icon svg {
    min-width: 24px
}

.verbum-editor-wrapper .components-toolbar-group .components-button.components-button:before,
.verbum-editor-wrapper .components-toolbar-group .components-button.has-icon.has-icon:before {
    left: 2px;
    right: 2px
}

.verbum-editor-wrapper .components-toolbar {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin: 0;
    min-height: 48px
}

.verbum-editor-wrapper .components-toolbar .components-toolbar.components-toolbar {
    border-width: 0;
    margin: 0
}

.verbum-editor-wrapper div.components-toolbar>div {
    display: block;
    margin: 0
}

@supports (position:sticky) {
    .verbum-editor-wrapper div.components-toolbar>div {
        display: flex
    }
}

.verbum-editor-wrapper div.components-toolbar>div+div.has-left-divider {
    margin-left: 6px;
    overflow: visible;
    position: relative
}

.verbum-editor-wrapper div.components-toolbar>div+div.has-left-divider:before {
    background-color: #ddd;
    box-sizing: initial;
    content: "";
    display: inline-block;
    height: 20px;
    left: -3px;
    position: absolute;
    top: 8px;
    width: 1px
}

.verbum-editor-wrapper .components-tooltip {
    background: #000;
    border-radius: 2px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 8px;
    text-align: center;
    z-index: 1000002
}

.verbum-editor-wrapper .components-tooltip__shortcut {
    margin-left: 8px
}

.verbum-editor-wrapper .components-panel__header.interface-complementary-area-header__small {
    background: #fff;
    padding-right: 4px
}

.verbum-editor-wrapper .components-panel__header.interface-complementary-area-header__small .interface-complementary-area-header__small-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper .components-panel__header.interface-complementary-area-header__small {
        display: none
    }
}

.verbum-editor-wrapper .interface-complementary-area-header {
    background: #fff;
    padding-right: 4px
}

.verbum-editor-wrapper .interface-complementary-area-header .components-button.has-icon {
    display: none;
    margin-left: auto
}

.verbum-editor-wrapper .interface-complementary-area-header .components-button.has-icon~.components-button {
    margin-left: 0
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-complementary-area-header .components-button.has-icon {
        display: flex
    }
    .verbum-editor-wrapper .components-panel__header+.interface-complementary-area-header {
        margin-top: 0
    }
}

.verbum-editor-wrapper .interface-complementary-area {
    background: #fff;
    color: #1e1e1e
}

@media (min-width:600px) {
    .verbum-editor-wrapper .interface-complementary-area {
        -webkit-overflow-scrolling: touch
    }
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-complementary-area {
        width: 280px
    }
}

.verbum-editor-wrapper .interface-complementary-area .components-panel {
    border: 0;
    position: relative;
    z-index: 0
}

.verbum-editor-wrapper .interface-complementary-area .components-panel__header {
    position: sticky;
    top: 0;
    z-index: 1
}

.verbum-editor-wrapper .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
    top: 48px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-complementary-area .components-panel__header.edit-post-sidebar__panel-tabs {
        top: 0
    }
}

.verbum-editor-wrapper .interface-complementary-area p:not(.components-base-control__help) {
    margin-top: 0
}

.verbum-editor-wrapper .interface-complementary-area h2 {
    color: #1e1e1e;
    font-size: 13px;
    margin-bottom: 1.5em
}

.verbum-editor-wrapper .interface-complementary-area h3 {
    color: #1e1e1e;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 1.5em;
    text-transform: uppercase
}

.verbum-editor-wrapper .interface-complementary-area hr {
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
    margin: 1.5em 0
}

.verbum-editor-wrapper .interface-complementary-area div.components-toolbar,
.verbum-editor-wrapper .interface-complementary-area div.components-toolbar-group {
    box-shadow: none;
    margin-bottom: 1.5em
}

.verbum-editor-wrapper .interface-complementary-area div.components-toolbar-group:last-child,
.verbum-editor-wrapper .interface-complementary-area div.components-toolbar:last-child {
    margin-bottom: 0
}

.verbum-editor-wrapper .interface-complementary-area .block-editor-skip-to-selected-block:focus {
    bottom: 10px;
    left: auto;
    right: 10px;
    top: auto
}

@media (min-width:782px) {
    .verbum-editor-wrapper body.js.is-fullscreen-mode {
        height: calc(100% + 32px);
        margin-top: -32px
    }
    .verbum-editor-wrapper body.js.is-fullscreen-mode #adminmenumain,
    .verbum-editor-wrapper body.js.is-fullscreen-mode #wpadminbar {
        display: none
    }
    .verbum-editor-wrapper body.js.is-fullscreen-mode #wpcontent,
    .verbum-editor-wrapper body.js.is-fullscreen-mode #wpfooter {
        margin-left: 0
    }
}

.verbum-editor-wrapper html.interface-interface-skeleton__html-container {
    position: fixed;
    width: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper html.interface-interface-skeleton__html-container {
        position: static;
        width: auto
    }
}

.verbum-editor-wrapper .interface-interface-skeleton {
    bottom: 0;
    display: flex;
    flex-direction: row;
    height: auto;
    max-height: 100%;
    position: fixed;
    right: 0;
    top: 46px
}

@media (min-width:783px) {
    .verbum-editor-wrapper .interface-interface-skeleton {
        top: 32px
    }
    .verbum-editor-wrapper .is-fullscreen-mode .interface-interface-skeleton {
        top: 0
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__editor {
    display: flex;
    flex: 0 1 100%;
    flex-direction: column;
    overflow: hidden
}

.verbum-editor-wrapper .interface-interface-skeleton {
    left: 0
}

@media (min-width:783px) {
    .verbum-editor-wrapper .interface-interface-skeleton {
        left: 160px
    }
    .verbum-editor-wrapper .auto-fold .interface-interface-skeleton {
        left: 36px
    }
}

@media (min-width:961px) {
    .verbum-editor-wrapper .auto-fold .interface-interface-skeleton {
        left: 160px
    }
}

.verbum-editor-wrapper .folded .interface-interface-skeleton {
    left: 0
}

@media (min-width:783px) {
    .verbum-editor-wrapper .folded .interface-interface-skeleton {
        left: 36px
    }
}

.verbum-editor-wrapper body.is-fullscreen-mode .interface-interface-skeleton {
    left: 0!important
}

.verbum-editor-wrapper .interface-interface-skeleton__body {
    display: flex;
    flex-grow: 1;
    overflow: auto;
    overscroll-behavior-y: none
}

@media (min-width:782px) {
    .verbum-editor-wrapper .has-footer .interface-interface-skeleton__body {
        padding-bottom: 25px
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: auto;
    z-index: 20
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-interface-skeleton__content {
        z-index: auto
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__secondary-sidebar,
.verbum-editor-wrapper .interface-interface-skeleton__sidebar {
    background: #fff;
    bottom: 0;
    color: #1e1e1e;
    flex-shrink: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100000
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-interface-skeleton__secondary-sidebar,
    .verbum-editor-wrapper .interface-interface-skeleton__sidebar {
        position: relative!important;
        width: auto
    }
    .verbum-editor-wrapper .is-sidebar-opened .interface-interface-skeleton__secondary-sidebar,
    .verbum-editor-wrapper .is-sidebar-opened .interface-interface-skeleton__sidebar {
        z-index: 90
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__sidebar {
    overflow: auto
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-interface-skeleton__sidebar {
        border-left: 1px solid #e0e0e0
    }
    .verbum-editor-wrapper .interface-interface-skeleton__secondary-sidebar {
        border-right: 1px solid #e0e0e0
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__header {
    border-bottom: 1px solid #e0e0e0;
    color: #1e1e1e;
    flex-shrink: 0;
    height: auto;
    z-index: 30
}

.verbum-editor-wrapper .interface-interface-skeleton__footer {
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    bottom: 0;
    color: #1e1e1e;
    display: none;
    flex-shrink: 0;
    height: auto;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 90
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-interface-skeleton__footer {
        display: flex
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__footer .block-editor-block-breadcrumb {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 13px;
    height: 24px;
    padding: 0 18px;
    z-index: 30
}

.verbum-editor-wrapper .interface-interface-skeleton__actions {
    background: #fff;
    bottom: auto;
    color: #1e1e1e;
    left: auto;
    position: fixed!important;
    right: 0;
    top: -9999em;
    width: 100vw;
    z-index: 100000
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-interface-skeleton__actions {
        width: 280px
    }
}

.verbum-editor-wrapper .interface-interface-skeleton__actions:focus,
.verbum-editor-wrapper .interface-interface-skeleton__actions:focus-within {
    bottom: 0;
    top: auto
}

.verbum-editor-wrapper .is-entity-save-view-open .interface-interface-skeleton__actions:focus,
.verbum-editor-wrapper .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
    top: 46px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .is-entity-save-view-open .interface-interface-skeleton__actions:focus,
    .verbum-editor-wrapper .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
        border-left: 1px solid #ddd;
        top: 32px
    }
    .verbum-editor-wrapper .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus,
    .verbum-editor-wrapper .is-fullscreen-mode .is-entity-save-view-open .interface-interface-skeleton__actions:focus-within {
        top: 0
    }
}

.verbum-editor-wrapper .interface-more-menu-dropdown {
    margin-left: -4px
}

.verbum-editor-wrapper .interface-more-menu-dropdown .components-button {
    padding: 0 2px;
    width: auto
}

@media (min-width:600px) {
    .verbum-editor-wrapper .interface-more-menu-dropdown {
        margin-left: 0
    }
    .verbum-editor-wrapper .interface-more-menu-dropdown .components-button {
        padding: 0 4px
    }
}

.verbum-editor-wrapper .interface-more-menu-dropdown__content .components-popover__content {
    min-width: 280px
}

@media (min-width:480px) {
    .verbum-editor-wrapper .interface-more-menu-dropdown__content .components-popover__content {
        max-width: 480px
    }
}

.verbum-editor-wrapper .interface-more-menu-dropdown__content .components-popover__content .components-dropdown-menu__menu {
    padding: 0
}

.verbum-editor-wrapper .components-popover.interface-more-menu-dropdown__content {
    z-index: 99998
}

.verbum-editor-wrapper .interface-pinned-items {
    display: flex;
    gap: 8px;
    margin-right: -4px
}

.verbum-editor-wrapper .interface-pinned-items .components-button {
    display: none;
    margin: 0
}

.verbum-editor-wrapper .interface-pinned-items .components-button[aria-controls="edit-post:block"],
.verbum-editor-wrapper .interface-pinned-items .components-button[aria-controls="edit-post:document"],
.verbum-editor-wrapper .interface-pinned-items .components-button[aria-controls="edit-site:block-inspector"],
.verbum-editor-wrapper .interface-pinned-items .components-button[aria-controls="edit-site:global-styles"],
.verbum-editor-wrapper .interface-pinned-items .components-button[aria-controls="edit-site:template"] {
    display: flex
}

.verbum-editor-wrapper .interface-pinned-items .components-button svg {
    max-height: 24px;
    max-width: 24px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .interface-pinned-items .components-button {
        display: flex
    }
    .verbum-editor-wrapper .interface-preferences-modal {
        height: calc(100% - 120px);
        width: calc(100% - 32px)
    }
}

@media (min-width:782px) {
    .verbum-editor-wrapper .interface-preferences-modal {
        width: 750px
    }
}

@media (min-width:960px) {
    .verbum-editor-wrapper .interface-preferences-modal {
        height: 70%
    }
}

@media (max-width:781px) {
    .verbum-editor-wrapper .interface-preferences-modal .components-modal__content {
        padding: 0
    }
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs {
    left: 16px;
    position: absolute;
    top: 84px;
    width: 160px
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
    border-radius: 2px;
    font-weight: 400
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active {
    background: #f0f0f0;
    box-shadow: none;
    font-weight: 500
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item.is-active:after {
    content: none
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus:not(:disabled) {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item:focus-visible:before {
    content: none
}

.verbum-editor-wrapper .interface-preferences__tabs .components-tab-panel__tab-content {
    margin-left: 160px;
    padding-left: 24px
}

@media (max-width:781px) {
    .verbum-editor-wrapper .interface-preferences__provider {
        height: 100%
    }
}

.verbum-editor-wrapper .interface-preferences-modal__section {
    margin: 0 0 2.5rem
}

.verbum-editor-wrapper .interface-preferences-modal__section:last-child {
    margin: 0
}

.verbum-editor-wrapper .interface-preferences-modal__section-legend {
    margin-bottom: 8px
}

.verbum-editor-wrapper .interface-preferences-modal__section-title {
    font-size: .9rem;
    font-weight: 600;
    margin-top: 0
}

.verbum-editor-wrapper .interface-preferences-modal__section-description {
    color: #757575;
    font-size: 12px;
    font-style: normal;
    margin: -8px 0 8px
}

.verbum-editor-wrapper .interface-preferences-modal__option+.interface-preferences-modal__option {
    margin-top: 16px
}

.verbum-editor-wrapper .interface-preferences-modal__option .components-base-control__help {
    margin-left: 48px;
    margin-top: 0
}

.verbum-editor-wrapper .edit-post-header {
    align-items: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    justify-content: space-between;
    max-width: 100vw
}

@media (min-width:280px) {
    .verbum-editor-wrapper .edit-post-header {
        flex-wrap: nowrap
    }
}

.verbum-editor-wrapper .edit-post-header>.edit-post-header__settings {
    order: 1
}

@supports (position:sticky) {
    .verbum-editor-wrapper .edit-post-header>.edit-post-header__settings {
        order: 0
    }
}

.verbum-editor-wrapper .edit-post-header__toolbar {
    align-items: center;
    display: flex;
    flex-grow: 3;
    flex-shrink: 8;
    overflow: hidden;
    padding: 2px 0
}

.verbum-editor-wrapper .edit-post-header__toolbar .table-of-contents {
    display: none
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header__toolbar .table-of-contents {
        display: block
    }
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper {
    display: flex;
    overflow-x: hidden
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .block-editor-block-contextual-toolbar {
    border-bottom: 0
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper:after {
    background-color: #ddd;
    content: "";
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 12px;
    width: 1px
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar,
.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar-group {
    border-right: none
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar-group:after,
.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar:after {
    background-color: #ddd;
    content: "";
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 12px;
    width: 1px
}

.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar-group .components-toolbar-group.components-toolbar-group:after,
.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper .components-toolbar .components-toolbar-group.components-toolbar-group:after,
.verbum-editor-wrapper .edit-post-header__toolbar .selected-block-tools-wrapper.is-collapsed {
    display: none
}

.verbum-editor-wrapper .edit-post-header__block-tools-toggle {
    margin-left: 2px
}

.verbum-editor-wrapper .edit-post-header__center {
    display: flex;
    flex-grow: 1;
    justify-content: center
}

.verbum-editor-wrapper .edit-post-header__center.is-collapsed {
    display: none
}

.verbum-editor-wrapper .edit-post-header__settings {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    gap: 8px;
    padding-right: 4px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header__settings {
        padding-right: 10px
    }
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon {
    width: auto
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon svg,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon svg,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon svg {
    display: none
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon:after,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon:after,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon:after {
    content: attr(aria-label)
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon[aria-disabled=true],
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon[aria-disabled=true],
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon[aria-disabled=true] {
    background-color: initial
}

.verbum-editor-wrapper .edit-post-header__dropdown .is-tertiary:active,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .is-tertiary:active,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .is-tertiary:active {
    background-color: initial;
    box-shadow: 0 0 0 1.5px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon.button-toggle svg,
.verbum-editor-wrapper .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon svg,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle svg,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon svg,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle svg,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon svg {
    display: block
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.has-icon.button-toggle:after,
.verbum-editor-wrapper .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon:after,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-button.has-icon.button-toggle:after,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon:after,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-button.has-icon.button-toggle:after,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon:after {
    content: none
}

.verbum-editor-wrapper .edit-post-header__dropdown .edit-post-fullscreen-mode-close.has-icon,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .edit-post-fullscreen-mode-close.has-icon,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .edit-post-fullscreen-mode-close.has-icon {
    width: 60px
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .components-menu-items-choice .components-menu-items__item-icon.components-menu-items__item-icon {
    display: block
}

.verbum-editor-wrapper .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.verbum-editor-wrapper .edit-post-header__dropdown .interface-pinned-items .components-button,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .interface-pinned-items .components-button,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button {
    padding-left: 8px;
    padding-right: 8px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header__dropdown .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
    .verbum-editor-wrapper .edit-post-header__dropdown .interface-pinned-items .components-button,
    .verbum-editor-wrapper .show-icon-labels .edit-post-header .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
    .verbum-editor-wrapper .show-icon-labels .edit-post-header .interface-pinned-items .components-button,
    .verbum-editor-wrapper .show-icon-labels.interface-pinned-items .edit-post-header-toolbar__inserter-toggle.edit-post-header-toolbar__inserter-toggle,
    .verbum-editor-wrapper .show-icon-labels.interface-pinned-items .interface-pinned-items .components-button {
        padding-left: 12px;
        padding-right: 12px
    }
}

.verbum-editor-wrapper .edit-post-header__dropdown .editor-post-save-draft.editor-post-save-draft:after,
.verbum-editor-wrapper .edit-post-header__dropdown .editor-post-saved-state.editor-post-saved-state:after,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .editor-post-save-draft.editor-post-save-draft:after,
.verbum-editor-wrapper .show-icon-labels .edit-post-header .editor-post-saved-state.editor-post-saved-state:after,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .editor-post-save-draft.editor-post-save-draft:after,
.verbum-editor-wrapper .show-icon-labels.interface-pinned-items .editor-post-saved-state.editor-post-saved-state:after {
    content: none
}

.verbum-editor-wrapper .show-icon-labels .edit-post-header__toolbar .block-editor-block-mover {
    border-left: none
}

.verbum-editor-wrapper .show-icon-labels .edit-post-header__toolbar .block-editor-block-mover:before {
    background-color: #ddd;
    content: "";
    margin-bottom: 12px;
    margin-left: 8px;
    margin-top: 12px;
    width: 1px
}

.verbum-editor-wrapper .edit-post-header__dropdown .components-button.block-editor-list-view,
.verbum-editor-wrapper .edit-post-header__dropdown .components-button.editor-history__redo,
.verbum-editor-wrapper .edit-post-header__dropdown .components-button.editor-history__undo,
.verbum-editor-wrapper .edit-post-header__dropdown .components-menu-item__button.components-menu-item__button,
.verbum-editor-wrapper .edit-post-header__dropdown .table-of-contents .components-button {
    justify-content: flex-start;
    margin: 0;
    padding: 6px 6px 6px 40px;
    text-align: left;
    width: 14.625rem
}

.verbum-editor-wrapper .show-icon-labels.interface-pinned-items {
    border-bottom: 1px solid #ccc;
    display: block;
    margin: 0-12px;
    padding: 6px 12px 12px
}

.verbum-editor-wrapper .show-icon-labels.interface-pinned-items>.components-button.has-icon {
    justify-content: flex-start;
    margin: 0;
    padding: 6px 6px 6px 8px;
    width: 14.625rem
}

.verbum-editor-wrapper .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=true] svg {
    display: block;
    max-width: 24px
}

.verbum-editor-wrapper .show-icon-labels.interface-pinned-items>.components-button.has-icon[aria-expanded=false] {
    padding-left: 40px
}

.verbum-editor-wrapper .show-icon-labels.interface-pinned-items>.components-button.has-icon svg {
    margin-right: 8px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header__post-preview-button {
        display: none
    }
}

.verbum-editor-wrapper .is-distraction-free .interface-interface-skeleton__header {
    border-bottom: none
}

.verbum-editor-wrapper .is-distraction-free .edit-post-header {
    -webkit-backdrop-filter: blur(20px)!important;
    backdrop-filter: blur(20px)!important;
    background-color: #ffffffe6;
    border-bottom: 1px solid #e0e0e0;
    position: absolute;
    width: 100%
}

.verbum-editor-wrapper .is-distraction-free .edit-post-header>.edit-post-header__settings>.edit-post-header__post-preview-button {
    visibility: hidden
}

.verbum-editor-wrapper .is-distraction-free .edit-post-header>.edit-post-header__settings>.editor-preview-dropdown,
.verbum-editor-wrapper .is-distraction-free .edit-post-header>.edit-post-header__settings>.interface-pinned-items,
.verbum-editor-wrapper .is-distraction-free .edit-post-header>.edit-post-header__toolbar .edit-post-header-toolbar__document-overview-toggle,
.verbum-editor-wrapper .is-distraction-free .edit-post-header>.edit-post-header__toolbar .edit-post-header-toolbar__inserter-toggle {
    display: none
}

.verbum-editor-wrapper .is-distraction-free .interface-interface-skeleton__header:focus-within {
    opacity: 1!important
}

.verbum-editor-wrapper .is-distraction-free .interface-interface-skeleton__header:focus-within div {
    transform: translateX(0) translateZ(0)!important
}

.verbum-editor-wrapper .is-distraction-free .components-editor-notices__dismissible {
    position: absolute;
    z-index: 35
}

.verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button {
    display: none
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button {
        align-items: center;
        align-self: stretch;
        background: #1e1e1e;
        border: 0;
        border-radius: 0;
        color: #fff;
        display: flex;
        height: 61px;
        margin-bottom: -1px;
        position: relative;
        width: 60px
    }
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:active {
        color: #fff
    }
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:focus {
        box-shadow: none
    }
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:before {
        border-radius: 4px;
        bottom: 10px;
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e;
        content: "";
        display: block;
        left: 9px;
        position: absolute;
        right: 9px;
        top: 9px;
        transition: box-shadow .1s ease
    }
}

@media (min-width:782px) and (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:before {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:hover:before {
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #757575
    }
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button.has-icon:hover:before {
        box-shadow: none
    }
    .verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button:focus:before {
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #ffffff1a, inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
    }
}

.verbum-editor-wrapper .edit-post-fullscreen-mode-close.components-button .edit-post-fullscreen-mode-close_site-icon {
    border-radius: 2px;
    height: 36px;
    margin-top: -1px;
    object-fit: cover;
    width: 36px
}

.verbum-editor-wrapper .edit-post-header-toolbar {
    align-items: center;
    display: inline-flex
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button {
    display: none
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button {
        display: inline-flex
    }
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle {
    display: inline-flex
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle svg {
    transition: transform .2s cubic-bezier(.165, .84, .44, 1)
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle.is-pressed svg {
    transform: rotate(45deg)
}

.verbum-editor-wrapper .edit-post-header-toolbar .block-editor-list-view {
    display: none
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header-toolbar .block-editor-list-view {
        display: flex
    }
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button.has-icon,
.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-dropdown>.components-button.has-icon {
    height: 32px;
    min-width: 32px;
    padding: 4px
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button.has-icon.is-pressed,
.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-dropdown>.components-button.has-icon.is-pressed {
    background: #1e1e1e
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button.has-icon:focus:not(:disabled),
.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-dropdown>.components-button.has-icon:focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color), inset 0 0 0 1px #fff;
    outline: 1px solid #0000
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-button.has-icon:before,
.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.components-dropdown>.components-button.has-icon:before {
    display: none
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left>*+.components-button,
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left>*+.components-dropdown>[aria-expanded=false] {
        transition: opacity .1s linear
    }
}

@media (min-width:600px) and (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left>*+.components-button,
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui .edit-post-header-toolbar__left>*+.components-dropdown>[aria-expanded=false] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left>*+.components-button,
    .verbum-editor-wrapper .edit-post-header.has-reduced-ui:not(:hover) .edit-post-header-toolbar__left>*+.components-dropdown>[aria-expanded=false] {
        opacity: 0
    }
}

.verbum-editor-wrapper .edit-post-header-toolbar__left {
    align-items: center;
    display: inline-flex;
    gap: 8px;
    margin-right: 8px;
    padding-left: 16px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-header-toolbar__left {
        padding-left: 20px
    }
}

@media (min-width:1280px) {
    .verbum-editor-wrapper .edit-post-header-toolbar__left {
        padding-right: 8px
    }
}

.verbum-editor-wrapper .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle.has-icon {
    height: 32px;
    min-width: 32px;
    padding: 0;
    width: 32px
}

.verbum-editor-wrapper .show-icon-labels .edit-post-header-toolbar .edit-post-header-toolbar__left>.edit-post-header-toolbar__inserter-toggle.has-icon {
    height: 32px;
    padding: 0 8px;
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .edit-post-header-toolbar__left>*+* {
    margin-left: 8px
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__section {
    margin: 0 0 2rem
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__section-title {
    font-size: .9rem;
    font-weight: 600
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut {
    align-items: baseline;
    border-top: 1px solid #ddd;
    display: flex;
    margin-bottom: 0;
    padding: .6rem 0
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut:last-child {
    border-bottom: 1px solid #ddd
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut:empty {
    display: none
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-term {
    font-weight: 600;
    margin: 0 0 0 1rem;
    text-align: right
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-description {
    flex: 1;
    flex-basis: auto;
    margin: 0
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
    background: 0 0;
    display: block;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-key-combination+.edit-post-keyboard-shortcut-help-modal__shortcut-key-combination {
    margin-top: 10px
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-key {
    border-radius: 8%;
    margin: 0 .2rem;
    padding: .25rem .5rem
}

.verbum-editor-wrapper .edit-post-keyboard-shortcut-help-modal__shortcut-key:last-child {
    margin: 0 0 0 .2rem
}

.verbum-editor-wrapper .edit-post-layout__metaboxes {
    clear: both;
    flex-shrink: 0
}

.verbum-editor-wrapper .edit-post-layout .components-editor-notices__snackbar {
    bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    position: fixed;
    right: 0
}

.verbum-editor-wrapper .is-distraction-free .components-editor-notices__snackbar {
    bottom: 20px
}

.verbum-editor-wrapper .edit-post-layout .components-editor-notices__snackbar {
    left: 0
}

@media (min-width:783px) {
    .verbum-editor-wrapper .edit-post-layout .components-editor-notices__snackbar {
        left: 160px
    }
    .verbum-editor-wrapper .auto-fold .edit-post-layout .components-editor-notices__snackbar {
        left: 36px
    }
}

@media (min-width:961px) {
    .verbum-editor-wrapper .auto-fold .edit-post-layout .components-editor-notices__snackbar {
        left: 160px
    }
}

.verbum-editor-wrapper .folded .edit-post-layout .components-editor-notices__snackbar {
    left: 0
}

@media (min-width:783px) {
    .verbum-editor-wrapper .folded .edit-post-layout .components-editor-notices__snackbar {
        left: 36px
    }
}

.verbum-editor-wrapper body.is-fullscreen-mode .edit-post-layout .components-editor-notices__snackbar {
    left: 0!important
}

.verbum-editor-wrapper .edit-post-layout .editor-post-publish-panel {
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 46px;
    z-index: 100001
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-layout .editor-post-publish-panel {
        animation: edit-post-post-publish-panel__slide-in-animation .1s forwards;
        border-left: 1px solid #ddd;
        left: auto;
        top: 32px;
        transform: translateX(100%);
        width: 281px;
        z-index: 99998
    }
}

@media (min-width:782px) and (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .edit-post-layout .editor-post-publish-panel {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

@media (min-width:782px) {
    .verbum-editor-wrapper body.is-fullscreen-mode .edit-post-layout .editor-post-publish-panel {
        top: 0
    }
    .verbum-editor-wrapper [role=region]:focus .edit-post-layout .editor-post-publish-panel {
        transform: translateX(0)
    }
}

@keyframes edit-post-post-publish-panel__slide-in-animation {
    to {
        transform: translateX(0)
    }
}

.verbum-editor-wrapper .edit-post-layout .editor-post-publish-panel__header-publish-button {
    justify-content: center
}

.verbum-editor-wrapper .edit-post-layout__toggle-entities-saved-states-panel,
.verbum-editor-wrapper .edit-post-layout__toggle-publish-panel,
.verbum-editor-wrapper .edit-post-layout__toggle-sidebar-panel {
    background-color: #fff;
    border: 1px dotted #ddd;
    bottom: auto;
    box-sizing: border-box;
    display: flex;
    height: auto!important;
    justify-content: center;
    left: auto;
    padding: 24px;
    position: fixed!important;
    right: 0;
    top: -9999em;
    width: 280px;
    z-index: 100000
}

.verbum-editor-wrapper .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-entities-saved-states-panel,
.verbum-editor-wrapper .interface-interface-skeleton__actions:focus-within .edit-post-layout__toggle-publish-panel,
.verbum-editor-wrapper .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-entities-saved-states-panel,
.verbum-editor-wrapper .interface-interface-skeleton__actions:focus .edit-post-layout__toggle-publish-panel,
.verbum-editor-wrapper .interface-interface-skeleton__sidebar:focus-within .edit-post-layout__toggle-sidebar-panel,
.verbum-editor-wrapper .interface-interface-skeleton__sidebar:focus .edit-post-layout__toggle-sidebar-panel {
    bottom: 0;
    top: auto
}

.verbum-editor-wrapper .edit-post-layout .entities-saved-states__panel-header {
    height: 61px
}

.verbum-editor-wrapper .edit-post-block-manager__no-results {
    font-style: italic;
    padding: 24px 0;
    text-align: center
}

.verbum-editor-wrapper .edit-post-block-manager__search {
    margin: 16px 0
}

.verbum-editor-wrapper .edit-post-block-manager__disabled-blocks-count {
    background-color: #fff;
    border: 1px solid #ddd;
    border-width: 1px 0;
    box-shadow: -32px 0 0 0#fff, 32px 0 0 0#fff;
    padding: 8px;
    position: sticky;
    text-align: center;
    top: -5px;
    z-index: 2
}

.verbum-editor-wrapper .edit-post-block-manager__disabled-blocks-count~.edit-post-block-manager__results .edit-post-block-manager__category-title {
    top: 31px
}

.verbum-editor-wrapper .edit-post-block-manager__disabled-blocks-count .is-link {
    margin-left: 12px
}

.verbum-editor-wrapper .edit-post-block-manager__category {
    margin: 0 0 24px
}

.verbum-editor-wrapper .edit-post-block-manager__category-title {
    background-color: #fff;
    padding: 16px 0;
    position: sticky;
    top: -4px;
    z-index: 1
}

.verbum-editor-wrapper .edit-post-block-manager__category-title .components-checkbox-control__label {
    font-weight: 600
}

.verbum-editor-wrapper .edit-post-block-manager__checklist {
    margin-top: 0
}

.verbum-editor-wrapper .edit-post-block-manager__category-title,
.verbum-editor-wrapper .edit-post-block-manager__checklist-item {
    border-bottom: 1px solid #ddd
}

.verbum-editor-wrapper .edit-post-block-manager__checklist-item {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 8px 0 8px 16px
}

.verbum-editor-wrapper .components-modal__content .edit-post-block-manager__checklist-item.components-checkbox-control__input-container {
    margin: 0 8px
}

.verbum-editor-wrapper .edit-post-block-manager__checklist-item .block-editor-block-icon {
    fill: #1e1e1e;
    margin-right: 10px
}

.verbum-editor-wrapper .edit-post-block-manager__results {
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .edit-post-block-manager__disabled-blocks-count+.edit-post-block-manager__results {
    border-top-width: 0
}

.verbum-editor-wrapper .edit-post-meta-boxes-area {
    position: relative
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .inside,
.verbum-editor-wrapper .edit-post-meta-boxes-area__container {
    box-sizing: initial
}

.verbum-editor-wrapper .edit-post-meta-boxes-area input,
.verbum-editor-wrapper .edit-post-meta-boxes-area textarea {
    box-sizing: border-box
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .postbox-header {
    border-bottom: 0;
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .edit-post-meta-boxes-area #poststuff {
    margin: 0 auto;
    min-width: auto;
    padding-top: 0
}

.verbum-editor-wrapper .edit-post-meta-boxes-area #poststuff .stuffbox>h3,
.verbum-editor-wrapper .edit-post-meta-boxes-area #poststuff h2.hndle,
.verbum-editor-wrapper .edit-post-meta-boxes-area #poststuff h3.hndle {
    box-sizing: border-box;
    color: inherit;
    font-weight: 600;
    outline: 0;
    padding: 0 24px;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .postbox {
    border: 0;
    color: inherit;
    margin-bottom: 0
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .postbox>.inside {
    color: inherit;
    margin: 0;
    padding: 0 24px 24px
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .postbox .handlediv {
    height: 44px;
    width: 44px
}

.verbum-editor-wrapper .edit-post-meta-boxes-area.is-loading:before {
    background: #0000;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .components-spinner {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 5
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .is-hidden {
    display: none
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox] {
    border: 1px solid #757575
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:checked {
    background: #fff;
    border-color: #757575
}

.verbum-editor-wrapper .edit-post-meta-boxes-area .metabox-location-side .postbox input[type=checkbox]:before {
    margin: -3px -4px
}

.verbum-editor-wrapper .edit-post-meta-boxes-area__clear {
    clear: both
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel,
.verbum-editor-wrapper .edit-post-editor__inserter-panel {
    display: flex;
    flex-direction: column;
    height: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-editor__document-overview-panel {
        width: 350px
    }
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel .edit-post-editor__document-overview-panel__close-button {
    background: #fff;
    position: absolute;
    right: 8px;
    top: 6px;
    z-index: 1
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel .components-tab-panel__tabs {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    padding-right: 56px;
    width: 100%
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel .components-tab-panel__tabs .edit-post-sidebar__panel-tab {
    margin-bottom: -1px;
    width: 50%
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel .components-tab-panel__tab-content {
    height: calc(100% - 47px)
}

.verbum-editor-wrapper .edit-post-editor__inserter-panel-header {
    display: flex;
    justify-content: flex-end;
    padding-right: 8px;
    padding-top: 8px
}

.verbum-editor-wrapper .edit-post-editor__inserter-panel-content {
    height: calc(100% - 44px)
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-editor__inserter-panel-content {
        height: 100%
    }
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content {
    scrollbar-gutter: stable both-edges;
    scrollbar-gutter: auto;
    height: 100%;
    overflow: auto;
    padding: 8px 6px;
    scrollbar-color: #0000 #0000;
    scrollbar-width: thin;
    will-change: transform
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline::-webkit-scrollbar,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings::-webkit-scrollbar,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline::-webkit-scrollbar-track,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings::-webkit-scrollbar-track,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content::-webkit-scrollbar-track {
    background-color: initial
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:focus-within::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:focus::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:hover::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:focus-within::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:focus::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:hover::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:focus-within::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:focus::-webkit-scrollbar-thumb,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:hover::-webkit-scrollbar-thumb {
    background-color: #949494
}

.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:focus,
.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:focus-within,
.verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline:hover,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:focus,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:focus-within,
.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings:hover,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:focus,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:focus-within,
.verbum-editor-wrapper .edit-post-editor__list-view-panel-content:hover {
    scrollbar-color: #949494 #0000
}

@media (hover:none) {
    .verbum-editor-wrapper .edit-post-editor__list-view-container>.document-outline,
    .verbum-editor-wrapper .edit-post-editor__list-view-empty-headings,
    .verbum-editor-wrapper .edit-post-editor__list-view-panel-content {
        scrollbar-color: #949494 #0000
    }
}

.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings {
    color: #757575;
    text-align: center
}

.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings>svg {
    margin-top: 28px
}

.verbum-editor-wrapper .edit-post-editor__list-view-empty-headings>p {
    padding-left: 32px;
    padding-right: 32px
}

.verbum-editor-wrapper .edit-post-editor__list-view-overview {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px
}

.verbum-editor-wrapper .edit-post-editor__list-view-overview>div>span:first-child {
    display: inline-block;
    width: 90px
}

.verbum-editor-wrapper .edit-post-editor__list-view-overview>div>span {
    color: #757575;
    font-size: 12px;
    line-height: 1.4
}

.verbum-editor-wrapper .edit-post-editor__list-view-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.verbum-editor-wrapper .edit-post-editor__document-overview-panel__tab-panel {
    height: 100%
}

.verbum-editor-wrapper .components-panel__header.edit-post-sidebar__panel-tabs {
    padding-left: 0;
    padding-right: 16px
}

.verbum-editor-wrapper .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
    height: 24px;
    min-width: 24px;
    padding: 0
}

@media (min-width:782px) {
    .verbum-editor-wrapper .components-panel__header.edit-post-sidebar__panel-tabs .components-button.has-icon {
        display: flex
    }
}

.verbum-editor-wrapper .edit-post-sidebar__panel {
    margin-top: -1px
}

.verbum-editor-wrapper .components-panel__body.is-opened.edit-post-last-revision__panel {
    height: 48px;
    padding: 0
}

.verbum-editor-wrapper .editor-post-last-revision__title.components-button.components-button {
    padding: 16px
}

.verbum-editor-wrapper .edit-post-post-format,
.verbum-editor-wrapper .edit-post-post-slug {
    align-items: stretch;
    display: flex;
    flex-direction: column
}

.verbum-editor-wrapper .edit-post-post-visibility__dialog .editor-post-visibility {
    margin: 8px;
    min-width: 248px
}

.verbum-editor-wrapper h2.edit-post-template-summary__title {
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 4px
}

.verbum-editor-wrapper .edit-post-text-editor {
    background-color: #fff;
    flex-grow: 1;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .edit-post-text-editor .editor-post-title.is-raw-text textarea,
.verbum-editor-wrapper .edit-post-text-editor .editor-post-title:not(.is-raw-text) {
    border: 1px solid #949494;
    border-radius: 0;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 2.5em;
    font-weight: 400;
    line-height: 1.4;
    max-width: none;
    padding: 16px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-text-editor .editor-post-title.is-raw-text textarea,
    .verbum-editor-wrapper .edit-post-text-editor .editor-post-title:not(.is-raw-text) {
        padding: 24px
    }
}

.verbum-editor-wrapper .edit-post-text-editor .editor-post-title.is-raw-text textarea:focus,
.verbum-editor-wrapper .edit-post-text-editor .editor-post-title:not(.is-raw-text):focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .edit-post-text-editor__body {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    padding: 0 12px 12px;
    width: 100%
}

@media (min-width:960px) {
    .verbum-editor-wrapper .edit-post-text-editor__body {
        padding: 0 24px 24px
    }
}

.verbum-editor-wrapper .edit-post-text-editor__toolbar {
    background: #fffc;
    display: flex;
    left: 0;
    padding: 4px 12px;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1
}

@media (min-width:600px) {
    .verbum-editor-wrapper .edit-post-text-editor__toolbar {
        padding: 12px
    }
}

@media (min-width:960px) {
    .verbum-editor-wrapper .edit-post-text-editor__toolbar {
        padding: 12px 24px
    }
}

.verbum-editor-wrapper .edit-post-text-editor__toolbar h2 {
    color: #1e1e1e;
    font-size: 13px;
    line-height: 36px;
    margin: 0 auto 0 0
}

.verbum-editor-wrapper .edit-post-text-editor__toolbar .components-button svg {
    order: 1
}

.verbum-editor-wrapper .edit-post-visual-editor {
    background-color: #1e1e1e;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column;
    position: relative
}

.verbum-editor-wrapper .edit-post-visual-editor:not(.has-inline-canvas) {
    overflow: hidden
}

.verbum-editor-wrapper .edit-post-visual-editor .components-button {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    padding: 6px 12px
}

.verbum-editor-wrapper .edit-post-visual-editor .components-button.has-icon {
    padding: 6px
}

.verbum-editor-wrapper .edit-post-visual-editor__content-area {
    box-sizing: border-box;
    display: flex;
    flex-grow: 1;
    height: 100%;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .edit-post-welcome-guide,
.verbum-editor-wrapper .edit-template-welcome-guide {
    width: 312px
}

.verbum-editor-wrapper .edit-post-welcome-guide__image,
.verbum-editor-wrapper .edit-template-welcome-guide__image {
    background: #00a0d2;
    margin: 0 0 16px
}

.verbum-editor-wrapper .edit-post-welcome-guide__image>img,
.verbum-editor-wrapper .edit-template-welcome-guide__image>img {
    display: block;
    max-width: 100%;
    object-fit: cover
}

.verbum-editor-wrapper .edit-post-welcome-guide__heading,
.verbum-editor-wrapper .edit-template-welcome-guide__heading {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 24px;
    line-height: 1.4;
    margin: 16px 0;
    padding: 0 32px
}

.verbum-editor-wrapper .edit-post-welcome-guide__text,
.verbum-editor-wrapper .edit-template-welcome-guide__text {
    font-size: 13px;
    line-height: 1.4;
    margin: 0 0 24px;
    padding: 0 32px
}

.verbum-editor-wrapper .edit-post-welcome-guide__inserter-icon,
.verbum-editor-wrapper .edit-template-welcome-guide__inserter-icon {
    margin: 0 4px;
    vertical-align: text-top
}

.verbum-editor-wrapper .edit-template-welcome-guide .components-button svg {
    fill: #fff
}

.verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list {
    column-count: 2;
    column-gap: 24px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list {
        column-count: 3
    }
}

@media (min-width:1280px) {
    .verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list {
        column-count: 4
    }
}

.verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
    break-inside: avoid-column;
    margin-bottom: 24px
}

.verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__container {
    min-height: 100px
}

.verbum-editor-wrapper .edit-post-start-page-options__modal-content .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item .block-editor-block-preview__content {
    width: 100%
}

@keyframes edit-post__fade-in-animation {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.verbum-editor-wrapper body.js.block-editor-page {
    background: #fff
}

.verbum-editor-wrapper body.js.block-editor-page #wpcontent {
    padding-left: 0
}

.verbum-editor-wrapper body.js.block-editor-page #wpbody-content {
    padding-bottom: 0
}

.verbum-editor-wrapper body.js.block-editor-page #wpbody-content>div:not(.block-editor):not(#screen-meta),
.verbum-editor-wrapper body.js.block-editor-page #wpfooter {
    display: none
}

.verbum-editor-wrapper body.js.block-editor-page .a11y-speak-region {
    left: -1px;
    top: -1px
}

.verbum-editor-wrapper body.js.block-editor-page ul#adminmenu>li.current>a.current:after,
.verbum-editor-wrapper body.js.block-editor-page ul#adminmenu a.wp-has-current-submenu:after {
    border-right-color: #fff
}

.verbum-editor-wrapper body.js.block-editor-page .media-frame select.attachment-filters:last-of-type {
    max-width: 100%;
    width: auto
}

.verbum-editor-wrapper .block-editor-page #wpwrap {
    overflow-y: auto
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-page #wpwrap {
        overflow-y: initial
    }
}

.verbum-editor-wrapper .components-modal__frame,
.verbum-editor-wrapper .components-popover,
.verbum-editor-wrapper .edit-post-editor__inserter-panel,
.verbum-editor-wrapper .edit-post-header,
.verbum-editor-wrapper .edit-post-sidebar,
.verbum-editor-wrapper .edit-post-text-editor,
.verbum-editor-wrapper .editor-post-publish-panel {
    box-sizing: border-box
}

.verbum-editor-wrapper .components-modal__frame *,
.verbum-editor-wrapper .components-modal__frame :after,
.verbum-editor-wrapper .components-modal__frame :before,
.verbum-editor-wrapper .components-popover *,
.verbum-editor-wrapper .components-popover :after,
.verbum-editor-wrapper .components-popover :before,
.verbum-editor-wrapper .edit-post-editor__inserter-panel *,
.verbum-editor-wrapper .edit-post-editor__inserter-panel :after,
.verbum-editor-wrapper .edit-post-editor__inserter-panel :before,
.verbum-editor-wrapper .edit-post-header *,
.verbum-editor-wrapper .edit-post-header :after,
.verbum-editor-wrapper .edit-post-header :before,
.verbum-editor-wrapper .edit-post-sidebar *,
.verbum-editor-wrapper .edit-post-sidebar :after,
.verbum-editor-wrapper .edit-post-sidebar :before,
.verbum-editor-wrapper .edit-post-text-editor *,
.verbum-editor-wrapper .edit-post-text-editor :after,
.verbum-editor-wrapper .edit-post-text-editor :before,
.verbum-editor-wrapper .editor-post-publish-panel *,
.verbum-editor-wrapper .editor-post-publish-panel :after,
.verbum-editor-wrapper .editor-post-publish-panel :before {
    box-sizing: inherit
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor__container {
        bottom: 0;
        left: 0;
        min-height: calc(100vh - 46px);
        position: absolute;
        right: 0;
        top: 0
    }
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor__container {
        min-height: calc(100vh - 32px)
    }
    .verbum-editor-wrapper body.is-fullscreen-mode .block-editor__container {
        min-height: 100vh
    }
}

.verbum-editor-wrapper .block-editor__container img {
    height: auto;
    max-width: 100%
}

.verbum-editor-wrapper .interface-interface-skeleton__sidebar {
    border-left: none
}

@media (min-width:782px) {
    .verbum-editor-wrapper .is-sidebar-opened .interface-interface-skeleton__sidebar {
        border-left: 1px solid #e0e0e0;
        overflow: hidden scroll
    }
}

.verbum-editor-wrapper .block-editor-autocompleters__block {
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-autocompleters__block .block-editor-block-icon {
    margin-right: 8px
}

.verbum-editor-wrapper .block-editor-autocompleters__link {
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-autocompleters__link .block-editor-block-icon {
    margin-right: 8px
}

.verbum-editor-wrapper .block-editor-block-alignment-control__menu-group .components-menu-item__info,
.verbum-editor-wrapper .block-editor-block-inspector p:not(.components-base-control__help) {
    margin-top: 0
}

.verbum-editor-wrapper .block-editor-block-inspector h2,
.verbum-editor-wrapper .block-editor-block-inspector h3 {
    color: #1e1e1e;
    font-size: 13px;
    margin-bottom: 1.5em
}

.verbum-editor-wrapper .block-editor-block-inspector .components-base-control {
    margin-bottom: 24px
}

.verbum-editor-wrapper .block-editor-block-inspector .components-base-control:last-child {
    margin-bottom: 8px
}

.verbum-editor-wrapper .block-editor-block-inspector .components-focal-point-picker-control .components-base-control,
.verbum-editor-wrapper .block-editor-block-inspector .components-query-controls .components-base-control,
.verbum-editor-wrapper .block-editor-block-inspector .components-range-control .components-base-control {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-block-inspector .components-panel__body {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin-top: -1px
}

.verbum-editor-wrapper .block-editor-block-inspector__no-block-tools,
.verbum-editor-wrapper .block-editor-block-inspector__no-blocks {
    background: #fff;
    display: block;
    font-size: 13px;
    padding: 32px 16px;
    text-align: center
}

.verbum-editor-wrapper .block-editor-block-inspector__no-block-tools {
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .block-editor-block-inspector__tab-item {
    flex: 1 1 0px
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point-indicator {
    background: var(--wp-admin-theme-color);
    border-radius: 2px;
    opacity: 0;
    position: absolute;
    transform-origin: center;
    will-change: transform, opacity
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point.is-vertical>.block-editor-block-list__insertion-point-indicator {
    height: 4px;
    top: calc(50% - 2px);
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point.is-horizontal>.block-editor-block-list__insertion-point-indicator {
    bottom: 0;
    left: calc(50% - 2px);
    top: 0;
    width: 4px
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter {
    display: none;
    justify-content: center;
    left: calc(50% - 12px);
    position: absolute;
    top: calc(50% - 12px);
    will-change: transform
}

@media (min-width:480px) {
    .verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter {
        display: flex
    }
}

.verbum-editor-wrapper .block-editor-block-list__block-side-inserter-popover .components-popover__content>div {
    pointer-events: none
}

.verbum-editor-wrapper .block-editor-block-list__block-side-inserter-popover .components-popover__content>div>* {
    pointer-events: all
}

.verbum-editor-wrapper .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon,
.verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-list__empty-block-inserter .block-editor-inserter__toggle.components-button.has-icon:hover,
.verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon {
    background: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle.components-button.has-icon:hover {
    background: #1e1e1e
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button {
    background-color: #1e1e1e;
    border-radius: 2px;
    display: inline-flex;
    font-size: 13px;
    height: 48px;
    padding: 0 12px;
    z-index: 22
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content {
    align-items: center;
    display: inline-flex;
    margin: auto
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .block-editor-block-list__block-selection-button__content>.components-flex__item {
    margin-right: 6px
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle {
    cursor: grab;
    height: 24px;
    margin-left: -2px;
    min-width: 24px;
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button.has-icon.block-selection-button_drag-handle svg {
    min-height: 18px;
    min-width: 18px
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .block-editor-block-icon {
    color: #fff;
    font-size: 13px;
    height: 48px
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button {
    color: #fff;
    display: flex;
    height: 48px;
    min-width: 36px
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button:focus {
    border: 0;
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button:active,
.verbum-editor-wrapper .block-editor-block-list__block-selection-button .components-button[aria-disabled=true]:hover {
    color: #fff
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .block-selection-button_select-button.components-button {
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-list__block-selection-button .block-editor-block-mover {
    background: unset;
    border: 0
}

@keyframes hide-during-dragging {
    to {
        position: fixed;
        transform: translate(9999px, 9999px)
    }
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar,
.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-list__block-selection-button {
    margin-bottom: 12px;
    margin-top: 12px;
    pointer-events: all
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    overflow: visible;
    position: static;
    width: auto
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent {
    margin-left: 56px
}

.verbum-editor-wrapper .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-contextual-toolbar.has-parent {
    margin-left: 0
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar {
    overflow: visible
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar,
.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar .components-toolbar-group {
    border-right-color: #1e1e1e
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover.is-insertion-point-visible {
    visibility: hidden
}

.verbum-editor-wrapper .is-dragging-components-draggable .components-popover.block-editor-block-list__block-popover {
    animation: hide-during-dragging 1ms linear forwards;
    opacity: 0
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector {
    left: -57px;
    position: absolute
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector:before {
    content: ""
}

.verbum-editor-wrapper .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    padding-left: 6px;
    padding-right: 6px
}

.verbum-editor-wrapper .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector {
    margin-bottom: -1px;
    margin-left: -1px;
    margin-top: -1px;
    position: static
}

.verbum-editor-wrapper .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
    position: static
}

.verbum-editor-wrapper .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-mover__move-button-container,
.verbum-editor-wrapper .show-icon-labels .components-popover.block-editor-block-list__block-popover .block-editor-block-toolbar__block-controls .block-editor-block-mover {
    border-left: 1px solid #1e1e1e
}

.verbum-editor-wrapper .is-dragging-components-draggable .components-tooltip {
    display: none
}

.verbum-editor-wrapper .block-editor-block-lock-modal {
    z-index: 1000001
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-block-lock-modal .components-modal__frame {
        max-width: 480px
    }
}

.verbum-editor-wrapper .block-editor-block-lock-modal__checklist {
    margin: 0
}

.verbum-editor-wrapper .block-editor-block-lock-modal__options-title {
    padding: 12px 0
}

.verbum-editor-wrapper .block-editor-block-lock-modal__options-title .components-checkbox-control__label {
    font-weight: 600
}

.verbum-editor-wrapper .block-editor-block-lock-modal__checklist-item {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 12px 0 12px 32px
}

.verbum-editor-wrapper .block-editor-block-lock-modal__checklist-item .block-editor-block-lock-modal__lock-icon {
    fill: #1e1e1e;
    flex-shrink: 0;
    margin-right: 12px
}

.verbum-editor-wrapper .block-editor-block-lock-modal__checklist-item:hover {
    background-color: #f0f0f0;
    border-radius: 2px
}

.verbum-editor-wrapper .block-editor-block-lock-modal__template-lock {
    border-top: 1px solid #ddd;
    margin-top: 16px;
    padding: 12px 0
}

.verbum-editor-wrapper .block-editor-block-lock-modal__actions {
    margin-top: 24px
}

.verbum-editor-wrapper .block-editor-block-lock-toolbar .components-button.has-icon {
    min-width: 36px!important
}

.verbum-editor-wrapper .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar {
    margin-left: -6px!important
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-lock-toolbar {
    border-left: 1px solid #1e1e1e;
    margin-left: 6px!important;
    margin-right: -6px
}

.verbum-editor-wrapper .block-editor-block-breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-breadcrumb li {
    display: inline-flex;
    margin: 0
}

.verbum-editor-wrapper .block-editor-block-breadcrumb li .block-editor-block-breadcrumb__separator {
    fill: currentColor;
    margin-left: -4px;
    margin-right: -4px;
    transform: scaleX(1)
}

.verbum-editor-wrapper .block-editor-block-breadcrumb li:last-child .block-editor-block-breadcrumb__separator {
    display: none
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__button.components-button {
    height: 24px;
    line-height: 24px;
    padding: 0;
    position: relative
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__button.components-button:hover:not(:disabled) {
    box-shadow: none;
    text-decoration: underline
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__button.components-button:focus {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__button.components-button:focus:before {
    border-radius: 2px;
    bottom: 1px;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    content: "";
    display: block;
    left: 1px;
    outline: 2px solid #0000;
    position: absolute;
    right: 1px;
    top: 1px
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__current {
    cursor: default
}

.verbum-editor-wrapper .block-editor-block-breadcrumb__button.components-button,
.verbum-editor-wrapper .block-editor-block-breadcrumb__current {
    color: #1e1e1e;
    font-size: inherit;
    padding: 0 8px
}

.verbum-editor-wrapper .block-editor-block-card {
    align-items: flex-start;
    color: #1e1e1e;
    display: flex;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-block-card__content {
    flex-grow: 1
}

.verbum-editor-wrapper .block-editor-block-card__title {
    font-weight: 500
}

.verbum-editor-wrapper .block-editor-block-card__title.block-editor-block-card__title {
    font-size: 13px;
    line-height: 24px;
    margin: 0
}

.verbum-editor-wrapper .block-editor-block-card__description {
    display: block;
    font-size: 13px;
    margin-top: 4px
}

.verbum-editor-wrapper .block-editor-block-card .block-editor-block-icon {
    flex: 0 0 24px;
    height: 24px;
    margin-left: 0;
    margin-right: 12px;
    width: 24px
}

.verbum-editor-wrapper .block-editor-block-card.is-synced .block-editor-block-icon {
    color: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-block-compare {
    height: auto
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper {
    display: flex;
    padding-bottom: 16px
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 600px;
    min-width: 200px;
    padding: 0 16px 0 0;
    width: 50%
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper>div button {
    float: right
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__converted {
    border-left: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 0
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__html {
    border-bottom: 1px solid #ddd;
    color: #1e1e1e;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 12px;
    line-height: 1.7;
    padding-bottom: 15px
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__html span {
    background-color: #e6ffed;
    padding-bottom: 3px;
    padding-top: 3px
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__added {
    background-color: #acf2bd
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__html span.block-editor-block-compare__removed {
    background-color: #cc1818
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__preview {
    padding: 16px 0 0
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__preview p {
    font-size: 12px;
    margin-top: 0
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__action {
    margin-top: 16px
}

.verbum-editor-wrapper .block-editor-block-compare__wrapper .block-editor-block-compare__heading {
    font-size: 1em;
    font-weight: 400;
    margin: .67em 0
}

.verbum-editor-wrapper .block-editor-block-draggable-chip-wrapper {
    left: 0;
    position: absolute;
    top: -24px
}

.verbum-editor-wrapper .block-editor-block-draggable-chip {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 6px 8px #0000004d;
    color: #fff;
    cursor: grabbing;
    display: inline-flex;
    height: 48px;
    padding: 0 13px;
    -webkit-user-select: none;
    user-select: none;
    width: max-content
}

.verbum-editor-wrapper .block-editor-block-draggable-chip svg {
    fill: currentColor
}

.verbum-editor-wrapper .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content {
    justify-content: flex-start;
    margin: auto
}

.verbum-editor-wrapper .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item {
    margin-right: 6px
}

.verbum-editor-wrapper .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content>.components-flex__item:last-child {
    margin-right: 0
}

.verbum-editor-wrapper .block-editor-block-draggable-chip .block-editor-block-draggable-chip__content .block-editor-block-icon svg {
    min-height: 18px;
    min-width: 18px
}

.verbum-editor-wrapper .block-editor-block-draggable-chip .components-flex__item {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px
}

.verbum-editor-wrapper .block-editor-block-mover__move-button-container {
    border: 0;
    display: flex;
    padding: 0
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
        flex-direction: column
    }
    .verbum-editor-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>* {
        height: 24px;
        min-width: 0!important;
        width: 100%
    }
    .verbum-editor-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container>:before {
        height: calc(100% - 4px)
    }
    .verbum-editor-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
        flex-shrink: 0;
        top: 5px
    }
    .verbum-editor-wrapper .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
        bottom: 5px;
        flex-shrink: 0
    }
    .verbum-editor-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container {
        width: 48px
    }
    .verbum-editor-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container>* {
        min-width: 0!important;
        overflow: hidden;
        width: 24px
    }
    .verbum-editor-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button {
        padding-left: 0;
        padding-right: 0
    }
    .verbum-editor-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-up-button svg {
        left: 5px
    }
    .verbum-editor-wrapper .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container .block-editor-block-mover-button.is-down-button svg {
        right: 5px
    }
}

.verbum-editor-wrapper .block-editor-block-mover__drag-handle {
    cursor: grab
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-block-mover__drag-handle {
        min-width: 0!important;
        overflow: hidden;
        width: 24px
    }
    .verbum-editor-wrapper .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon.has-icon {
        padding-left: 0;
        padding-right: 0
    }
}

.verbum-editor-wrapper .components-button.block-editor-block-mover-button:before {
    animation: components-button__appear-animation .1s ease;
    animation-fill-mode: forwards;
    border-radius: 2px;
    content: "";
    display: block;
    height: 32px;
    left: 8px;
    position: absolute;
    right: 8px;
    z-index: -1
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-button.block-editor-block-mover-button:before {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .components-button.block-editor-block-mover-button:focus,
.verbum-editor-wrapper .components-button.block-editor-block-mover-button:focus:before,
.verbum-editor-wrapper .components-button.block-editor-block-mover-button:focus:enabled {
    box-shadow: none;
    outline: 0
}

.verbum-editor-wrapper .components-button.block-editor-block-mover-button:focus-visible:before {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-block-navigation__container {
    min-width: 280px
}

.verbum-editor-wrapper .block-editor-block-navigation__label {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: uppercase
}

.verbum-editor-wrapper .block-editor-block-patterns-list__list-item {
    cursor: pointer;
    margin-bottom: 24px;
    position: relative
}

.verbum-editor-wrapper .block-editor-block-patterns-list__list-item.is-placeholder {
    min-height: 100px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__list-item[draggable=true] {
    cursor: grab
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item {
    height: 100%;
    scroll-margin-bottom: 56px;
    scroll-margin-top: 24px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item .block-editor-block-preview__container {
    align-items: center;
    border-radius: 4px;
    display: flex;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item .block-editor-block-patterns-list__item-title {
    flex-grow: 1;
    text-align: left
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item:hover .block-editor-block-preview__container {
    box-shadow: 0 0 0 2px #1e1e1e
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item:focus .block-editor-block-preview__container {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #1e1e1e;
    outline: 2px solid #0000;
    outline-offset: 2px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item.block-editor-block-patterns-list__list-item-synced:focus .block-editor-block-preview__container,
.verbum-editor-wrapper .block-editor-block-patterns-list__item.block-editor-block-patterns-list__list-item-synced:hover .block-editor-block-preview__container {
    box-shadow: 0 0 0 2px var(--wp-block-synced-color), 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item .block-editor-patterns__pattern-details {
    align-items: center;
    margin-top: 8px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper {
    height: 24px;
    min-width: 24px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__item .block-editor-patterns__pattern-icon-wrapper .block-editor-patterns__pattern-icon {
    fill: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination {
    border-top: 1px solid #2f2f2f;
    justify-content: center;
    padding: 4px
}

.verbum-editor-wrapper .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination .components-button.is-tertiary {
    height: 32px;
    justify-content: center;
    width: auto
}

.verbum-editor-wrapper .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination .components-button.is-tertiary:disabled {
    background: 0 0;
    color: #949494
}

.verbum-editor-wrapper .block-editor-patterns__grid-pagination-wrapper .block-editor-patterns__grid-pagination .components-button.is-tertiary:hover:not(:disabled) {
    background-color: #757575;
    color: #fff
}

.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination,
.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-next,
.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination .block-editor-patterns__grid-pagination-previous {
    flex-direction: column
}

.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination .components-button {
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination .components-button span {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-patterns__grid-pagination .components-button:before {
    content: attr(aria-label)
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover {
    margin: 0!important;
    pointer-events: none;
    position: absolute;
    z-index: 31
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover .components-popover__content {
    margin: 0!important;
    min-width: auto;
    overflow-y: visible;
    width: max-content
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover:not(.block-editor-block-popover__inbetween,
.block-editor-block-popover__drop-zone,
.block-editor-block-list__block-side-inserter-popover) .components-popover__content * {
    pointer-events: all
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover__inbetween,
.verbum-editor-wrapper .components-popover.block-editor-block-popover__inbetween * {
    pointer-events: none
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover__inbetween .is-with-inserter,
.verbum-editor-wrapper .components-popover.block-editor-block-popover__inbetween .is-with-inserter * {
    pointer-events: all
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover__drop-zone * {
    pointer-events: none
}

.verbum-editor-wrapper .components-popover.block-editor-block-popover__drop-zone .block-editor-block-popover__drop-zone-foreground {
    background-color: var(--wp-admin-theme-color);
    border-radius: 2px;
    inset: 0;
    position: absolute
}

.verbum-editor-wrapper .block-editor-block-preview__container {
    overflow: hidden;
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-preview__container .block-editor-block-preview__content {
    left: 0;
    margin: 0;
    min-height: auto;
    overflow: visible;
    text-align: initial;
    top: 0;
    transform-origin: top left;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-preview__container .block-editor-block-preview__content .block-editor-block-list__insertion-point,
.verbum-editor-wrapper .block-editor-block-preview__container .block-editor-block-preview__content .block-list-appender {
    display: none
}

.verbum-editor-wrapper .block-editor-block-preview__container:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.verbum-editor-wrapper .block-editor-block-rename-modal {
    z-index: 1000001
}

.verbum-editor-wrapper .block-editor-block-settings-menu__popover .components-dropdown-menu__menu {
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-styles+.default-style-picker__default-switcher {
    margin-top: 16px
}

.verbum-editor-wrapper .block-editor-block-styles__preview-panel {
    display: none;
    z-index: 90
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-block-styles__preview-panel {
        display: block
    }
}

.verbum-editor-wrapper .block-editor-block-styles__preview-panel .block-editor-block-icon {
    display: none
}

.verbum-editor-wrapper .block-editor-block-styles__variants {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between
}

.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item {
    box-shadow: inset 0 0 0 1px #ddd;
    color: #1e1e1e;
    display: inline-block;
    width: calc(50% - 4px)
}

.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:hover {
    box-shadow: inset 0 0 0 1px #ddd;
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active,
.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover {
    background-color: #1e1e1e;
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active .block-editor-block-styles__item-text,
.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:hover .block-editor-block-styles__item-text {
    color: #fff
}

.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item.is-active:focus,
.verbum-editor-wrapper .block-editor-block-styles__variants button.components-button.block-editor-block-styles__item:focus {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-block-styles__variants .block-editor-block-styles__item-text {
    text-align: start;
    text-align-last: center;
    white-space: normal;
    word-break: break-all
}

.verbum-editor-wrapper .block-editor-block-styles__block-preview-container,
.verbum-editor-wrapper .block-editor-block-styles__block-preview-container * {
    box-sizing: border-box!important
}

.verbum-editor-wrapper .block-editor-block-switcher {
    position: relative
}

.verbum-editor-wrapper .block-editor-block-switcher .components-button.components-dropdown-menu__toggle.has-icon.has-icon {
    min-width: 36px
}

.verbum-editor-wrapper .block-editor-block-switcher__no-switcher-icon,
.verbum-editor-wrapper .block-editor-block-switcher__toggle {
    position: relative
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon,
.verbum-editor-wrapper .components-button.block-editor-block-switcher__toggle {
    display: block;
    height: 48px;
    margin: 0
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.verbum-editor-wrapper .components-button.block-editor-block-switcher__toggle .block-editor-block-icon {
    margin: auto
}

.verbum-editor-wrapper .block-editor-block-switcher__toggle-text {
    margin-left: 8px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-switcher__toggle-text {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar .block-editor-block-switcher .components-button.has-icon:after {
    font-size: 14px
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon {
    display: flex
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
    margin-left: auto;
    margin-right: auto;
    min-width: 24px!important
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon:disabled {
    opacity: 1
}

.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon:disabled,
.verbum-editor-wrapper .components-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
    color: #1e1e1e
}

.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon .block-editor-block-icon {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 auto;
    min-width: 100%;
    position: relative
}

.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__no-switcher-icon.has-icon.has-icon:before,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar .components-button.block-editor-block-switcher__toggle.has-icon.has-icon:before {
    bottom: 8px;
    left: 8px;
    right: 8px;
    top: 8px
}

.verbum-editor-wrapper .components-popover.block-editor-block-switcher__popover .components-popover__content {
    min-width: 300px
}

.verbum-editor-wrapper .block-editor-block-switcher__popover__preview__parent .block-editor-block-switcher__popover__preview__container {
    left: calc(100% + 16px);
    position: absolute;
    top: -12px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview__popover {
    display: none;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-block-switcher__preview__popover.components-popover {
    margin-top: 11px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-block-switcher__preview__popover {
        display: block
    }
}

.verbum-editor-wrapper .block-editor-block-switcher__preview__popover .components-popover__content {
    background: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    box-shadow: none;
    outline: 0;
    overflow: auto;
    width: 300px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview {
    margin: 16px 0;
    max-height: 468px;
    overflow: hidden;
    padding: 0 16px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview__popover .block-editor-block-switcher__preview.is-pattern-list-preview {
    overflow: unset
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-title {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 12px;
    text-transform: uppercase
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon {
    min-width: 36px
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle {
    height: 48px
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    height: 48px;
    width: 48px
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__no-switcher-icon .block-editor-block-switcher__transform,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .components-button.block-editor-block-switcher__toggle .block-editor-block-switcher__transform {
    padding: 12px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container {
    padding-bottom: 16px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item {
    margin-top: 16px
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-preview__container {
    cursor: pointer
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item {
    border: 1px solid #0000;
    border-radius: 2px;
    height: 100%;
    position: relative;
    transition: all .05s ease-in-out
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:focus,
.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item:hover {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #1e1e1e
}

.verbum-editor-wrapper .block-editor-block-switcher__preview-patterns-container .block-editor-block-switcher__preview-patterns-container-list__list-item .block-editor-block-switcher__preview-patterns-container-list__item .block-editor-block-switcher__preview-patterns-container-list__item-title {
    cursor: pointer;
    font-size: 12px;
    padding: 4px;
    text-align: center
}

.verbum-editor-wrapper .block-editor-block-types-list>[role=presentation] {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-block-pattern-setup {
    align-items: flex-start;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid {
    padding-top: 4px
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__toolbar {
    justify-content: center
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
    column-count: 2;
    column-gap: 24px;
    display: block;
    padding: 0 32px;
    width: 100%
}

@media (min-width:1440px) {
    .verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container {
        column-count: 3
    }
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-preview__container,
.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container div[role=button] {
    cursor: pointer
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item {
    scroll-margin: 5px 0
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-preview__container {
    box-shadow: 0 0 0 2px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-preview__container {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff, 0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
    outline-offset: 2px
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:focus .block-editor-block-pattern-setup-list__item-title,
.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__item:hover .block-editor-block-pattern-setup-list__item-title {
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item {
    break-inside: avoid-column;
    margin-bottom: 24px
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-pattern-setup-list__item-title {
    cursor: pointer;
    font-size: 12px;
    padding-top: 8px;
    text-align: center
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__container {
    border: 1px solid #ddd;
    border-radius: 2px;
    min-height: 100px
}

.verbum-editor-wrapper .block-editor-block-pattern-setup.view-mode-grid .block-editor-block-pattern-setup__container .block-editor-block-pattern-setup-list__list-item .block-editor-block-preview__content {
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar {
    align-items: center;
    align-self: stretch;
    background-color: #fff;
    border-top: 1px solid #ddd;
    bottom: 0;
    box-sizing: border-box;
    color: #1e1e1e;
    display: flex;
    flex-direction: row;
    height: 60px;
    justify-content: space-between;
    margin: 0;
    padding: 16px;
    position: absolute;
    text-align: left;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__display-controls {
    display: flex
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions,
.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__navigation {
    display: flex;
    width: calc(50% - 36px)
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__toolbar .block-editor-block-pattern-setup__actions {
    justify-content: flex-end
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container {
    height: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transform-style: preserve-3d
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container * {
    box-sizing: border-box
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide {
    background-color: #fff;
    height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0;
    transition: transform .5s, z-index .5s;
    width: 100%;
    z-index: 100
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.active-slide {
    opacity: 1;
    position: relative;
    z-index: 102
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.previous-slide {
    transform: translateX(-100%);
    z-index: 101
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .carousel-container .pattern-slide.next-slide {
    transform: translateX(100%);
    z-index: 101
}

.verbum-editor-wrapper .block-editor-block-pattern-setup .block-editor-block-pattern-setup__container .block-list-appender {
    display: none
}

.verbum-editor-wrapper .block-editor-block-pattern-setup__carousel,
.verbum-editor-wrapper .block-editor-block-pattern-setup__grid {
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-transforms {
    padding: 0 16px 16px 52px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-transforms .components-dropdown-menu__toggle {
    border: 1px solid #757575;
    border-radius: 2px;
    justify-content: left;
    min-height: 30px;
    padding: 6px 12px;
    position: relative;
    text-align: left;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-transforms .components-dropdown-menu__toggle.components-dropdown-menu__toggle {
    padding-right: 24px
}

.verbum-editor-wrapper .block-editor-block-variation-transforms .components-dropdown-menu__toggle:focus:not(:disabled) {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 calc(var(--wp-admin-border-width-focus) - 1px) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-variation-transforms .components-dropdown-menu__toggle svg {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-variation-transforms__popover .components-popover__content {
    min-width: 230px
}

.verbum-editor-wrapper .components-border-radius-control {
    margin-bottom: 12px
}

.verbum-editor-wrapper .components-border-radius-control legend {
    margin-bottom: 8px
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__wrapper {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__unit-control {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 16px;
    width: calc(50% - 8px)
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control {
    flex: 1;
    margin-right: 12px
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__wrapper .components-border-radius-control__range-control>div {
    align-items: center;
    display: flex;
    height: 40px
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__wrapper>span {
    flex: 0 0 auto
}

.verbum-editor-wrapper .components-border-radius-control .components-border-radius-control__input-controls-wrapper {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-right: 12px
}

.verbum-editor-wrapper .components-border-radius-control .component-border-radius-control__linked-button {
    display: flex;
    justify-content: center;
    margin-top: 8px
}

.verbum-editor-wrapper .components-border-radius-control .component-border-radius-control__linked-button svg {
    margin-right: 0
}

.verbum-editor-wrapper .block-editor-color-gradient-control .block-editor-color-gradient-control__color-indicator {
    margin-bottom: 12px
}

.verbum-editor-wrapper .block-editor-color-gradient-control__fieldset {
    min-width: 0
}

.verbum-editor-wrapper .block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings,
.verbum-editor-wrapper .block-editor-panel-color-gradient-settings.block-editor-panel-color-gradient-settings>div:not(:first-of-type) {
    display: block
}

@media screen and (min-width:782px) {
    .verbum-editor-wrapper .block-editor-panel-color-gradient-settings .components-circular-option-picker__swatches {
        display: grid;
        grid-template-columns: repeat(6, 28px)
    }
}

.verbum-editor-wrapper .block-editor-block-inspector .block-editor-panel-color-gradient-settings .components-base-control {
    margin-bottom: inherit
}

.verbum-editor-wrapper .block-editor-panel-color-gradient-settings__dropdown-content .block-editor-color-gradient-control__panel {
    padding: 16px;
    width: 260px
}

.verbum-editor-wrapper .block-editor-panel-color-gradient-settings__color-indicator {
    background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0)
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__item {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    max-width: 100%;
    padding: 0
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__item:nth-child(1 of.block-editor-tools-panel-color-gradient-settings__item) {
    border-top: 1px solid #ddd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-top: 24px
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__item:nth-last-child(1 of.block-editor-tools-panel-color-gradient-settings__item) {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__item>div,
.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__item>div>button {
    border-radius: inherit
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__dropdown {
    display: block;
    padding: 0
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__dropdown>button {
    height: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__dropdown>button.is-open {
    background: #f0f0f0;
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-tools-panel-color-gradient-settings__dropdown .block-editor-panel-color-gradient-settings__color-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-panel-color-gradient-settings__dropdown {
    width: 100%
}

.verbum-editor-wrapper .block-editor-panel-color-gradient-settings__dropdown .component-color-indicator {
    flex-shrink: 0
}

.verbum-editor-wrapper .block-editor-contrast-checker>.components-notice {
    margin: 0
}

.verbum-editor-wrapper .block-editor-date-format-picker {
    margin-bottom: 16px
}

.verbum-editor-wrapper .block-editor-date-format-picker__custom-format-select-control__custom-option {
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .block-editor-date-format-picker__custom-format-select-control__custom-option.has-hint {
    grid-template-columns: auto 30px
}

.verbum-editor-wrapper .block-editor-date-format-picker__custom-format-select-control__custom-option .components-custom-select-control__item-hint {
    grid-row: 2;
    text-align: left
}

.verbum-editor-wrapper .block-editor-duotone-control__popover>.components-popover__content {
    padding: 16px;
    width: 260px
}

.verbum-editor-wrapper .block-editor-duotone-control__popover .components-menu-group__label {
    padding: 0
}

.verbum-editor-wrapper .block-editor-duotone-control__popover .components-circular-option-picker__swatches {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, 28px);
    justify-content: space-between
}

.verbum-editor-wrapper .block-editor-duotone-control__unset-indicator {
    background: linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0)
}

.verbum-editor-wrapper .components-font-appearance-control ul li {
    color: #1e1e1e;
    text-transform: capitalize
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__toggle-icon {
    fill: currentColor
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-popover-container {
    width: 230px
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-dropdown,
.verbum-editor-wrapper .block-editor-global-styles-filters-panel__dropdown {
    display: block;
    padding: 0
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-dropdown button,
.verbum-editor-wrapper .block-editor-global-styles-filters-panel__dropdown button {
    padding: 8px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-dropdown button.is-open,
.verbum-editor-wrapper .block-editor-global-styles-filters-panel__dropdown button.is-open {
    background-color: #f0f0f0
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-indicator-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding: 6px
}

.verbum-editor-wrapper .block-editor-global-styles-effects-panel__shadow-indicator {
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #2f2f2f;
    cursor: pointer;
    height: 24px;
    padding: 0;
    width: 24px
}

.verbum-editor-wrapper .block-editor-global-styles-advanced-panel__custom-css-input textarea {
    direction: ltr;
    font-family: Menlo, Consolas, monaco, monospace
}

.verbum-editor-wrapper .block-editor-global-styles-advanced-panel__custom-css-validation-wrapper {
    bottom: 16px;
    position: absolute;
    right: 24px
}

.verbum-editor-wrapper .block-editor-global-styles-advanced-panel__custom-css-validation-icon {
    fill: #cc1818
}

.verbum-editor-wrapper .block-editor-height-control {
    border: 0;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-image-size-control {
    margin-bottom: 1em
}

.verbum-editor-wrapper .block-editor-image-size-control .block-editor-image-size-control__height,
.verbum-editor-wrapper .block-editor-image-size-control .block-editor-image-size-control__width {
    margin-bottom: 1.115em
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item {
    display: block;
    margin: 0;
    padding: 0;
    width: 33.33%
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled) .block-editor-block-icon.has-colors {
    color: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
    color: var(--wp-block-synced-color)!important;
    filter: brightness(.95)
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):hover svg {
    color: var(--wp-block-synced-color)!important
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item.is-synced .components-button.block-editor-block-types-list__item:not(:disabled):after {
    background: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item {
    align-items: stretch;
    background: #0000;
    border-radius: 2px;
    color: #1e1e1e;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    height: auto;
    justify-content: center;
    padding: 8px;
    position: relative;
    transition: all .05s ease-in-out;
    width: 100%;
    word-break: break-word
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .components-button.block-editor-block-types-list__item {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:disabled {
    cursor: default;
    opacity: .6
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:not(:disabled):hover .block-editor-block-types-list__item-title {
    color: var(--wp-admin-theme-color)!important;
    filter: brightness(.95)
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:not(:disabled):hover svg {
    color: var(--wp-admin-theme-color)!important
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:not(:disabled):hover:after {
    background: var(--wp-admin-theme-color);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .04;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:not(:disabled):focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .components-button.block-editor-block-types-list__item:not(:disabled).is-active {
    background: #1e1e1e;
    color: #fff;
    outline: 2px solid #0000;
    outline-offset: -2px
}

.verbum-editor-wrapper .block-editor-block-types-list__item-icon {
    border-radius: 2px;
    color: #1e1e1e;
    padding: 12px 20px;
    transition: all .05s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-block-types-list__item-icon {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-block-types-list__item-icon .block-editor-block-icon {
    margin-left: auto;
    margin-right: auto
}

.verbum-editor-wrapper .block-editor-block-types-list__item-icon svg {
    transition: all .15s ease-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-block-types-list__item-icon svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-block-types-list__list-item[draggable=true] .block-editor-block-types-list__item-icon {
    cursor: grab
}

.verbum-editor-wrapper .block-editor-block-types-list__item-title {
    font-size: 12px;
    padding: 4px 2px 8px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon svg {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-inspector__tabs .components-tab-panel__tabs .components-button.has-icon:before {
    content: attr(aria-label)
}

.verbum-editor-wrapper .block-editor-inspector-controls-tabs__hint {
    align-items: top;
    background: #f0f0f0;
    border-radius: 2px;
    color: #1e1e1e;
    display: flex;
    flex-direction: row;
    margin: 16px
}

.verbum-editor-wrapper .block-editor-inspector-controls-tabs__hint-content {
    margin: 12px 0 12px 12px
}

.verbum-editor-wrapper .block-editor-inspector-controls-tabs__hint-dismiss {
    margin: 4px 4px 4px 0
}

.verbum-editor-wrapper .block-editor-inspector-popover-header {
    margin-bottom: 16px
}

.verbum-editor-wrapper [class].block-editor-inspector-popover-header__action {
    height: 24px
}

.verbum-editor-wrapper [class].block-editor-inspector-popover-header__action.has-icon {
    min-width: 24px;
    padding: 0
}

.verbum-editor-wrapper [class].block-editor-inspector-popover-header__action:not(.has-icon) {
    text-decoration: underline
}

.verbum-editor-wrapper .items-justified-left {
    justify-content: flex-start
}

.verbum-editor-wrapper .items-justified-center {
    justify-content: center
}

.verbum-editor-wrapper .items-justified-right {
    justify-content: flex-end
}

.verbum-editor-wrapper .items-justified-space-between {
    justify-content: space-between
}

@keyframes loadingpulse {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.verbum-editor-wrapper .block-editor-link-control {
    min-width: 350px;
    position: relative
}

.verbum-editor-wrapper .components-popover__content .block-editor-link-control {
    max-width: 350px;
    min-width: auto;
    width: 90vw
}

.verbum-editor-wrapper .show-icon-labels .block-editor-link-control .components-button.has-icon svg {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-link-control .components-button.has-icon:before {
    content: attr(aria-label)
}

.verbum-editor-wrapper .block-editor-link-control__search-input-wrapper {
    margin-bottom: 8px;
    position: relative
}

.verbum-editor-wrapper .block-editor-link-control__search-input-container,
.verbum-editor-wrapper .block-editor-link-control__search-input-wrapper {
    position: relative
}

.verbum-editor-wrapper .block-editor-link-control__search-input.has-no-label .block-editor-url-input__input {
    flex: 1
}

.verbum-editor-wrapper .block-editor-link-control__field {
    margin: 16px
}

.verbum-editor-wrapper .block-editor-link-control__field .components-base-control__label {
    color: #1e1e1e
}

.verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input,
.verbum-editor-wrapper .block-editor-link-control__field input[type=text] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: normal;
    margin: 0;
    padding: 8px 40px 8px 16px;
    position: relative;
    transition: box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input,
    .verbum-editor-wrapper .block-editor-link-control__field input[type=text] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input,
    .verbum-editor-wrapper .block-editor-link-control__field input[type=text] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input:focus,
.verbum-editor-wrapper .block-editor-link-control__field input[type=text]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input::-webkit-input-placeholder,
.verbum-editor-wrapper .block-editor-link-control__field input[type=text]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input::-moz-placeholder,
.verbum-editor-wrapper .block-editor-link-control__field input[type=text]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .block-editor-link-control__field.block-editor-url-input input[type=text].block-editor-url-input__input:-ms-input-placeholder,
.verbum-editor-wrapper .block-editor-link-control__field input[type=text]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .block-editor-link-control__search-error {
    margin: -8px 16px 16px
}

.verbum-editor-wrapper .block-editor-link-control__search-enter {
    position: absolute;
    right: 19px;
    top: 3px
}

.verbum-editor-wrapper .block-editor-link-control__search-enter svg {
    position: relative;
    top: -2px
}

.verbum-editor-wrapper .block-editor-link-control__search-actions {
    padding: 8px 16px 16px
}

.verbum-editor-wrapper .block-editor-link-control__search-results-wrapper {
    position: relative
}

.verbum-editor-wrapper .block-editor-link-control__search-results-wrapper:after,
.verbum-editor-wrapper .block-editor-link-control__search-results-wrapper:before {
    content: "";
    display: block;
    left: -1px;
    pointer-events: none;
    position: absolute;
    right: 16px;
    z-index: 100
}

.verbum-editor-wrapper .block-editor-link-control__search-results-wrapper:before {
    bottom: auto;
    height: 8px;
    top: 0
}

.verbum-editor-wrapper .block-editor-link-control__search-results-wrapper:after {
    bottom: 0;
    height: 16px;
    top: auto
}

.verbum-editor-wrapper .block-editor-link-control__search-results {
    margin-top: -16px;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px
}

.verbum-editor-wrapper .block-editor-link-control__search-results.is-loading {
    opacity: .2
}

.verbum-editor-wrapper .block-editor-link-control__search-item.components-button.components-menu-item__button {
    height: auto;
    text-align: left
}

.verbum-editor-wrapper .block-editor-link-control__search-item .components-menu-item__item {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item .components-menu-item__item mark {
    background-color: initial;
    color: inherit;
    font-weight: 600
}

.verbum-editor-wrapper .block-editor-link-control__search-item .components-menu-item__shortcut {
    color: #757575;
    text-transform: capitalize;
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-link-control__search-item[aria-selected] {
    background: #f0f0f0
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-current {
    background: #0000;
    border: 0;
    cursor: default;
    flex-direction: column;
    padding: 16px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-header {
    align-items: flex-start;
    display: block;
    flex-direction: row;
    margin-right: 8px;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-header .block-editor-link-control__search-item-info {
    word-break: break-all
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-preview .block-editor-link-control__search-item-header {
    display: flex;
    flex: 1
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-header {
    align-items: center
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-url-title .block-editor-link-control__search-item-title {
    word-break: break-all
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 8px;
    max-height: 24px;
    position: relative;
    width: 24px
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-icon img {
    width: 16px
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-error .block-editor-link-control__search-item-icon {
    max-height: 32px;
    top: 0;
    width: 32px
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title {
    display: block;
    font-weight: 500;
    line-height: 24px;
    position: relative
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title mark {
    background-color: initial;
    color: inherit;
    font-weight: 600
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title span {
    font-weight: 400
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-title svg {
    display: none
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-description {
    margin: 0;
    padding-top: 12px
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder {
    display: flex;
    flex-direction: column;
    height: 28px;
    justify-content: space-around;
    margin-top: 12px;
    padding-top: 0
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder:after,
.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-description.is-placeholder:before {
    background-color: #f0f0f0;
    border-radius: 3px;
    content: "";
    display: block;
    height: .7em;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-description .components-text {
    font-size: .9em
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-image {
    background-color: #f0f0f0;
    border-radius: 2px;
    display: flex;
    height: 140px;
    justify-content: center;
    margin-top: 12px;
    max-height: 140px;
    overflow: hidden;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-image.is-placeholder {
    background-color: #f0f0f0;
    border-radius: 3px
}

.verbum-editor-wrapper .block-editor-link-control__search-item .block-editor-link-control__search-item-image img {
    display: block;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item-top {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item-bottom {
    transition: opacity 1.5s;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-description:after,
.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-description:before,
.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-image {
    animation: loadingpulse 1s linear infinite;
    animation-delay: .5s
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon img,
.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon svg {
    opacity: 0
}

.verbum-editor-wrapper .block-editor-link-control__search-item.is-fetching .block-editor-link-control__search-item-icon:before {
    animation: loadingpulse 1s linear infinite;
    animation-delay: .5s;
    background-color: #f0f0f0;
    border-radius: 100%;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-link-control__loading {
    align-items: center;
    display: flex;
    margin: 16px
}

.verbum-editor-wrapper .block-editor-link-control__loading .components-spinner {
    margin-top: 0
}

.verbum-editor-wrapper .components-button+.block-editor-link-control__search-create {
    overflow: visible;
    padding: 12px 16px
}

.verbum-editor-wrapper .components-button+.block-editor-link-control__search-create:before {
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -10px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-link-control__search-create {
    align-items: center
}

.verbum-editor-wrapper .block-editor-link-control__search-create .block-editor-link-control__search-item-title {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-link-control__search-create .block-editor-link-control__search-item-icon {
    top: 0
}

.verbum-editor-wrapper .block-editor-link-control__drawer {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    order: 30
}

.verbum-editor-wrapper .block-editor-link-control__drawer-inner {
    display: flex;
    flex-basis: 100%;
    flex-direction: column;
    position: relative
}

.verbum-editor-wrapper .block-editor-link-control__unlink {
    padding-left: 16px;
    padding-right: 16px
}

.verbum-editor-wrapper .block-editor-link-control__setting {
    flex: 1;
    margin-bottom: 0;
    padding: 8px 0 8px 24px
}

.verbum-editor-wrapper .block-editor-link-control__setting .components-base-control__field {
    display: flex
}

.verbum-editor-wrapper .block-editor-link-control__setting .components-base-control__field .components-checkbox-control__label {
    color: #1e1e1e
}

.verbum-editor-wrapper .block-editor-link-control__setting input {
    margin-left: 0
}

.verbum-editor-wrapper .is-preview .block-editor-link-control__setting {
    padding: 20px 8px 8px 0
}

.verbum-editor-wrapper .block-editor-link-control__tools {
    margin-top: -16px;
    padding: 8px 8px 0
}

.verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle {
    gap: 0;
    padding-left: 0
}

.verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] {
    color: #1e1e1e
}

.verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg {
    transform: rotate(90deg);
    transition: transform .1s ease;
    visibility: visible
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=true] svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg {
    transform: rotate(0deg);
    transition: transform .1s ease;
    visibility: visible
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-link-control__tools .components-button.block-editor-link-control__drawer-toggle[aria-expanded=false] svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-link-control .block-editor-link-control__search-input .components-spinner {
    display: block
}

.verbum-editor-wrapper .block-editor-link-control .block-editor-link-control__search-input .components-spinner.components-spinner {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 40px;
    top: calc(50% - 8px)
}

.verbum-editor-wrapper .block-editor-link-control .block-editor-link-control__search-input-wrapper.has-actions .components-spinner {
    right: 12px;
    top: calc(50% + 4px)
}

.verbum-editor-wrapper .block-editor-link-control__search-item-action {
    flex-shrink: 0;
    margin-left: auto
}

.verbum-editor-wrapper .block-editor-list-view-tree {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%
}

.verbum-editor-wrapper .components-modal__content .block-editor-list-view-tree {
    margin: -12px -6px 0;
    width: calc(100% + 12px)
}

.verbum-editor-wrapper .block-editor-list-view-leaf {
    position: relative
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button[aria-expanded=true] {
    color: inherit
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button:hover {
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .is-dragging-components-draggable .block-editor-list-view-leaf:not(.is-selected) .block-editor-list-view-block-select-button:hover {
    color: inherit
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected td {
    background: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected.is-synced td {
    background: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus,
.verbum-editor-wrapper .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:hover {
    color: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-synced:not(.is-selected) .block-editor-list-view-block-contents:focus:after {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents,
.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .components-button.has-icon {
    color: #fff
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-contents:focus:after {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected.is-synced .block-editor-list-view-block-contents:focus:after {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .block-editor-list-view-block__menu:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-first-selected td:first-child {
    border-top-left-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-first-selected td:last-child {
    border-top-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-last-selected td:first-child {
    border-bottom-left-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-last-selected td:last-child {
    border-bottom-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-branch-selected:not(.is-selected):not(.is-synced-branch) {
    background: rgba(var(--wp-admin-theme-color--rgb), .04)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-synced-branch.is-branch-selected {
    background: rgba(var(--wp-block-synced-color--rgb), .04)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:first-child {
    border-top-left-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-branch-selected.is-first-selected td:last-child {
    border-top-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:first-child {
    border-top-left-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-first-selected td:last-child {
    border-top-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:first-child {
    border-bottom-left-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false].is-branch-selected.is-last-selected td:last-child {
    border-bottom-right-radius: 2px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-branch-selected:not(.is-selected) td {
    border-radius: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-contents {
    align-items: center;
    border-radius: 2px;
    display: flex;
    height: auto;
    padding: 6px 4px 6px 0;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-contents.is-dropping-before:before {
    border-top: 4px solid var(--wp-admin-theme-color);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -2px;
    transition: border-color .1s linear, border-style .1s linear, box-shadow .1s linear
}

.verbum-editor-wrapper .components-modal__content .block-editor-list-view-leaf .block-editor-list-view-block-contents {
    padding-left: 0;
    padding-right: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after {
    border-radius: inherit;
    bottom: 0;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: -29px;
    top: 0;
    z-index: 2
}

.verbum-editor-wrapper .is-dragging-components-draggable .block-editor-list-view-leaf .block-editor-list-view-block-contents:focus:after {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-list-view-leaf.has-single-cell .block-editor-list-view-block-contents:focus:after {
    right: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    z-index: 1
}

.verbum-editor-wrapper .is-dragging-components-draggable .block-editor-list-view-leaf .block-editor-list-view-block__menu:focus {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards;
    opacity: 1
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-list-view-leaf.is-visible .block-editor-list-view-block-contents {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-icon {
    flex: 0 0 24px;
    margin-right: 8px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__contents-cell,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
    padding-bottom: 0;
    padding-top: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell {
    line-height: 0;
    vertical-align: middle;
    width: 36px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell>* {
    opacity: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell.is-visible>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:focus-within>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell:hover>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell.is-visible>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:focus-within>*,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell:hover>* {
    opacity: 1
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell,
.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell .components-button.has-icon {
    min-width: 24px;
    padding: 0;
    width: 24px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell {
    padding-right: 4px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__menu-cell .components-button.has-icon {
    height: 24px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block__mover-cell-alignment-wrapper {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button {
    height: 24px;
    position: relative;
    width: 36px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button svg {
    height: 24px;
    position: relative
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button {
    align-items: flex-end;
    margin-top: -6px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button.is-up-button svg {
    bottom: -4px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button {
    align-items: flex-start;
    margin-bottom: -6px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button.is-down-button svg {
    top: -4px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-block-mover-button:before {
    height: 16px;
    left: 0;
    min-width: 100%;
    right: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-inserter__toggle {
    background: #1e1e1e;
    color: #fff;
    height: 24px;
    margin: 6px 6px 6px 1px;
    min-width: 24px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-inserter__toggle:active {
    color: #fff
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__label-wrapper {
    min-width: 120px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title {
    flex: 1;
    position: relative
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__title .components-truncate {
    position: absolute;
    transform: translateY(-50%);
    width: 100%
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor-wrapper {
    max-width: min(110px, 40%);
    position: relative;
    width: 100%
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__anchor {
    background: #0000001a;
    border-radius: 2px;
    box-sizing: border-box;
    max-width: 100%;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    transform: translateY(-50%)
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__anchor {
    background: #0000004d
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__lock {
    line-height: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__images {
    display: flex
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image {
    background-size: cover;
    border-radius: 2px;
    height: 18px;
    width: 18px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:only-child) {
    box-shadow: 0 0 0 2px #fff
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view-block-select-button__image:not(:first-child) {
    margin-left: -6px
}

.verbum-editor-wrapper .block-editor-list-view-leaf.is-selected .block-editor-list-view-block-select-button__image:not(:only-child) {
    box-shadow: 0 0 0 2px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-list-view-appender__cell .block-editor-list-view-appender__container,
.verbum-editor-wrapper .block-editor-list-view-appender__cell .block-editor-list-view-block__contents-container,
.verbum-editor-wrapper .block-editor-list-view-block__contents-cell .block-editor-list-view-appender__container,
.verbum-editor-wrapper .block-editor-list-view-block__contents-cell .block-editor-list-view-block__contents-container {
    display: flex
}

.verbum-editor-wrapper .block-editor-list-view__expander {
    height: 24px;
    margin-left: 4px;
    width: 24px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level] .block-editor-list-view__expander {
    margin-left: 220px
}

.verbum-editor-wrapper .block-editor-list-view-leaf:not([aria-level="1"]) .block-editor-list-view__expander {
    margin-right: 4px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="1"] .block-editor-list-view__expander {
    margin-left: 0
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="2"] .block-editor-list-view__expander {
    margin-left: 24px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="3"] .block-editor-list-view__expander {
    margin-left: 52px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="4"] .block-editor-list-view__expander {
    margin-left: 80px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="5"] .block-editor-list-view__expander {
    margin-left: 108px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="6"] .block-editor-list-view__expander {
    margin-left: 136px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="7"] .block-editor-list-view__expander {
    margin-left: 164px
}

.verbum-editor-wrapper .block-editor-list-view-leaf[aria-level="8"] .block-editor-list-view__expander {
    margin-left: 192px
}

.verbum-editor-wrapper .block-editor-list-view-leaf .block-editor-list-view__expander {
    visibility: hidden
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg {
    transform: rotate(90deg);
    transition: transform .2s ease;
    visibility: visible
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=true] .block-editor-list-view__expander svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg {
    transform: rotate(0deg);
    transition: transform .2s ease;
    visibility: visible
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-list-view-leaf[data-expanded=false] .block-editor-list-view__expander svg {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-list-view-drop-indicator {
    pointer-events: none
}

.verbum-editor-wrapper .block-editor-list-view-drop-indicator .block-editor-list-view-drop-indicator__line {
    background: var(--wp-admin-theme-color);
    border-radius: 4px;
    height: 4px
}

.verbum-editor-wrapper .block-editor-list-view-placeholder {
    height: 36px;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .list-view-appender .block-editor-inserter__toggle {
    background-color: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    height: 24px;
    margin: 8px 0 0 24px;
    min-width: 24px;
    padding: 0
}

.verbum-editor-wrapper .list-view-appender .block-editor-inserter__toggle:focus,
.verbum-editor-wrapper .list-view-appender .block-editor-inserter__toggle:hover {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.verbum-editor-wrapper .list-view-appender__description,
.verbum-editor-wrapper .modal-open .block-editor-media-replace-flow__options {
    display: none
}

.verbum-editor-wrapper .block-editor-media-replace-flow__indicator {
    margin-left: 4px
}

.verbum-editor-wrapper .block-editor-media-flow__url-input {
    margin-left: -8px;
    margin-right: -8px;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-media-flow__url-input.has-siblings {
    border-top: 1px solid #1e1e1e;
    margin-top: 8px;
    padding-bottom: 8px
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
    display: block;
    margin-bottom: 8px;
    top: 16px
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control {
    width: 300px
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-url-input {
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-info,
.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item-title {
    max-width: 200px;
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__tools {
    justify-content: flex-end;
    padding: 16px var(--wp-admin-border-width-focus) var(--wp-admin-border-width-focus)
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-item.is-current {
    padding: 0;
    width: auto
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-input.block-editor-link-control__search-input input[type=text] {
    margin: 0;
    width: 100%
}

.verbum-editor-wrapper .block-editor-media-flow__url-input .block-editor-link-control .block-editor-link-control__search-actions {
    padding: 8px 0 0
}

.verbum-editor-wrapper .block-editor-media-flow__error {
    max-width: 255px;
    padding: 0 20px 20px
}

.verbum-editor-wrapper .block-editor-media-flow__error .components-with-notices-ui {
    max-width: 255px
}

.verbum-editor-wrapper .block-editor-media-flow__error .components-with-notices-ui .components-notice__content {
    word-wrap: break-word;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-media-flow__error .components-with-notices-ui .components-notice__dismiss {
    position: absolute;
    right: 10px
}

.verbum-editor-wrapper .block-editor-multi-selection-inspector__card {
    align-items: flex-start;
    display: flex;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-multi-selection-inspector__card-content {
    flex-grow: 1
}

.verbum-editor-wrapper .block-editor-multi-selection-inspector__card-title {
    font-weight: 500;
    margin-bottom: 5px
}

.verbum-editor-wrapper .block-editor-multi-selection-inspector__card-description {
    font-size: 13px
}

.verbum-editor-wrapper .block-editor-multi-selection-inspector__card .block-editor-block-icon {
    height: 24px;
    margin-left: -2px;
    margin-right: 10px;
    padding: 0 3px;
    width: 36px
}

.verbum-editor-wrapper .block-editor-responsive-block-control {
    border-bottom: 1px solid #ccc;
    margin-bottom: 28px;
    padding-bottom: 14px
}

.verbum-editor-wrapper .block-editor-responsive-block-control:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.verbum-editor-wrapper .block-editor-responsive-block-control__title {
    margin: 0 0 .6em -3px
}

.verbum-editor-wrapper .block-editor-responsive-block-control__label {
    font-weight: 600;
    margin-bottom: .6em;
    margin-left: -3px
}

.verbum-editor-wrapper .block-editor-responsive-block-control__inner {
    margin-left: -1px
}

.verbum-editor-wrapper .block-editor-responsive-block-control__toggle {
    margin-left: 1px
}

.verbum-editor-wrapper .block-editor-responsive-block-control .components-base-control__help {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal!important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.verbum-editor-wrapper .components-popover.block-editor-rich-text__inline-format-toolbar {
    z-index: 99998
}

.verbum-editor-wrapper .components-popover.block-editor-rich-text__inline-format-toolbar .components-popover__content {
    box-shadow: none;
    margin-bottom: 8px;
    min-width: auto;
    outline: 0;
    width: auto
}

.verbum-editor-wrapper .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar {
    border-radius: 2px
}

.verbum-editor-wrapper .components-popover.block-editor-rich-text__inline-format-toolbar .components-dropdown-menu__toggle,
.verbum-editor-wrapper .components-popover.block-editor-rich-text__inline-format-toolbar .components-toolbar__control {
    min-height: 48px;
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px
}

.verbum-editor-wrapper .block-editor-rich-text__inline-format-toolbar-group .components-dropdown-menu__toggle {
    justify-content: center
}

.verbum-editor-wrapper .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon {
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon svg {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button.has-icon:after {
    content: attr(aria-label)
}

.verbum-editor-wrapper .block-editor-skip-to-selected-block {
    position: absolute;
    top: -9999em
}

.verbum-editor-wrapper .block-editor-skip-to-selected-block:focus {
    background: #f1f1f1;
    box-shadow: 0 0 2px 2px #0009;
    color: var(--wp-admin-theme-color);
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    line-height: normal;
    outline: 0;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000
}

.verbum-editor-wrapper .block-editor-text-decoration-control {
    border: 0;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-text-decoration-control .block-editor-text-decoration-control__buttons {
    display: flex;
    padding: 4px 0
}

.verbum-editor-wrapper .block-editor-text-decoration-control .components-button.has-icon {
    height: 32px;
    margin-right: 4px;
    min-width: 32px;
    padding: 0
}

.verbum-editor-wrapper .block-editor-text-transform-control {
    border: 0;
    margin: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-text-transform-control .block-editor-text-transform-control__buttons {
    display: flex;
    padding: 4px 0
}

.verbum-editor-wrapper .block-editor-text-transform-control .components-button.has-icon {
    height: 32px;
    margin-right: 4px;
    min-width: 32px;
    padding: 0
}

.verbum-editor-wrapper .block-editor-tool-selector__help {
    border-top: 1px solid #ddd;
    color: #757575;
    margin: 8px -8px -8px;
    min-width: 280px;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input,
.verbum-editor-wrapper .block-editor-url-input,
.verbum-editor-wrapper .components-popover .block-editor-url-input {
    flex-grow: 1;
    padding: 1px;
    position: relative
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input input[type=text],
.verbum-editor-wrapper .block-editor-url-input input[type=text],
.verbum-editor-wrapper .components-popover .block-editor-url-input input[type=text] {
    border: 0;
    border-radius: 0;
    font-size: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 8px 8px 8px 12px;
    width: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input input[type=text],
    .verbum-editor-wrapper .block-editor-url-input input[type=text],
    .verbum-editor-wrapper .components-popover .block-editor-url-input input[type=text] {
        font-size: 13px;
        width: 300px
    }
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input input[type=text]::-ms-clear,
.verbum-editor-wrapper .block-editor-url-input input[type=text]::-ms-clear,
.verbum-editor-wrapper .components-popover .block-editor-url-input input[type=text]::-ms-clear {
    display: none
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input.is-full-width,
.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input.is-full-width__suggestions,
.verbum-editor-wrapper .block-editor-url-input.is-full-width,
.verbum-editor-wrapper .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.verbum-editor-wrapper .block-editor-url-input.is-full-width__suggestions,
.verbum-editor-wrapper .components-popover .block-editor-url-input.is-full-width,
.verbum-editor-wrapper .components-popover .block-editor-url-input.is-full-width .block-editor-url-input__input[type=text],
.verbum-editor-wrapper .components-popover .block-editor-url-input.is-full-width__suggestions {
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-url-input .components-spinner,
.verbum-editor-wrapper .block-editor-url-input .components-spinner,
.verbum-editor-wrapper .components-popover .block-editor-url-input .components-spinner {
    margin: 0;
    position: absolute;
    right: 8px;
    top: calc(50% - 8px)
}

.verbum-editor-wrapper .block-editor-url-input__input[type=text] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 6px 8px;
    transition: box-shadow .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-url-input__input[type=text] {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-url-input__input[type=text] {
        font-size: 13px;
        line-height: normal
    }
}

.verbum-editor-wrapper .block-editor-url-input__input[type=text]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-url-input__input[type=text]::-webkit-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .block-editor-url-input__input[type=text]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1
}

.verbum-editor-wrapper .block-editor-url-input__input[type=text]:-ms-input-placeholder {
    color: #1e1e1e9e
}

.verbum-editor-wrapper .block-editor-url-input__suggestions {
    max-height: 200px;
    overflow-y: auto;
    padding: 4px 0;
    transition: all .15s ease-in-out;
    width: 302px
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-url-input__suggestions {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-url-input .components-spinner,
.verbum-editor-wrapper .block-editor-url-input__suggestions {
    display: none
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-url-input .components-spinner,
    .verbum-editor-wrapper .block-editor-url-input__suggestions {
        display: grid
    }
}

.verbum-editor-wrapper .block-editor-url-input__suggestion {
    background: #fff;
    border: 0;
    box-shadow: none;
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    height: auto;
    min-height: 36px;
    text-align: left;
    width: 100%
}

.verbum-editor-wrapper .block-editor-url-input__suggestion:hover {
    background: #ddd
}

.verbum-editor-wrapper .block-editor-url-input__suggestion.is-selected,
.verbum-editor-wrapper .block-editor-url-input__suggestion:focus {
    background: var(--wp-admin-theme-color-darker-20);
    color: #fff;
    outline: 0
}

.verbum-editor-wrapper .components-toolbar-group>.block-editor-url-input__button,
.verbum-editor-wrapper .components-toolbar>.block-editor-url-input__button {
    position: inherit
}

.verbum-editor-wrapper .block-editor-url-input__button .block-editor-url-input__back {
    margin-right: 4px;
    overflow: visible
}

.verbum-editor-wrapper .block-editor-url-input__button .block-editor-url-input__back:after {
    background: #ddd;
    content: "";
    display: block;
    height: 24px;
    position: absolute;
    right: -1px;
    width: 1px
}

.verbum-editor-wrapper .block-editor-url-input__button-modal {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a
}

.verbum-editor-wrapper .block-editor-url-input__button-modal-line {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0
}

.verbum-editor-wrapper .block-editor-url-input__button-modal-line .components-button {
    flex-shrink: 0;
    height: 36px;
    width: 36px
}

.verbum-editor-wrapper .block-editor-url-popover__additional-controls {
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .block-editor-url-popover__additional-controls>div[role=menu] .components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary)>svg {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-url-popover__additional-controls div[role=menu]>.components-button {
    padding-left: 12px
}

.verbum-editor-wrapper .block-editor-url-popover__row {
    display: flex
}

.verbum-editor-wrapper .block-editor-url-popover__row>:not(.block-editor-url-popover__settings-toggle) {
    flex-grow: 1
}

.verbum-editor-wrapper .block-editor-url-popover .components-button.has-icon {
    padding: 3px
}

.verbum-editor-wrapper .block-editor-url-popover .components-button.has-icon>svg {
    border-radius: 2px;
    height: 30px;
    padding: 5px;
    width: 30px
}

.verbum-editor-wrapper .block-editor-url-popover .components-button.has-icon:not(:disabled):focus {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-url-popover .components-button.has-icon:not(:disabled):focus>svg {
    box-shadow: inset 0 0 0 1px #fff, 0 0 0 var(--wp-admin-border-width-focus) #3858e9;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-background, #fff), 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9));
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-url-popover__settings-toggle {
    border-left: 1px solid #ddd;
    border-radius: 0;
    flex-shrink: 0;
    margin-left: 1px
}

.verbum-editor-wrapper .block-editor-url-popover__settings-toggle[aria-expanded=true] .dashicon {
    transform: rotate(180deg)
}

.verbum-editor-wrapper .block-editor-url-popover__settings {
    border-top: 1px solid #ddd;
    display: block;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-url-popover__link-editor,
.verbum-editor-wrapper .block-editor-url-popover__link-viewer {
    display: flex
}

.verbum-editor-wrapper .block-editor-url-popover__link-viewer-url {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 7px;
    max-width: 500px;
    min-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.verbum-editor-wrapper .block-editor-url-popover__link-viewer-url.has-invalid-link {
    color: #cc1818
}

.verbum-editor-wrapper .html-anchor-control .components-external-link {
    display: block;
    margin-top: 8px
}

.verbum-editor-wrapper .block-editor-hooks__block-hooks .components-toggle-control .components-h-stack {
    flex-direction: row-reverse
}

.verbum-editor-wrapper .block-editor-hooks__block-hooks .components-toggle-control .components-h-stack .components-h-stack {
    flex-direction: row
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container {
    position: relative
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container .components-drop-zone__content-icon {
    display: none
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container button.components-button {
    box-shadow: inset 0 0 0 1px #ddd;
    color: #1e1e1e;
    display: block;
    height: 40px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container button.components-button:hover {
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container button.components-button:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container .block-editor-hooks__background__inspector-media-replace-title {
    text-align: start;
    text-align-last: center;
    white-space: normal;
    word-break: break-all
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-media-replace-container .components-dropdown {
    display: block
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-image-indicator-wrapper {
    background: #fff linear-gradient(-45deg, #0000 48%, #ddd 0, #ddd 52%, #0000 0);
    border-radius: 50%!important;
    box-shadow: inset 0 0 0 1px #0003;
    display: block;
    flex: none;
    height: 20px;
    width: 20px
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-image-indicator-wrapper.has-image {
    background: #fff
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-image-indicator {
    background-size: cover;
    border-radius: 50%;
    display: block;
    height: 20px;
    position: relative;
    width: 20px
}

.verbum-editor-wrapper .block-editor-hooks__background__inspector-image-indicator:after {
    border: 1px solid #0000;
    border-radius: 50%;
    bottom: -1px;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: inherit;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px
}

.verbum-editor-wrapper .border-block-support-panel .single-column {
    grid-column: span 1
}

.verbum-editor-wrapper .color-block-support-panel .block-editor-contrast-checker {
    grid-column: span 2;
    margin-top: 16px;
    order: 9999
}

.verbum-editor-wrapper .color-block-support-panel .block-editor-contrast-checker .components-notice__content {
    margin-right: 0
}

.verbum-editor-wrapper .color-block-support-panel.color-block-support-panel .color-block-support-panel__inner-wrapper {
    row-gap: 0
}

.verbum-editor-wrapper .color-block-support-panel .block-editor-tools-panel-color-gradient-settings__item.first {
    margin-top: 0
}

.verbum-editor-wrapper .dimensions-block-support-panel .single-column {
    grid-column: span 1
}

.verbum-editor-wrapper .block-editor-hooks__layout-controls {
    display: flex;
    margin-bottom: 8px
}

.verbum-editor-wrapper .block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit {
    display: flex;
    margin-right: 24px
}

.verbum-editor-wrapper .block-editor-hooks__layout-controls .block-editor-hooks__layout-controls-unit svg {
    margin: auto 0 4px 8px
}

.verbum-editor-wrapper .block-editor-block-inspector .block-editor-hooks__layout-controls-unit-input {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-hooks__layout-controls-reset {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 24px
}

.verbum-editor-wrapper .block-editor-hooks__layout-controls-helptext {
    color: #757575;
    font-size: 12px;
    margin-bottom: 16px
}

.verbum-editor-wrapper .block-editor-hooks__flex-layout-justification-controls,
.verbum-editor-wrapper .block-editor-hooks__flex-layout-orientation-controls {
    margin-bottom: 12px
}

.verbum-editor-wrapper .block-editor-hooks__flex-layout-justification-controls legend,
.verbum-editor-wrapper .block-editor-hooks__flex-layout-orientation-controls legend {
    margin-bottom: 8px
}

.verbum-editor-wrapper .block-editor-hooks__toggle-control.block-editor-hooks__toggle-control {
    margin-bottom: 16px
}

.verbum-editor-wrapper .block-editor__padding-visualizer {
    border-color: var(--wp-admin-theme-color);
    border-style: solid;
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: .5;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-hooks__position-selection__select-control .components-custom-select-control__hint {
    display: none
}

.verbum-editor-wrapper .block-editor-hooks__position-selection__select-control__option.has-hint {
    grid-template-columns: auto 30px;
    line-height: 1.4;
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-hooks__position-selection__select-control__option .components-custom-select-control__item-hint {
    grid-row: 2;
    text-align: left
}

.verbum-editor-wrapper .typography-block-support-panel .single-column {
    grid-column: span 1
}

.verbum-editor-wrapper .block-editor-block-toolbar {
    display: flex;
    flex-grow: 1;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    transition: border-color .1s linear, box-shadow .1s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-block-toolbar {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-block-toolbar {
        overflow: inherit
    }
}

.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group {
    background: 0 0;
    border: 0;
    border-right: 1px solid #ddd;
    line-height: 0;
    margin-bottom: -1px;
    margin-top: -1px
}

.verbum-editor-wrapper .block-editor-block-toolbar.is-synced .block-editor-block-switcher .components-button .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-toolbar.is-synced .components-toolbar-button.block-editor-block-switcher__no-switcher-icon:disabled .block-editor-block-icon.has-colors {
    color: var(--wp-block-synced-color)
}

.verbum-editor-wrapper .block-editor-block-toolbar>:last-child,
.verbum-editor-wrapper .block-editor-block-toolbar>:last-child .components-toolbar,
.verbum-editor-wrapper .block-editor-block-toolbar>:last-child .components-toolbar-group {
    border-right: none
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar {
    background-color: #fff;
    display: block;
    flex-shrink: 3;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 31
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar.components-accessible-toolbar {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    border-radius: 0
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar {
    overflow: auto;
    overflow-y: hidden
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar-group:after,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child .components-toolbar:after,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar>:last-child:after {
    display: none
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar,
.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-toolbar .components-toolbar-group {
    border-right-color: #e0e0e0
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar>.block-editor-block-toolbar {
    flex-grow: 0;
    width: auto
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-parent-selector {
    position: relative
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-parent-selector:after {
    bottom: 16px;
    content: "Â·";
    font-size: 16px;
    position: absolute;
    right: 0
}

.verbum-editor-wrapper .block-editor-block-contextual-toolbar .block-editor-block-parent-selector__button {
    position: relative;
    top: -1px
}

.verbum-editor-wrapper .block-editor-block-toolbar__block-controls .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.verbum-editor-wrapper .block-editor-block-toolbar__block-controls .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
    margin: 0!important;
    width: 24px!important
}

.verbum-editor-wrapper .block-editor-block-toolbar__block-controls .components-toolbar-group {
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar,
.verbum-editor-wrapper .block-editor-block-toolbar .components-toolbar-group,
.verbum-editor-wrapper .block-editor-rich-text__inline-format-toolbar-group .components-toolbar,
.verbum-editor-wrapper .block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group {
    display: flex;
    flex-wrap: nowrap
}

.verbum-editor-wrapper .block-editor-block-toolbar__slot {
    display: inline-block;
    line-height: 0
}

@supports (position:sticky) {
    .verbum-editor-wrapper .block-editor-block-toolbar__slot {
        display: inline-flex
    }
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar .components-button.has-icon {
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar .components-button.has-icon svg {
    display: none
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar .components-button.has-icon:after {
    content: attr(aria-label);
    font-size: 12px
}

.verbum-editor-wrapper .show-icon-labels .components-accessible-toolbar .components-toolbar-group>div:first-child:last-child>.components-button.has-icon {
    padding-left: 6px;
    padding-right: 6px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-switcher .components-dropdown-menu__toggle .block-editor-block-icon,
.verbum-editor-wrapper .show-icon-labels .block-editor-block-switcher__no-switcher-icon .block-editor-block-icon {
    height: 0!important;
    min-width: 0!important;
    width: 0!important
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button {
    text-wrap: nowrap;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    padding-left: 12px;
    padding-right: 12px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-parent-selector .block-editor-block-parent-selector__button .block-editor-block-icon {
    width: 0
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-mover .block-editor-block-mover__move-button-container {
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover-button,
.verbum-editor-wrapper .show-icon-labels .block-editor-block-mover.is-horizontal .block-editor-block-mover__move-button-container {
    padding-left: 6px;
    padding-right: 6px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover-button {
    padding-left: 8px;
    padding-right: 8px
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-toolbar__block-controls .block-editor-block-mover {
    border-left: 1px solid #ddd;
    margin-left: 6px;
    margin-right: -6px;
    white-space: nowrap
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-mover .block-editor-block-mover__drag-handle.has-icon {
    padding-left: 12px;
    padding-right: 12px
}

@media (min-width:600px) {
    .verbum-editor-wrapper .show-icon-labels .is-up-button.is-up-button.is-up-button {
        border-radius: 0;
        margin-right: 0;
        order: 1
    }
    .verbum-editor-wrapper .show-icon-labels .is-down-button.is-down-button.is-down-button {
        order: 2
    }
}

.verbum-editor-wrapper .show-icon-labels .block-editor-block-contextual-toolbar .block-editor-block-mover.is-horizontal .block-editor-block-mover-button.block-editor-block-mover-button {
    width: auto
}

.verbum-editor-wrapper .show-icon-labels .components-toolbar,
.verbum-editor-wrapper .show-icon-labels .components-toolbar-group {
    flex-shrink: 1
}

.verbum-editor-wrapper .show-icon-labels .block-editor-rich-text__inline-format-toolbar-group .components-button+.components-button {
    margin-left: 6px
}

.verbum-editor-wrapper .block-editor-inserter {
    background: 0 0;
    border: 0;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 0;
    padding: 0
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter {
        position: relative
    }
}

.verbum-editor-wrapper .block-editor-inserter__main-area {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__main-area.show-as-tabs {
    gap: 0
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__main-area {
        width: 350px
    }
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick .components-popover__content {
    border: 0;
    box-shadow: 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    outline: 0
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>* {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:first-child {
    border-radius: 2px 2px 0 0;
    border-top: 1px solid #ccc
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>:last-child {
    border-bottom: 1px solid #ccc;
    border-radius: 0 0 2px 2px
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick .components-popover__content .block-editor-inserter__quick-inserter>.components-button {
    border: 1px solid #1e1e1e
}

.verbum-editor-wrapper .block-editor-inserter__popover .block-editor-inserter__menu {
    margin: -12px
}

.verbum-editor-wrapper .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__tabs .components-tab-panel__tabs {
    top: 60px
}

.verbum-editor-wrapper .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__main-area {
    height: auto;
    overflow: visible
}

.verbum-editor-wrapper .block-editor-inserter__popover .block-editor-inserter__menu .block-editor-inserter__preview-container {
    display: none
}

.verbum-editor-wrapper .block-editor-inserter__toggle.components-button {
    align-items: center;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    outline: 0;
    padding: 0;
    transition: color .2s ease
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-inserter__toggle.components-button {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-inserter__menu {
    height: 100%;
    overflow: visible;
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__inline-elements {
    margin-top: -1px
}

.verbum-editor-wrapper .block-editor-inserter__menu.is-bottom:after {
    border-bottom-color: #fff
}

.verbum-editor-wrapper .components-popover.block-editor-inserter__popover {
    z-index: 99999
}

.verbum-editor-wrapper .block-editor-inserter__search {
    padding: 16px 16px 0
}

.verbum-editor-wrapper .block-editor-inserter__search .components-search-control__icon {
    right: 20px
}

.verbum-editor-wrapper .block-editor-inserter__tabs {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-inserter__tabs .components-tab-panel__tabs {
    border-bottom: 1px solid #ddd
}

.verbum-editor-wrapper .block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item {
    flex-grow: 1;
    margin-bottom: -1px
}

.verbum-editor-wrapper .block-editor-inserter__tabs .components-tab-panel__tabs .components-tab-panel__tabs-item[id$=reusable] {
    flex-grow: inherit;
    padding-left: 16px;
    padding-right: 16px
}

.verbum-editor-wrapper .block-editor-inserter__tabs .components-tab-panel__tab-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto
}

.verbum-editor-wrapper .block-editor-inserter__no-tab-container {
    flex-grow: 1;
    overflow-y: auto
}

.verbum-editor-wrapper .block-editor-inserter__panel-header {
    align-items: center;
    display: inline-flex;
    padding: 16px 16px 0
}

.verbum-editor-wrapper .block-editor-inserter__panel-content {
    padding: 16px
}

.verbum-editor-wrapper .block-editor-inserter__panel-title,
.verbum-editor-wrapper .block-editor-inserter__panel-title button {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin: 0 12px 0 0;
    text-transform: uppercase
}

.verbum-editor-wrapper .block-editor-inserter__panel-dropdown select.components-select-control__input.components-select-control__input.components-select-control__input {
    height: 36px;
    line-height: 36px
}

.verbum-editor-wrapper .block-editor-inserter__panel-dropdown select {
    border: 0
}

.verbum-editor-wrapper .block-editor-inserter__reusable-blocks-panel {
    position: relative;
    text-align: right
}

.verbum-editor-wrapper .block-editor-inserter__manage-reusable-blocks-container {
    margin: auto 16px 16px
}

.verbum-editor-wrapper .block-editor-inserter__manage-reusable-blocks {
    justify-content: center;
    width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__no-results {
    padding: 32px;
    text-align: center
}

.verbum-editor-wrapper .block-editor-inserter__no-results-icon {
    fill: #949494
}

.verbum-editor-wrapper .block-editor-inserter__child-blocks {
    padding: 0 16px
}

.verbum-editor-wrapper .block-editor-inserter__parent-block-header {
    align-items: center;
    display: flex
}

.verbum-editor-wrapper .block-editor-inserter__parent-block-header h2 {
    font-size: 13px
}

.verbum-editor-wrapper .block-editor-inserter__parent-block-header .block-editor-block-icon {
    margin-right: 8px
}

.verbum-editor-wrapper .block-editor-inserter__preview-container__popover {
    top: 16px!important
}

.verbum-editor-wrapper .block-editor-inserter__preview-container {
    display: none;
    max-height: calc(100% - 32px);
    overflow-y: hidden;
    padding: 16px;
    width: 280px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__preview-container {
        display: block
    }
}

.verbum-editor-wrapper .block-editor-inserter__preview-container .block-editor-block-preview__container {
    height: 100%
}

.verbum-editor-wrapper .block-editor-inserter__preview-container .block-editor-block-card {
    padding-bottom: 4px;
    padding-left: 0;
    padding-right: 0
}

.verbum-editor-wrapper .block-editor-inserter__patterns-explore-button.components-button {
    justify-content: center;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category {
    color: var(--wp-admin-theme-color);
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category .components-flex-item {
    filter: brightness(.95)
}

.verbum-editor-wrapper .block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category svg {
    fill: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-inserter__patterns-selected-category.block-editor-inserter__patterns-selected-category:after {
    background: var(--wp-admin-theme-color);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-inserter__block-patterns-tabs-container,
.verbum-editor-wrapper .block-editor-inserter__block-patterns-tabs-container nav {
    height: 100%
}

.verbum-editor-wrapper .block-editor-inserter__block-patterns-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-inserter__block-patterns-tabs div[role=listitem]:last-child {
    margin-top: auto
}

.verbum-editor-wrapper .block-editor-inserter__block-patterns-tabs .block-editor-inserter__patterns-category {
    padding-right: 4px
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-dialog {
    background: #f0f0f0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__patterns-category-dialog {
        display: block;
        left: 100%;
        width: 300px
    }
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-dialog .block-editor-block-patterns-list {
    flex-grow: 1;
    height: 100%;
    overflow-y: auto;
    padding: 16px 24px
}

.verbum-editor-wrapper .block-editor-block-patterns-list__list-item .block-editor-block-preview__container {
    box-shadow: 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-block-patterns-list__list-item:hover .block-editor-block-preview__container {
    box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 16px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__patterns-category-panel {
        padding: 0
    }
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-panel .block-editor-inserter__patterns-category-panel-header {
    padding: 16px 24px
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-panel .block-editor-inserter__patterns-category-no-results {
    margin-top: 24px
}

.verbum-editor-wrapper .block-editor-inserter__preview-content {
    align-items: center;
    background: #f0f0f0;
    display: grid;
    flex-grow: 1;
    min-height: 144px
}

.verbum-editor-wrapper .block-editor-inserter__preview-content-missing {
    align-items: center;
    background: #f0f0f0;
    border-radius: 2px;
    color: #757575;
    display: flex;
    flex: 1;
    justify-content: center;
    min-height: 144px
}

.verbum-editor-wrapper .block-editor-inserter__tips {
    border-top: 1px solid #ddd;
    flex-shrink: 0;
    padding: 16px;
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter {
    max-width: 100%;
    width: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__quick-inserter {
        width: 350px
    }
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-results .block-editor-inserter__panel-header {
    float: left;
    height: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter.has-expand .block-editor-inserter__panel-content,
.verbum-editor-wrapper .block-editor-inserter__quick-inserter.has-search .block-editor-inserter__panel-content {
    padding: 16px
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list {
    grid-gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-patterns .block-editor-block-patterns-list .block-editor-block-preview__container {
    min-height: 100px
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-separator {
    border-top: 1px solid #ddd
}

.verbum-editor-wrapper .block-editor-inserter__popover.is-quick>.components-popover__content {
    padding: 0
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-expand.components-button {
    background: #1e1e1e;
    border-radius: 0;
    color: #fff;
    display: block;
    height: 44px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-expand.components-button:hover {
    color: #fff
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-expand.components-button:active {
    color: #ccc
}

.verbum-editor-wrapper .block-editor-inserter__quick-inserter-expand.components-button.components-button:focus:not(:disabled) {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color);
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__sidebar {
    bottom: 0;
    left: 0;
    overflow-x: visible;
    overflow-y: scroll;
    padding: 24px 32px 32px;
    position: absolute;
    top: 72px;
    width: 280px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__sidebar__categories-list__item {
    display: block;
    height: 48px;
    text-align: left;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__search {
    margin-bottom: 32px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__search-results-count {
    padding-bottom: 32px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__list {
    margin-left: 280px;
    padding: 24px 0 32px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer__list .block-editor-patterns__sync-status-filter .components-input-control__container {
    width: 380px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer .block-editor-block-patterns-list {
    grid-gap: 32px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 16px
}

@media (min-width:1080px) {
    .verbum-editor-wrapper .block-editor-block-patterns-explorer .block-editor-block-patterns-list {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (min-width:1440px) {
    .verbum-editor-wrapper .block-editor-block-patterns-explorer .block-editor-block-patterns-list {
        grid-template-columns: repeat(3, 1fr)
    }
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-patterns-list__list-item {
    min-height: 240px
}

.verbum-editor-wrapper .block-editor-block-patterns-explorer .block-editor-block-patterns-list .block-editor-block-preview__container {
    height: inherit;
    max-height: 800px;
    min-height: 100px
}

.verbum-editor-wrapper .block-editor-inserter__patterns-category-panel-title {
    font-size: 16.25px
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs-container,
.verbum-editor-wrapper .block-editor-inserter__media-tabs-container nav {
    height: 100%
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs-container .block-editor-inserter__media-library-button {
    justify-content: center;
    margin-top: 16px;
    padding: 16px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs div[role=listitem]:last-child {
    margin-top: auto
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs .block-editor-inserter__media-tabs__media-category {
    padding-right: 4px
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs .block-editor-inserter__media-tabs__media-category.is-selected {
    color: var(--wp-admin-theme-color);
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs .block-editor-inserter__media-tabs__media-category.is-selected .components-flex-item {
    filter: brightness(.95)
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs .block-editor-inserter__media-tabs__media-category.is-selected svg {
    fill: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-inserter__media-tabs .block-editor-inserter__media-tabs__media-category.is-selected:after {
    background: var(--wp-admin-theme-color);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .04;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-inserter__media-dialog {
    scrollbar-gutter: stable both-edges;
    background: #f0f0f0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 16px 24px;
    position: absolute;
    top: 0;
    width: 100%
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__media-dialog {
        display: block;
        left: 100%;
        width: 300px
    }
}

.verbum-editor-wrapper .block-editor-inserter__media-dialog .block-editor-block-preview__container {
    box-shadow: 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-inserter__media-dialog .block-editor-block-preview__container:hover {
    box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-inserter__media-panel {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0 16px
}

@media (min-width:782px) {
    .verbum-editor-wrapper .block-editor-inserter__media-panel {
        padding: 0
    }
}

.verbum-editor-wrapper .block-editor-inserter__media-panel .block-editor-inserter__media-panel-spinner {
    align-items: center;
    display: flex;
    flex: 1;
    height: 100%;
    justify-content: center
}

.verbum-editor-wrapper .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control input[type=search].components-search-control__input {
    background: #fff
}

.verbum-editor-wrapper .block-editor-inserter__media-panel .block-editor-inserter__media-panel-search.components-search-control button.components-button {
    min-width: auto;
    padding-left: 2px;
    padding-right: 2px
}

.verbum-editor-wrapper .block-editor-inserter__media-list {
    margin-top: 16px
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item {
    cursor: pointer;
    margin-bottom: 24px;
    position: relative
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-placeholder {
    min-height: 100px
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item[draggable=true] .block-editor-block-preview__container {
    cursor: grab
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview {
    box-shadow: 0 0 0 2px #1e1e1e, 0 15px 25px #00000012
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item.is-hovered .block-editor-inserter__media-list__item-preview-options>button {
    display: block
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options {
    position: absolute;
    right: 8px;
    top: 8px
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button {
    background: #fff;
    border-radius: 2px;
    display: none
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button.is-opened,
.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:focus {
    display: block
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__list-item .block-editor-inserter__media-list__item-preview-options>button:hover {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__item {
    height: 100%
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview {
    align-items: center;
    border-radius: 2px;
    display: flex;
    overflow: hidden
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview>* {
    margin: 0 auto;
    max-width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__item .block-editor-inserter__media-list__item-preview .block-editor-inserter__media-list__item-preview-spinner {
    align-items: center;
    background: #ffffffb3;
    display: flex;
    height: 100%;
    justify-content: center;
    pointer-events: none;
    position: absolute;
    width: 100%
}

.verbum-editor-wrapper .block-editor-inserter__media-list .block-editor-inserter__media-list__item:focus .block-editor-inserter__media-list__item-preview {
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000
}

.verbum-editor-wrapper .block-editor-inserter__media-list__item-preview-options__popover .components-menu-item__button .components-menu-item__item {
    min-width: auto
}

.verbum-editor-wrapper .block-editor-inserter__mobile-tab-navigation {
    height: 100%;
    padding: 16px
}

.verbum-editor-wrapper .block-editor-inserter__mobile-tab-navigation>* {
    height: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal {
        max-width: 480px
    }
}

.verbum-editor-wrapper .block-editor-inserter-media-tab-media-preview-inserter-external-image-modal p {
    margin: 0
}

.verbum-editor-wrapper .block-editor-inserter__hint {
    margin: 16px 16px 0
}

.verbum-editor-wrapper .reusable-blocks-menu-items__rename-hint {
    align-items: top;
    background: #f0f0f0;
    border-radius: 2px;
    color: #1e1e1e;
    display: flex;
    flex-direction: row;
    max-width: 380px
}

.verbum-editor-wrapper .reusable-blocks-menu-items__rename-hint-content {
    margin: 12px 0 12px 12px
}

.verbum-editor-wrapper .reusable-blocks-menu-items__rename-hint-dismiss {
    margin: 4px 4px 4px 0
}

.verbum-editor-wrapper .components-menu-group .reusable-blocks-menu-items__rename-hint {
    margin: 0
}

.verbum-editor-wrapper .block-editor-patterns__sync-status-filter .components-input-control__container select.components-select-control__input {
    height: 40px
}

.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__custom-value-input,
.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__label {
    margin-bottom: 0
}

.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__custom-value-range,
.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__range-control {
    align-items: center;
    display: flex;
    flex: 1;
    height: 40px;
    margin-bottom: 0
}

.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__custom-value-range>.components-base-control__field,
.verbum-editor-wrapper .spacing-sizes-control .spacing-sizes-control__range-control>.components-base-control__field {
    flex: 1
}

.verbum-editor-wrapper .spacing-sizes-control .components-range-control__mark {
    background-color: #fff;
    height: 4px;
    width: 3px;
    z-index: 1
}

.verbum-editor-wrapper .spacing-sizes-control .components-range-control__marks {
    margin-top: 17px
}

.verbum-editor-wrapper .spacing-sizes-control .components-range-control__marks :first-child {
    display: none
}

.verbum-editor-wrapper .spacing-sizes-control .components-range-control__thumb-wrapper {
    z-index: 3
}

.verbum-editor-wrapper .spacing-sizes-control__header {
    height: 16px;
    margin-bottom: 12px
}

.verbum-editor-wrapper .spacing-sizes-control__dropdown {
    height: 24px
}

.verbum-editor-wrapper .spacing-sizes-control__custom-select-control,
.verbum-editor-wrapper .spacing-sizes-control__custom-value-input {
    flex: 1
}

.verbum-editor-wrapper .spacing-sizes-control__custom-toggle,
.verbum-editor-wrapper .spacing-sizes-control__icon {
    flex: 0 0 auto
}

.verbum-editor-wrapper .spacing-sizes-control__icon {
    margin-left: -4px
}

.verbum-editor-wrapper :root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color--rgb: 0, 124, 186;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-10--rgb: 0, 107, 161;
    --wp-admin-theme-color-darker-20: #005a87;
    --wp-admin-theme-color-darker-20--rgb: 0, 90, 135;
    --wp-admin-border-width-focus: 2px;
    --wp-block-synced-color: #7a00df;
    --wp-block-synced-color--rgb: 122, 0, 223
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper :root {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper .block-editor-block-icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    width: 24px
}

.verbum-editor-wrapper .block-editor-block-icon.has-colors svg {
    fill: currentColor
}

@media (forced-colors:active) {
    .verbum-editor-wrapper .block-editor-block-icon.has-colors svg {
        fill: CanvasText
    }
}

.verbum-editor-wrapper .block-editor-block-icon svg {
    max-height: 24px;
    max-width: 24px;
    min-height: 20px;
    min-width: 20px
}

.verbum-editor-wrapper .block-editor-block-styles .block-editor-block-list__block {
    margin: 0
}

@keyframes selection-overlay__fade-in-animation {
    0% {
        opacity: 0
    }
    to {
        opacity: .4
    }
}

.verbum-editor-wrapper .block-editor-block-list__layout {
    position: relative
}

.verbum-editor-wrapper .block-editor-block-list__layout::selection {
    background: #0000
}

.verbum-editor-wrapper .has-multi-selection .block-editor-block-list__layout::selection {
    background: #0000
}

.verbum-editor-wrapper .block-editor-block-list__layout:where(.block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)) {
    border-radius: 2px
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected)::selection,
.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected) ::selection {
    background: #0000
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after {
    animation: selection-overlay__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background: var(--wp-admin-theme-color);
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .4;
    outline: 2px solid #0000;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected):after {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-multi-selected:not(.is-partially-selected).is-highlighted:after {
    box-shadow: none
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted,
.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected,
.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus,
.verbum-editor-wrapper .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected {
    outline: 0
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,
.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,
.verbum-editor-wrapper .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after {
    border-radius: 1px;
    bottom: 1px;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    content: "";
    left: 1px;
    outline: 2px solid #0000;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1
}

.verbum-editor-wrapper .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted:after,
.verbum-editor-wrapper .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block.is-highlighted~.is-multi-selected:after,
.verbum-editor-wrapper .is-dark-theme .block-editor-block-list__layout .block-editor-block-list__block:not([contenteditable]):focus:after,
.verbum-editor-wrapper .is-dark-theme .block-editor-block-list__layout.is-navigate-mode .block-editor-block-list__block.is-selected:after {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff
}

.verbum-editor-wrapper .block-editor-block-list__layout .is-block-moving-mode.block-editor-block-list__block.is-selected:after {
    border-radius: 2px;
    border-top: 4px solid #ccc;
    bottom: auto;
    box-shadow: none;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -14px;
    transition: border-color .1s linear, border-style .1s linear, box-shadow .1s linear;
    z-index: 0
}

.verbum-editor-wrapper .block-editor-block-list__layout .is-block-moving-mode.can-insert-moving-block.block-editor-block-list__block.is-selected:after {
    border-color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .has-multi-selection .block-editor-block-list__layout {
    -webkit-user-select: none;
    user-select: none
}

.verbum-editor-wrapper .block-editor-block-list__layout [class^=components-] {
    -webkit-user-select: text;
    user-select: text
}

.verbum-editor-wrapper .is-block-moving-mode.block-editor-block-list__block-selection-button {
    font-size: 1px;
    height: 1px;
    opacity: 0;
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block {
    overflow-wrap: break-word;
    pointer-events: auto;
    position: relative;
    -webkit-user-select: text;
    user-select: text
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-editing-disabled {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block .reusable-block-edit-panel * {
    z-index: 1
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block .components-placeholder .components-with-notices-ui {
    margin: -10px 0 12px
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui {
    margin: 0 0 12px;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice {
    margin-left: 0;
    margin-right: 0
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block .components-with-notices-ui .components-notice .components-notice__content {
    font-size: 13px
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.has-warning {
    min-height: 48px
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.has-warning>* {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-warning {
    pointer-events: all
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.has-warning:after {
    background-color: #fff6;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.has-warning.is-multi-selected:after {
    background-color: initial
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay:after {
    display: none
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-reusable>.block-editor-inner-blocks>.block-editor-block-list__layout.has-overlay .block-editor-block-list__layout.has-overlay:after {
    display: block
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-reusable.has-child-selected:after {
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-list__layout .block-editor-block-list__block[data-clear=true] {
    float: none
}

.verbum-editor-wrapper .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered {
    cursor: default
}

.verbum-editor-wrapper .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-hovered:after {
    border-radius: 1px;
    bottom: 1px;
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    content: "";
    left: 1px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px
}

.verbum-editor-wrapper .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected {
    cursor: default
}

.verbum-editor-wrapper .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected.rich-text {
    cursor: unset
}

.verbum-editor-wrapper .is-outline-mode .block-editor-block-list__block:not(.remove-outline).is-selected:after {
    border-radius: 2px;
    bottom: 1px;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    content: "";
    left: 1px;
    pointer-events: none;
    position: absolute;
    right: 1px;
    top: 1px
}

.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
    opacity: .2;
    transition: opacity .1s linear
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block:not(.has-child-selected) {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block.is-content-locked-temporarily-editing-as-blocks.has-child-selected .block-editor-block-list__block,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block.is-content-locked.has-child-selected .block-editor-block-list__block,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block:not(.has-child-selected) .block-editor-block-list__block,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-multi-selected,
.verbum-editor-wrapper .is-focus-mode .block-editor-block-list__block:not(.has-child-selected).is-selected {
    opacity: 1
}

.verbum-editor-wrapper .wp-block.alignleft,
.verbum-editor-wrapper .wp-block.alignright,
.verbum-editor-wrapper .wp-block[data-align=left]>*,
.verbum-editor-wrapper .wp-block[data-align=right]>* {
    z-index: 21
}

.verbum-editor-wrapper .wp-site-blocks>[data-align=left] {
    float: left;
    margin-right: 2em
}

.verbum-editor-wrapper .wp-site-blocks>[data-align=right] {
    float: right;
    margin-left: 2em
}

.verbum-editor-wrapper .wp-site-blocks>[data-align=center] {
    justify-content: center;
    margin-left: auto;
    margin-right: auto
}

.verbum-editor-wrapper .block-editor-block-list .block-editor-inserter {
    cursor: move;
    cursor: grab;
    margin: 8px
}

@keyframes block-editor-inserter__toggle__fade-in-animation {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.verbum-editor-wrapper .wp-block .block-list-appender .block-editor-inserter__toggle {
    animation: block-editor-inserter__toggle__fade-in-animation .1s ease;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .wp-block .block-list-appender .block-editor-inserter__toggle {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender {
    display: none
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected):not(.has-child-selected) .block-editor-default-block-appender .block-editor-inserter__toggle {
    opacity: 0;
    transform: scale(0)
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-block-list__block-html-textarea {
    border: 0;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    display: block;
    font-family: Menlo, Consolas, monaco, monospace;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    outline: 0;
    overflow: hidden;
    padding: 12px;
    resize: none;
    transition: padding .2s linear;
    width: 100%
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-editor-block-list__block .block-editor-block-list__block-html-textarea {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-block-list__block-html-textarea:focus {
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-warning {
    position: relative;
    z-index: 5
}

.verbum-editor-wrapper .block-editor-block-list__block .block-editor-warning.block-editor-block-list__block-crash-warning {
    margin-bottom: auto
}

.verbum-editor-wrapper .block-editor-iframe__body {
    transform-origin: top center;
    transition: all .3s
}

.verbum-editor-wrapper .is-vertical .block-list-appender {
    margin-left: 12px;
    margin-right: auto;
    margin-top: 12px;
    width: 24px
}

.verbum-editor-wrapper .block-list-appender>.block-editor-inserter {
    display: block
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected):not(.has-child-selected):not(.block-editor-block-list__layout) .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle {
    opacity: 0;
    transform: scale(0)
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay {
    cursor: default
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay:before {
    background: #0000;
    border: 0;
    border-radius: 2px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay:not(.is-multi-selected):after {
    content: none!important
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay:hover:not(.is-dragging-blocks):not(.is-multi-selected):before {
    background: rgba(var(--wp-admin-theme-color--rgb), .04);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color) inset
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay.is-reusable:hover:not(.is-dragging-blocks):not(.is-multi-selected):before,
.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay.wp-block-template-part:hover:not(.is-dragging-blocks):not(.is-multi-selected):before {
    background: rgba(var(--wp-block-synced-color--rgb), .04);
    box-shadow: 0 0 0 1px var(--wp-block-synced-color) inset
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay.is-selected:not(.is-dragging-blocks):before {
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color) inset
}

.verbum-editor-wrapper .block-editor-block-list__block.has-block-overlay .block-editor-block-list__block {
    pointer-events: none
}

.verbum-editor-wrapper .block-editor-iframe__body.is-zoomed-out .block-editor-block-list__block.has-block-overlay:before {
    left: calc(50% - 50vw);
    width: 100vw
}

.verbum-editor-wrapper .block-editor-block-list__layout .is-dragging {
    background-color: currentColor!important;
    border-radius: 2px!important;
    opacity: .05!important;
    pointer-events: none!important
}

.verbum-editor-wrapper .block-editor-block-list__layout .is-dragging::selection {
    background: #0000!important
}

.verbum-editor-wrapper .block-editor-block-list__layout .is-dragging:after {
    content: none!important
}

.verbum-editor-wrapper .block-editor-block-preview__content-iframe .block-list-appender {
    display: none
}

.verbum-editor-wrapper .block-editor-block-preview__live-content * {
    pointer-events: none
}

.verbum-editor-wrapper .block-editor-block-preview__live-content .block-list-appender {
    display: none
}

.verbum-editor-wrapper .block-editor-block-preview__live-content .components-button:disabled {
    opacity: 1
}

.verbum-editor-wrapper .block-editor-block-preview__live-content .block-editor-block-list__block[data-empty=true],
.verbum-editor-wrapper .block-editor-block-preview__live-content .components-placeholder {
    display: none
}

.verbum-editor-wrapper .block-editor-block-variation-picker .components-placeholder__instructions {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-block-variation-picker .components-placeholder__fieldset {
    flex-direction: column
}

.verbum-editor-wrapper .block-editor-block-variation-picker.has-many-variations .components-placeholder__fieldset {
    max-width: 90%
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 16px 0;
    padding: 0;
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li {
    flex-shrink: 1;
    list-style: none;
    margin: 8px 20px 0 0;
    text-align: center;
    width: 75px
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations>li button {
    display: inline-flex;
    margin-right: 0
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation {
    padding: 8px
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations .block-editor-block-variation-picker__variation-label {
    display: block;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 12px;
    line-height: 1.4
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation {
    width: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation.components-button.has-icon {
    justify-content: center;
    width: auto
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation.components-button.has-icon.is-secondary {
    background-color: #fff
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation.components-button {
    height: auto;
    padding: 0
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation:before {
    content: "";
    padding-bottom: 100%
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation:first-child {
    margin-left: 0
}

.verbum-editor-wrapper .block-editor-block-variation-picker__variation:last-child {
    margin-right: 0
}

.verbum-editor-wrapper .block-editor-button-block-appender {
    align-items: center;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    color: #1e1e1e;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    width: 100%
}

.verbum-editor-wrapper .block-editor-button-block-appender.components-button.components-button {
    padding: 12px
}

.verbum-editor-wrapper .is-dark-theme .block-editor-button-block-appender {
    box-shadow: inset 0 0 0 1px #ffffffa6;
    color: #ffffffa6
}

.verbum-editor-wrapper .block-editor-button-block-appender:hover {
    box-shadow: inset 0 0 0 1px var(--wp-admin-theme-color);
    color: var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-button-block-appender:focus {
    box-shadow: inset 0 0 0 2px var(--wp-admin-theme-color)
}

.verbum-editor-wrapper .block-editor-button-block-appender:active {
    color: #000
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child {
    pointer-events: none
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after {
    border: 1px dashed;
    border-radius: 2px;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child:after:before,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child:after:before,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child:after:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child .block-editor-inserter,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child .block-editor-inserter {
    visibility: hidden
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over:after,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over:after {
    border: 0
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-constrained.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,
.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.is-layout-flow.wp-block-group__inner-container>.block-list-appender:only-child.is-drag-over .block-editor-inserter,
.verbum-editor-wrapper .is-layout-constrained.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter,
.verbum-editor-wrapper .is-layout-flow.block-editor-block-list__block:not(.is-selected)>.block-list-appender:only-child.is-drag-over .block-editor-inserter {
    visibility: visible
}

.verbum-editor-wrapper .block-editor-block-list__block:not(.is-selected)>.block-editor-block-list__block>.block-list-appender:only-child:after {
    border: 0
}

.verbum-editor-wrapper .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender {
    background-color: var(--wp-admin-theme-color);
    box-shadow: inset 0 0 0 1px #ffffffa6;
    color: #ffffffa6;
    transition: background-color .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .verbum-editor-wrapper .block-list-appender:only-child.is-drag-over .block-editor-button-block-appender {
        transition: none
    }
}

.verbum-editor-wrapper .block-editor-default-block-appender {
    clear: both;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.verbum-editor-wrapper .block-editor-default-block-appender[data-root-client-id=""] .block-editor-default-block-appender__content:hover {
    outline: 1px solid #0000
}

.verbum-editor-wrapper .block-editor-default-block-appender .block-editor-default-block-appender__content {
    opacity: .62
}

.verbum-editor-wrapper :where(body .is-layout-constrained) .block-editor-default-block-appender>:first-child:first-child {
    margin-block-start: 0
}

.verbum-editor-wrapper .block-editor-default-block-appender .components-drop-zone__content-icon {
    display: none
}

.verbum-editor-wrapper .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon {
    background: #1e1e1e;
    border-radius: 2px;
    color: #fff;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.verbum-editor-wrapper .block-editor-default-block-appender .block-editor-inserter__toggle.components-button.has-icon:hover {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.verbum-editor-wrapper .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter,
.verbum-editor-wrapper .block-editor-default-block-appender .block-editor-inserter {
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0
}

.verbum-editor-wrapper .block-editor-block-list__empty-block-inserter.block-editor-block-list__empty-block-inserter:disabled,
.verbum-editor-wrapper .block-editor-default-block-appender .block-editor-inserter:disabled {
    display: none
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender {
    bottom: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    z-index: 2
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender.block-list-appender {
    line-height: 0;
    margin: 0
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender {
    height: 24px
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon,
.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-list-appender__toggle {
    background: #1e1e1e;
    box-shadow: none;
    color: #fff;
    display: none;
    flex-direction: row;
    height: 24px;
    min-width: 24px;
    padding: 0!important;
    width: 24px
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-editor-inserter__toggle.components-button.has-icon:hover,
.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-list-appender__toggle:hover {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender .block-editor-default-block-appender__content {
    display: none
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender:only-child {
    align-self: center;
    line-height: inherit;
    list-style: none;
    position: relative;
    right: auto
}

.verbum-editor-wrapper .block-editor-block-list__block .block-list-appender:only-child .block-editor-default-block-appender__content {
    display: block
}

.verbum-editor-wrapper .block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,
.verbum-editor-wrapper .block-editor-block-list__block.is-selected .block-editor-block-list__layout>.block-list-appender .block-list-appender__toggle,
.verbum-editor-wrapper .block-editor-block-list__block.is-selected>.block-list-appender .block-editor-inserter__toggle.components-button.has-icon,
.verbum-editor-wrapper .block-editor-block-list__block.is-selected>.block-list-appender .block-list-appender__toggle {
    display: flex
}

.verbum-editor-wrapper .block-editor-default-block-appender__content {
    cursor: text
}

.verbum-editor-wrapper .block-editor-block-list__layout.has-overlay:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 60
}

.verbum-editor-wrapper .block-editor-media-placeholder__url-input-container .block-editor-media-placeholder__button {
    margin-bottom: 0
}

.verbum-editor-wrapper .block-editor-media-placeholder__url-input-form {
    display: flex
}

.verbum-editor-wrapper .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
    border: 0;
    border-radius: 0;
    flex-grow: 1;
    margin: 2px;
    min-width: 200px;
    width: 100%
}

@media (min-width:600px) {
    .verbum-editor-wrapper .block-editor-media-placeholder__url-input-form input[type=url].block-editor-media-placeholder__url-input-field {
        width: 300px
    }
}

.verbum-editor-wrapper .block-editor-media-placeholder__url-input-submit-button {
    flex-shrink: 1
}

.verbum-editor-wrapper .block-editor-media-placeholder__button {
    margin-bottom: .5rem
}

.verbum-editor-wrapper .block-editor-media-placeholder__cancel-button.is-link {
    display: block;
    margin: 1em
}

.verbum-editor-wrapper .block-editor-media-placeholder.is-appender {
    min-height: 0
}

.verbum-editor-wrapper .block-editor-media-placeholder.is-appender:hover {
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    cursor: pointer
}

.verbum-editor-wrapper .block-editor-plain-text {
    border: 0;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    width: 100%
}

.verbum-editor-wrapper .rich-text [data-rich-text-placeholder] {
    pointer-events: none
}

.verbum-editor-wrapper .rich-text [data-rich-text-placeholder]:after {
    content: attr(data-rich-text-placeholder);
    opacity: .62
}

.verbum-editor-wrapper .rich-text:focus {
    outline: 0
}

.verbum-editor-wrapper .rich-text:focus [data-rich-text-format-boundary] {
    border-radius: 2px
}

.verbum-editor-wrapper .block-editor-rich-text__editable>p:first-child {
    margin-top: 0
}

.verbum-editor-wrapper figcaption.block-editor-rich-text__editable [data-rich-text-placeholder]:before {
    opacity: .8
}

.verbum-editor-wrapper [data-rich-text-script] {
    display: inline
}

.verbum-editor-wrapper [data-rich-text-script]:before {
    background: #ff0;
    content: "</>"
}

.verbum-editor-wrapper .block-editor-warning {
    align-items: center;
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    padding: 1em
}

.verbum-editor-wrapper .block-editor-warning .block-editor-warning__message {
    color: #1e1e1e;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    margin: 0
}

.verbum-editor-wrapper .block-editor-warning p.block-editor-warning__message.block-editor-warning__message {
    min-height: auto
}

.verbum-editor-wrapper .block-editor-warning .block-editor-warning__contents {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.verbum-editor-wrapper .block-editor-warning .block-editor-warning__actions {
    align-items: center;
    display: flex;
    margin-top: 1em
}

.verbum-editor-wrapper .block-editor-warning .block-editor-warning__action {
    margin: 0 8px 0 0
}

.verbum-editor-wrapper .block-editor-warning__secondary {
    margin: auto 0 auto 8px
}

.verbum-editor-wrapper .components-popover.block-editor-warning__dropdown {
    z-index: 99998
}

.verbum-editor-wrapper body.admin-color-light {
    --wp-admin-theme-color: #0085ba;
    --wp-admin-theme-color--rgb: 0, 133, 186;
    --wp-admin-theme-color-darker-10: #0073a1;
    --wp-admin-theme-color-darker-10--rgb: 0, 115, 161;
    --wp-admin-theme-color-darker-20: #006187;
    --wp-admin-theme-color-darker-20--rgb: 0, 97, 135;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-light {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-modern {
    --wp-admin-theme-color: #3858e9;
    --wp-admin-theme-color--rgb: 56, 88, 233;
    --wp-admin-theme-color-darker-10: #2145e6;
    --wp-admin-theme-color-darker-10--rgb: 33, 69, 230;
    --wp-admin-theme-color-darker-20: #183ad6;
    --wp-admin-theme-color-darker-20--rgb: 24, 58, 214;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-modern {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-blue {
    --wp-admin-theme-color: #096484;
    --wp-admin-theme-color--rgb: 9, 100, 132;
    --wp-admin-theme-color-darker-10: #07526c;
    --wp-admin-theme-color-darker-10--rgb: 7, 82, 108;
    --wp-admin-theme-color-darker-20: #064054;
    --wp-admin-theme-color-darker-20--rgb: 6, 64, 84;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-blue {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-coffee {
    --wp-admin-theme-color: #46403c;
    --wp-admin-theme-color--rgb: 70, 64, 60;
    --wp-admin-theme-color-darker-10: #383330;
    --wp-admin-theme-color-darker-10--rgb: 56, 51, 48;
    --wp-admin-theme-color-darker-20: #2b2724;
    --wp-admin-theme-color-darker-20--rgb: 43, 39, 36;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-coffee {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-ectoplasm {
    --wp-admin-theme-color: #523f6d;
    --wp-admin-theme-color--rgb: 82, 63, 109;
    --wp-admin-theme-color-darker-10: #46365d;
    --wp-admin-theme-color-darker-10--rgb: 70, 54, 93;
    --wp-admin-theme-color-darker-20: #3a2c4d;
    --wp-admin-theme-color-darker-20--rgb: 58, 44, 77;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-ectoplasm {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-midnight {
    --wp-admin-theme-color: #e14d43;
    --wp-admin-theme-color--rgb: 225, 77, 67;
    --wp-admin-theme-color-darker-10: #dd382d;
    --wp-admin-theme-color-darker-10--rgb: 221, 56, 45;
    --wp-admin-theme-color-darker-20: #d02c21;
    --wp-admin-theme-color-darker-20--rgb: 208, 44, 33;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-midnight {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-ocean {
    --wp-admin-theme-color: #627c83;
    --wp-admin-theme-color--rgb: 98, 124, 131;
    --wp-admin-theme-color-darker-10: #576e74;
    --wp-admin-theme-color-darker-10--rgb: 87, 110, 116;
    --wp-admin-theme-color-darker-20: #4c6066;
    --wp-admin-theme-color-darker-20--rgb: 76, 96, 102;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-ocean {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper body.admin-color-sunrise {
    --wp-admin-theme-color: #dd823b;
    --wp-admin-theme-color--rgb: 221, 130, 59;
    --wp-admin-theme-color-darker-10: #d97426;
    --wp-admin-theme-color-darker-10--rgb: 217, 116, 38;
    --wp-admin-theme-color-darker-20: #c36922;
    --wp-admin-theme-color-darker-20--rgb: 195, 105, 34;
    --wp-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    .verbum-editor-wrapper body.admin-color-sunrise {
        --wp-admin-border-width-focus: 1.5px
    }
}

.verbum-editor-wrapper .editor__header {
    background-color: #fefefe;
    border: 1px solid var(--color-neutral-0);
    border-bottom: none;
    display: grid;
    overflow: hidden;
    position: sticky;
    top: 0
}

.verbum-editor-wrapper .editor__header.is-editing {
    overflow: visible
}

body.admin-bar .verbum-editor-wrapper .editor__header {
    top: 32px
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper {
    align-items: center;
    border-bottom: 1px solid #dcdcde;
    display: flex;
    justify-content: space-between;
    min-height: 52px;
    overflow: hidden
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper button {
    box-shadow: none
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar {
    flex-grow: 1
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar .block-editor-block-contextual-toolbar.components-accessible-toolbar {
    border-bottom: none
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar .block-editor-block-toolbar .block-editor-block-settings-menu,
.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar .block-editor-block-toolbar button:disabled {
    display: none
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar .block-editor-block-toolbar .block-editor-block-parent-selector {
    background-color: initial
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .editor__header-toolbar .block-editor-block-toolbar .block-editor-block-parent-selector button.block-editor-block-parent-selector__button {
    border: 0
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-inserter {
    padding: 5px 8px
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-inserter .block-editor-inserter__toggle svg {
    margin: auto
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-media-placeholder__url-input-form {
    box-sizing: border-box;
    display: flex
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-media-flow__url-input {
    border-top: 1px solid #1e1e1e;
    margin-top: -9px;
    padding: 8px 16px
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-media-flow__url-input .block-editor-media-replace-flow__image-url-label {
    display: block;
    font-size: 13px;
    margin-bottom: 8px
}

.verbum-editor-wrapper .editor__header .editor__header-wrapper .block-editor-media-flow__url-input .block-editor-link-control {
    width: 300px
}

.verbum-editor-wrapper .editor__main {
    border: 1px solid var(--color-neutral-0);
    margin-bottom: 10px
}

.verbum-editor-wrapper .editor__main.loading-placeholder.loading {
    align-items: center;
    display: flex;
    justify-content: center
}

.verbum-editor-wrapper .editor__main,
.verbum-editor-wrapper .editor__main iframe {
    min-height: 140px
}

div[id^="portal/tooltip"] .components-tooltip {
    background: #000;
    border-radius: 2px;
    color: #f0f0f0;
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 8px;
    text-align: center;
    z-index: 1000002
}

div[id^="portal/tooltip"] .components-tooltip__shortcut {
    margin-left: 8px
}

.components-popover__content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc, 0 .7px 1px #0000001a, 0 1.2px 1.7px -.2px #0000001a, 0 2.3px 3.3px -.5px #0000001a;
    color: #1e1e1e;
    color: var(--verbum-font-color, #1e1e1e);
    width: auto
}

.components-popover__content button.components-button {
    align-items: center;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: #1e1e1e;
    color: var(--wp-components-color-foreground, #1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 6px;
    text-decoration: none;
    transition: box-shadow .1s linear
}

.components-popover__content button.components-button:hover {
    color: #3858e9;
    color: var(--wp-components-color-accent, var(--wp-admin-theme-color, #3858e9))
}

.components-popover__content button.components-button svg {
    fill: currentColor
}

.components-popover__content .block-editor-url-popover__input-container .block-editor-url-popover__row form.block-editor-media-placeholder__url-input-form {
    display: flex;
    flex-grow: 1
}

.components-popover__content .block-editor-url-popover__input-container .block-editor-url-popover__row form.block-editor-media-placeholder__url-input-form input.block-editor-media-placeholder__url-input-field {
    background-color: #fff;
    border: 1px solid #8c8f94;
    border-radius: 4px;
    box-shadow: 0 0 0#0000;
    color: #2c3338;
    font-size: 14px;
    line-height: 2;
    min-height: 30px;
    padding: 0 8px;
    width: auto
}

.components-popover__content .block-editor-link-control {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    max-width: 350px;
    min-width: auto;
    position: relative;
    width: 90vw
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper {
    position: relative
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-url-input.block-editor-link-control__field.block-editor-link-control__search-input {
    margin: 16px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-url-input.block-editor-link-control__field.block-editor-link-control__search-input .block-editor-url-input__input {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0#0000;
    display: block;
    height: 40px;
    line-height: normal;
    margin: 0;
    padding: 8px 16px;
    position: relative;
    transition: box-shadow .1s linear;
    width: 100%
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-enter {
    position: absolute;
    right: 19px;
    top: 3px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-enter button.block-editor-link-control__search-submit[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results {
    margin-top: -16px;
    max-height: 200px;
    overflow-y: auto;
    padding: 8px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item {
    height: auto;
    justify-content: start;
    text-align: left;
    width: 100%
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .block-editor-link-control__search-item-icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 8px;
    max-height: 24px;
    position: relative;
    width: 24px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .components-menu-item__item {
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .components-menu-item__item .components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .components-menu-item__item .components-menu-item__info {
    color: #757575;
    font-size: 12px;
    margin-top: 4px;
    white-space: normal
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .components-menu-item__item mark {
    background-color: initial;
    color: inherit;
    font-weight: 600
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-input-wrapper .block-editor-link-control__search-results-wrapper .block-editor-link-control__search-results button.block-editor-link-control__search-item .components-menu-item__shortcut {
    align-self: center;
    color: #757575;
    margin-left: auto;
    margin-right: 0;
    padding-left: 24px;
    text-transform: capitalize;
    white-space: nowrap
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item {
    background: #0000;
    border: 0;
    box-sizing: border-box;
    cursor: default;
    font-size: 13px;
    padding: 16px;
    width: 100%
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 100%
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-direction: row;
    margin-right: 8px;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header .block-editor-link-control__search-item-icon {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-right: 8px;
    max-height: 24px;
    position: relative;
    width: 24px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header .block-editor-link-control__search-item-details {
    max-width: 144px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header .block-editor-link-control__search-item-details a.block-editor-link-control__search-item-title {
    color: #0073aa;
    display: block;
    font-weight: 500;
    line-height: 24px;
    position: relative
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header .block-editor-link-control__search-item-details a.block-editor-link-control__search-item-title .components-external-link__icon {
    display: none
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__search-item-top .block-editor-link-control__search-item-header .block-editor-link-control__search-item-details .block-editor-link-control__search-item-info {
    word-break: break-all
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings {
    border: 0;
    margin: 0;
    padding: 0
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings .block-editor-link-control__setting {
    margin-bottom: 0;
    padding: 20px 8px 8px 0
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings .block-editor-link-control__setting .components-base-control__field {
    display: flex
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings .block-editor-link-control__setting .components-checkbox-control__input-container {
    display: inline-block;
    margin-right: 12px;
    position: relative;
    vertical-align: middle
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings .block-editor-link-control__setting .components-checkbox-control__input-container input.components-checkbox-control__input {
    height: 20px;
    margin: 0;
    width: 20px
}

.components-popover__content .block-editor-link-control .block-editor-link-control__search-item .block-editor-link-control__settings .block-editor-link-control__setting .components-checkbox-control__label {
    line-height: 1.4em
}

.components-popover__content .block-editor-rich-text__inline-format-toolbar-group .components-toolbar-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

p.comment-likes {
    height: 16px;
    float: none;
    width: 100%;
    clear: both;
    display: block;
    margin-left: -2px
}

p.comment-not-liked {
    cursor: pointer
}

p.comment-likes a.view-likers {
    text-decoration: underline;
    border: none
}

div.comment-likes-overlay {
    color: #555;
    position: absolute;
    font-size: 9pt;
    padding: 0;
    margin: 0;
    z-index: 20000
}

div.comment-likes-overlay div.inner {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-color: rgba(0, 0, 0, .1);
    padding: 8px;
    margin: 0;
    max-width: 310px;
    max-height: 250px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, .15), 0 3px 8px rgba(0, 0, 0, .1)
}

div.comment-likes-overlay div.inner a img {
    text-decoration: none;
    height: 25px;
    width: 25px;
    margin: 2px 10px 2px 2px;
    vertical-align: middle
}

div.comment-likes-overlay div.inner ul {
    margin: 0;
    padding: 0
}

div.comment-likes-overlay div.inner ul li {
    float: left;
    display: inline;
    padding: 0;
    margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

div.comment-likes-overlay div.inner ul.single li {
    width: 100%
}

div.comment-likes-overlay div.inner ul.double li {
    width: 50%
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
    text-decoration: none;
    border-bottom: none;
    background: 0 0
}

div.comment-likes-overlay div.inner ul li a span.user-name {
    color: #555
}

p.comment-likes span.comment-like-feedback {
    font-size: 12px;
    line-height: 1.8em;
    opacity: .8;
    float: left;
    padding: 1px 0 0 5px;
    display: block !important
}

a.comment-like-link:hover {
    background: 0 0
}

a.comment-like-link span {
    display: none
}

a.comment-like-link {
    outline: none;
    border: 0 !important;
    text-decoration: none !important;
    padding: 0;
    margin: 0;
    float: left;
    text-decoration: none;
    line-height: 70%;
    background: 0 0
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
    -webkit-font-smoothing: antialiased;
    font-family: "Noticons";
    font-size: 20px;
    line-height: .9
}

div.comment-likes-overlay span.icon {
    color: #fff;
    height: 100%;
    margin: 0;
    padding: 3px 0 1px
}

a.comment-like-link:before {
    color: #2ea2cc;
    content: '\f408';
    width: 16px;
    display: inline-block
}

a.comment-like-link.loading {
    -webkit-transition: opacity 2s;
    -moz-transition: opacity 2s;
    -ms-transition: opacity 2s;
    -o-transition: opacity 2s;
    transition: opacity 2s;
    opacity: 0
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
    color: #f1831e;
    background: 0 0
}

div.comment-likes-overlay div .slider-nav {
    position: relative;
    clear: both;
    width: 310px;
    height: 40px;
    margin: 15px 0 -15px -12px;
    text-align: center;
    border-top: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav em {
    font-style: normal
}

div.comment-likes-overlay div .slider-nav .prev {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 40px;
    height: 40px;
    border-right: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav .noticon {
    width: 40px;
    height: 40px;
    font-size: 25px;
    line-height: 40px
}

div.comment-likes-overlay div .slider-nav .next {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    display: block;
    width: 40px;
    height: 40px;
    border-left: 1px solid #dfdfdf
}

div.comment-likes-overlay div .slider-nav .position {
    position: absolute;
    top: 0;
    left: 40px;
    bottom: 0;
    right: 40px;
    text-align: center
}

div.comment-likes-overlay div .slider-nav .position div {
    display: inline
}

div.comment-likes-overlay div .slider-nav .position em {
    display: inline-block;
    padding: 0 3px;
    font-size: 30px;
    line-height: 40px;
    color: #bbb;
    cursor: pointer
}

div.comment-likes-overlay div .slider-nav .position .on {
    color: #1e8cbe
}

div.comment-likes-overlay .swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative
}

div.comment-likes-overlay .swipe-wrap {
    overflow: hidden;
    position: relative
}

div.comment-likes-overlay .swipe-wrap>div {
    float: left;
    width: 100%;
    position: relative
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background):hover {
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--base);
    border-color: var(--wp--preset--color--primary)
}

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

.geolocation-chip .noticon {
    display: inline-block;
    vertical-align: middle
}

.geolocation-chip {
    margin-bottom: 1em
}

#wp-admin-bar-notes .ab-item {
    width: 26px
}

#wp-admin-bar-notes>.ab-item {
    padding: 0 5px !important
}

#wpadminbar #wp-admin-bar-notes.hover>.ab-item {
    color: #fafafa;
    background: #333
}

#wpadminbar #wp-admin-bar-notes.wpnt-show>.ab-item {
    background: #f5f5f5
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
    background: 0 0 !important;
    padding: 0 2px !important
}

#wp-admin-bar-notes .noticon {
    display: none
}

#wp-admin-bar-notes .noticon-bell:before {
    content: "";
    background-image: none;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute
}

#wp-admin-bar-notes.notification #wpnt-notes-unread-count {
    margin: 4px 3px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 2;
    height: 19px
}

#wp-admin-bar-notes.notification #wpnt-notes-unread-count,
#wp-admin-bar-notes.notification #wpnt-notes-unread-count {
    margin: 6px 3px 0;
    height: 20px
}

#wp-admin-bar-notes.notification:hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.notification.hover #wpnt-notes-unread-count,
#wp-admin-bar-notes.notification.wpnt-show #wpnt-notes-unread-count {
    color: #333;
    text-shadow: none
}

#wp-admin-bar-notes.notification #wpnt-notes-unread-count.wpn-read {
    background-image: -ms-linear-gradient(bottom, #4a4a4a, #959595) !important;
    background-image: -moz-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4a4a4a), to(#959595)) !important;
    background-image: -webkit-linear-gradient(bottom, #959595, #4a4a4a) !important;
    background-image: linear-gradient(bottom, #4a4a4a, #959595) !important;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .8);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .8)
}

#wp-admin-bar-notes.notification.wpnt-stayopen #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.notification:hover #wpnt-notes-unread-count.wpn-read,
#wp-admin-bar-notes.notification.wpnt-hover #wpnt-notes-unread-count.wpn-read {
    background-image: -ms-linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
    background-image: -moz-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#d3d3d3), to(#e7e7e7)) !important;
    background-image: -webkit-linear-gradient(bottom, #e7e7e7, #d3d3d3) !important;
    background-image: linear-gradient(bottom, #d3d3d3, #e7e7e7) !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2)
}

#wp-admin-bar-notes.notification #wpnt-notes-unread-count.wpn-unread {
    background-image: -ms-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: -moz-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f7941e), to(#d47300)) !important;
    background-image: -webkit-linear-gradient(bottom, #f7941e, #d47300) !important;
    background-image: linear-gradient(bottom, #f7941e, #d47300) !important;
    background-color: #d47300 !important;
    -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .5);
    color: #fff !important;
    text-shadow: 0 -1px 0 #a30
}

#wp-admin-bar-notes.notification .noticon {
    display: block;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .5) !important;
    margin-top: 1px !important;
    opacity: .6
}

#wp-admin-bar-notes.bell #wpnt-notes-unread-count {
    display: none !important
}

#wp-admin-bar-notes.bell .noticon {
    display: inline;
    font-size: 21px !important;
    position: relative;
    top: 4px;
    left: 2px;
    color: #fff !important;
    opacity: 1;
    text-shadow: none !important
}

#wp-admin-bar-notes.bell #wpnt-notes-unread-count.wpn-unread {
    display: block !important;
    position: absolute;
    top: 2px;
    left: 23%;
    z-index: 999;
    margin: 0;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    background-image: none !important;
    background-color: #f0821e !important;
    box-shadow: none !important;
    border: 2px solid #333;
    border-radius: 7px
}

#wp-admin-bar-notes.bell #wpnt-notes-unread-count span {
    display: none
}

#wp-admin-bar-notes.bell .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important
}

#wp-admin-bar-notes.bell.active .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important
}

.browse-happy {
    background-color: #eee !important;
    width: 375px !important;
    height: 300px !important;
    padding: 25px !important
}

.browse-happy img {
    width: 300px !important;
    margin: 20px !important
}

#wpadminbar * .noticon:not(.noticon-bell) {
    float: none;
    font: normal 16px/1 "Noticons" !important;
    width: 16px !important;
    height: 16px !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wpn-unread .noticon {
    color: #fff !important;
    opacity: 1 !important
}

#wp-admin-bar-notes.wpnt-stayopen #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes:hover #wpnt-notes-unread-count.wpn-read span,
#wp-admin-bar-notes.wpnt-hover #wpnt-notes-unread-count.wpn-read span {
    color: #555 !important;
    opacity: 1
}

#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel {
    display: block !important
}

#wp-admin-bar-notes #wpnt-notes-panel {
    display: none;
    background: 0 0;
    position: absolute;
    right: 0;
    border: none;
    width: 841px;
    min-height: 200px !important
}

#wp-admin-bar-notes.wpnt-show #wpnt-notes-panel2 {
    display: block !important
}

#wp-admin-bar-notes #wpnt-notes-panel2 {
    display: none;
    position: fixed;
    top: 48px;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background: #f4f8fa;
    border-left: 1px solid #e2dfdf;
    box-shadow: -3px 1px 10px -2px rgba(0, 0, 0, .075)
}

#wp-admin-bar-notes #wpnt-notes-panel2.wide {
    background: 0 0;
    box-shadow: none;
    border-left: none
}

#wp-admin-bar-notes #wpnt-notes-panel2.touch {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

#wpadminbar #wp-admin-bar-notes #wpnt-notes-panel2 {
    top: 32px
}

.quicklinks #wp-admin-bar-notes #wpnt-notes-panel.loadingIframe {
    display: block;
    width: 400px;
    margin-right: 1px;
    background: #f5f5f5;
    min-height: 200px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

iframe#wpnt-notes-iframe {
    width: 841px;
    height: 560px;
    background: 0 0;
    position: absolute;
    right: -19px
}

@media screen and (max-width:900px) {
    iframe#wpnt-notes-iframe {
        width: 480px
    }
    .quicklinks #wp-admin-bar-notes #wpnt-notes-panel {
        width: 480px
    }
}

iframe#wpnt-notes-iframe2 {
    height: 100%;
    width: 400px
}

iframe#wpnt-notes-iframe2.wide {
    width: 410px
}

@media screen and (min-width:810px) {
    .wpnt-show iframe#wpnt-notes-iframe2.wide.widescreen {
        width: 810px
    }
}

@media screen and (max-width:480px) {
    #wp-admin-bar-notes #wpnt-notes-panel2 {
        width: 100%;
        min-width: 0
    }
    iframe#wpnt-notes-iframe2,
    iframe#wpnt-notes-iframe2.wide,
    .wpnt-show iframe#wpnt-notes-iframe2.wide.widescreen {
        width: 100%;
        box-shadow: none
    }
    .quicklinks #wp-admin-bar-notes #wpnt-notes-panel2 {
        width: 100%
    }
}

@media \0screen {
    #wp-admin-bar-notes {
        height: 28px !important
    }
}

p.wpnt-ie-note {
    margin-top: 10px !important;
    background: url(/wp-content/mu-plugins/notes/images/ie-upgrade-note.gif) no-repeat left top;
    padding-left: 40px !important;
    font-size: 9pt !important;
    padding-top: 5px !important;
    height: 32px !important
}

p.wpnt-ie-note a {
    font-size: 9pt !important;
    color: #21759b !important
}

.reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0
}

.reblogger-note-content {
    margin: 0 0 20px
}

.wpcom-reblog-snapshot .reblog-from img {
    margin: 0 .75em 0 0;
    padding: 0;
    border: 0
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
    float: left;
    padding: 0;
    border: 0;
    margin: 0 .5em 0 0
}

.wpcom-reblog-snapshot {
    margin-bottom: 1em
}

.wpcom-reblog-snapshot p.reblog-from {
    margin: 0 0 1em
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogged-content {
    margin: 0 0 1em
}

.reblog-post .wpcom-enhanced-excerpt-content {
    border-left: 3px solid #eee;
    padding-left: 15px
}

.reblog-post ul.thumb-list {
    display: block;
    list-style: none;
    margin: 2px 0;
    padding: 0;
    clear: both
}

.reblog-post ul.thumb-list li {
    display: inline;
    margin: 0;
    padding: 0 1px;
    border: 0
}

.reblog-post ul.thumb-list li a {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post ul.thumb-list li img {
    margin: 0;
    padding: 0;
    border: 0
}

.reblog-post .wpcom-enhanced-excerpt {
    clear: both
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
    font-size: 100% !important
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
    font-size: 98% !important
}

.reblog-from img {
    margin: 0 10px 0 0;
    vertical-align: middle;
    padding: 0;
    border: 0
}

.reblog-source {
    margin-bottom: 0;
    font-size: .8em;
    line-height: 1
}

.reblog-source .more-words {
    color: #668eaa
}

.wpcom-reblog-snapshot .reblog-post {
    box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
    border-radius: 4px;
    padding: 24px
}

.wpcom-reblog-snapshot .reblogger-note {
    margin: 0 0 1em;
    overflow: hidden
}

.wpcom-reblog-snapshot p.reblogger-headline {
    line-height: 32px;
    margin: 0 0 1em
}

.wpcom-reblog-snapshot .reblogger-note-content {
    margin: 0;
    padding: 0
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    margin: 0;
    padding: 0;
    position: relative;
    border: none
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
    margin-bottom: 0
}

#wpadminbar .ab-top-menu>li>.ab-item {
    color: #fff !important
}

#wpadminbar .ab-top-menu>li.ab-hover>.ab-item {
    background: #333 !important;
    color: #fff !important
}

#wpadminbar .ab-top-menu>li.ab-active>.ab-item {
    background: #e9eff3 !important;
    color: #2e4354 !important
}

body #wpadminbar .ab-top-menu.ab-top-menu>li.wpnt-show>.ab-item,
body #wpadminbar .ab-top-menu.ab-top-menu>li.ab-hover.wpnt-show>.ab-item {
    background: #fff !important;
    color: #2e4354 !important
}

body #wpadminbar #wp-admin-bar-notes.wpnt-show>.ab-item.ab-item {
    background: #FFF!important;
    color: #2e4354 !important
}

html.ab-menu-open,
html.ab-menu-open body {
    overflow: hidden;
    overflow-y: hidden
}

#wpadminbar .quicklinks>ul>li {
    box-shadow: none;
    -webkit-box-shadow: none
}

#wpadminbar .quicklinks>ul>li>a {
    padding: 0 8px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post {
    background: #fff;
    top: 4px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post:hover a {
    opacity: .8
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a {
    height: 24px;
    padding: 0 8px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    left: 14px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    left: 6px;
    top: -4px
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a span {
    display: none
}

@media only screen and (min-width:960px) {
    #wpadminbar ul li#wp-admin-bar-ab-new-post a span {
        display: inline-block;
        color: #23282d !important;
        line-height: 24px;
        margin-left: 2px;
        margin-right: 4px;
        float: left;
        font-weight: 500
    }
}

#wpadminbar li.menupop>.ab-sub-wrapper {
    border-right: 1px solid #d9e3ea;
    background: #e9eff3;
    color: #2e4354
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    position: fixed;
    top: 32px;
    bottom: 0;
    display: block !important;
    opacity: 1;
    transition-delay: .5s;
    -webkit-transition: all .17s ease-out;
    -moz-transition: all .17s ease-out;
    -ms-transition: all .17s ease-out;
    -o-transition: all .17s ease-out;
    transition: all .17s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    box-shadow: none;
    padding: 0;
    width: 300px
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
    left: 0;
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate(-320px, 0);
    box-shadow: 3px 1px 5px -2px rgba(0, 0, 0, .145)
}

#wpadminbar.rtl li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar.rtl li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
    transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate(320px, 0)
}

#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    right: 0;
    transform: translate3d(320px, 0, 0);
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate(320px, 0);
    box-shadow: -3px 1px 5px -2px rgba(0, 0, 0, .145)
}

#wpadminbar.rtl li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
    transform: translate3d(-320px, 0, 0);
    -webkit-transform: translate3d(-320px, 0, 0);
    -ms-transform: translate(-320px, 0)
}

#wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    width: auto;
    transform: translate3d(420px, 0, 0);
    -webkit-transform: translate3d(420px, 0, 0);
    -ms-transform: translate(420px, 0);
    background: 0 0;
    padding: 0;
    box-shadow: none
}

.rtl #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    direction: rtl
}

#wpadminbar.rtl li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    width: auto;
    transform: translate3d(-420px, 0, 0);
    -webkit-transform: translate3d(-420px, 0, 0);
    -ms-transform: translate(-420px, 0)
}

#wpadminbar.ie9 li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-notes>#wpnt-notes-panel2 {
    display: none !important
}

#wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    opacity: 1
}

#wpadminbar.ie9 li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.ie9 li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    display: block !important
}

#wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate(-30px, 0);
    padding-left: 30px
}

#wpadminbar.rtl li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
#wpadminbar.rtl li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate(30px, 0)
}

#wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(30px, 0, 0);
    -webkit-transform: translate3d(30px, 0, 0);
    -ms-transform: translate(30px, 0);
    padding-right: 30px
}

#wpadminbar.rtl li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
    transform: translate3d(-30px, 0, 0);
    -webkit-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate(-30px, 0)
}

#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    transform: translate3d(63px, 0, 0);
    -webkit-transform: translate3d(63px, 0, 0);
    -ms-transform: translate(63px, 0);
    padding-right: 35px
}

#wpadminbar.rtl li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
    transform: translate3d(-63px, 0, 0);
    -webkit-transform: translate3d(-63px, 0, 0);
    -ms-transform: translate(-63px, 0)
}

#wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2>iframe {
    border-right: 30px solid #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li,
#wpadminbar li.menupop>.ab-sub-wrapper li a,
#wpadminbar .ab-submenu .ab-item,
#wpadminbar>#wp-toolbar .wpnt-show span.noticon,
#wpadminbar #wp-admin-bar-notes.wpnt-show .noticon {
    color: #2e4354 !important
}

#wpadminbar .ab-submenu {
    padding: 0
}

#wpadminbar .quicklinks .menupop ul li.mb-icon>a:before,
#wpadminbar .quicklinks .menupop ul li.inline-action a.mb-icon:before {
    display: none
}

#wpadminbar .quicklinks .menupop ul li .ab-item {
    height: auto
}

#wpadminbar li.menupop>.ab-sub-wrapper li {
    margin: 0;
    padding: 0
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper li a,
#wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper li a,
#wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper li a {
    padding: 17px 16px 17px 55px;
    line-height: 1
}

#wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-info a {
    padding: 0 0 0 14px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.private .ab-site-title:before {
    vertical-align: middle;
    color: #87a6bc
}

#wpadminbar #jumptotop {
    padding: 0
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover {
    background: #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover a,
#wpadminbar li.menupop>.ab-sub-wrapper li:hover a:before {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active {
    background: #87a6bc
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active a,
#wpadminbar li.menupop>.ab-sub-wrapper li.ab-sub-active a:before {
    color: #fff !important
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info {
    margin: 0;
    background: #fff;
    padding: 16px 8px;
    min-width: 240px;
    border-bottom: 1px solid #d9e3ea;
    height: auto
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-item {
    padding-top: 17px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon {
    background-color: #c8d7e1;
    top: 16px;
    left: 17px
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info.has-blavatar .ab-site-icon {
    background-color: transparent
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-icon .avatar {
    vertical-align: inherit
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-title {
    color: #2e4354
}

#wpadminbar .quicklinks #wp-admin-bar-blog-info .ab-site-description {
    color: #87a6bc;
    font-style: normal
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site,
#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site {
    margin: 0;
    background: #e9eff3;
    border-bottom: 1px solid #d9e3ea
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a,
#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a {
    text-align: left;
    color: #668eaa !important;
    padding: 16px 16px 16px 40px;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:hover {
    background: #f3f6f8;
    color: #2e4453 !important
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:hover:before {
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-switch-site.ab-sub-active a,
#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-switch-site.ab-sub-active a:before {
    color: #4f748e !important
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:before {
    color: #4f748e;
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 22px;
    vertical-align: top;
    text-align: center;
    -moz-transition: color .1s ease-in 0;
    -webkit-transition: color .1s ease-in 0;
    display: inline-block;
    font-family: "Noticons";
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a:before {
    content: '\f430'
}

#wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a:before {
    display: none
}

#wp-admin-bar-blog-stats img {
    position: absolute;
    top: 9px;
    right: 8px
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header {
    padding: 0;
    margin: 0
}

#wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header:hover {
    background: 0 0
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header>.ab-empty-item {
    background: 0 0;
    color: #668eaa !important;
    font-weight: 600;
    text-transform: none;
    font-size: 12px;
    padding: 16px 8px 6px 14px;
    margin: 0;
    display: block;
    line-height: 1
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header:after {
    display: none
}

#wpadminbar .quicklinks .menupop ul li.mb-icon-spacer>a {
    padding-left: 45px
}

#wpadminbar li.menupop>.ab-sub-wrapper li a.ab-secondary {
    top: 12px;
    right: 8px;
    padding: 4px 8px 6px !important;
    height: auto;
    margin: 0;
    line-height: 18px;
    background-color: #f3f6f8;
    color: #4f748e !important;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    border: 1px solid #c8d7e1
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover div.ab-empty-item a.ab-secondary,
#wpadminbar li.menupop>.ab-sub-wrapper li.ab-active div.ab-empty-item a.ab-secondary {
    background: #fff;
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li:hover div.ab-empty-item a.ab-secondary:hover {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plan a.ab-secondary {
    background: 0 0;
    border: none;
    font-weight: 300;
    padding: 6px 8px !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-home {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM4N0E2QkMiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDBWMHoiLz48cGF0aCBkPSJNMTIgNS42OWw1IDQuNVYxOGgtMnYtNkg5djZIN3YtNy44MWw1LTQuNU0xMiAzTDIgMTJoM3Y4aDZ2LTZoMnY2aDZ2LThoM0wxMiAzeiIvPjwvc3ZnPgo=');
    background-repeat: no-repeat;
    background-position: 21px 11px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site.ab-sub-active {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20widht%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%23ffffff%27%20d%3D%27M22%209L12%201%202%209v2h2v10h5v-4c0-1.657%201.343-3%203-3s3%201.343%203%203v4h5V11h2V9z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 9px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20widht%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M22%209L12%201%202%209v2h2v10h5v-4c0-1.657%201.343-3%203-3s3%201.343%203%203v4h5V11h2V9z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar .quicklinks #wp-admin-bar-site-view {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%2387a6bc' d='M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-x: calc(100% - 10px);
    background-position-y: center;
    border-bottom: 1px solid #d2dee6
}

#wpadminbar .quicklinks #wp-admin-bar-site-view:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath fill='%230087be' d='M19 13v6c0 1.105-.895 2-2 2H5c-1.105 0-2-.895-2-2V7c0-1.105.895-2 2-2h6v2H5v12h12v-6h2zM13 3v2h4.586l-7.793 7.793 1.414 1.414L19 6.414V11h2V3h-8z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-color: #f3f6f8
}

#wpadminbar .quicklinks #wp-admin-bar-site-view a {
    padding-left: 20px !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-stats {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M21%2021H3v-2h18v2zM8%2010H4v7h4v-7zm6-7h-4v14h4V3zm6%203h-4v11h4V6z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plan {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjQiIHdpZHRoPSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjN0ZBN0JFIiBkPSJNMTIsMkM2LjUsMiwyLDYuNSwyLDEyczQuNSwxMCwxMCwxMHMxMC00LjUsMTAtMTBTMTcuNSwyLDEyLDJ6IE0xMSwxNEg2bDUtMTBWMTR6IE0xMywyMFYxMGg1TDEzLDIweiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-activity {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%2387A6BC' d='M2.12 13.526c.742 4.78 4.902 8.47 9.88 8.47 5.5 0 10-4.5 10-9.998S17.5 2 12 2a9.998 9.998 0 0 0-8 4V2H2.003L2 9h7V7H5.8c1.4-1.8 3.702-3 6.202-3C16.4 4 20 7.6 20 11.998s-3.6 8-8 8c-3.877 0-7.13-2.795-7.848-6.472H2.12z'/%3E%3Cpath fill='%2387A6BC' d='M11.002 7v5.3l3.2 4.298 1.6-1.197-2.8-3.7V7'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-post {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%2019H3v-2h13v2zm5-10H3v2h18V9zM3%205v2h11V5H3zm14%200v2h4V5h-4zm-6%208v2h10v-2H11zm-8%200v2h5v-2H3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-page {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%208H8V6h8v2zm0%202H8v2h8v-2zm4-6v12l-6%206H6c-1.105%200-2-.895-2-2V4c0-1.105.895-2%202-2h12c1.105%200%202%20.895%202%202zm-2%2010V4H6v16h6v-4c0-1.105.895-2%202-2h4z%27%20%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-attachment {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22gridicon%20gridicons-image%22%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M13%209.5c0-.828.672-1.5%201.5-1.5s1.5.672%201.5%201.5-.672%201.5-1.5%201.5-1.5-.672-1.5-1.5zM22%206v12c0%201.105-.895%202-2%202H4c-1.105%200-2-.895-2-2V6c0-1.105.895-2%202-2h16c1.105%200%202%20.895%202%202zm-2%200H4v7.444L8%209l5.895%206.55%201.587-1.85c.798-.932%202.24-.932%203.037%200L20%2015.426V6z%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-jetpack-portfolio {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%2019H6c-1.1%200-2-.9-2-2V7c0-1.1.9-2%202-2h3c1.1%200%202%20.9%202%202h7c1.1%200%202%20.9%202%202v8c0%201.1-.9%202-2%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-new-jetpack-testimonial {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M11.192%2015.757c0-.88-.23-1.618-.69-2.217-.326-.412-.768-.683-1.327-.812-.55-.128-1.07-.137-1.54-.028-.16-.95.1-1.956.76-3.022.66-1.065%201.515-1.867%202.558-2.403L9.373%205c-.8.396-1.56.898-2.26%201.505-.71.607-1.34%201.305-1.9%202.094s-.98%201.68-1.25%202.69-.346%202.04-.217%203.1c.168%201.4.62%202.52%201.356%203.35.735.84%201.652%201.26%202.748%201.26.965%200%201.766-.29%202.4-.878.628-.576.94-1.365.94-2.368l.002.003zm9.124%200c0-.88-.23-1.618-.69-2.217-.326-.42-.77-.692-1.327-.817-.56-.124-1.074-.13-1.54-.022-.16-.94.09-1.95.75-3.02.66-1.06%201.514-1.86%202.557-2.4L18.49%205c-.8.396-1.555.898-2.26%201.505-.708.607-1.34%201.305-1.894%202.094-.556.79-.97%201.68-1.24%202.69-.273%201-.345%202.04-.217%203.1.165%201.4.615%202.52%201.35%203.35.732.833%201.646%201.25%202.742%201.25.967%200%201.768-.29%202.402-.876.627-.576.942-1.365.942-2.368v.01z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-themes {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M4%206c-1.105%200-2%20.895-2%202v12c0%201.1.9%202%202%202h12c1.105%200%202-.895%202-2H4V6zm16-4H8c-1.105%200-2%20.895-2%202v12c0%201.105.895%202%202%202h12c1.105%200%202-.895%202-2V4c0-1.105-.895-2-2-2zm-5%2014H8V9h7v7zm5%200h-3V9h3v7zm0-9H8V4h12v3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-menus {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9%2019h10v-2H9v2zm0-6h6v-2H9v2zm0-8v2h12V5H9zm-4-.5c-.828%200-1.5.672-1.5%201.5S4.172%207.5%205%207.5%206.5%206.828%206.5%206%205.828%204.5%205%204.5zm0%206c-.828%200-1.5.672-1.5%201.5s.672%201.5%201.5%201.5%201.5-.672%201.5-1.5-.672-1.5-1.5-1.5zm0%206c-.828%200-1.5.672-1.5%201.5s.672%201.5%201.5%201.5%201.5-.672%201.5-1.5-.672-1.5-1.5-1.5z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-sharing {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%2016c-.788%200-1.5.31-2.034.807L8.91%2012.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5%201.25.81%202.04.81%201.66%200%203-1.34%203-3s-1.34-3-3-3-3%201.34-3%203c0%20.24.04.47.09.7L8.04%209.81C7.5%209.31%206.79%209%206%209c-1.66%200-3%201.34-3%203s1.34%203%203%203c.79%200%201.5-.31%202.04-.81l7.048%204.118c-.053.223-.088.453-.088.692%200%201.657%201.343%203%203%203s3-1.343%203-3-1.343-3-3-3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-users-toolbar {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c2.21%200%204%201.79%204%204s-1.79%204-4%204-4-1.79-4-4%201.79-4%204-4zm0%2016s8%200%208-2c0-2.4-3.9-5-8-5s-8%202.6-8%205c0%202%208%202%208%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-blog-settings {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%2012c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14%202h-4l-.48%202.396c-1.07.35-2.04.92-2.858%201.657L4.34%205.268l-2%203.464%201.834%201.612C4.06%2010.878%204%2011.432%204%2012s.06%201.122.174%201.656L2.34%2015.268l2%203.464%202.322-.786c.82.736%201.787%201.308%202.86%201.657L10%2022h4l.48-2.396c1.07-.35%202.038-.92%202.858-1.657l2.322.786%202-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8%204c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-legacy-dashboard {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plugins {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M16%208V3c0-.552-.448-1-1-1s-1%20.448-1%201v5h-4V3c0-.552-.448-1-1-1s-1%20.448-1%201v5H5v4c0%202.79%201.637%205.193%204%206.317V22h6v-3.683c2.363-1.124%204-3.527%204-6.317V8h-3z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-plugins a:before {
    content: none
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-domains {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2224%22%20height%3D%2224%22/%3E%3Cg%3E%3Cpath%20fill%3D%22%2387a6bc%22%20d%3D%22M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zm0%2018l2-2%201-1v-2h-2v-1l-1-1H9v3l2%202v1.93c-3.94-.494-7-3.858-7-7.93l1%201h2v-2h2l3-3V6h-2L9%205v-.41C9.927%204.21%2010.94%204%2012%204s2.073.212%203%20.59V6l-1%201v2l1%201%203.13-3.13c.752.897%201.304%201.964%201.606%203.13H18l-2%202v2l1%201h2l.286.286C18.03%2018.06%2015.24%2020%2012%2020z%22/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following a.ab-secondary {
    background-color: #f3f6f8
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following:hover a.ab-secondary {
    background-color: #fff !important;
    color: #2e4453 !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following:hover a.ab-secondary:hover {
    color: #00aadc !important
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-following {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M11%2017.768l-4.884-4.884%201.768-1.768L11%2014.232l8.658-8.658C17.823%203.39%2015.075%202%2012%202%206.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10c0-1.528-.353-2.97-.966-4.266L11%2017.768z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-automattic {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M7.99%201.57C3.75%201.57%201%204.57%201%207.8v0.4c0%203.18%202.75%206.24%206.99%206.24%204.26%200%207.01-3.05%207.01-6.24V7.8C15%204.57%2012.25%201.57%207.99%201.57zM12.74%208.13c0%202.32-1.69%204.42-4.74%204.42%20-3.05%200-4.73-2.1-4.73-4.42V7.84c0-2.32%201.67-4.38%204.73-4.38%203.06%200%204.75%202.07%204.75%204.39V8.13z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9.47%205.73C9.07%205.47%208.52%205.59%208.26%206L6.21%209.17c-0.26%200.41-0.15%200.95%200.26%201.21%200.4%200.26%200.95%200.14%201.21-0.26l2.05-3.17C9.99%206.53%209.88%205.99%209.47%205.73z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px;
    background-size: 36px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-conversations {
    background-image: url("data:image/svg+xml,%3Csvg fill='%2387A6BC' height='24' width='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cpath d='M3 12c-1.1 0-2-.9-2-2V5c0-1.1.9-2 2-2h8c1.1 0 2 .9 2 2v5c0 1.1-.9 2-2 2H9v3l-3-3H3zM21 18c1.1 0 2-.9 2-2v-5c0-1.1-.9-2-2-2h-6v1c0 2.2-1.8 4-4 4v2c0 1.1.9 2 2 2h2v3l3-3h3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-conversations-a8c {
    background-image: url("data:image/svg+xml,%3Csvg fill='%2387A6BC' width='24' height='24' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12.2 7.1c.5.3.6 1 .3 1.4L10 12.4c-.3.5-1 .7-1.4.3-.6-.3-.8-1-.4-1.5l2.5-3.9c.3-.4 1-.5 1.5-.2zM17.3 21.2h2.8c1 0 1.9-.8 1.9-1.9v-4.7c0-1-.8-1.9-1.9-1.9h-7.6c-1 .1-1.7.9-1.7 1.9v4.7c0 1 .8 1.8 1.7 1.9h2V24l2.8-2.8z'%3E%3C/path%3E%3Cpath d='M8.8 15.2c-2.7-.7-4.1-2.9-4.1-5.2 0-5.8 5.8-5.7 5.8-5.7 5.8 0 5.8 5.7 5.8 5.7 0 .3 0 .6-.1.8H19v-.7C19 1.6 10.4 2 10.4 2c-8.6 0-8.5 8.1-8.5 8.1 0 3.5 2.7 6.8 6.9 7.5v-2.4z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-discover {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-search {
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20height%3D%2224%22%20width%3D%2224%22%3E%3Crect%20x%3D%220%22%20fill%3D%22none%22%20width%3D%2224%22%20height%3D%2224%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%2387a6bc%22%20d%3D%22M21%2019l-5.154-5.154C16.574%2012.742%2017%2011.42%2017%2010c0-3.866-3.134-7-7-7s-7%203.134-7%207%203.134%207%207%207c1.42%200%202.742-.426%203.846-1.154L19%2021l2-2zM5%2010c0-2.757%202.243-5%205-5s5%202.243%205%205-2.243%205-5%205-5-2.243-5-5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-discover-recommended-blogs {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M7.189%2C12.664l0.624-0.046l0.557-0.409l0.801-1.115l0.578-1.228l0.357-0.91l0.223-0.523l0.267-0.432%20l0.49-0.409l0.578-0.5l0.445-0.682l0.267-1.046l0.29-1.934V3.159L12.931%2C3l0.467%2C0.046l0.534%2C0.227l0.49%2C0.363L14.8%2C4.25%20l0.177%2C0.75V5.66l-0.088%2C0.865l-0.223%2C0.615l-0.378%2C0.75l-0.2%2C0.5l-0.246%2C0.546l-0.133%2C0.5v0.432l0.111%2C0.273l2.38-0.023%20l1.135%2C0.069l0.823%2C0.113l0.49%2C0.159l0.288%2C0.319l0.424%2C0.523l0.156%2C0.454v0.319l-0.09%2C0.296l-0.2%2C0.227l-0.29%2C0.5l0.111%2C0.296%20l0.223%2C0.409l0.201%2C0.204l0.111%2C0.364l-0.09%2C0.273l-0.267%2C0.296l-0.267%2C0.34l-0.111%2C0.364l0.088%2C0.319l0.157%2C0.363l0.11%2C0.342v0.25%20l-0.11%2C0.363l-0.223%2C0.273l-0.313%2C0.296l-0.223%2C0.273l-0.088%2C0.273v0.319l0.023%2C0.409l-0.111%2C0.25l-0.313%2C0.342l-0.4%2C0.363%20c0%2C0-0.156%2C0.137-0.378%2C0.25c-0.223%2C0.114-0.868%2C0.273-0.868%2C0.273l-0.846%2C0.091l-1.868-0.023l-1.937-0.091l-1.379-0.159%20l-2.916-0.523L7.189%2C12.664z%20M3%2C13.986c0-0.939%2C0.761-1.7%2C1.702-1.7c0.939%2C0%2C1.702%2C0.762%2C1.702%2C1.7v4.596%20c0%2C0.939-0.762%2C1.7-1.702%2C1.7C3.761%2C20.283%2C3%2C19.52%2C3%2C18.582V13.986z%27%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 10px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-activity-my-comments {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M3%206v9c0%201.105.895%202%202%202h9v5l5.325-3.804c1.05-.75%201.675-1.963%201.675-3.254V6c0-1.105-.895-2-2-2H5c-1.105%200-2%20.895-2%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-comments {
    background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22gridicon%20gridicons-image%22%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M2%206v4.9c0%201.3.6%202.5%201.7%203.3L7%2016.5V13h2v-2c0-1.7%201.3-3%203-3h2V6c0-1.1-.9-2-2-2H4c-1.1%200-2%20.9-2%202z%22%2F%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%22M12%209h8c1.1%200%202%20.9%202%202v4.9c0%201.3-.6%202.5-1.7%203.3L17%2021.5V18h-5c-1.1%200-2-.9-2-2v-5c0-1.1.9-2%202-2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-activity-my-likes {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202l2.582%206.953L22%209.257l-5.822%204.602L18.18%2021%2012%2016.89%205.82%2021l2.002-7.14L2%209.256l7.418-.304%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar #wp-admin-bar-special-header {
    margin-top: 10px
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.menupop #wp-admin-bar-user-info .username {
    padding-left: 0;
    color: #4f748e !important
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .display-name {
    color: #2e4354;
    font-size: 22px;
    margin-bottom: -6px;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    overflow: hidden
}

#wpadminbar .quicklinks #wp-admin-bar-user-info .avatar {
    width: 100px;
    height: 100px;
    border: 2px solid #c8d7e1
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out {
    background: #fff;
    border-color: #c8d7e1;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #4f748e;
    cursor: pointer;
    display: block;
    margin: 10px auto 24px;
    outline: 0;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    text-decoration: none;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    padding: 8px 24px;
    font-weight: 700;
    -webkit-appearance: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    font-weight: 700;
    color: #4f748e !important;
    max-width: 100%
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out:hover {
    color: #4f748e;
    border-color: #a8bece
}

#wpadminbar .quicklinks li#wp-admin-bar-my-account #wp-admin-bar-user-info .ab-sign-out:active {
    border-width: 2px 1px 1px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-my-profile {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c2.21%200%204%201.79%204%204s-1.79%204-4%204-4-1.79-4-4%201.79-4%204-4zm0%2016s8%200%208-2c0-2.4-3.9-5-8-5s-8%202.6-8%205c0%202%208%202%208%202z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-account-settings {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%2012c0-.568-.06-1.122-.174-1.656l1.834-1.612-2-3.464-2.322.786c-.82-.736-1.787-1.308-2.86-1.657L14%202h-4l-.48%202.396c-1.07.35-2.04.92-2.858%201.657L4.34%205.268l-2%203.464%201.834%201.612C4.06%2010.878%204%2011.432%204%2012s.06%201.122.174%201.656L2.34%2015.268l2%203.464%202.322-.786c.82.736%201.787%201.308%202.86%201.657L10%2022h4l.48-2.396c1.07-.35%202.038-.92%202.858-1.657l2.322.786%202-3.464-1.834-1.613c.113-.535.174-1.09.174-1.657zm-8%204c-2.21%200-4-1.79-4-4s1.79-4%204-4%204%201.79%204%204-1.79%204-4%204z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-billing {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M20%204H4c-1.105%200-2%20.895-2%202v12c0%201.105.895%202%202%202h16c1.105%200%202-.895%202-2V6c0-1.105-.895-2-2-2zm0%202v2H4V6h16zM4%2018v-6h16v6H4zm2-4h7v2H6v-2zm9%200h3v2h-3v-2z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-security {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M18%208h-1V7c0-2.757-2.243-5-5-5S7%204.243%207%207v1H6c-1.105%200-2%20.895-2%202v10c0%201.105.895%202%202%202h12c1.105%200%202-.895%202-2V10c0-1.105-.895-2-2-2zM9%207c0-1.654%201.346-3%203-3s3%201.346%203%203v1H9V7zm4%208.723V18h-2v-2.277c-.595-.346-1-.984-1-1.723%200-1.105.895-2%202-2s2%20.895%202%202c0%20.738-.405%201.376-1%201.723z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-notifications {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M6.14%2014.97l2.828%202.827c-.362.362-.862.586-1.414.586-1.105%200-2-.895-2-2%200-.552.224-1.052.586-1.414zm8.867%205.324L14.3%2021%203%209.7l.706-.707%201.102.157c.754.108%201.69-.122%202.077-.51l3.885-3.884c2.34-2.34%206.135-2.34%208.475%200s2.34%206.135%200%208.475l-3.885%203.886c-.388.388-.618%201.323-.51%202.077l.157%201.1z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-get-apps {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%202C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zM3.5%2012c0-1.232.264-2.402.736-3.46L8.29%2019.65C5.456%2018.272%203.5%2015.365%203.5%2012zm8.5%208.5c-.834%200-1.64-.12-2.4-.345l2.55-7.41%202.613%207.157c.017.042.038.08.06.117-.884.31-1.833.48-2.823.48zm1.172-12.485c.512-.027.973-.08.973-.08.458-.055.404-.728-.054-.702%200%200-1.376.108-2.265.108-.835%200-2.24-.107-2.24-.107-.458-.026-.51.674-.053.7%200%200%20.434.055.892.082l1.324%203.63-1.86%205.578-3.096-9.208c.512-.027.973-.08.973-.08.458-.055.403-.728-.055-.702%200%200-1.376.108-2.265.108-.16%200-.347-.003-.547-.01C6.418%205.025%209.03%203.5%2012%203.5c2.213%200%204.228.846%205.74%202.232-.037-.002-.072-.007-.11-.007-.835%200-1.427.727-1.427%201.51%200%20.7.404%201.292.835%201.993.323.566.7%201.293.7%202.344%200%20.727-.28%201.572-.646%202.748l-.848%202.833-3.072-9.138zm3.1%2011.332l2.597-7.506c.484-1.212.645-2.18.645-3.044%200-.313-.02-.603-.057-.874.664%201.21%201.042%202.6%201.042%204.078%200%203.136-1.7%205.874-4.227%207.347z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-next-steps {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M9.5%2015.5L5%2020l-2.5-2.5%201.06-1.06L5%2017.88l3.44-3.44L9.5%2015.5zM10%205v2h11V5H10zm0%2014h11v-2H10v2zm0-6h11v-2H10v2zM8.44%208.44L5%2011.88l-1.44-1.44L2.5%2011.5%205%2014l4.5-4.5-1.06-1.06zm0-6L5%205.88%203.56%204.44%202.5%205.5%205%208l4.5-4.5-1.06-1.06z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

#wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-help {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20height%3D%2724%27%20width%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27none%27%20d%3D%27M0%200h24v24H0z%27%3E%3C/path%3E%3Cpath%20fill%3D%27%2387a6bc%27%20d%3D%27M12%204c4.41%200%208%203.59%208%208s-3.59%208-8%208-8-3.59-8-8%203.59-8%208-8m0-2C6.477%202%202%206.477%202%2012s4.477%2010%2010%2010%2010-4.477%2010-10S17.523%202%2012%202zm1%2013h-2v2h2v-2zm-1.962-2v-.528c0-.4.082-.74.246-1.017.163-.276.454-.546.87-.808.333-.21.572-.397.717-.565.146-.168.22-.36.22-.577%200-.172-.078-.308-.234-.41-.156-.1-.358-.15-.608-.15-.62%200-1.34.22-2.168.658l-.854-1.67c1.02-.58%202.084-.872%203.194-.872.913%200%201.63.202%202.15.603.52.4.78.948.78%201.64%200%20.495-.116.924-.347%201.287-.23.362-.6.705-1.11%201.03-.43.278-.7.48-.807.61-.108.13-.163.282-.163.458V13h-1.885z%27%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 21px 12px
}

div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
#wpadminbar>#wp-toolbar span.noticon,
#wpadminbar #wp-admin-bar-notes .noticon {
    font-size: 21px !important;
    position: relative;
    top: 4px;
    left: 2px;
    color: #fff !important;
    opacity: 1;
    text-shadow: none !important
}

#wp-admin-bar-notes #wpnt-notes-unread-count {
    display: none !important
}

#wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
    display: block !important;
    position: absolute;
    top: 2px;
    left: 23%;
    z-index: 999;
    margin: 0;
    padding: 0 !important;
    width: 8px;
    height: 8px;
    background-image: none !important;
    background-color: #f0821e !important;
    box-shadow: none !important;
    border: 2px solid #333;
    border-radius: 7px
}

#wp-admin-bar-notes #wpnt-notes-unread-count span {
    display: none
}

@media screen and (max-width:782px) {
    #wpadminbar {
        height: 46px;
        min-width: 240px;
        position: fixed
    }
    #wpadminbar .quicklinks {
        display: flex;
        justify-content: space-between
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        top: 46px
    }
    .wp-admin #wpadminbar #wp-admin-bar-menu-toggle {
        display: none
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-menu-toggle {
        order: 1;
        display: block
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-menu-toggle .ab-icon {
        width: auto
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-blog {
        order: 2
    }
    .jetpack-masterbar.jetpack-connected #wpadminbar #wp-admin-bar-newdash {
        order: 3
    }
    #wp-admin-bar-my-account {
        order: 1
    }
    #wp-admin-bar-notes {
        order: 2
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wp-toolbar .ab-sub-wrapper ul {
        display: block
    }
    #wp-toolbar>ul>li#wp-admin-bar-blog,
    #wp-toolbar>ul>li#wp-admin-bar-newdash,
    #wp-toolbar>ul>li#wp-admin-bar-my-account,
    #wp-toolbar>ul>li#wp-admin-bar-notes,
    #wp-toolbar>ul>li#wp-admin-bar-ab-new-post {
        display: block;
        box-sizing: content-box
    }
    #wpadminbar .quicklinks>ul>li>a,
    #wpadminbar .quicklinks>ul>li>.ab-empty-item {
        padding: 7px 15px !important;
        font-size: 14px;
        height: 32px
    }
    .wp-admin #wpadminbar ul#wp-admin-bar-root-default {
        display: flex
    }
    #wpadminbar .quicklinks #wp-admin-bar-blog.my-sites>.ab-item:before {
        font-size: 28px;
        margin-right: 8px;
        top: -2px
    }
    #wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
        margin-right: 8px
    }
    #wpadminbar #wp-admin-bar-my-account a.ab-item {
        text-overflow: clip;
        width: 28px
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        width: 26px;
        height: 26px;
        top: 12px
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        font-size: 24px !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post {
        top: 6px;
        margin-right: 3px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a {
        height: 20px;
        width: 6px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        font-size: 33px;
        left: -3px;
        top: -10px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
        top: 0;
        left: 13px;
        font-size: 25px
    }
    #wpadminbar .quicklinks .menupop ul li .ab-item,
    #wpadminbar .quicklinks .menupop ul li a strong,
    #wpadminbar .quicklinks .menupop.hover ul li .ab-item,
    #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    #wpadminbar .shortlink-input {
        height: auto
    }
    #wp-admin-bar-jumptotop-button-menu {
        display: none !important
    }
    #wp-admin-bar-notes #wpnt-notes-unread-count.wpn-unread {
        top: 10px;
        left: 36%
    }
    .wp-admin #wpadminbar.nav-unification ul#wp-admin-bar-root-default {
        padding-left: 0 !important
    }
    #wpadminbar #wp-admin-bar-menu-toggle a {
        border: none;
        height: unset;
        margin: 0;
        padding: 7px 15px !important
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon {
        margin-right: 0 !important;
        top: -1px
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        color: #fff;
        width: 24px;
        height: 24px;
        font-size: 24px;
        line-height: 24px
    }
    .wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        color: #00b9eb !important
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-item {
        padding: 0
    }
    #wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper .ab-submenu-header .ab-item {
        padding: 8px 16px
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wpadminbar .quicklinks #wp-admin-bar-menu-toggle {
        top: 0
    }
}

@media screen and (min-width:481px) and (max-width:782px) {
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-top-secondary .ab-item,
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-root-default>li>a {
        height: 32px;
        line-height: 32px;
        box-sizing: content-box
    }
    #wpadminbar #wp-toolbar.quicklinks #wp-admin-bar-top-secondary #wp-admin-bar-ab-new-post a {
        height: 20px
    }
    #wpadminbar #wp-admin-bar-menu-toggle a:hover {
        border: none
    }
    #wpadminbar .quicklinks #wp-admin-bar-notes div.ab-empty-item {
        width: 24px
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper li a {
        padding: 8px 16px 8px 55px
    }
}

@media screen and (max-width:480px) {
    #wpadminbar {
        position: absolute
    }
    .wp-admin #wpadminbar ul#wp-admin-bar-root-default {
        padding-left: 0 !important
    }
    #wpadminbar>ul>li {
        display: none
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-site-editor {
        display: none
    }
    #wpadminbar>ul>li#wp-admin-bar-blog.menupop,
    #wpadminbar>ul>li#wp-admin-bar-newdash.menupop,
    #wpadminbar>ul>li#wp-admin-bar-my-account.menupop,
    #wpadminbar>ul>li#wp-admin-bar-notes.menupop,
    #wpadminbar>ul>li#wp-admin-bar-ab-new-post {
        display: block
    }
    #wpadminbar .quicklinks>ul>li>a,
    #wpadminbar .quicklinks>ul>li>.ab-empty-item {
        padding: 0 8px !important;
        font-size: 0 !important;
        line-height: 0;
        color: transparent
    }
    #wpadminbar ul#wp-admin-bar-root-default {
        box-sizing: border-box;
        width: 40%;
        margin: 0;
        padding: 0
    }
    #wpadminbar ul#wp-admin-bar-top-secondary {
        width: 60%;
        float: right;
        margin: 0;
        padding: 0
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar>a img {
        width: 18px;
        height: 18px
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        font-size: 21px !important
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li {
        background-color: #f3f6f8;
        border-bottom: 1px solid rgba(200, 215, 225, .5)
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-user-info {
        border-bottom: 0
    }
    #wpadminbar li.menupop>.ab-sub-wrapper li.ab-submenu-header {
        background: 0 0;
        border-bottom: 1px solid rgba(200, 215, 225, .5)
    }
    #wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-switch-site>a,
    #wpadminbar .quicklinks li#wp-admin-bar-blog.menupop #wp-admin-bar-new-site>a {
        background-color: inherit
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        width: 100%;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in
    }
    #wpadminbar li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-blog.menupop>.ab-sub-wrapper,
    #wpadminbar.rtl li#wp-admin-bar-newdash.menupop>.ab-sub-wrapper {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-my-account.menupop>.ab-sub-wrapper {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        transform: translate3d(110%, 0, 0);
        -webkit-transform: translate3d(110%, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-notes>#wpnt-notes-panel2 {
        transform: translate3d(-110%, 0, 0);
        -webkit-transform: translate3d(-110%, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
    #wpadminbar li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(-30px, 0, 0);
        -webkit-transform: translate3d(-30px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-blog.menupop.ab-active>.ab-sub-wrapper,
    #wpadminbar.rtl li#wp-admin-bar-newdash.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(30px, 0, 0);
        -webkit-transform: translate3d(30px, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(25px, 0, 0);
        -webkit-transform: translate3d(25px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-my-account.menupop.ab-active>.ab-sub-wrapper {
        transform: translate3d(-25px, 0, 0);
        -webkit-transform: translate3d(-25px, 0, 0)
    }
    #wpadminbar li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
        transform: translate3d(35px, 0, 0);
        -webkit-transform: translate3d(35px, 0, 0)
    }
    #wpadminbar.rtl li#wp-admin-bar-notes.menupop.wpnt-show>#wpnt-notes-panel2 {
        transform: translate3d(-35px, 0, 0);
        -webkit-transform: translate3d(-35px, 0, 0)
    }
    iframe#wpnt-notes-iframe2.wide {
        width: 100%
    }
    #wpadminbar li#wp-admin-bar-blog {
        width: 50%
    }
    #wpadminbar li#wp-admin-bar-newdash {
        width: 50%
    }
    #wpadminbar li#wp-admin-bar-ab-new-post {
        width: 33.3%;
        box-sizing: border-box
    }
    #wpadminbar .quicklinks li#wp-admin-bar-my-account.with-avatar {
        width: 33.3%;
        box-sizing: border-box;
        margin: 0
    }
    #wpadminbar li#wp-admin-bar-notes {
        width: 33.3%;
        box-sizing: border-box;
        box-shadow: none;
        order: 2
    }
    #wpadminbar #wp-admin-bar-menu-toggle a {
        height: 46px
    }
    .jetpack-masterbar.post-new-php.block-editor-page #wpadminbar li#wp-admin-bar-menu-toggle {
        position: relative;
        top: 0
    }
    #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon {
        padding: 0
    }
    #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
        top: 6px;
        left: 5px
    }
    #wpadminbar #wp-toolbar #wp-admin-bar-menu-toggle a:hover {
        border: none
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item {
        box-sizing: border-box;
        color: #fff;
        cursor: pointer;
        display: block;
        height: 46px;
        padding: 0;
        margin: 0;
        font-size: 10px;
        text-align: center
    }
    #wpadminbar .quicklinks .menupop ul li .ab-item,
    #wpadminbar .quicklinks .menupop ul li a strong,
    #wpadminbar .quicklinks .menupop.hover ul li .ab-item,
    #wpadminbar.nojs .quicklinks .menupop:hover ul li .ab-item,
    #wpadminbar .shortlink-input {
        height: auto
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item:before {
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        text-align: center
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post {
        top: 5px;
        padding: 0;
        margin: 0;
        background: 0 0;
        box-sizing: border-box
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post:hover {
        background: 0 0
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a,
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:hover,
    #wpadminbar ul li#wp-admin-bar-ab-new-post:hover>.ab-item {
        height: 36px;
        width: 36px;
        margin: 0 auto;
        background: #fff;
        border-radius: 2px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:active {
        opacity: .8
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        font-size: 34px;
        position: relative;
        top: -21px;
        left: 2px
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
        position: absolute;
        top: 0;
        left: 1px;
        width: 100%;
        font-size: 28px
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-my-account>a.ab-item,
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item {
        padding: 0 !important
    }
    #wpadminbar #wp-toolbar #wp-admin-bar-my-account>.ab-item {
        width: 100%
    }
    #wpadminbar #wp-toolbar.quicklinks>ul>li#wp-admin-bar-my-account>a.ab-item img {
        margin: 11px auto 0 -10px;
        border: 2px solid #fff;
        border-radius: 50%;
        width: 19px;
        height: 19px;
        top: 2px;
        left: 50%;
        position: absolute
    }
    #wpadminbar #wp-admin-bar-notes {
        height: 46px
    }
    #wpadminbar .ab-top-menu>li.wpnt-show.active>.ab-item {
        background: #fff !important
    }
    #wpadminbar #wp-admin-bar-notes .ab-item {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        background: 0 0;
        position: relative;
        height: 46px;
        margin: 0 !important;
        padding-top: 1px !important;
        box-sizing: border-box
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes.ab-hover>.ab-item {
        background: 0 0 !important
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes:hover {
        background: #32373c
    }
    #wpadminbar .ab-top-menu>li#wp-admin-bar-notes.wpnt-show {
        background: #fff !important;
        color: #2e4354 !important
    }
    div#wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        color: #fff;
        text-shadow: none !important;
        margin: 0;
        opacity: 1;
        width: 100%;
        position: absolute;
        top: 4px;
        left: 0;
        font-size: 23px !important
    }
    #wpadminbar #wp-admin-bar-notes.wpnt-show .noticon {
        color: #2e4354;
        padding-bottom: 20px
    }
    #wpadminbar li#wp-admin-bar-amp {
        display: none
    }
}

@supports (-ms-accelerator:true) {
    #wpadminbar li.menupop>.ab-sub-wrapper li#wp-admin-bar-view-site.ab-sub-active {
        background-position: 21px 0
    }
}

#wpadminbar #wp-admin-bar-blog.my-sites>a.ab-item:before {
    content: ""
}

#wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
    content: ""
}

.noticon-bell:before {
    content: ""
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    content: ""
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:after {
    content: ""
}

#wpadminbar #wp-admin-bar-blog.my-sites>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTIgMkM2LjQ3NyAyIDIgNi40NzcgMiAxMnM0LjQ3NyAxMCAxMCAxMCAxMC00LjQ3NyAxMC0xMFMxNy41MjMgMiAxMiAyek0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDZMOC4yOSAxOS42NUM1LjQ1NiAxOC4yNzIgMy41IDE1LjM2NSAzLjUgMTJ6bTguNSA4LjVjLS44MzQgMC0xLjY0LS4xMi0yLjQtLjM0NWwyLjU1LTcuNDEgMi42MTMgNy4xNTdjLjAxNy4wNDIuMDM4LjA4LjA2LjExNy0uODg0LjMxLTEuODMzLjQ4LTIuODIzLjQ4em0xLjE3Mi0xMi40ODVjLjUxMi0uMDI3Ljk3My0uMDguOTczLS4wOC40NTgtLjA1NS40MDQtLjcyOC0uMDU0LS43MDIgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjgzNSAwLTIuMjQtLjEwNy0yLjI0LS4xMDctLjQ1OC0uMDI2LS41MS42NzQtLjA1My43IDAgMCAuNDM0LjA1NS44OTIuMDgybDEuMzI0IDMuNjMtMS44NiA1LjU3OC0zLjA5Ni05LjIwOGMuNTEyLS4wMjcuOTczLS4wOC45NzMtLjA4LjQ1OC0uMDU1LjQwMy0uNzI4LS4wNTUtLjcwMiAwIDAtMS4zNzYuMTA4LTIuMjY1LjEwOC0uMTYgMC0uMzQ3LS4wMDMtLjU0Ny0uMDFDNi40MTggNS4wMjUgOS4wMyAzLjUgMTIgMy41YzIuMjEzIDAgNC4yMjguODQ2IDUuNzQgMi4yMzItLjAzNy0uMDAyLS4wNzItLjAwNy0uMTEtLjAwNy0uODM1IDAtMS40MjcuNzI3LTEuNDI3IDEuNTEgMCAuNy40MDQgMS4yOTIuODM1IDEuOTkzLjMyMy41NjYuNyAxLjI5My43IDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NiAyLjc0OGwtLjg0OCAyLjgzMy0zLjA3Mi05LjEzOHptMy4xIDExLjMzMmwyLjU5Ny03LjUwNmMuNDg0LTEuMjEyLjY0NS0yLjE4LjY0NS0zLjA0NCAwLS4zMTMtLjAyLS42MDMtLjA1Ny0uODc0LjY2NCAxLjIxIDEuMDQyIDIuNiAxLjA0MiA0LjA3OCAwIDMuMTM2LTEuNyA1Ljg3NC00LjIyNyA3LjM0N3oiLz48L2c+PC9zdmc+") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 4px
}

#wpadminbar #wp-admin-bar-blog.my-sites.ab-active>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNMTIgMkM2LjQ3NyAyIDIgNi40NzcgMiAxMnM0LjQ3NyAxMCAxMCAxMCAxMC00LjQ3NyAxMC0xMFMxNy41MjMgMiAxMiAyek0zLjUgMTJjMC0xLjIzMi4yNjQtMi40MDIuNzM2LTMuNDZMOC4yOSAxOS42NUM1LjQ1NiAxOC4yNzIgMy41IDE1LjM2NSAzLjUgMTJ6bTguNSA4LjVjLS44MzQgMC0xLjY0LS4xMi0yLjQtLjM0NWwyLjU1LTcuNDEgMi42MTMgNy4xNTdjLjAxNy4wNDIuMDM4LjA4LjA2LjExNy0uODg0LjMxLTEuODMzLjQ4LTIuODIzLjQ4em0xLjE3Mi0xMi40ODVjLjUxMi0uMDI3Ljk3My0uMDguOTczLS4wOC40NTgtLjA1NS40MDQtLjcyOC0uMDU0LS43MDIgMCAwLTEuMzc2LjEwOC0yLjI2NS4xMDgtLjgzNSAwLTIuMjQtLjEwNy0yLjI0LS4xMDctLjQ1OC0uMDI2LS41MS42NzQtLjA1My43IDAgMCAuNDM0LjA1NS44OTIuMDgybDEuMzI0IDMuNjMtMS44NiA1LjU3OC0zLjA5Ni05LjIwOGMuNTEyLS4wMjcuOTczLS4wOC45NzMtLjA4LjQ1OC0uMDU1LjQwMy0uNzI4LS4wNTUtLjcwMiAwIDAtMS4zNzYuMTA4LTIuMjY1LjEwOC0uMTYgMC0uMzQ3LS4wMDMtLjU0Ny0uMDFDNi40MTggNS4wMjUgOS4wMyAzLjUgMTIgMy41YzIuMjEzIDAgNC4yMjguODQ2IDUuNzQgMi4yMzItLjAzNy0uMDAyLS4wNzItLjAwNy0uMTEtLjAwNy0uODM1IDAtMS40MjcuNzI3LTEuNDI3IDEuNTEgMCAuNy40MDQgMS4yOTIuODM1IDEuOTkzLjMyMy41NjYuNyAxLjI5My43IDIuMzQ0IDAgLjcyNy0uMjggMS41NzItLjY0NiAyLjc0OGwtLjg0OCAyLjgzMy0zLjA3Mi05LjEzOHptMy4xIDExLjMzMmwyLjU5Ny03LjUwNmMuNDg0LTEuMjEyLjY0NS0yLjE4LjY0NS0zLjA0NCAwLS4zMTMtLjAyLS42MDMtLjA1Ny0uODc0LjY2NCAxLjIxIDEuMDQyIDIuNiAxLjA0MiA0LjA3OCAwIDMuMTM2LTEuNyA1Ljg3NC00LjIyNyA3LjM0N3oiLz48L2c+PC9zdmc+") !important
}

#wpadminbar #wp-admin-bar-newdash>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMyA0djE0YzAgMS4xLjkgMiAyIDJoMTRjMS4xIDAgMi0uOSAyLTJWNEgzem03IDExSDV2LTFoNXYxem0yLTJINXYtMWg3djF6bTAtMkg1di0xaDd2MXptNyA0aC01di01aDV2NXptMC03SDVWNmgxNHYyeiIvPjwvZz48L3N2Zz4=") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-top: 6px
}

#wpadminbar #wp-admin-bar-newdash.ab-active>a.ab-item:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNMyA0djE0YzAgMS4xLjkgMiAyIDJoMTRjMS4xIDAgMi0uOSAyLTJWNEgzem03IDExSDV2LTFoNXYxem0yLTJINXYtMWg3djF6bTAtMkg1di0xaDd2MXptNyA0aC01di01aDV2NXptMC03SDVWNmgxNHYyeiIvPjwvZz48L3N2Zz4=") !important
}

#wp-admin-bar-notes .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0
}

#wp-admin-bar-notes.active .noticon-bell:before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cmVjdCB4PSIwIiBmaWxsPSJub25lIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiLz48Zz48cGF0aCBmaWxsPSIjMjMyODJkIiBkPSJNNi4xNCAxNC45N2wyLjgyOCAyLjgyN2MtLjM2Mi4zNjItLjg2Mi41ODYtMS40MTQuNTg2LTEuMTA1IDAtMi0uODk1LTItMiAwLS41NTIuMjI0LTEuMDUyLjU4Ni0xLjQxNHptOC44NjcgNS4zMjRMMTQuMyAyMSAzIDkuN2wuNzA2LS43MDcgMS4xMDIuMTU3Yy43NTQuMTA4IDEuNjktLjEyMiAyLjA3Ny0uNTFsMy44ODUtMy44ODRjMi4zNC0yLjM0IDYuMTM1LTIuMzQgOC40NzUgMHMyLjM0IDYuMTM1IDAgOC40NzVsLTMuODg1IDMuODg2Yy0uMzg4LjM4OC0uNjE4IDEuMzIzLS41MSAyLjA3N2wuMTU3IDEuMXoiLz48L2c+PC9zdmc+") !important
}

#wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0xMS41IDguNUMxMC4xNTAxIDkuNzY5MjMgNy42NDk4NyAxMi40NDg3IDYgMTRDNS44NTAwMSAxMy4wMTI4IDYgMTAuNzY2MyA3LjI0OTgyIDguODA3NjlDNy41NzgxNCA4LjI5MzE4IDguMTQ5NzEgNy41Mzg0NiA5LjQ5OTYgNi42OTIzMUMxMC44NDk1IDUuODQ2MTUgMTMuOTk5MiA1IDEzLjk5OTIgNUMxMy45OTkzIDUuODQ2MTUgMTIuODQ5OSA3LjIzMDc3IDExLjUgOC41WiIgZmlsbD0iIzIzMjgyRCIvPg0KPHBhdGggZD0iTTUgMTZMNiAxNE02IDE0QzcuNjQ5ODcgMTIuNDQ4NyAxMC4xNTAxIDkuNzY5MjMgMTEuNSA4LjVDMTIuODQ5OSA3LjIzMDc3IDEzLjk5OTMgNS44NDYxNSAxMy45OTkyIDVDMTMuOTk5MiA1IDEwLjg0OTUgNS44NDYxNSA5LjQ5OTYgNi42OTIzMUM4LjE0OTcxIDcuNTM4NDYgNy41NzgxNCA4LjI5MzE4IDcuMjQ5ODIgOC44MDc2OUM2IDEwLjc2NjMgNS44NTAwMSAxMy4wMTI4IDYgMTRaIiBzdHJva2U9IiMyMzI4MkQiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIi8+DQo8cGF0aCBkPSJNMTQuNzUwOCA1LjAwMDI3QzE0Ljc1MSA0LjU4NjA1IDE0LjQxNTMgNC4yNTAxNSAxNC4wMDExIDQuMjVDMTMuNTg2OSA0LjI0OTg1IDEzLjI1MSA0LjU4NTUyIDEzLjI1MDggNC45OTk3M0wxNC43NTA4IDUuMDAwMjdaTTEzLjI1MDggNC45OTk3M0MxMy4yNTA1IDYuMDA1NjUgMTMuMjQ5NyA3LjQ0MjIgMTMuMDg3MyA4Ljc3OTgyQzEzLjAwNjIgOS40NDgwMyAxMi44ODc0IDEwLjA2NjggMTIuNzE4NyAxMC41ODAyQzEyLjU0NjUgMTEuMTA0MyAxMi4zNDM2IDExLjQ1MTggMTIuMTM3MiAxMS42NDU5TDEzLjE2NDcgMTIuNzM4N0MxMy42MzMyIDEyLjI5ODIgMTMuOTM2NSAxMS42NzkzIDE0LjE0MzggMTEuMDQ4NEMxNC4zNTQ2IDEwLjQwNjggMTQuNDg4OCA5LjY4MTc4IDE0LjU3NjQgOC45NjA1NkMxNC43NTEzIDcuNTE5MzQgMTQuNzUwNSA1Ljk5NDM1IDE0Ljc1MDggNS4wMDAyN0wxMy4yNTA4IDQuOTk5NzNaTTEyLjEzNzIgMTEuNjQ1OUMxMS45MDk4IDExLjg1OTcgMTEuNDk0MyAxMi4wODkzIDEwLjkwNzcgMTIuMzA3MUMxMC4zMzcyIDEyLjUxOSA5LjY3MDYyIDEyLjY5NjMgOS4wMDEwNSAxMi44Mzg1QzcuNjQ4OTIgMTMuMTI1NSA2LjM3OTM0IDEzLjI1IDYuMDAwMTIgMTMuMjVWMTQuNzVDNi41MjA4MyAxNC43NSA3LjkwMTcxIDE0LjYwNTMgOS4zMTI1NCAxNC4zMDU4QzEwLjAyNDUgMTQuMTU0NiAxMC43Njc1IDEzLjk1OTMgMTEuNDI5OSAxMy43MTMzQzEyLjA3NjMgMTMuNDczMiAxMi43MTcyIDEzLjE1OTUgMTMuMTY0NyAxMi43Mzg3TDEyLjEzNzIgMTEuNjQ1OVoiIGZpbGw9IiMyMzI4MkQiLz4NCjwvc3ZnPg==) !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: -5px
}

@media screen and (max-width:782px) {
    #wpadminbar .quicklinks>ul>li.my-sites>a.ab-item:before {
        top: 0 !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        top: -6px;
        margin-left: -4px !important
    }
}

@media screen and (max-width:480px) {
    #wpadminbar #wp-admin-bar-notes .noticon-bell {
        box-sizing: border-box;
        width: 100% !important
    }
    #wpadminbar #wp-admin-bar-notes .noticon-bell:before {
        left: -12px;
        margin: 0 50%
    }
    #wpadminbar .quicklinks>ul>li.my-sites>a.ab-item:before {
        top: 15% !important
    }
    #wpadminbar .quicklinks>ul>li>a.ab-item:before {
        left: 50% !important;
        margin-left: -12px;
        height: 24px !important;
        top: 10% !important
    }
    #wpadminbar ul li#wp-admin-bar-ab-new-post a:before {
        top: 1px !important;
        margin-left: -10px !important
    }
    #wpadminbar .quicklinks>ul>li#wp-admin-bar-notes>a.ab-item span.noticon,
    #wpadminbar>#wp-toolbar span.noticon,
    #wpadminbar #wp-admin-bar-notes .noticon {
        top: 10px !important;
        left: 50%;
        margin-left: -12px
    }
}

#wpadminbar .quicklinks .menupop ul li .ab-item {
    height: auto !important
}

#wpadminbar .menupop .ab-submenu .ab-submenu-header>.ab-empty-item {
    line-height: 1 !important
}

#jp-post-flair {
    padding-top: .5em
}

div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
    clear: both
}

div.sharedaddy h3.sd-title {
    margin: 0 0 1em;
    display: inline-block;
    line-height: 1.2;
    font-size: 9pt;
    font-weight: 700
}

body.highlander-light h3.sd-title:before {
    border-top: 1px solid rgba(0, 0, 0, .2)
}

body.highlander-dark h3.sd-title:before {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.sd-sharing {
    margin-bottom: 1em
}

.sd-content ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important
}

.sd-content ul li {
    display: inline-block
}

.sd-content ul li.share-deprecated {
    opacity: .5
}

.sd-content ul li.share-deprecated a span {
    text-decoration: line-through
}

.sd-block.sd-gplus {
    margin: 0 0 .5em
}

.sd-gplus .sd-content {
    font-size: 12px
}

.sd-content .share-email-error .share-email-error-title {
    margin: .5em 0
}

.sd-content .share-email-error .share-email-error-text {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    margin: .5em 0
}

.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button>a {
    text-decoration: none !important;
    display: inline-block;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    border-radius: 4px;
    color: #2c3338 !important;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .12);
    text-shadow: none;
    line-height: 23px;
    padding: 4px 11px 3px 9px
}

.sd-social-official .sd-content ul li a.sd-button,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 6px 0 5px;
    min-height: 20px
}

.sd-social-official .sd-content ul.preview li a.sd-button,
.sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
    position: relative;
    top: 2px
}

.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button>a span {
    line-height: 23px;
    margin-left: 6px
}

.sd-social-icon .sd-content ul li a.sd-button>span {
    margin-left: 0
}

.sd-social-text .sd-content ul li a.sd-button span {
    margin-left: 3px
}

.sd-social-official .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
    line-height: 12px;
    margin-left: 3px
}

.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
    margin-bottom: -1px
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .22), 0 0 0 1px rgba(0, 0, 0, .22)
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .16)
}

.sd-content ul li a.sd-button:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 'social-logos';
    vertical-align: top;
    text-align: center
}

.sd-social-icon-text ul li a.sd-button:before {
    position: relative;
    top: 2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-content ul li a.sd-button:before {
        position: relative;
        top: 2px
    }
}

.sd-social-official ul li a.sd-button:before {
    position: relative;
    top: -2px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-official ul li a.sd-button:before {
        top: 0
    }
}

.sd-content ul li {
    margin: 0 8px 12px 0;
    padding: 0
}

.jp-sharing-input-touch .sd-content ul li {
    padding-left: 10px
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
    margin-left: 0
}

.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
    display: none
}

body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
    background-image: none;
    background-position: -500px -500px !important;
    background-repeat: no-repeat !important;
    padding-left: 0;
    height: 0;
    line-height: inherit
}

.sd-social-icon .sd-content ul li a.share-more {
    position: relative;
    top: -4px
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

@-moz-document url-prefix() {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px
    }
}

.sd-social-icon .sd-content ul li a.share-more span {
    margin-left: 3px
}

.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
    content: '\f469'
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
    content: '\f410'
}

.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
    content: '\f207'
}

.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
    content: '\f202'
}

.sd-social-icon .sd-content ul li.share-x a:before,
.sd-social-text .sd-content ul li.share-x a:before,
.sd-content ul li.share-x div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-x a:before {
    content: '\f10e'
}

.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before,
.sd-social-official .sd-content li.share-reddit a:before {
    content: '\f222'
}

.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
    content: '\f607'
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
    content: '\f224'
}

.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
    content: '\f210'
}

.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
    content: '\f203'
}

.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
    content: '\f205'
}

.sd-social-official .sd-content li.share-press-this a:before {
    color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
    content: '\f606'
}

.sd-social-official .sd-content li.share-telegram a:before {
    color: #08c
}

.sd-social-icon .sd-content ul li.share-threads a:before,
.sd-social-text .sd-content ul li.share-threads a:before,
.sd-content ul li.share-threads div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-threads a:before,
.sd-social-official .sd-content li.share-threads a:before {
    content: '\f10d'
}

.sd-social-official .sd-content li.share-threads a:before {
    color: #000
}

.sd-social-icon .sd-content ul li[class*=share-].share-threads a.sd-button {
    background: #000;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-mastodon a:before,
.sd-social-text .sd-content ul li.share-mastodon a:before,
.sd-content ul li.share-mastodon div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-mastodon a:before,
.sd-social-official .sd-content li.share-mastodon a:before {
    content: '\f10a'
}

.sd-social-official .sd-content li.share-mastodon a:before {
    color: #563acc
}

.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
    content: '\f415'
}

.sd-social-official .sd-content a.share-more:before {
    color: #2ba1cb
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    content: '\f608'
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    color: #43d854
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
    background: #43d854;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-nextdoor a:before,
.sd-social-text .sd-content ul li.share-nextdoor a:before,
.sd-content ul li.share-nextdoor div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-nextdoor a:before,
.sd-social-official .sd-content li.share-nextdoor a:before {
    content: '\f10c'
}

.sd-social-official .sd-content li.share-nextdoor a:before {
    color: #8ed500
}

.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button {
    background: #8ed500;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-bluesky a:before,
.sd-social-text .sd-content ul li.share-bluesky a:before,
.sd-content ul li.share-bluesky div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-bluesky a:before,
.sd-social-official .sd-content li.share-bluesky a:before {
    content: '\f10f'
}

.sd-social-official .sd-content li.share-bluesky a:before {
    color: #0085ff
}

.sd-social-icon .sd-content ul li[class*=share-].share-bluesky a.sd-button {
    background: #0085ff;
    color: #fff !important
}

.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
    width: 1em;
    height: 1em;
    content: "\1F6AB"
}

.sd-social .sd-button .share-count {
    background: #2ea2cc;
    color: #fff;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    font-size: 10px;
    padding: 1px 3px;
    line-height: 1
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
    line-height: 1
}

.sd-social-official .sd-content ul {
    display: flex;
    flex-wrap: wrap
}

.sd-social-official .sd-content ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.sd-social-official .sd-content li.share-press-this a {
    margin: 0 0 5px
}

.sd-social-official .sd-content ul>li {
    display: flex;
    max-height: 18px
}

.sd-social-official .sd-content ul>li .option-smart-off {
    margin-right: 8px
}

.sd-social-official .fb-share-button>span {
    vertical-align: top !important
}

.sd-social-official .sd-content .pocket_button iframe {
    width: 98px
}

.pocket_button iframe,
.pinterest_button,
.twitter_button,
.linkedin_button>span {
    margin: 0 !important
}

.linkedin_button>span,
.pinterest_button a {
    display: block !important
}

.sd-social-official .sd-content .share-tumblr iframe {
    max-width: 53px;
    width: unset
}

body .sd-social-official li.share-print,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a {
    position: relative;
    top: 0
}

body .sd-social-icon .sd-content li.share-custom>a {
    padding: 2px 3px 0;
    position: relative;
    top: 4px
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span {
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-left: 0;
    padding: 0 0 0 19px;
    display: inline-block;
    height: 21px;
    line-height: 16px
}

body .sd-social-icon .sd-content li.share-custom a span {
    width: 0
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 16px !important
}

.sharing-hidden .inner {
    position: absolute;
    z-index: 2;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: 5px;
    max-width: 400px
}

.sharing-hidden .inner ul {
    margin: 0 !important
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
    clear: both;
    margin: 0 !important;
    height: 0 !important
}

.sharing-hidden .inner:before,
.sharing-hidden .inner:after {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #ccc;
    content: "";
    display: block
}

.sharing-hidden .inner:after {
    z-index: 2;
    top: -7px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff
}

.sharing-hidden ul {
    margin: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a,
.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 0;
    box-shadow: none;
    padding: 7px;
    position: relative;
    top: -2px;
    line-height: 1;
    width: auto;
    height: auto;
    margin-bottom: 0;
    max-width: 32px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*=share-] div.option a span {
    line-height: 1
}

.sd-social-icon .sd-content ul li[class*=share-] a:hover,
.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
    border: none;
    opacity: .6
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
    top: 0
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
    padding: 8px 8px 6px;
    top: 5px
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0
}

.sd-social-icon .sd-button span.share-count {
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 0;
    background: #555;
    font-size: 9px
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #0866ff;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button {
    background: #000;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
    background: #4f94d4;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
    background: #08c;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555 !important
}

.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button {
    background: linear-gradient(to top, #563acc 0%, #6364ff 100%);
    color: #fff !important
}

.sharing-screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-screen-reader-text:focus {
    background-color: #f0f0f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#jetpack-source_f_name {
    display: none!important;
    position: absolute !important;
    left: -9000px
}

.sd-content .share-customize-link {
    margin-top: 8px;
    line-height: 11px
}

.sd-content .share-customize-link a {
    font-size: 11px;
    font-family: "Open Sans", sans-serif
}

@media print {
    .sharedaddy.sd-sharing-enabled {
        display: none
    }
}

@font-face {
    font-family: "social-logos";
    src: url(data:application/octet-stream;base64,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) format('woff2');
    font-weight: 400;
    font-style: normal
}

.social-logo {
    font-family: "social-logos";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.social-logo__amazon:before {
    content: "\f600"
}

.social-logo__behance:before {
    content: "\f101"
}

.social-logo__blogger-alt:before {
    content: "\f601"
}

.social-logo__blogger:before {
    content: "\f602"
}

.social-logo__bluesky:before {
    content: "\f10f"
}

.social-logo__codepen:before {
    content: "\f216"
}

.social-logo__dribbble:before {
    content: "\f201"
}

.social-logo__dropbox:before {
    content: "\f225"
}

.social-logo__eventbrite:before {
    content: "\f603"
}

.social-logo__facebook:before {
    content: "\f203"
}

.social-logo__fediverse:before {
    content: "\f10b"
}

.social-logo__feed:before {
    content: "\f413"
}

.social-logo__flickr:before {
    content: "\f211"
}

.social-logo__foursquare:before {
    content: "\f226"
}

.social-logo__ghost:before {
    content: "\f61c"
}

.social-logo__github:before {
    content: "\f200"
}

.social-logo__google-alt:before {
    content: "\f102"
}

.social-logo__google-plus-alt:before {
    content: "\f218"
}

.social-logo__google-plus:before {
    content: "\f206"
}

.social-logo__google:before {
    content: "\f103"
}

.social-logo__instagram:before {
    content: "\f215"
}

.social-logo__link:before {
    content: "\f109"
}

.social-logo__linkedin:before {
    content: "\f207"
}

.social-logo__mail:before {
    content: "\f410"
}

.social-logo__mastodon:before {
    content: "\f10a"
}

.social-logo__medium-alt:before {
    content: "\f106"
}

.social-logo__medium:before {
    content: "\f623"
}

.social-logo__nextdoor:before {
    content: "\f10c"
}

.social-logo__patreon:before {
    content: "\f105"
}

.social-logo__pinterest-alt:before {
    content: "\f210"
}

.social-logo__pinterest:before {
    content: "\f209"
}

.social-logo__pocket:before {
    content: "\f224"
}

.social-logo__polldaddy:before {
    content: "\f217"
}

.social-logo__print:before {
    content: "\f469"
}

.social-logo__reddit:before {
    content: "\f222"
}

.social-logo__share:before {
    content: "\f415"
}

.social-logo__skype:before {
    content: "\f220"
}

.social-logo__sms:before {
    content: "\f110"
}

.social-logo__spotify:before {
    content: "\f515"
}

.social-logo__squarespace:before {
    content: "\f605"
}

.social-logo__stumbleupon:before {
    content: "\f223"
}

.social-logo__telegram:before {
    content: "\f606"
}

.social-logo-threads:before {
    content: "\f10d"
}

.social-logo__tiktok-alt:before {
    content: "\f107"
}

.social-logo__tiktok:before {
    content: "\f108"
}

.social-logo__tumblr-alt:before {
    content: "\f607"
}

.social-logo__tumblr:before {
    content: "\f214"
}

.social-logo__twitch:before {
    content: "\f516"
}

.social-logo__twitter-alt:before {
    content: "\f202"
}

.social-logo__twitter:before {
    content: "\f610"
}

.social-logo__vimeo:before {
    content: "\f212"
}

.social-logo__whatsapp:before {
    content: "\f608"
}

.social-logo__woocommerce:before {
    content: "\f104"
}

.social-logo__wordpress:before {
    content: "\f205"
}

.social-logo__x:before {
    content: "\f10e"
}

.social-logo__xanga:before {
    content: "\f609"
}

.social-logo__youtube:before {
    content: "\f213"
}

img.latex {
    border: none;
    vertical-align: middle
}

.video-player {
    border: 0;
    margin: auto;
    padding: 5px;
    text-align: center;
    max-width: 100%
}

.hidden {
    display: none
}

.screen-reader-text {
    position: absolute;
    left: -1000em
}

.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
    max-width: 100%
}

.simple-homepage {
    display: none
}