﻿@charset "UTF-8";

.tt-block-accordion {
    box-sizing: border-box
}

.tt-block-accordion-item.is-open > .tt-block-accordion-heading .tt-block-accordion-heading__toggle-icon {
    transform: rotate(45deg)
}

@media (prefers-reduced-motion:no-preference) {
    .tt-block-accordion-item {
        transition: grid-template-rows .3s ease-out
    }

        .tt-block-accordion-item > .tt-block-accordion-heading .tt-block-accordion-heading__toggle-icon {
            transition: transform .2s ease-in-out
        }
}

.tt-block-accordion-heading {
    margin: 0
}

.tt-block-accordion-heading__toggle {
    align-items: center;
    background-color: inherit !important;
    border: none;
    color: inherit !important;
    cursor: pointer;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    overflow: hidden;
    padding: var(--tt--preset--spacing--20,1em) 0;
    text-align: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    width: 100%;
    word-spacing: inherit
}

    .tt-block-accordion-heading__toggle:not(:focus-visible) {
        outline: none
    }

    .tt-block-accordion-heading__toggle:focus, .tt-block-accordion-heading__toggle:hover {
        background-color: inherit !important;
        border: none;
        box-shadow: none;
        color: inherit;
        padding: var(--tt--preset--spacing--20,1em) 0;
        text-decoration: none
    }

    .tt-block-accordion-heading__toggle:focus-visible {
        outline: auto;
        outline-offset: 0
    }

    .tt-block-accordion-heading__toggle:hover .tt-block-accordion-heading__toggle-title {
        text-decoration: underline
    }

.tt-block-accordion-heading__toggle-title {
    flex: 1
}

.tt-block-accordion-heading__toggle-icon {
    align-items: center;
    display: flex;
    height: 1.2em;
    justify-content: center;
    width: 1.2em
}

.tt-block-accordion-panel[aria-hidden=true], .tt-block-accordion-panel[inert] {
    display: none;
    margin-block-start: 0
}

.tt-block-archives {
    box-sizing: border-box
}

.tt-block-archives-dropdown label {
    display: block
}

.tt-block-avatar {
    line-height: 0
}

    .tt-block-avatar, .tt-block-avatar img {
        box-sizing: border-box
    }

        .tt-block-avatar.aligncenter {
            text-align: center
        }

.tt-block-audio {
    box-sizing: border-box
}

    .tt-block-audio :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .tt-block-audio audio {
        min-width: 300px;
        width: 100%
    }

.tt-block-breadcrumbs {
    box-sizing: border-box
}

    .tt-block-breadcrumbs ol {
        flex-wrap: wrap;
        list-style: none
    }

    .tt-block-breadcrumbs li, .tt-block-breadcrumbs ol {
        align-items: center;
        display: flex;
        margin: 0;
        padding: 0
    }

        .tt-block-breadcrumbs li:not(:last-child):after {
            content: var(--separator,"/");
            margin: 0 .5em;
            opacity: .7
        }

    .tt-block-breadcrumbs span {
        color: inherit
    }

.tt-block-button__link {
    align-content: center;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    text-align: center;
    word-break: break-word
}

    .tt-block-button__link.aligncenter {
        text-align: center
    }

    .tt-block-button__link.alignright {
        text-align: right
    }

:where(.tt-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.tt-block-button[style*=text-decoration] .tt-block-button__link {
    text-decoration: inherit
}

.tt-block-buttons > .tt-block-button.has-custom-width {
    max-width: none
}

    .tt-block-buttons > .tt-block-button.has-custom-width .tt-block-button__link {
        width: 100%
    }

.tt-block-buttons > .tt-block-button.has-custom-font-size .tt-block-button__link {
    font-size: inherit
}

.tt-block-buttons > .tt-block-button.tt-block-button__width-25 {
    width: calc(25% - var(--tt--style--block-gap, .5em)*.75)
}

.tt-block-buttons > .tt-block-button.tt-block-button__width-50 {
    width: calc(50% - var(--tt--style--block-gap, .5em)*.5)
}

.tt-block-buttons > .tt-block-button.tt-block-button__width-75 {
    width: calc(75% - var(--tt--style--block-gap, .5em)*.25)
}

.tt-block-buttons > .tt-block-button.tt-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.tt-block-buttons.is-vertical > .tt-block-button.tt-block-button__width-25 {
    width: 25%
}

.tt-block-buttons.is-vertical > .tt-block-button.tt-block-button__width-50 {
    width: 50%
}

.tt-block-buttons.is-vertical > .tt-block-button.tt-block-button__width-75 {
    width: 75%
}

.tt-block-button.is-style-squared, .tt-block-button__link.tt-block-button.is-style-squared {
    border-radius: 0
}

.tt-block-button.no-border-radius, .tt-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.tt-block-button .tt-block-button__link.is-style-outline), :root :where(.tt-block-button.is-style-outline>.tt-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.tt-block-button .tt-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.tt-block-button.is-style-outline>.tt-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.tt-block-button .tt-block-button__link.is-style-outline:not(.has-background)), :root :where(.tt-block-button.is-style-outline>.tt-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.tt-block-buttons {
    box-sizing: border-box
}

    .tt-block-buttons.is-vertical {
        flex-direction: column
    }

        .tt-block-buttons.is-vertical > .tt-block-button:last-child {
            margin-bottom: 0
        }

    .tt-block-buttons > .tt-block-button {
        display: inline-block;
        margin: 0
    }

    .tt-block-buttons.is-content-justification-left {
        justify-content: flex-start
    }

        .tt-block-buttons.is-content-justification-left.is-vertical {
            align-items: flex-start
        }

    .tt-block-buttons.is-content-justification-center {
        justify-content: center
    }

        .tt-block-buttons.is-content-justification-center.is-vertical {
            align-items: center
        }

    .tt-block-buttons.is-content-justification-right {
        justify-content: flex-end
    }

        .tt-block-buttons.is-content-justification-right.is-vertical {
            align-items: flex-end
        }

    .tt-block-buttons.is-content-justification-space-between {
        justify-content: space-between
    }

    .tt-block-buttons.aligncenter {
        text-align: center
    }

    .tt-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .tt-block-button.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    .tt-block-buttons[style*=text-decoration] .tt-block-button, .tt-block-buttons[style*=text-decoration] .tt-block-button__link {
        text-decoration: inherit
    }

    .tt-block-buttons.has-custom-font-size .tt-block-button__link {
        font-size: inherit
    }

    .tt-block-buttons .tt-block-button__link {
        width: 100%
    }

.tt-block-button.aligncenter, .tt-block-calendar {
    text-align: center
}

    .tt-block-calendar td, .tt-block-calendar th {
        border: 1px solid;
        padding: .25em
    }

    .tt-block-calendar th {
        font-weight: 400
    }

    .tt-block-calendar caption {
        background-color: inherit
    }

    .tt-block-calendar table {
        border-collapse: collapse;
        width: 100%
    }

        .tt-block-calendar table.has-background th {
            background-color: inherit
        }

        .tt-block-calendar table.has-text-color th {
            color: inherit
        }

    .tt-block-calendar :where(table:not(.has-text-color)) {
        color: #40464d
    }

        .tt-block-calendar :where(table:not(.has-text-color)) td, .tt-block-calendar :where(table:not(.has-text-color)) th {
            border-color: #ddd
        }

:where(.tt-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.tt-block-categories {
    box-sizing: border-box
}

    .tt-block-categories.alignleft {
        margin-right: 2em
    }

    .tt-block-categories.alignright {
        margin-left: 2em
    }

    .tt-block-categories.tt-block-categories-dropdown.aligncenter {
        text-align: center
    }

    .tt-block-categories .tt-block-categories__label {
        display: block;
        width: 100%
    }

.tt-block-code {
    box-sizing: border-box
}

    .tt-block-code code {
        /*!rtl:begin:ignore*/ direction: ltr;
        display: block;
        font-family: inherit;
        overflow-wrap: break-word;
        text-align: initial;
        white-space: pre-wrap
        /*!rtl:end:ignore*/
    }

.tt-block-columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width:782px) {
    .tt-block-columns {
        flex-wrap: nowrap !important
    }
}

.tt-block-columns {
    align-items: normal !important
}

    .tt-block-columns.are-vertically-aligned-top {
        align-items: flex-start
    }

    .tt-block-columns.are-vertically-aligned-center {
        align-items: center
    }

    .tt-block-columns.are-vertically-aligned-bottom {
        align-items: flex-end
    }

@media (max-width:781px) {
    .tt-block-columns:not(.is-not-stacked-on-mobile) > .tt-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .tt-block-columns:not(.is-not-stacked-on-mobile) > .tt-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .tt-block-columns:not(.is-not-stacked-on-mobile) > .tt-block-column[style*=flex-basis] {
            flex-grow: 0
        }
}

.tt-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

    .tt-block-columns.is-not-stacked-on-mobile > .tt-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .tt-block-columns.is-not-stacked-on-mobile > .tt-block-column[style*=flex-basis] {
            flex-grow: 0
        }

:where(.tt-block-columns) {
    margin-bottom: 1.75em
}

:where(.tt-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.tt-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

    .tt-block-column.is-vertically-aligned-top {
        align-self: flex-start
    }

    .tt-block-column.is-vertically-aligned-center {
        align-self: center
    }

    .tt-block-column.is-vertically-aligned-bottom {
        align-self: flex-end
    }

    .tt-block-column.is-vertically-aligned-stretch {
        align-self: stretch
    }

    .tt-block-column.is-vertically-aligned-bottom, .tt-block-column.is-vertically-aligned-center, .tt-block-column.is-vertically-aligned-top {
        width: 100%
    }

.tt-block-post-comments {
    box-sizing: border-box
}

    .tt-block-post-comments .alignleft {
        float: left
    }

    .tt-block-post-comments .alignright {
        float: right
    }

    .tt-block-post-comments .navigation:after {
        clear: both;
        content: "";
        display: table
    }

    .tt-block-post-comments .commentlist {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .tt-block-post-comments .commentlist .comment {
            min-height: 2.25em;
            padding-left: 3.25em
        }

            .tt-block-post-comments .commentlist .comment p {
                font-size: 1em;
                line-height: 1.8;
                margin: 1em 0
            }

        .tt-block-post-comments .commentlist .children {
            list-style: none;
            margin: 0;
            padding: 0
        }

    .tt-block-post-comments .comment-author {
        line-height: 1.5
    }

        .tt-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
        }

        .tt-block-post-comments .comment-author cite {
            font-style: normal
        }

    .tt-block-post-comments .comment-meta {
        font-size: .875em;
        line-height: 1.5
    }

        .tt-block-post-comments .comment-meta b {
            font-weight: 400
        }

        .tt-block-post-comments .comment-meta .comment-awaiting-moderation {
            display: block;
            margin-bottom: 1em;
            margin-top: 1em
        }

    .tt-block-post-comments .comment-body .commentmetadata {
        font-size: .875em
    }

    .tt-block-post-comments .comment-form-author label, .tt-block-post-comments .comment-form-comment label, .tt-block-post-comments .comment-form-email label, .tt-block-post-comments .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .tt-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .tt-block-post-comments .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .tt-block-post-comments .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .tt-block-post-comments .comment-form-cookies-consent #tt-comment-cookies-consent {
            margin-top: .35em
        }

    .tt-block-post-comments .comment-reply-title {
        margin-bottom: 0
    }

        .tt-block-post-comments .comment-reply-title :where(small) {
            font-size: var(--tt--preset--font-size--medium,smaller);
            margin-left: .5em
        }

    .tt-block-post-comments .reply {
        font-size: .875em;
        margin-bottom: 1.4em
    }

    .tt-block-post-comments input:not([type=submit]), .tt-block-post-comments textarea {
        border: 1px solid #949494;
        font-family: inherit;
        font-size: 1em
    }

        .tt-block-post-comments input:not([type=submit]):not([type=checkbox]), .tt-block-post-comments textarea {
            padding: calc(.667em + 2px)
        }

:where(.tt-block-post-comments input[type=submit]) {
    border: none
}

.tt-block-comments {
    box-sizing: border-box
}

.tt-block-comments-pagination > .tt-block-comments-pagination-next, .tt-block-comments-pagination > .tt-block-comments-pagination-numbers, .tt-block-comments-pagination > .tt-block-comments-pagination-previous {
    font-size: inherit
}

.tt-block-comments-pagination .tt-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .tt-block-comments-pagination .tt-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-comments-pagination .tt-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .tt-block-comments-pagination .tt-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-comments-pagination.aligncenter {
    justify-content: center
}

.tt-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

    .tt-block-comment-template li {
        clear: both
    }

    .tt-block-comment-template ol {
        list-style: none;
        margin-bottom: 0;
        max-width: 100%;
        padding-left: 2rem
    }

    .tt-block-comment-template.alignleft {
        float: left
    }

    .tt-block-comment-template.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: fit-content
    }

    .tt-block-comment-template.alignright {
        float: right
    }

.tt-block-comment-date {
    box-sizing: border-box
}

.comment-awaiting-moderation {
    display: block;
    font-size: .875em;
    line-height: 1.5
}

.tt-block-comment-author-name, .tt-block-comment-content, .tt-block-comment-edit-link, .tt-block-comment-reply-link {
    box-sizing: border-box
}

.tt-block-cover, .tt-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

    .tt-block-cover .has-background-dim:not([class*=-background-color]), .tt-block-cover-image .has-background-dim:not([class*=-background-color]), .tt-block-cover-image.has-background-dim:not([class*=-background-color]), .tt-block-cover.has-background-dim:not([class*=-background-color]) {
        background-color: #000
    }

    .tt-block-cover .has-background-dim.has-background-gradient, .tt-block-cover-image .has-background-dim.has-background-gradient {
        background-color: initial
    }

    .tt-block-cover-image.has-background-dim:before, .tt-block-cover.has-background-dim:before {
        background-color: inherit;
        content: ""
    }

    .tt-block-cover .tt-block-cover__background, .tt-block-cover .tt-block-cover__gradient-background, .tt-block-cover-image .tt-block-cover__background, .tt-block-cover-image .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim:not(.has-background-gradient):before, .tt-block-cover.has-background-dim:not(.has-background-gradient):before {
        bottom: 0;
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-10 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-10 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-10 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-10 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
        opacity: .1
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-20 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-20 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-20 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-20 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
        opacity: .2
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-30 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-30 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-30 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-30 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
        opacity: .3
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-40 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-40 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-40 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-40 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
        opacity: .4
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-50 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-50 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-50 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-50 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
        opacity: .5
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-60 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-60 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-60 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-60 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
        opacity: .6
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-70 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-70 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-70 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-70 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
        opacity: .7
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-80 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-80 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-80 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-80 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
        opacity: .8
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-90 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-90 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-90 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-90 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
        opacity: .9
    }

    .tt-block-cover-image.has-background-dim.has-background-dim-100 .tt-block-cover__background, .tt-block-cover-image.has-background-dim.has-background-dim-100 .tt-block-cover__gradient-background, .tt-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .tt-block-cover.has-background-dim.has-background-dim-100 .tt-block-cover__background, .tt-block-cover.has-background-dim.has-background-dim-100 .tt-block-cover__gradient-background, .tt-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
        opacity: 1
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-0, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-0, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-0, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
        opacity: 0
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-10, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-10, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-10, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
        opacity: .1
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-20, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-20, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-20, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
        opacity: .2
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-30, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-30, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-30, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
        opacity: .3
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-40, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-40, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-40, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
        opacity: .4
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-50, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-50, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-50, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
        opacity: .5
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-60, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-60, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-60, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
        opacity: .6
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-70, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-70, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-70, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
        opacity: .7
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-80, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-80, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-80, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
        opacity: .8
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-90, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-90, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-90, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
        opacity: .9
    }

    .tt-block-cover .tt-block-cover__background.has-background-dim.has-background-dim-100, .tt-block-cover .tt-block-cover__gradient-background.has-background-dim.has-background-dim-100, .tt-block-cover-image .tt-block-cover__background.has-background-dim.has-background-dim-100, .tt-block-cover-image .tt-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
        opacity: 1
    }

    .tt-block-cover-image.alignleft, .tt-block-cover-image.alignright, .tt-block-cover.alignleft, .tt-block-cover.alignright {
        max-width: 420px;
        width: 100%
    }

    .tt-block-cover-image.aligncenter, .tt-block-cover-image.alignleft, .tt-block-cover-image.alignright, .tt-block-cover.aligncenter, .tt-block-cover.alignleft, .tt-block-cover.alignright {
        display: flex
    }

    .tt-block-cover .tt-block-cover__inner-container, .tt-block-cover-image .tt-block-cover__inner-container {
        color: inherit;
        position: relative;
        width: 100%
    }

    .tt-block-cover-image.is-position-top-left, .tt-block-cover.is-position-top-left {
        align-items: flex-start;
        justify-content: flex-start
    }

    .tt-block-cover-image.is-position-top-center, .tt-block-cover.is-position-top-center {
        align-items: flex-start;
        justify-content: center
    }

    .tt-block-cover-image.is-position-top-right, .tt-block-cover.is-position-top-right {
        align-items: flex-start;
        justify-content: flex-end
    }

    .tt-block-cover-image.is-position-center-left, .tt-block-cover.is-position-center-left {
        align-items: center;
        justify-content: flex-start
    }

    .tt-block-cover-image.is-position-center-center, .tt-block-cover.is-position-center-center {
        align-items: center;
        justify-content: center
    }

    .tt-block-cover-image.is-position-center-right, .tt-block-cover.is-position-center-right {
        align-items: center;
        justify-content: flex-end
    }

    .tt-block-cover-image.is-position-bottom-left, .tt-block-cover.is-position-bottom-left {
        align-items: flex-end;
        justify-content: flex-start
    }

    .tt-block-cover-image.is-position-bottom-center, .tt-block-cover.is-position-bottom-center {
        align-items: flex-end;
        justify-content: center
    }

    .tt-block-cover-image.is-position-bottom-right, .tt-block-cover.is-position-bottom-right {
        align-items: flex-end;
        justify-content: flex-end
    }

    .tt-block-cover-image.has-custom-content-position.has-custom-content-position .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position .tt-block-cover__inner-container {
        margin: 0
    }

    .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .tt-block-cover__inner-container, .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .tt-block-cover__inner-container, .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .tt-block-cover__inner-container, .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .tt-block-cover__inner-container, .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .tt-block-cover__inner-container, .tt-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .tt-block-cover__inner-container, .tt-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .tt-block-cover__inner-container {
        margin: 0;
        width: auto
    }

    .tt-block-cover .tt-block-cover__image-background, .tt-block-cover video.tt-block-cover__video-background, .tt-block-cover-image .tt-block-cover__image-background, .tt-block-cover-image video.tt-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%
    }

    .tt-block-cover-image.has-parallax, .tt-block-cover.has-parallax, .tt-block-cover__image-background.has-parallax, video.tt-block-cover__video-background.has-parallax {
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-size: cover
    }

@supports (-webkit-touch-callout:inherit) {
    .tt-block-cover-image.has-parallax, .tt-block-cover.has-parallax, .tt-block-cover__image-background.has-parallax, video.tt-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .tt-block-cover-image.has-parallax, .tt-block-cover.has-parallax, .tt-block-cover__image-background.has-parallax, video.tt-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.tt-block-cover-image.is-repeated, .tt-block-cover.is-repeated, .tt-block-cover__image-background.is-repeated, video.tt-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.tt-block-cover-image-text, .tt-block-cover-image-text a, .tt-block-cover-image-text a:active, .tt-block-cover-image-text a:focus, .tt-block-cover-image-text a:hover, .tt-block-cover-text, .tt-block-cover-text a, .tt-block-cover-text a:active, .tt-block-cover-text a:focus, .tt-block-cover-text a:hover, section.tt-block-cover-image h2, section.tt-block-cover-image h2 a, section.tt-block-cover-image h2 a:active, section.tt-block-cover-image h2 a:focus, section.tt-block-cover-image h2 a:hover {
    color: #fff
}

.tt-block-cover-image .tt-block-cover.has-left-content {
    justify-content: flex-start
}

.tt-block-cover-image .tt-block-cover.has-right-content {
    justify-content: flex-end
}

.tt-block-cover-image.has-left-content .tt-block-cover-image-text, .tt-block-cover.has-left-content .tt-block-cover-text, section.tt-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.tt-block-cover-image.has-right-content .tt-block-cover-image-text, .tt-block-cover.has-right-content .tt-block-cover-text, section.tt-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.tt-block-cover .tt-block-cover-text, .tt-block-cover-image .tt-block-cover-image-text, section.tt-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(.tt-block-cover-image:not(.has-text-color)), :where(.tt-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.tt-block-cover-image.is-light:not(.has-text-color)), :where(.tt-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.tt-block-cover h1:not(.has-text-color)), :root :where(.tt-block-cover h2:not(.has-text-color)), :root :where(.tt-block-cover h3:not(.has-text-color)), :root :where(.tt-block-cover h4:not(.has-text-color)), :root :where(.tt-block-cover h5:not(.has-text-color)), :root :where(.tt-block-cover h6:not(.has-text-color)), :root :where(.tt-block-cover p:not(.has-text-color)) {
    color: inherit
}

body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__image-background, body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__video-background {
    z-index: 0
}

body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__background, body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__gradient-background, body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__inner-container, body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before {
    z-index: 1
}

.has-modal-open body:not(.editor-styles-wrapper) .tt-block-cover:not(.tt-block-cover:has(.tt-block-cover__background+.tt-block-cover__inner-container)) .tt-block-cover__inner-container {
    z-index: auto
}

.tt-block-details {
    box-sizing: border-box
}

    .tt-block-details summary {
        cursor: pointer
    }

.tt-block-embed.alignleft, .tt-block-embed.alignright, .tt-block[data-align=left] > [data-type="core/embed"], .tt-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

    .tt-block-embed.alignleft .tt-block-embed__wrapper, .tt-block-embed.alignright .tt-block-embed__wrapper, .tt-block[data-align=left] > [data-type="core/embed"] .tt-block-embed__wrapper, .tt-block[data-align=right] > [data-type="core/embed"] .tt-block-embed__wrapper {
        min-width: 280px
    }

.tt-block-cover .tt-block-embed {
    min-height: 240px;
    min-width: 320px
}

.tt-block-embed {
    overflow-wrap: break-word
}

    .tt-block-embed :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .tt-block-embed iframe {
        max-width: 100%
    }

.tt-block-embed__wrapper {
    position: relative
}

.tt-embed-responsive .tt-has-aspect-ratio .tt-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.tt-embed-responsive .tt-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.tt-embed-responsive .tt-embed-aspect-21-9 .tt-block-embed__wrapper:before {
    padding-top: 42.85%
}

.tt-embed-responsive .tt-embed-aspect-18-9 .tt-block-embed__wrapper:before {
    padding-top: 50%
}

.tt-embed-responsive .tt-embed-aspect-16-9 .tt-block-embed__wrapper:before {
    padding-top: 56.25%
}

.tt-embed-responsive .tt-embed-aspect-4-3 .tt-block-embed__wrapper:before {
    padding-top: 75%
}

.tt-embed-responsive .tt-embed-aspect-1-1 .tt-block-embed__wrapper:before {
    padding-top: 100%
}

.tt-embed-responsive .tt-embed-aspect-9-16 .tt-block-embed__wrapper:before {
    padding-top: 177.77%
}

.tt-embed-responsive .tt-embed-aspect-1-2 .tt-block-embed__wrapper:before {
    padding-top: 200%
}

.tt-block-file {
    box-sizing: border-box
}

    .tt-block-file:not(.tt-element-button) {
        font-size: .8em
    }

    .tt-block-file.aligncenter {
        text-align: center
    }

    .tt-block-file.alignright {
        text-align: right
    }

    .tt-block-file * + .tt-block-file__button {
        margin-left: .75em
    }

:where(.tt-block-file) {
    margin-bottom: 1.5em
}

.tt-block-file__embed {
    margin-bottom: 1em
}

:where(.tt-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

    :where(.tt-block-file__button):where(a):active, :where(.tt-block-file__button):where(a):focus, :where(.tt-block-file__button):where(a):hover, :where(.tt-block-file__button):where(a):visited {
        box-shadow: none;
        color: #fff;
        opacity: .85;
        text-decoration: none
    }

.tt-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

    .tt-block-form-input__label.is-label-inline {
        align-items: center;
        flex-direction: row;
        gap: .5em
    }

        .tt-block-form-input__label.is-label-inline .tt-block-form-input__label-content {
            margin-bottom: .5em
        }

    .tt-block-form-input__label:has(input[type=checkbox]) {
        flex-direction: row;
        width: fit-content
    }

        .tt-block-form-input__label:has(input[type=checkbox]) .tt-block-form-input__label-content {
            margin: 0
        }

    .tt-block-form-input__label:has(.tt-block-form-input__label-content+input[type=checkbox]) {
        flex-direction: row-reverse
    }

.tt-block-form-input__label-content {
    width: fit-content
}

:where(.tt-block-form-input__input) {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

    :where(.tt-block-form-input__input)[type=date], :where(.tt-block-form-input__input)[type=datetime-local], :where(.tt-block-form-input__input)[type=datetime], :where(.tt-block-form-input__input)[type=email], :where(.tt-block-form-input__input)[type=month], :where(.tt-block-form-input__input)[type=number], :where(.tt-block-form-input__input)[type=password], :where(.tt-block-form-input__input)[type=search], :where(.tt-block-form-input__input)[type=tel], :where(.tt-block-form-input__input)[type=text], :where(.tt-block-form-input__input)[type=time], :where(.tt-block-form-input__input)[type=url], :where(.tt-block-form-input__input)[type=week] {
        border-style: solid;
        border-width: 1px;
        line-height: 2;
        min-height: 2em
    }

textarea.tt-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .tt-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0 1em 1em 0;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
            align-items: flex-end;
            display: flex;
            height: 100%;
            justify-content: flex-start;
            margin: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
            background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
            bottom: 0;
            box-sizing: border-box;
            color: #fff;
            font-size: .8em;
            margin: 0;
            max-height: 100%;
            overflow: auto;
            padding: 3em .77em .7em;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 2
        }

            .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
                display: inline
            }

    .blocks-gallery-grid:not(.has-nested-images) figcaption, .tt-block-gallery:not(.has-nested-images) figcaption {
        flex-grow: 1
    }

    .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .tt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .tt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .tt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .tt-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
        flex: 1;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
        margin-right: 0;
        width: 100%
    }

@media (min-width:600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .tt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .tt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

        .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .tt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .tt-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .tt-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .tt-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .tt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .tt-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .tt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .tt-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .tt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .tt-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .tt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .tt-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .tt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .tt-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .tt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .tt-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .tt-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .tt-block-gallery:not(.has-nested-images).alignleft, .tt-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .tt-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.tt-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.tt-block-gallery.has-nested-images {
    align-items: normal
}

.tt-block-gallery.has-nested-images figure.tt-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--tt--style--unstable-gallery-gap, 16px)/2)
}

.tt-block-gallery.has-nested-images figure.tt-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

    .tt-block-gallery.has-nested-images figure.tt-block-image > a, .tt-block-gallery.has-nested-images figure.tt-block-image > div {
        flex-direction: column;
        flex-grow: 1;
        margin: 0
    }

    .tt-block-gallery.has-nested-images figure.tt-block-image img {
        display: block;
        height: auto;
        max-width: 100% !important;
        width: auto
    }

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption, .tt-block-gallery.has-nested-images figure.tt-block-image:has(figcaption):before {
        bottom: 0;
        left: 0;
        max-height: 100%;
        position: absolute;
        right: 0
    }

    .tt-block-gallery.has-nested-images figure.tt-block-image:has(figcaption):before {
        backdrop-filter: blur(3px);
        content: "";
        height: 100%;
        -webkit-mask-image: linear-gradient(0deg,#000 20%,#0000);
        mask-image: linear-gradient(0deg,#000 20%,#0000);
        max-height: 40%;
        pointer-events: none
    }

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption {
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        margin: 0;
        overflow: auto;
        padding: 1em;
        text-align: center;
        text-shadow: 0 0 1.5px #000
    }

        .tt-block-gallery.has-nested-images figure.tt-block-image figcaption::-webkit-scrollbar {
            height: 12px;
            width: 12px
        }

        .tt-block-gallery.has-nested-images figure.tt-block-image figcaption::-webkit-scrollbar-track {
            background-color: initial
        }

        .tt-block-gallery.has-nested-images figure.tt-block-image figcaption::-webkit-scrollbar-thumb {
            background-clip: padding-box;
            background-color: initial;
            border: 3px solid #0000;
            border-radius: 8px
        }

        .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:focus::-webkit-scrollbar-thumb, .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:hover::-webkit-scrollbar-thumb {
            background-color: #fffc
        }

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption {
        scrollbar-color: #0000 #0000;
        scrollbar-gutter: stable both-edges;
        scrollbar-width: thin
    }

        .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:focus, .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:focus-within, .tt-block-gallery.has-nested-images figure.tt-block-image figcaption:hover {
            scrollbar-color: #fffc #0000
        }

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption {
        will-change: transform
    }

@media (hover:none) {
    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.tt-block-gallery.has-nested-images figure.tt-block-image figcaption {
    background: linear-gradient(0deg,#0006,#0000)
}

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption img {
        display: inline
    }

    .tt-block-gallery.has-nested-images figure.tt-block-image figcaption a {
        color: inherit
    }

.tt-block-gallery.has-nested-images figure.tt-block-image.has-custom-border img {
    box-sizing: border-box
}

.tt-block-gallery.has-nested-images figure.tt-block-image.has-custom-border > a, .tt-block-gallery.has-nested-images figure.tt-block-image.has-custom-border > div, .tt-block-gallery.has-nested-images figure.tt-block-image.is-style-rounded > a, .tt-block-gallery.has-nested-images figure.tt-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.tt-block-gallery.has-nested-images figure.tt-block-image.has-custom-border figcaption, .tt-block-gallery.has-nested-images figure.tt-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
    text-shadow: none
}

.tt-block-gallery.has-nested-images figure.tt-block-image.has-custom-border:before, .tt-block-gallery.has-nested-images figure.tt-block-image.is-style-rounded:before {
    content: none
}

.tt-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.tt-block-gallery.has-nested-images:not(.is-cropped) figure.tt-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.tt-block-gallery.has-nested-images.is-cropped figure.tt-block-image:not(#individual-image) {
    align-self: inherit
}

    .tt-block-gallery.has-nested-images.is-cropped figure.tt-block-image:not(#individual-image) > a, .tt-block-gallery.has-nested-images.is-cropped figure.tt-block-image:not(#individual-image) > div:not(.components-drop-zone) {
        display: flex
    }

    .tt-block-gallery.has-nested-images.is-cropped figure.tt-block-image:not(#individual-image) a, .tt-block-gallery.has-nested-images.is-cropped figure.tt-block-image:not(#individual-image) img {
        flex: 1 0 0%;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

.tt-block-gallery.has-nested-images.columns-1 figure.tt-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .tt-block-gallery.has-nested-images.columns-3 figure.tt-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--tt--style--unstable-gallery-gap, 16px)*.66667)
    }

    .tt-block-gallery.has-nested-images.columns-4 figure.tt-block-image:not(#individual-image) {
        width: calc(25% - var(--tt--style--unstable-gallery-gap, 16px)*.75)
    }

    .tt-block-gallery.has-nested-images.columns-5 figure.tt-block-image:not(#individual-image) {
        width: calc(20% - var(--tt--style--unstable-gallery-gap, 16px)*.8)
    }

    .tt-block-gallery.has-nested-images.columns-6 figure.tt-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--tt--style--unstable-gallery-gap, 16px)*.83333)
    }

    .tt-block-gallery.has-nested-images.columns-7 figure.tt-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--tt--style--unstable-gallery-gap, 16px)*.85714)
    }

    .tt-block-gallery.has-nested-images.columns-8 figure.tt-block-image:not(#individual-image) {
        width: calc(12.5% - var(--tt--style--unstable-gallery-gap, 16px)*.875)
    }

    .tt-block-gallery.has-nested-images.columns-default figure.tt-block-image:not(#individual-image) {
        width: calc(33.33% - var(--tt--style--unstable-gallery-gap, 16px)*.66667)
    }

        .tt-block-gallery.has-nested-images.columns-default figure.tt-block-image:not(#individual-image):first-child:nth-last-child(2), .tt-block-gallery.has-nested-images.columns-default figure.tt-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.tt-block-image:not(#individual-image) {
            width: calc(50% - var(--tt--style--unstable-gallery-gap, 16px)*.5)
        }

        .tt-block-gallery.has-nested-images.columns-default figure.tt-block-image:not(#individual-image):first-child:last-child {
            width: 100%
        }
}

.tt-block-gallery.has-nested-images.alignleft, .tt-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.tt-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.tt-block-group {
    box-sizing: border-box
}

:where(.tt-block-group.tt-block-group-is-layout-constrained) {
    position: relative
}

h1:where(.tt-block-heading).has-background, h2:where(.tt-block-heading).has-background, h3:where(.tt-block-heading).has-background, h4:where(.tt-block-heading).has-background, h5:where(.tt-block-heading).has-background, h6:where(.tt-block-heading).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
}

.tt-block-image > a, .tt-block-image > figure > a {
    display: inline-block
}

.tt-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media not (prefers-reduced-motion) {
    .tt-block-image img.hide {
        visibility: hidden
    }

    .tt-block-image img.show {
        animation: show-content-image .4s
    }
}

.tt-block-image[style*=border-radius] img, .tt-block-image[style*=border-radius] > a {
    border-radius: inherit
}

.tt-block-image.has-custom-border img {
    box-sizing: border-box
}

.tt-block-image.aligncenter {
    text-align: center
}

.tt-block-image.alignfull > a, .tt-block-image.alignwide > a {
    width: 100%
}

.tt-block-image.alignfull img, .tt-block-image.alignwide img {
    height: auto;
    width: 100%
}

.tt-block-image .aligncenter, .tt-block-image .alignleft, .tt-block-image .alignright, .tt-block-image.aligncenter, .tt-block-image.alignleft, .tt-block-image.alignright {
    display: table
}

    .tt-block-image .aligncenter > figcaption, .tt-block-image .alignleft > figcaption, .tt-block-image .alignright > figcaption, .tt-block-image.aligncenter > figcaption, .tt-block-image.alignleft > figcaption, .tt-block-image.alignright > figcaption {
        caption-side: bottom;
        display: table-caption
    }

.tt-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.tt-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.tt-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.tt-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.tt-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .tt-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.tt-block-image.is-style-rounded img,.tt-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.tt-block-image figure {
    margin: 0
}

.tt-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

    .tt-lightbox-container img {
        cursor: zoom-in
    }

        .tt-lightbox-container img:hover + button {
            opacity: 1
        }

    .tt-lightbox-container button {
        align-items: center;
        backdrop-filter: blur(16px) saturate(180%);
        background-color: #5a5a5a40;
        border: none;
        border-radius: 4px;
        cursor: zoom-in;
        display: flex;
        height: 20px;
        justify-content: center;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 16px;
        text-align: center;
        top: 16px;
        width: 20px;
        z-index: 100
    }

@media not (prefers-reduced-motion) {
    .tt-lightbox-container button {
        transition: opacity .2s ease
    }
}

.tt-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.tt-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.tt-lightbox-container button:focus {
    opacity: 1
}

.tt-lightbox-container button:focus, .tt-lightbox-container button:hover, .tt-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.tt-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

    .tt-lightbox-overlay .close-button {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-height: 40px;
        min-width: 40px;
        padding: 0;
        position: absolute;
        right: calc(env(safe-area-inset-right) + 16px);
        top: calc(env(safe-area-inset-top) + 16px);
        z-index: 5000000
    }

        .tt-lightbox-overlay .close-button:focus, .tt-lightbox-overlay .close-button:hover, .tt-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
            background: none;
            border: none
        }

    .tt-lightbox-overlay .lightbox-image-container {
        height: var(--tt--lightbox-container-height);
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transform-origin: top left;
        width: var(--tt--lightbox-container-width);
        z-index: 9999999999
    }

    .tt-lightbox-overlay .tt-block-image {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        margin: 0;
        position: relative;
        transform-origin: 0 0;
        width: 100%;
        z-index: 3000000
    }

        .tt-lightbox-overlay .tt-block-image img {
            height: var(--tt--lightbox-image-height);
            min-height: var(--tt--lightbox-image-height);
            min-width: var(--tt--lightbox-image-width);
            width: var(--tt--lightbox-image-width)
        }

        .tt-lightbox-overlay .tt-block-image figcaption {
            display: none
        }

    .tt-lightbox-overlay button {
        background: none;
        border: none
    }

    .tt-lightbox-overlay .scrim {
        background-color: #fff;
        height: 100%;
        opacity: .9;
        position: absolute;
        width: 100%;
        z-index: 2000000
    }

    .tt-lightbox-overlay.active {
        visibility: visible
    }

@media not (prefers-reduced-motion) {
    .tt-lightbox-overlay.active {
        animation: turn-on-visibility .25s both
    }

        .tt-lightbox-overlay.active img {
            animation: turn-on-visibility .35s both
        }

    .tt-lightbox-overlay.show-closing-animation:not(.active) {
        animation: turn-off-visibility .35s both
    }

        .tt-lightbox-overlay.show-closing-animation:not(.active) img {
            animation: turn-off-visibility .25s both
        }

    .tt-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

        .tt-lightbox-overlay.zoom.active .lightbox-image-container {
            animation: lightbox-zoom-in .4s
        }

            .tt-lightbox-overlay.zoom.active .lightbox-image-container img {
                animation: none
            }

        .tt-lightbox-overlay.zoom.active .scrim {
            animation: turn-on-visibility .4s forwards
        }

    .tt-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

        .tt-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
            animation: lightbox-zoom-out .4s
        }

            .tt-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
                animation: none
            }

        .tt-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
            animation: turn-off-visibility .4s forwards
        }
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--tt--lightbox-scrollbar-width))/2 + var(--tt--lightbox-initial-left-position)),calc(-50vh + var(--tt--lightbox-initial-top-position))) scale(var(--tt--lightbox-scale))
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--tt--lightbox-scrollbar-width))/2 + var(--tt--lightbox-initial-left-position)),calc(-50vh + var(--tt--lightbox-initial-top-position))) scale(var(--tt--lightbox-scale));
        visibility: hidden
    }
}

ol.tt-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.tt-block-latest-comments:not([style*=line-height] .tt-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.tt-block-latest-comments:not([style*=line-height] .tt-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.tt-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.tt-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.tt-block-latest-comments .tt-block-latest-comments {
    padding-left: 0
}

.tt-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .tt-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

    .has-avatars .tt-block-latest-comments__comment .tt-block-latest-comments__comment-excerpt, .has-avatars .tt-block-latest-comments__comment .tt-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.tt-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.tt-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.tt-block-latest-comments .avatar, .tt-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.tt-block-latest-comments[class*=-font-size] a, .tt-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.tt-block-latest-posts {
    box-sizing: border-box
}

    .tt-block-latest-posts.alignleft {
        margin-right: 2em
    }

    .tt-block-latest-posts.alignright {
        margin-left: 2em
    }

    .tt-block-latest-posts.tt-block-latest-posts__list {
        list-style: none
    }

        .tt-block-latest-posts.tt-block-latest-posts__list li {
            clear: both;
            overflow-wrap: break-word
        }

    .tt-block-latest-posts.is-grid {
        display: flex;
        flex-wrap: wrap
    }

        .tt-block-latest-posts.is-grid li {
            margin: 0 1.25em 1.25em 0;
            width: 100%
        }

@media (min-width:600px) {
    .tt-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

        .tt-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

    .tt-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .tt-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

    .tt-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .tt-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

    .tt-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .tt-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

    .tt-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

        .tt-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

:root :where(.tt-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.tt-block-latest-posts.tt-block-latest-posts__list) {
    padding-left: 0
}

.tt-block-latest-posts__post-author, .tt-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.tt-block-latest-posts__post-excerpt, .tt-block-latest-posts__post-full-content {
    margin-bottom: 1em;
    margin-top: .5em
}

.tt-block-latest-posts__featured-image a {
    display: inline-block
}

.tt-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.tt-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.tt-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.tt-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

:root :where(.tt-block-list.has-background) {
    padding: 1.25em 2.375em
}

.tt-block-loginout {
    box-sizing: border-box
}

.tt-block-math {
    overflow-x: auto;
    overflow-y: hidden
}

.tt-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

    .tt-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%
    }

    .tt-block-media-text.is-vertically-aligned-top > .tt-block-media-text__content, .tt-block-media-text.is-vertically-aligned-top > .tt-block-media-text__media {
        align-self: start
    }

    .tt-block-media-text.is-vertically-aligned-center > .tt-block-media-text__content, .tt-block-media-text.is-vertically-aligned-center > .tt-block-media-text__media, .tt-block-media-text > .tt-block-media-text__content, .tt-block-media-text > .tt-block-media-text__media {
        align-self: center
    }

    .tt-block-media-text.is-vertically-aligned-bottom > .tt-block-media-text__content, .tt-block-media-text.is-vertically-aligned-bottom > .tt-block-media-text__media {
        align-self: end
    }

    .tt-block-media-text > .tt-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0
    }

    .tt-block-media-text > .tt-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word
    }

    .tt-block-media-text.has-media-on-the-right > .tt-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .tt-block-media-text.has-media-on-the-right > .tt-block-media-text__content {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

.tt-block-media-text__media a {
    display: block
}

.tt-block-media-text__media img, .tt-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.tt-block-media-text.is-image-fill > .tt-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

    .tt-block-media-text.is-image-fill > .tt-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .tt-block-media-text.is-image-fill > .tt-block-media-text__media img {
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0,0,0,0);
        border: 0
    }

.tt-block-media-text.is-image-fill-element > .tt-block-media-text__media {
    height: 100%;
    min-height: 250px
}

    .tt-block-media-text.is-image-fill-element > .tt-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .tt-block-media-text.is-image-fill-element > .tt-block-media-text__media img {
        height: 100%;
        object-fit: cover;
        width: 100%
    }

@media (max-width:600px) {
    .tt-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

        .tt-block-media-text.is-stacked-on-mobile > .tt-block-media-text__media {
            grid-column: 1;
            grid-row: 1
        }

        .tt-block-media-text.is-stacked-on-mobile > .tt-block-media-text__content {
            grid-column: 1;
            grid-row: 2
        }
}

.tt-block-navigation {
    position: relative
}

    .tt-block-navigation ul {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0
    }

        .tt-block-navigation ul, .tt-block-navigation ul li {
            list-style: none;
            padding: 0
        }

    .tt-block-navigation .tt-block-navigation-item {
        align-items: center;
        display: flex;
        position: relative
    }

        .tt-block-navigation .tt-block-navigation-item .tt-block-navigation__submenu-container:empty {
            display: none
        }

    .tt-block-navigation .tt-block-navigation-item__content {
        display: block;
        z-index: 1
    }

        .tt-block-navigation .tt-block-navigation-item__content.tt-block-navigation-item__content {
            color: inherit
        }

    .tt-block-navigation.has-text-decoration-underline .tt-block-navigation-item__content, .tt-block-navigation.has-text-decoration-underline .tt-block-navigation-item__content:active, .tt-block-navigation.has-text-decoration-underline .tt-block-navigation-item__content:focus {
        text-decoration: underline
    }

    .tt-block-navigation.has-text-decoration-line-through .tt-block-navigation-item__content, .tt-block-navigation.has-text-decoration-line-through .tt-block-navigation-item__content:active, .tt-block-navigation.has-text-decoration-line-through .tt-block-navigation-item__content:focus {
        text-decoration: line-through
    }

    .tt-block-navigation :where(a), .tt-block-navigation :where(a:active), .tt-block-navigation :where(a:focus) {
        text-decoration: none
    }

    .tt-block-navigation .tt-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        border: none;
        color: currentColor;
        display: inline-block;
        font-size: inherit;
        height: .6em;
        line-height: 0;
        margin-left: .25em;
        padding: 0;
        width: .6em
    }

        .tt-block-navigation .tt-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            height: inherit;
            margin-top: .075em;
            width: inherit
        }

.tt-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
}

    .tt-block-navigation.is-vertical {
        --navigation-layout-direction: column;
        --navigation-layout-justify: initial;
        --navigation-layout-align: flex-start
    }

    .tt-block-navigation.no-wrap {
        --navigation-layout-wrap: nowrap
    }

    .tt-block-navigation.items-justified-center {
        --navigation-layout-justification-setting: center;
        --navigation-layout-justify: center
    }

        .tt-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align: center
        }

    .tt-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-end;
        --navigation-layout-justify: flex-end
    }

        .tt-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align: flex-end
        }

    .tt-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting: space-between;
        --navigation-layout-justify: space-between
    }

    .tt-block-navigation .has-child .tt-block-navigation__submenu-container {
        align-items: normal;
        background-color: inherit;
        color: inherit;
        display: flex;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        z-index: 2
    }

@media not (prefers-reduced-motion) {
    .tt-block-navigation .has-child .tt-block-navigation__submenu-container {
        transition: opacity .1s linear
    }
}

.tt-block-navigation .has-child .tt-block-navigation__submenu-container {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

    .tt-block-navigation .has-child .tt-block-navigation__submenu-container > .tt-block-navigation-item > .tt-block-navigation-item__content {
        display: flex;
        flex-grow: 1;
        padding: .5em 1em
    }

        .tt-block-navigation .has-child .tt-block-navigation__submenu-container > .tt-block-navigation-item > .tt-block-navigation-item__content .tt-block-navigation__submenu-icon {
            margin-left: auto;
            margin-right: 0
        }

    .tt-block-navigation .has-child .tt-block-navigation__submenu-container .tt-block-navigation-item__content {
        margin: 0
    }

.tt-block-navigation .has-child .tt-block-navigation__submenu-container {
    left: -1px;
    top: 100%
}

@media (min-width:782px) {
    .tt-block-navigation .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .tt-block-navigation .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container:before {
            background: #0000;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            right: 100%;
            width: .5em
        }

    .tt-block-navigation .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-icon {
        margin-right: .25em
    }

        .tt-block-navigation .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-icon svg {
            transform: rotate(-90deg)
        }
}

.tt-block-navigation .has-child .tt-block-navigation-submenu__toggle[aria-expanded=true] ~ .tt-block-navigation__submenu-container, .tt-block-navigation .has-child:not(.open-on-click):hover > .tt-block-navigation__submenu-container, .tt-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .tt-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.tt-block-navigation.has-background .has-child .tt-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .tt-block-navigation.has-background .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.tt-block-navigation-submenu {
    display: flex;
    position: relative
}

    .tt-block-navigation-submenu .tt-block-navigation__submenu-icon svg {
        stroke: currentColor
    }

button.tt-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.tt-block-navigation-submenu__toggle {
    cursor: pointer
}

    .tt-block-navigation-submenu__toggle[aria-expanded=true] + .tt-block-navigation__submenu-icon > svg, .tt-block-navigation-submenu__toggle[aria-expanded=true] > svg {
        transform: rotate(180deg)
    }

.tt-block-navigation-item.open-on-click .tt-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

    .tt-block-navigation-item.open-on-click .tt-block-navigation-submenu__toggle + .tt-block-navigation__submenu-icon {
        margin-left: -.6em;
        pointer-events: none
    }

.tt-block-navigation-item.open-on-click button.tt-block-navigation-item__content:not(.tt-block-navigation-submenu__toggle) {
    padding: 0
}

.tt-block-navigation .tt-block-page-list, .tt-block-navigation__container, .tt-block-navigation__responsive-close, .tt-block-navigation__responsive-container, .tt-block-navigation__responsive-container-content, .tt-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.tt-block-navigation.has-background .tt-block-navigation-item a:not(.tt-element-button)), :where(.tt-block-navigation.has-background .tt-block-navigation-submenu a:not(.tt-element-button)) {
    padding: .5em 1em
}

:where(.tt-block-navigation .tt-block-navigation__submenu-container .tt-block-navigation-item a:not(.tt-element-button)), :where(.tt-block-navigation .tt-block-navigation__submenu-container .tt-block-navigation-submenu a:not(.tt-element-button)), :where(.tt-block-navigation .tt-block-navigation__submenu-container .tt-block-navigation-submenu button.tt-block-navigation-item__content), :where(.tt-block-navigation .tt-block-navigation__submenu-container .tt-block-pages-list__item button.tt-block-navigation-item__content) {
    padding: .5em 1em
}

.tt-block-navigation.items-justified-right .tt-block-navigation__container .has-child .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-right .tt-block-page-list > .has-child .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between .tt-block-page-list > .has-child:last-child .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between > .tt-block-navigation__container > .has-child:last-child .tt-block-navigation__submenu-container {
    left: auto;
    right: 0
}

    .tt-block-navigation.items-justified-right .tt-block-navigation__container .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-right .tt-block-page-list > .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between .tt-block-page-list > .has-child:last-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between > .tt-block-navigation__container > .has-child:last-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container {
        left: -1px;
        right: -1px
    }

@media (min-width:782px) {
    .tt-block-navigation.items-justified-right .tt-block-navigation__container .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-right .tt-block-page-list > .has-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between .tt-block-page-list > .has-child:last-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container, .tt-block-navigation.items-justified-space-between > .tt-block-navigation__container > .has-child:last-child .tt-block-navigation__submenu-container .tt-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.tt-block-navigation:not(.has-background) .tt-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.tt-block-navigation.has-background .tt-block-navigation__submenu-container {
    background-color: inherit
}

.tt-block-navigation:not(.has-text-color) .tt-block-navigation__submenu-container {
    color: #000
}

.tt-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
}

    .tt-block-navigation__container .is-responsive {
        display: none
    }

    .tt-block-navigation__container:only-child, .tt-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)
    }
}

.tt-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

    .tt-block-navigation__responsive-container :where(.tt-block-navigation-item a) {
        color: inherit
    }

    .tt-block-navigation__responsive-container .tt-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)
    }

    .tt-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        background-color: inherit !important;
        color: inherit !important
    }

    .tt-block-navigation__responsive-container.is-menu-open {
        background-color: inherit;
        display: flex;
        flex-direction: column
    }

@media not (prefers-reduced-motion) {
    .tt-block-navigation__responsive-container.is-menu-open {
        animation: overlay-menu__fade-in-animation .1s ease-out;
        animation-fill-mode: forwards
    }
}

.tt-block-navigation__responsive-container.is-menu-open {
    overflow: auto;
    padding: clamp(1rem,var(--tt--style--root--padding-top),20rem) clamp(1rem,var(--tt--style--root--padding-right),20rem) clamp(1rem,var(--tt--style--root--padding-bottom),20rem) clamp(1rem,var(--tt--style--root--padding-left),20rem);
    z-index: 100000
}

    .tt-block-navigation__responsive-container.is-menu-open .tt-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)
    }

        .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__container, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-page-list {
            justify-content: flex-start
        }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__submenu-icon {
                display: none
            }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .has-child .tt-block-navigation__submenu-container {
                border: none;
                height: auto;
                min-width: 200px;
                opacity: 1;
                overflow: initial;
                padding-left: 2rem;
                padding-right: 2rem;
                position: static;
                visibility: visible;
                width: auto
            }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__container, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__submenu-container {
                gap: inherit
            }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__submenu-container {
                padding-top: var(--tt--style--block-gap,2em)
            }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation-item__content {
                padding: 0
            }

            .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation-item, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-navigation__container, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__responsive-container-content .tt-block-page-list {
                align-items: var(--navigation-layout-justification-setting,initial);
                display: flex;
                flex-direction: column
            }

    .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation-item, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation-item .tt-block-navigation__submenu-container, .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__container, .tt-block-navigation__responsive-container.is-menu-open .tt-block-page-list {
        background: #0000 !important;
        color: inherit !important
    }

    .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__submenu-container.tt-block-navigation__submenu-container.tt-block-navigation__submenu-container.tt-block-navigation__submenu-container {
        left: auto;
        right: auto
    }

@media (min-width:600px) {
    .tt-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

        .tt-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .tt-block-navigation__responsive-container-close {
            display: none
        }

    .tt-block-navigation__responsive-container.is-menu-open .tt-block-navigation__submenu-container.tt-block-navigation__submenu-container.tt-block-navigation__submenu-container.tt-block-navigation__submenu-container {
        left: 0
    }
}

.tt-block-navigation:not(.has-background) .tt-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.tt-block-navigation:not(.has-text-color) .tt-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.tt-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.tt-block-navigation__responsive-container-close, .tt-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

    .tt-block-navigation__responsive-container-close svg, .tt-block-navigation__responsive-container-open svg {
        fill: currentColor;
        display: block;
        height: 24px;
        pointer-events: none;
        width: 24px
    }

.tt-block-navigation__responsive-container-open {
    display: flex
}

    .tt-block-navigation__responsive-container-open.tt-block-navigation__responsive-container-open.tt-block-navigation__responsive-container-open {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

@media (min-width:600px) {
    .tt-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.tt-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .tt-block-navigation__responsive-container-close.tt-block-navigation__responsive-container-close.tt-block-navigation__responsive-container-close {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

.tt-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .tt-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--tt--style--global--wide-size,100%)
}

.tt-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .tt-block-navigation__responsive-close, .is-menu-open .tt-block-navigation__responsive-container-content, .is-menu-open .tt-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.tt-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .tt-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .tt-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.tt-block-navigation .tt-block-navigation-item__label {
    overflow-wrap: break-word
}

.tt-block-navigation .tt-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    outline: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.tt-block-navigation .tt-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)
}

.tt-block-navigation .tt-block-navigation-item {
    background-color: inherit
}

.tt-block-page-list {
    box-sizing: border-box
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.tt-block-post-author {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.tt-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.tt-block-post-author__avatar {
    margin-right: 1em
}

.tt-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.tt-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.tt-block-post-author__name {
    margin: 0
}

.tt-block-post-author-biography {
    box-sizing: border-box
}

:where(.tt-block-post-comments-form input:not([type=submit])), :where(.tt-block-post-comments-form textarea) {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.tt-block-post-comments-form input:where(:not([type=submit]):not([type=checkbox]))), :where(.tt-block-post-comments-form textarea) {
    padding: calc(.667em + 2px)
}

.tt-block-post-comments-form {
    box-sizing: border-box
}

    .tt-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
        font-weight: inherit
    }

    .tt-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
        font-family: inherit
    }

    .tt-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .tt-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
        font-size: inherit
    }

    .tt-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
        line-height: inherit
    }

    .tt-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
        font-style: inherit
    }

    .tt-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
        letter-spacing: inherit
    }

    .tt-block-post-comments-form :where(input[type=submit]) {
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        overflow-wrap: break-word;
        text-align: center
    }

    .tt-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .tt-block-post-comments-form .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .tt-block-post-comments-form .comment-form-author label, .tt-block-post-comments-form .comment-form-email label, .tt-block-post-comments-form .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .tt-block-post-comments-form .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .tt-block-post-comments-form .comment-form-cookies-consent #tt-comment-cookies-consent {
            margin-top: .35em
        }

    .tt-block-post-comments-form .comment-reply-title {
        margin-bottom: 0
    }

        .tt-block-post-comments-form .comment-reply-title :where(small) {
            font-size: var(--tt--preset--font-size--medium,smaller);
            margin-left: .5em
        }

.tt-block-post-comments-count {
    box-sizing: border-box
}

.tt-block-post-content {
    display: flow-root
}

.tt-block-post-comments-link, .tt-block-post-date {
    box-sizing: border-box
}

:where(.tt-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--tt--style--block-gap);
    margin-top: var(--tt--style--block-gap)
}

.tt-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.tt-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--tt--style--block-gap)
}

.tt-block-post-excerpt__more-link {
    display: inline-block
}

.tt-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .tt-block-post-featured-image a {
        display: block;
        height: 100%
    }

    .tt-block-post-featured-image :where(img) {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
        width: 100%
    }

    .tt-block-post-featured-image.alignfull img, .tt-block-post-featured-image.alignwide img {
        width: 100%
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim {
        background-color: #000;
        inset: 0;
        position: absolute
    }

.tt-block-post-featured-image {
    position: relative
}

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-gradient {
        background-color: initial
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-0 {
        opacity: 0
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-10 {
        opacity: .1
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-20 {
        opacity: .2
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-30 {
        opacity: .3
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-40 {
        opacity: .4
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-50 {
        opacity: .5
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-60 {
        opacity: .6
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-70 {
        opacity: .7
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-80 {
        opacity: .8
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-90 {
        opacity: .9
    }

    .tt-block-post-featured-image .tt-block-post-featured-image__overlay.has-background-dim-100 {
        opacity: 1
    }

    .tt-block-post-featured-image:where(.alignleft,.alignright) {
        width: 100%
    }

.tt-block-post-navigation-link .tt-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

    .tt-block-post-navigation-link .tt-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-post-navigation-link .tt-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

    .tt-block-post-navigation-link .tt-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .tt-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.tt-block-post-terms {
    box-sizing: border-box
}

    .tt-block-post-terms .tt-block-post-terms__separator {
        white-space: pre-wrap
    }

.tt-block-post-time-to-read, .tt-block-post-title {
    box-sizing: border-box
}

.tt-block-post-title {
    word-break: break-word
}

    .tt-block-post-title :where(a) {
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.tt-block-post-author-name {
    box-sizing: border-box
}

.tt-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.tt-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.tt-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

    .tt-block-pullquote blockquote, .tt-block-pullquote p {
        color: inherit
    }

    .tt-block-pullquote blockquote {
        margin: 0
    }

    .tt-block-pullquote p {
        margin-top: 0
    }

        .tt-block-pullquote p:last-child {
            margin-bottom: 0
        }

    .tt-block-pullquote.alignleft, .tt-block-pullquote.alignright {
        max-width: 420px
    }

    .tt-block-pullquote cite, .tt-block-pullquote footer {
        position: relative
    }

    .tt-block-pullquote .has-text-color a {
        color: inherit
    }

    .tt-block-pullquote.has-text-align-left blockquote {
        text-align: left
    }

    .tt-block-pullquote.has-text-align-right blockquote {
        text-align: right
    }

    .tt-block-pullquote.has-text-align-center blockquote {
        text-align: center
    }

    .tt-block-pullquote.is-style-solid-color {
        border: none
    }

        .tt-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            max-width: 60%
        }

            .tt-block-pullquote.is-style-solid-color blockquote p {
                font-size: 2em;
                margin-bottom: 0;
                margin-top: 0
            }

            .tt-block-pullquote.is-style-solid-color blockquote cite {
                font-style: normal;
                text-transform: none
            }

    .tt-block-pullquote :where(cite) {
        color: inherit;
        display: block
    }

.tt-block-post-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

    .tt-block-post-template.is-flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.25em
    }

        .tt-block-post-template.is-flex-container > li {
            margin: 0;
            width: 100%
        }

@media (min-width:600px) {
    .tt-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .tt-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .tt-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .tt-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .tt-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width:600px) {
    .tt-block-post-template-is-layout-grid.tt-block-post-template-is-layout-grid.tt-block-post-template-is-layout-grid.tt-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.tt-block-post-template-is-layout-constrained > li > .alignright, .tt-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.tt-block-post-template-is-layout-constrained > li > .alignleft, .tt-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.tt-block-post-template-is-layout-constrained > li > .aligncenter, .tt-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.tt-block-query-pagination.is-content-justification-space-between > .tt-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.tt-block-query-pagination.is-content-justification-space-between > .tt-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.tt-block-query-pagination .tt-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .tt-block-query-pagination .tt-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-query-pagination .tt-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .tt-block-query-pagination .tt-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.tt-block-query-pagination.aligncenter {
    justify-content: center
}

.tt-block-query-title, .tt-block-query-total, .tt-block-quote {
    box-sizing: border-box
}

.tt-block-quote {
    overflow-wrap: break-word
}

    .tt-block-quote.is-large:where(:not(.is-style-plain)), .tt-block-quote.is-style-large:where(:not(.is-style-plain)) {
        margin-bottom: 1em;
        padding: 0 1em
    }

        .tt-block-quote.is-large:where(:not(.is-style-plain)) p, .tt-block-quote.is-style-large:where(:not(.is-style-plain)) p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6
        }

        .tt-block-quote.is-large:where(:not(.is-style-plain)) cite, .tt-block-quote.is-large:where(:not(.is-style-plain)) footer, .tt-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .tt-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
            font-size: 1.125em;
            text-align: right
        }

    .tt-block-quote > cite {
        display: block
    }

.tt-block-read-more {
    display: block;
    width: fit-content
}

    .tt-block-read-more:where(:not([style*=text-decoration])) {
        text-decoration: none
    }

        .tt-block-read-more:where(:not([style*=text-decoration])):active, .tt-block-read-more:where(:not([style*=text-decoration])):focus {
            text-decoration: none
        }

ul.tt-block-rss.alignleft {
    margin-right: 2em
}

ul.tt-block-rss.alignright {
    margin-left: 2em
}

ul.tt-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    ul.tt-block-rss.is-grid li {
        margin: 0 1em 1em 0;
        width: 100%
    }

@media (min-width:600px) {
    ul.tt-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.tt-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.tt-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.tt-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.tt-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.tt-block-rss__item-author, .tt-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.tt-block-rss {
    box-sizing: border-box;
    list-style: none;
    padding: 0
}

.tt-block-search__button {
    margin-left: 10px;
    word-break: normal
}

    .tt-block-search__button.has-icon {
        line-height: 0
    }

    .tt-block-search__button svg {
        height: 1.25em;
        min-height: 24px;
        min-width: 24px;
        width: 1.25em;
        fill: currentColor;
        vertical-align: text-bottom
    }

:where(.tt-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.tt-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.tt-block-search__label {
    width: 100%
}

.tt-block-search.tt-block-search__button-only .tt-block-search__button {
    box-sizing: border-box;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    margin-left: 0;
    max-width: 100%
}

.tt-block-search.tt-block-search__button-only .tt-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.tt-block-search.tt-block-search__button-only .tt-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.tt-block-search.tt-block-search__button-only.tt-block-search__searchfield-hidden, .tt-block-search.tt-block-search__button-only.tt-block-search__searchfield-hidden .tt-block-search__inside-wrapper {
    overflow: hidden
}

    .tt-block-search.tt-block-search__button-only.tt-block-search__searchfield-hidden .tt-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(.tt-block-search__input) {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important;
    text-transform: inherit
}

:where(.tt-block-search__button-inside .tt-block-search__inside-wrapper) {
    background-color: #fff;
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

    :where(.tt-block-search__button-inside .tt-block-search__inside-wrapper) .tt-block-search__input {
        border: none;
        border-radius: 0;
        padding: 0 4px
    }

        :where(.tt-block-search__button-inside .tt-block-search__inside-wrapper) .tt-block-search__input:focus {
            outline: none
        }

    :where(.tt-block-search__button-inside .tt-block-search__inside-wrapper) :where(.tt-block-search__button) {
        padding: 4px 8px
    }

.tt-block-search.aligncenter .tt-block-search__inside-wrapper {
    margin: auto
}

.tt-block[data-align=right] .tt-block-search.tt-block-search__button-only .tt-block-search__inside-wrapper {
    float: right
}

.tt-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.tt-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

    :root :where(.tt-block-separator.is-style-dots):before {
        color: currentColor;
        content: "···";
        font-family: serif;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em
    }

.tt-block-separator.is-style-dots {
    background: none !important;
    border: none !important
}

.tt-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

    .tt-block-site-logo a {
        display: inline-block;
        line-height: 0
    }

    .tt-block-site-logo.is-default-size img {
        height: auto;
        width: 120px
    }

    .tt-block-site-logo img {
        height: auto;
        max-width: 100%
    }

    .tt-block-site-logo a, .tt-block-site-logo img {
        border-radius: inherit
    }

    .tt-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

:root :where(.tt-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

.tt-block-site-tagline, .tt-block-site-title {
    box-sizing: border-box
}

    .tt-block-site-title :where(a) {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.tt-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

    .tt-block-social-links .tt-social-link a, .tt-block-social-links .tt-social-link a:hover {
        border-bottom: 0;
        box-shadow: none;
        text-decoration: none
    }

    .tt-block-social-links .tt-social-link svg {
        height: 1em;
        width: 1em
    }

    .tt-block-social-links .tt-social-link span:not(.screen-reader-text) {
        font-size: .65em;
        margin-left: .5em;
        margin-right: .5em
    }

    .tt-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .tt-block-social-links, .tt-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .tt-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .tt-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .tt-block-social-links.aligncenter {
            display: flex;
            justify-content: center
        }

        .tt-block-social-links.alignright {
            justify-content: flex-end
        }

.tt-block-social-link {
    border-radius: 9999px;
    display: block
}

@media not (prefers-reduced-motion) {
    .tt-block-social-link {
        transition: transform .1s ease
    }
}

.tt-block-social-link {
    height: auto
}

    .tt-block-social-link a {
        align-items: center;
        display: flex;
        line-height: 0
    }

    .tt-block-social-link:hover {
        transform: scale(1.1)
    }

.tt-block-social-links .tt-block-social-link.tt-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

    .tt-block-social-links .tt-block-social-link.tt-social-link .tt-block-social-link-anchor, .tt-block-social-links .tt-block-social-link.tt-social-link .tt-block-social-link-anchor svg, .tt-block-social-links .tt-block-social-link.tt-social-link .tt-block-social-link-anchor:active, .tt-block-social-links .tt-block-social-link.tt-social-link .tt-block-social-link-anchor:hover, .tt-block-social-links .tt-block-social-link.tt-social-link .tt-block-social-link-anchor:visited {
        color: currentColor;
        fill: currentColor
    }

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-discord {
    background-color: #5865f2;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-tt {
    background-color: #3499cd;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.tt-block-social-links:not(.is-style-logos-only)) .tt-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link {
    background: none
}

    :where(.tt-block-social-links.is-style-logos-only) .tt-social-link svg {
        height: 1.25em;
        width: 1.25em
    }

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-amazon {
    color: #f90
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-bandcamp {
    color: #1ea0c3
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-behance {
    color: #0757fe
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-bluesky {
    color: #0a7aff
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-codepen {
    color: #1e1f26
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-deviantart {
    color: #02e49b
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-discord {
    color: #5865f2
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-dribbble {
    color: #e94c89
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-dropbox {
    color: #4280ff
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-etsy {
    color: #f45800
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-facebook {
    color: #0866ff
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-fivehundredpx {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-flickr {
    color: #0461dd
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-foursquare {
    color: #e65678
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-github {
    color: #24292d
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-goodreads {
    color: #382110
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-google {
    color: #ea4434
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-gravatar {
    color: #1d4fc4
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-instagram {
    color: #f00075
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-lastfm {
    color: #e21b24
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-linkedin {
    color: #0d66c2
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-mastodon {
    color: #3288d4
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-medium {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-meetup {
    color: #f6405f
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-patreon {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-pinterest {
    color: #e60122
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-pocket {
    color: #ef4155
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-reddit {
    color: #ff4500
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-skype {
    color: #0478d7
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-soundcloud {
    color: #ff5600
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-spotify {
    color: #1bd760
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-telegram {
    color: #2aabee
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-threads {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-tiktok {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-tumblr {
    color: #011835
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-twitch {
    color: #6440a4
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-twitter {
    color: #1da1f2
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-vimeo {
    color: #1eb7ea
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-vk {
    color: #4680c2
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-whatsapp {
    color: #25d366
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-tt {
    color: #3499cd
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-x {
    color: #000
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-yelp {
    color: #d32422
}

:where(.tt-block-social-links.is-style-logos-only) .tt-social-link-youtube {
    color: red
}

.tt-block-social-links.is-style-pill-shape .tt-social-link {
    width: auto
}

:root :where(.tt-block-social-links .tt-social-link a) {
    padding: .25em
}

:root :where(.tt-block-social-links.is-style-logos-only .tt-social-link a) {
    padding: 0
}

:root :where(.tt-block-social-links.is-style-pill-shape .tt-social-link a) {
    padding-left: .6666666667em;
    padding-right: .6666666667em
}

.tt-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .tt-social-link-snapchat .tt-block-social-link-label {
    color: #000
}

.tt-block-spacer {
    clear: both
}

.tt-block-tag-cloud {
    box-sizing: border-box
}

    .tt-block-tag-cloud.aligncenter {
        justify-content: center;
        text-align: center
    }

    .tt-block-tag-cloud a {
        display: inline-block;
        margin-right: 5px
    }

    .tt-block-tag-cloud span {
        display: inline-block;
        margin-left: 5px;
        text-decoration: none
    }

:root :where(.tt-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.tt-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.tt-block-table {
    overflow-x: auto
}

    .tt-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .tt-block-table thead {
        border-bottom: 3px solid
    }

    .tt-block-table tfoot {
        border-top: 3px solid
    }

    .tt-block-table td, .tt-block-table th {
        border: 1px solid;
        padding: .5em
    }

    .tt-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .tt-block-table .has-fixed-layout td, .tt-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .tt-block-table.aligncenter, .tt-block-table.alignleft, .tt-block-table.alignright {
        display: table;
        width: auto
    }

        .tt-block-table.aligncenter td, .tt-block-table.aligncenter th, .tt-block-table.alignleft td, .tt-block-table.alignleft th, .tt-block-table.alignright td, .tt-block-table.alignright th {
            word-break: break-word
        }

    .tt-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .tt-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .tt-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .tt-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .tt-block-table.is-style-stripes {
        background-color: initial;
        border-collapse: inherit;
        border-spacing: 0
    }

        .tt-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

        .tt-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .tt-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .tt-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .tt-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .tt-block-table.is-style-stripes td, .tt-block-table.is-style-stripes th {
            border-color: #0000
        }

    .tt-block-table.is-style-stripes {
        border-bottom: 1px solid #f0f0f0
    }

    .tt-block-table .has-border-color td, .tt-block-table .has-border-color th, .tt-block-table .has-border-color tr, .tt-block-table .has-border-color > * {
        border-color: inherit
    }

    .tt-block-table table[style*=border-top-color] tr:first-child, .tt-block-table table[style*=border-top-color] tr:first-child td, .tt-block-table table[style*=border-top-color] tr:first-child th, .tt-block-table table[style*=border-top-color] > *, .tt-block-table table[style*=border-top-color] > * td, .tt-block-table table[style*=border-top-color] > * th {
        border-top-color: inherit
    }

    .tt-block-table table[style*=border-top-color] tr:not(:first-child) {
        border-top-color: initial
    }

    .tt-block-table table[style*=border-right-color] td:last-child, .tt-block-table table[style*=border-right-color] th, .tt-block-table table[style*=border-right-color] tr, .tt-block-table table[style*=border-right-color] > * {
        border-right-color: inherit
    }

    .tt-block-table table[style*=border-bottom-color] tr:last-child, .tt-block-table table[style*=border-bottom-color] tr:last-child td, .tt-block-table table[style*=border-bottom-color] tr:last-child th, .tt-block-table table[style*=border-bottom-color] > *, .tt-block-table table[style*=border-bottom-color] > * td, .tt-block-table table[style*=border-bottom-color] > * th {
        border-bottom-color: inherit
    }

    .tt-block-table table[style*=border-bottom-color] tr:not(:last-child) {
        border-bottom-color: initial
    }

    .tt-block-table table[style*=border-left-color] td:first-child, .tt-block-table table[style*=border-left-color] th, .tt-block-table table[style*=border-left-color] tr, .tt-block-table table[style*=border-left-color] > * {
        border-left-color: inherit
    }

    .tt-block-table table[style*=border-style] td, .tt-block-table table[style*=border-style] th, .tt-block-table table[style*=border-style] tr, .tt-block-table table[style*=border-style] > * {
        border-style: inherit
    }

    .tt-block-table table[style*=border-width] td, .tt-block-table table[style*=border-width] th, .tt-block-table table[style*=border-width] tr, .tt-block-table table[style*=border-width] > * {
        border-style: inherit;
        border-width: inherit
    }

:root :where(.tt-block-table-of-contents) {
    box-sizing: border-box
}

.tt-block-term-count {
    box-sizing: border-box
}

:where(.tt-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--tt--style--block-gap);
    margin-top: var(--tt--style--block-gap)
}

.tt-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.tt-block-term-name {
    box-sizing: border-box
}

.tt-block-term-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.tt-block-text-columns, .tt-block-text-columns.aligncenter {
    display: flex
}

    .tt-block-text-columns .tt-block-column {
        margin: 0 1em;
        padding: 0
    }

        .tt-block-text-columns .tt-block-column:first-child {
            margin-left: 0
        }

        .tt-block-text-columns .tt-block-column:last-child {
            margin-right: 0
        }

    .tt-block-text-columns.columns-2 .tt-block-column {
        width: 50%
    }

    .tt-block-text-columns.columns-3 .tt-block-column {
        width: 33.3333333333%
    }

    .tt-block-text-columns.columns-4 .tt-block-column {
        width: 25%
    }

pre.tt-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.tt-block-verse) {
    font-family: inherit
}

.tt-block-video {
    box-sizing: border-box
}

    .tt-block-video video {
        height: auto;
        vertical-align: middle;
        width: 100%
    }

@supports (position:sticky) {
    .tt-block-video [poster] {
        object-fit: cover
    }
}

.tt-block-video.aligncenter {
    text-align: center
}

.tt-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

    a[data-fn].fn:after {
        content: "[" counter(footnotes) "]";
        float: left;
        text-indent: 0
    }

:root {
    --tt-block-synced-color: #7a00df;
    --tt-block-synced-color--rgb: 122,0,223;
    --tt-bound-block-color: var(--tt-block-synced-color);
    --tt-editor-canvas-background: #ddd;
    --tt-admin-theme-color: #007cba;
    --tt-admin-theme-color--rgb: 0,124,186;
    --tt-admin-theme-color-darker-10: #006ba1;
    --tt-admin-theme-color-darker-10--rgb: 0,107,160.5;
    --tt-admin-theme-color-darker-20: #005a87;
    --tt-admin-theme-color-darker-20--rgb: 0,90,135;
    --tt-admin-border-width-focus: 2px
}

@media (min-resolution:192dpi) {
    :root {
        --tt-admin-border-width-focus: 1.5px
    }
}

.tt-element-button {
    cursor: pointer
}

: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)
}

:root {
    --tt--preset--font-size--normal: 16px;
    --tt--preset--font-size--huge: 42px
}

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--tt--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--tt--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
}

.has-fit-text {
    white-space: nowrap !important
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=tt-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --tt-admin--admin-bar--position-offset: var(--tt-admin--admin-bar--height,0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --tt-admin--admin-bar--position-offset: 0px
    }
}
