.wp-block-audio figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button {
    color: #fff
}

.wp-block-button.aligncenter {
    text-align: center
}

.wp-block-button.alignright {
    text-align: right
}

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    overflow-wrap: break-word;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none
}

.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited {
    color: inherit
}

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.no-border-radius.wp-block-button__link {
    border-radius: 0!important
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,.wp-block-calendar th {
    border: 1px solid #e2e4e7;
    padding: 4px
}

.wp-block-calendar tfoot td {
    border: none
}

.wp-block-calendar table {
    border-collapse: collapse;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    width: 100%
}

.wp-block-calendar table th {
    background: #edeff0;
    font-weight: 400
}

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #00739c
}

.wp-block-calendar table caption,.wp-block-calendar table tbody {
    color: #40464d
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-columns {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 28px
}

@media (min-width: 782px) {
    .wp-block-columns {
        flex-wrap:nowrap
    }
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

@media (max-width: 599px) {
    .wp-block-column {
        flex-basis:100%!important
    }
}

@media (min-width: 600px) {
    .wp-block-column {
        flex-basis:calc(50% - 16px);
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 32px
    }
}

@media (min-width: 782px) {
    .wp-block-column:not(:first-child) {
        margin-left:32px
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-cover,.wp-block-cover-image {
    align-items: center;
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
    background-attachment: fixed
}

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,.wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position: sticky) {
    .wp-block-cover-image:after,.wp-block-cover:after {
        content:none
    }
}

.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright {
    display: flex
}

.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container {
    color: #f8f9f9;
    width: calc(100% - 70px);
    z-index: 1
}

.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color),.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color) {
    color: inherit
}

.wp-block-cover__video-background {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 0
}

.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    z-index: 1
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,.wp-block-embed.alignleft,.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.78%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    margin-bottom: 1.5em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: .5em 1em
}

.wp-block-file a.wp-block-file__button {
    text-decoration: none
}

.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.blocks-gallery-grid,.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 16px 16px 0;
    position: relative
}

.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0
}

@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure {
        align-items:flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports (position: sticky) {
    .blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img {
        width:auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    position: absolute;
    text-align: center;
    width: 100%
}

.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%
}

@supports (position: sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img {
        flex:1;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 8px)
}

.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%
}

@media (min-width: 600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right:16px;
        width: calc(33.33333% - 10.66667px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc(33.33333% - 11.66667px)
        }
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 16px;
        width: calc(25% - 12px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc(25% - 13px)
        }
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 16px;
        width: calc(20% - 12.8px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc(20% - 13.8px)
        }
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 16px;
        width: calc(16.66667% - 13.33333px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc(16.66667% - 14.33333px)
        }
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 16px;
        width: calc(14.28571% - 13.71429px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc(14.28571% - 14.71429px)
        }
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 16px;
        width: calc(12.5% - 14px)
    }

    @supports (-ms-ime-align:auto) {
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc(12.5% - 15px)
        }
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright {
    max-width: 305px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-image {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,.wp-block-image.alignwide img {
    width: 100%
}

.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.is-resized>figcaption {
    caption-side: bottom;
    display: table-caption
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image: none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .is-style-circle-mask img {
        border-radius:none;
        -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
    }
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 36px
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 52px
}

.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-latest-posts.columns-2 li {
        width:calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    color: #6c7781;
    display: block;
    font-size: 13px
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 16px;
    margin-top: 8px
}

.wp-block-media-text {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text .has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    grid-column: 2;
    grid-row: 1;
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1
}

.wp-block-media-text>figure>img,.wp-block-media-text>figure>video {
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill figure {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.wp-block-media-text.is-image-fill figure>img {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns:100%!important
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 1
    }

    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content,.wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
        grid-column: 1;
        grid-row: 2
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 1
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.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
}

.has-drop-cap:not(:focus):after {
    clear: both;
    content: "";
    display: table;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

p.has-text-color a {
    color: inherit
}

.wp-block-pullquote {
    margin-left: 0;
    margin-right: 0;
    padding: 3em 0;
    text-align: center
}

.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright {
    max-width: 305px
}

.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6
}

.wp-block-pullquote cite,.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote:not(.is-style-solid-color) {
    background: none
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%;
    text-align: left
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    margin: 0 0 16px;
    padding: 0 1em
}

.wp-block-quote.is-large p,.wp-block-quote.is-style-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer {
    font-size: 18px;
    text-align: right
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0
}

.wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media (min-width: 600px) {
    .wp-block-rss.columns-2 li {
        width:calc(50% - 16px)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date {
    color: #6c7781;
    display: block;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

.wp-block-separator.is-style-wide {
    border-bottom-width: 1px
}

.wp-block-separator.is-style-dots {
    background: none!important;
    border: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center
}

.wp-block-separator.is-style-dots:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-social-links {
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0
}

.wp-social-link {
    border-radius: 36px;
    height: 36px;
    margin-right: 8px;
    width: 36px
}

.wp-social-link,.wp-social-link a {
    display: block;
    transition: transform .1s ease
}

.wp-social-link a {
    line-height: 0;
    padding: 6px
}

.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg {
    fill: currentColor;
    color: currentColor
}

.wp-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links.aligncenter {
    display: flex;
    justify-content: center
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1977f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0577b5;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    stroke: #000;
    background-color: #fefc00;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #21a1f3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: #ff0100;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
    height: 28px;
    width: 28px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1977f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0577b5
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    stroke: #000;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #21a1f3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: #ff0100
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
    padding-left: 16px;
    padding-right: 16px
}

.wp-block-spacer {
    clear: both
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    width: 100%
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd),.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th {
    border-color: transparent
}

.wp-block-text-columns,.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.3333333333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: nowrap
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

.wp-block-video video {
    max-width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        -o-object-fit:cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em
}

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,.has-larger-font-size {
    font-size: 42px
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

.wp-block-audio figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-code {
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    color: #23282d;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 14px;
    padding: .8em 1em
}

.blocks-gallery-caption,.wp-block-embed figcaption,.wp-block-image figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

.wp-block-preformatted pre {
    color: #23282d;
    font-family: Menlo,Consolas,monaco,monospace;
    font-size: 16px
}

@media (min-width: 600px) {
    .wp-block-preformatted pre {
        font-size:14px
    }
}

.wp-block-pullquote {
    border-bottom: 4px solid #555d66;
    border-top: 4px solid #555d66;
    color: #40464d;
    margin-bottom: 28px
}

.wp-block-pullquote cite,.wp-block-pullquote footer,.wp-block-pullquote__citation {
    color: #40464d;
    font-size: 13px;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: 4px solid #000;
    margin: 0 0 28px;
    padding-left: 1em
}

.wp-block-quote cite,.wp-block-quote footer,.wp-block-quote__citation {
    color: #6c7781;
    font-size: 13px;
    font-style: normal;
    margin-top: 1em;
    position: relative
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: 4px solid #000;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,.wp-block-quote.is-style-large {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-group.has-background {
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 30px
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid #8f98a1;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    border-collapse: collapse
}

.wp-block-table td,.wp-block-table th {
    border: 1px solid;
    padding: .5em;
    word-break: normal
}

.wp-block-video figcaption {
    color: #555d66;
    font-size: 13px;
    text-align: center
}

/*!
* Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
.svg-inline--fa,svg:not(:root).svg-inline--fa {
    overflow: visible
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    vertical-align: -.125em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.225em
}

.svg-inline--fa.fa-w-1 {
    width: .0625em
}

.svg-inline--fa.fa-w-2 {
    width: .125em
}

.svg-inline--fa.fa-w-3 {
    width: .1875em
}

.svg-inline--fa.fa-w-4 {
    width: .25em
}

.svg-inline--fa.fa-w-5 {
    width: .3125em
}

.svg-inline--fa.fa-w-6 {
    width: .375em
}

.svg-inline--fa.fa-w-7 {
    width: .4375em
}

.svg-inline--fa.fa-w-8 {
    width: .5em
}

.svg-inline--fa.fa-w-9 {
    width: .5625em
}

.svg-inline--fa.fa-w-10 {
    width: .625em
}

.svg-inline--fa.fa-w-11 {
    width: .6875em
}

.svg-inline--fa.fa-w-12 {
    width: .75em
}

.svg-inline--fa.fa-w-13 {
    width: .8125em
}

.svg-inline--fa.fa-w-14 {
    width: .875em
}

.svg-inline--fa.fa-w-15 {
    width: .9375em
}

.svg-inline--fa.fa-w-16 {
    width: 1em
}

.svg-inline--fa.fa-w-17 {
    width: 1.0625em
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em
}

.svg-inline--fa.fa-w-19 {
    width: 1.1875em
}

.svg-inline--fa.fa-w-20 {
    width: 1.25em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-border {
    height: 1.5em
}

.svg-inline--fa.fa-li {
    width: 2em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center
}

.fa-layers-counter,.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    height: 1.5em;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom left
}

.fa-layers-top-right {
    right: 0;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    transform: scale(.25);
    transform-origin: top left
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    animation: fa-spin 1s steps(8) infinite
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.svg-inline--fa .fa-primary {
    fill: var(--fa-primary-color,currentColor);
    opacity: 1;
    opacity: var(--fa-primary-opacity,1)
}

.svg-inline--fa .fa-secondary {
    fill: var(--fa-secondary-color,currentColor)
}

.svg-inline--fa .fa-secondary,.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4;
    opacity: var(--fa-secondary-opacity,.4)
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1;
    opacity: var(--fa-primary-opacity,1)
}

.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fad.fa-inverse {
    color: #fff
}

/*! purgecss end ignore */
/*! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    border: 0 solid #e2e2e2;
    box-sizing: border-box
}

:after,:before {
    --tw-content: ""
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: MuseoSansRounded,sans-serif;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    font-family: MuseoSansRounded,sans-serif;
    line-height: inherit;
    margin: 0
}

hr {
    border-top-width: 1px;
    color: inherit;
    height: 0
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,h2,h3,h4,h5,h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,strong {
    font-weight: bolder
}

code,kbd,pre,samp {
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-color: inherit;
    text-indent: 0
}

button,input,optgroup,select,textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,legend {
    padding: 0
}

menu,ol,ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #c6c6c6;
    opacity: 1
}

input::placeholder,textarea::placeholder {
    color: #c6c6c6;
    opacity: 1
}

[role=button],button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,canvas,embed,iframe,img,object,svg,video {
    display: block;
    vertical-align: middle
}

img,video {
    height: auto;
    max-width: 100%
}

[hidden] {
    display: none
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(72,192,225,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(72,192,225,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

/*! purgecss start ignore */
:focus,button:focus {
    -moz-outline-radius: 6px;
    outline: 1px solid #224667;
    outline-offset: 4px
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    -moz-outline-radius: 6px;
    outline: 1px solid #224667;
    outline-offset: 4px
}

html.focus-outline-hidden :focus {
    outline: none
}

body {
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh
}

body>main {
    flex-grow: 1
}

.logged-in img:not([role]):not([alt]),.logged-in img[alt=""]:not([role]) {
    border: 4px dashed red
}

.logged-in img:not([role]):not([alt]).gform_ajax_spinner,.logged-in img[alt=""]:not([role]).gform_ajax_spinner {
    border: none
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: normal;
    font-weight: 300;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/300/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/300/font.woff) format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: normal;
    font-weight: 500;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/500/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/500/font.woff) format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: normal;
    font-weight: 700;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/700/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/700/font.woff) format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: normal;
    font-weight: 900;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/900/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/900/font.woff) format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: italic;
    font-weight: 500;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/500i/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/500i/font.woff) format("woff")
}

@font-face {
    font-family: MuseoSansRounded;
    font-style: italic;
    font-weight: 700;
    src: url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/700i/font.woff2) format("woff2"),url(https://cdn.talentfinder.be/Woonhaven2021/Ressources/fonts/fonts/700i/font.woff) format("woff")
}

/*! purgecss end ignore */
.\!container {
    margin-left: auto!important;
    margin-right: auto!important;
    padding-left: 16px!important;
    padding-right: 16px!important;
    width: 100%!important
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%
}

@media (min-width: 640px) {
    .\!container {
        max-width:640px!important
    }

    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .\!container {
        max-width:768px!important
    }

    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .\!container {
        max-width:1024px!important
    }

    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .\!container {
        max-width:1280px!important
    }

    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .\!container {
        max-width:1536px!important
    }

    .container {
        max-width: 1536px
    }
}

/*! purgecss start ignore */
.easy-autocomplete {
    position: relative
}

.easy-autocomplete a {
    display: block
}

.easy-autocomplete-container {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

.easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #d8d8d8;
    border-radius: .5rem;
    display: none;
    margin-top: 0;
    overflow: hidden;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px
}

.easy-autocomplete-container ul .eac-category,.easy-autocomplete-container ul li {
    background: inherit;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 12px
}

.easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 2px 2px;
    border-width: 0 1px 1px
}

.easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #ebebeb;
    cursor: pointer
}

.easy-autocomplete-container ul li.selected div {
    font-weight: 400
}

.easy-autocomplete-container ul li div {
    display: block;
    font-weight: 400;
    word-break: break-all
}

.easy-autocomplete-container ul li b {
    font-weight: 700
}

.easy-autocomplete-container ul .eac-category {
    font-color: #aaa;
    font-style: italic
}

.eac-description .eac-item span {
    color: #aaa;
    font-size: .9em;
    font-style: italic
}

.eac-icon-left .eac-item img {
    margin-right: 4px;
    max-height: 30px
}

.eac-icon-right .eac-item {
    margin-top: 8px;
    min-height: 24px;
    position: relative
}

.eac-icon-right .eac-item img {
    margin-left: 4px;
    max-height: 30px;
    position: absolute;
    right: -4px;
    top: -8px
}

.btn-icon-outline-white:hover,.btn-icon-white-blue:hover,.btn-icon:hover {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(241 203 53/var(--tw-bg-opacity));
    color: rgb(34 70 103/var(--tw-text-opacity))
}

.btn-icon {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    align-items: center;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    border-radius: 9999px;
    border-width: 1px;
    color: rgb(34 70 103/var(--tw-text-opacity));
    display: inline-flex;
    line-height: 1.25;
    padding: .25rem 1.25rem .25rem .25rem
}

.btn-icon,.btn-icon__icon {
    transition-duration: .3s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.btn-icon__icon {
    --tw-bg-opacity: 1;
    background-color: rgb(241 203 53/var(--tw-bg-opacity));
    border-radius: 9999px;
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
    margin-right: .5rem;
    text-align: center;
    width: 2rem
}

.btn-icon-full {
    width: 100%
}

.btn-icon-white-blue .btn-icon__icon {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(72 192 225/var(--tw-bg-opacity));
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn-icon-outline-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.btn-icon-outline-white,.btn-icon-outline-white .btn-icon__icon {
    --tw-text-opacity: 1;
    background-color: transparent;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.btn-icon-outline-white:hover .btn-icon__icon {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity))
}

.btn-icon-outline-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(34 70 103/var(--tw-border-opacity))
}

.btn-icon-outline-blue-900,.btn-icon-outline-blue-900 .btn-icon__icon {
    --tw-text-opacity: 1;
    background-color: transparent;
    color: rgb(34 70 103/var(--tw-text-opacity))
}

.btn-icon-outline-blue-900:hover .btn-icon__icon {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity))
}

.gform_wrapper .textarea,.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity));
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    border-radius: .25rem;
    border-width: 1px;
    padding: .75rem 1rem
}

.gform_wrapper .hidden_label .textarea,.gform_wrapper .hidden_label input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    margin-top: 0
}

@media only screen and (min-width: 641px) {
    .gform_wrapper ul.gform_fields li.gfield {
        padding-right:0
    }

    .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100%!important
    }
}

.gfield_label {
    margin-bottom: .4rem
}

.gform_wrapper a {
    text-decoration-line: underline
}

.gform_wrapper select {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity));
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    border-width: 1px;
    height: 53px
}

.gform_wrapper .gfield_error select {
    --tw-border-opacity: 1;
    border-color: rgb(121 0 0/var(--tw-border-opacity))
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-right: .25rem;
    margin-top: -.25rem
}

.gform_wrapper .gform_footer button.button,.gform_wrapper .gform_footer button[type=submit],.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_footer input[type=submit],.gform_wrapper .gform_page_footer button.button,.gform_wrapper .gform_page_footer button[type=submit],.gform_wrapper .gform_page_footer input.button,.gform_wrapper .gform_page_footer input[type=submit] {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity));
    border-radius: .5rem;
    color: rgb(255 255 255/var(--tw-text-opacity));
    cursor: pointer;
    font-weight: 700;
    padding: .5rem 3rem
}

.gform_previous_button svg {
    margin-right: 1rem
}

.gform_next_button svg {
    margin-left: 1rem
}

.gform_wrapper .gform_footer {
    margin-top: 1rem;
    padding-top: 0
}

.gform_anchor {
    outline: none
}

body .gform_wrapper .top_label div.ginput_container,body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox,body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0
}

.validation_error {
    display: none
}

.gform_wrapper li.gfield.gfield_error,.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    border-bottom: none;
    border-top: none;
    box-sizing: border-box;
    margin-bottom: 0!important;
    padding-bottom: 0;
    padding-top: 0
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    padding-top: .5rem
}

.gform_wrapper .gform_page_footer {
    border-top: none
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
    color: #666;
    margin: 0 0 8px!important;
    opacity: 1
}

.gform_wrapper .gf_progressbar {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: 100%
}

.gform_wrapper .gf_progressbar:after,.gform_wrapper .gf_progressbar_percentage span {
    display: none
}

.gform_wrapper .percentbar_blue {
    background: #224667
}

.gform_wrapper .gf_progressbar_percentage {
    height: 1px
}

.gform_wrapper .gfield-list ul.gfield_checkbox,.gform_wrapper .gfield-list ul.gfield_radio {
    border-bottom: 1px solid #e2e2e2;
    margin: .5rem 0 0
}

.gform_wrapper .top_label .gfield-list li ul.gfield_checkbox,.gform_wrapper .top_label .gfield-list li ul.gfield_radio {
    width: 100%
}

.gform_wrapper .gfield-list ul.gfield_checkbox li label,.gform_wrapper .gfield-list ul.gfield_radio li label {
    border: 1px solid transparent;
    border-top-color: #e2e2e2;
    display: block;
    margin: 0;
    max-width: 100%;
    padding: .7rem 0;
    width: 100%
}

.gform_wrapper .gfield-list ul.gfield_checkbox li,.gform_wrapper .gfield-list ul.gfield_radio,.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
    margin: 0;
    overflow: visible
}

.gform_wrapper .gfield-list .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield-list .gfield_radio li input[type=radio] {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.gform_wrapper .gfield-list ul.gfield_checkbox li input[type=checkbox]:checked+label,.gform_wrapper .gfield-list ul.gfield_radio li input[type=radio]:checked+label {
    background-color: #edf9fd;
    font-weight: inherit
}

.gform_wrapper .gfield-list ul.gfield_checkbox li input[type=checkbox]:focus+label,.gform_wrapper .gfield-list ul.gfield_radio li input[type=radio]:focus+label {
    -moz-outline-radius: 6px;
    outline: 1px solid #224667;
    outline-offset: 4px
}

.gform_wrapper .gfield-radio-icons .gfield_radio li {
    margin: 0
}

.gform_wrapper .gfield-radio-icons .gfield_radio li input[type=radio] {
    opacity: 0;
    pointer-events: none;
    position: absolute
}

.gform_wrapper .gfield-radio-icons ul.gfield_radio {
    display: flex;
    flex-flow: row wrap;
    margin-left: -1rem;
    margin-right: -1rem;
    text-align: center
}

.gform_wrapper .gfield-radio-icons .gfield_radio li {
    flex: none;
    padding: 1rem!important;
    width: 100%
}

@media (min-width: 640px) {
    .gform_wrapper .gfield-radio-icons .gfield_radio li {
        width:50%
    }
}

@media (min-width: 1024px) {
    .gform_wrapper .gfield-radio-icons .gfield_radio li {
        width:25%
    }
}

.gfield-radio-icons__icon {
    display: inline-block;
    margin-bottom: .4rem;
    position: relative
}

.gfield-radio-icons__icon:before {
    background-color: #edf9fd;
    border: 2px solid transparent;
    border-radius: 99999px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gfield-radio-icons__icon img {
    display: inline-block;
    height: 6rem;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    width: 6rem
}

.gfield-radio-icons__icon img,.gfield-radio-icons__icon:before {
    transition: transform .2s ease-in
}

.gfield-radio-icons__icon:hover img {
    transform: scale(1.2)
}

.gfield-radio-icons__icon:hover:before {
    transform: scale(.8)
}

.gform_wrapper ul.gfield_radio li input[type=radio]:checked+label .gfield-radio-icons__icon:before {
    background-color: #224667
}

.gform_wrapper ul.gfield_radio li input[type=radio]:focus+label .gfield-radio-icons__icon:before {
    -moz-outline-radius: 6px;
    outline: 1px solid #224667;
    outline-offset: 4px
}

.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
    color: #224667
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
    overflow: initial
}

.image-choices-field .gfield_checkbox,.image-choices-field .gfield_radio {
    display: flex;
    flex-wrap: wrap
}

.image-choices-field .gfield_checkbox .image-choices-choice,.image-choices-field .gfield_radio .image-choices-choice {
    margin-bottom: 0!important;
    margin-right: 0!important;
    width: 100%
}

@media (min-width: 640px) {
    .image-choices-field .gfield_checkbox .image-choices-choice,.image-choices-field .gfield_radio .image-choices-choice {
        width:50%
    }
}

@media (min-width: 1024px) {
    .image-choices-field .gfield_checkbox .image-choices-choice,.image-choices-field .gfield_radio .image-choices-choice {
        width:25%
    }
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice,.image-choices-field .image-choices-choice {
    border-radius: .5rem
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice-selected,.image-choices-field .image-choices-choice-selected {
    --tw-border-opacity: 1;
    border-color: rgb(72 192 225/var(--tw-border-opacity))
}

.image-choices-admin-field.image-choices-use-images .image-choices-choice-price,.image-choices-admin-field.image-choices-use-images .image-choices-choice-text,.image-choices-field .image-choices-choice-price,.image-choices-field .image-choices-choice-text {
    font-size: 1rem;
    line-height: 1.5rem
}

.image-choices-field .image-choices-choice-focus label {
    -moz-outline-radius: 6px;
    border-color: transparent;
    outline: 1px solid #224667;
    outline-offset: 4px
}

.image-choices-field .image-choices-choice-hover .image-choices-choice-image-wrap {
    transform: scale(1.2)
}

.image-choices-lightbox-btn {
    --tw-bg-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity));
    border-radius: .25rem
}

.gutenberg {
    color: #4a4a4a;
    font-family: MuseoSansRounded,sans-serif;
    font-size: 1.125rem,[object Object];
    line-height: 1.5
}

.gutenberg iframe {
    max-width: 100%
}

.gutenberg,.gutenberg .wp-block-group__inner-container {
    padding-left: 16px;
    padding-right: 16px
}

.gutenberg .wp-block-group__inner-container>*,.gutenberg>* {
    margin-bottom: 0;
    margin-left: auto!important;
    margin-right: auto!important;
    max-width: 100%!important;
    width: 100%!important
}

@media (min-width: 640px) {
    .gutenberg .wp-block-group__inner-container>*,.gutenberg>* {
        max-width:608px!important
    }
}

@media (min-width: 768px) {
    .gutenberg .wp-block-group__inner-container>*,.gutenberg>* {
        max-width:736px!important
    }
}

.gutenberg .wp-block-group__inner-container>:not(:last-child),.gutenberg>:not(:last-child) {
    margin-bottom: 3rem
}

.gutenberg .wp-block-group__inner-container>h1:not(:last-child),.gutenberg .wp-block-group__inner-container>h2:not(:last-child),.gutenberg .wp-block-group__inner-container>h3:not(:last-child),.gutenberg .wp-block-group__inner-container>h4:not(:last-child),.gutenberg .wp-block-group__inner-container>h5:not(:last-child),.gutenberg .wp-block-group__inner-container>h6:not(:last-child),.gutenberg>h1:not(:last-child),.gutenberg>h2:not(:last-child),.gutenberg>h3:not(:last-child),.gutenberg>h4:not(:last-child),.gutenberg>h5:not(:last-child),.gutenberg>h6:not(:last-child) {
    margin-bottom: 1rem
}

.gutenberg .wp-block-group__inner-container>p+ol,.gutenberg .wp-block-group__inner-container>p+ul,.gutenberg>p+ol,.gutenberg>p+ul {
    margin-top: -2rem
}

@media (min-width: 1024px) {
    .gutenberg .wp-block-group__inner-container>.alignwide,.gutenberg>.alignwide {
        max-width:992px!important
    }
}

@media (min-width: 1280px) {
    .gutenberg .wp-block-group__inner-container>.alignwide,.gutenberg>.alignwide {
        max-width:1248px!important
    }
}

.gutenberg .wp-block-group__inner-container>.alignfull,.gutenberg>.alignfull {
    margin-left: -16px!important;
    margin-right: -16px!important;
    max-width: none!important;
    width: auto!important
}

@media (min-width: 640px) {
    .gutenberg .wp-block-group__inner-container>.alignfull,.gutenberg>.alignfull {
        max-width:none!important
    }
}

@media (min-width: 768px) {
    .gutenberg .wp-block-group__inner-container>.alignfull,.gutenberg>.alignfull {
        max-width:none!important
    }
}

.gutenberg .alignleft,.gutenberg .wp-block-group__inner-container .alignleft {
    text-align: left
}

.gutenberg .aligncenter,.gutenberg .wp-block-group__inner-container .aligncenter {
    text-align: center
}

.gutenberg .alignright,.gutenberg .wp-block-group__inner-container .alignright {
    text-align: right
}

.gutenberg .wp-block-group__inner-container a.link-style-none,.gutenberg .wp-block-group__inner-container a.link-style-none:active,.gutenberg .wp-block-group__inner-container a.link-style-none:hover,.gutenberg a.link-style-none,.gutenberg a.link-style-none:active,.gutenberg a.link-style-none:hover {
    color: inherit;
    text-decoration: none
}

.gutenberg .has-blue-900-color,.gutenberg .wp-block-group__inner-container .has-blue-900-color {
    color: #224667
}

.gutenberg .has-blue-500-color,.gutenberg .wp-block-group__inner-container .has-blue-500-color {
    color: #48c0e1
}

.gutenberg .has-blue-100-color,.gutenberg .wp-block-group__inner-container .has-blue-100-color {
    color: #edf9fd
}

.gutenberg .has-red-900-color,.gutenberg .wp-block-group__inner-container .has-red-900-color {
    color: #980c2d
}

.gutenberg .has-red-500-color,.gutenberg .wp-block-group__inner-container .has-red-500-color {
    color: #cf103c
}

.gutenberg .has-red-100-color,.gutenberg .wp-block-group__inner-container .has-red-100-color {
    color: #fde8ed
}

.gutenberg .has-yellow-500-color,.gutenberg .wp-block-group__inner-container .has-yellow-500-color {
    color: #f1cb35
}

.gutenberg .has-yellow-900-color,.gutenberg .wp-block-group__inner-container .has-yellow-900-color {
    color: #c49d00
}

.gutenberg .has-yellow-100-color,.gutenberg .wp-block-group__inner-container .has-yellow-100-color {
    color: #faf4da
}

.gutenberg .has-green-500-color,.gutenberg .wp-block-group__inner-container .has-green-500-color {
    color: #93be80
}

.gutenberg .has-green-900-color,.gutenberg .wp-block-group__inner-container .has-green-900-color {
    color: #85931d
}

.gutenberg .has-green-100-color,.gutenberg .wp-block-group__inner-container .has-green-100-color {
    color: #e2f2db
}

.gutenberg .has-white-color,.gutenberg .wp-block-group__inner-container .has-white-color {
    color: #fff
}

.gutenberg .has-blue-900-background-color,.gutenberg .wp-block-group__inner-container .has-blue-900-background-color {
    background-color: #224667
}

.gutenberg .has-blue-500-background-color,.gutenberg .wp-block-group__inner-container .has-blue-500-background-color {
    background-color: #48c0e1
}

.gutenberg .has-blue-100-background-color,.gutenberg .wp-block-group__inner-container .has-blue-100-background-color {
    background-color: #edf9fd
}

.gutenberg .has-red-900-background-color,.gutenberg .wp-block-group__inner-container .has-red-900-background-color {
    background-color: #980c2d
}

.gutenberg .has-red-500-background-color,.gutenberg .wp-block-group__inner-container .has-red-500-background-color {
    background-color: #cf103c
}

.gutenberg .has-red-100-background-color,.gutenberg .wp-block-group__inner-container .has-red-100-background-color {
    background-color: #fde8ed
}

.gutenberg .has-yellow-900-background-color,.gutenberg .wp-block-group__inner-container .has-yellow-900-background-color {
    background-color: #c49d00
}

.gutenberg .has-yellow-500-background-color,.gutenberg .wp-block-group__inner-container .has-yellow-500-background-color {
    background-color: #f1cb35
}

.gutenberg .has-yellow-100-background-color,.gutenberg .wp-block-group__inner-container .has-yellow-100-background-color {
    background-color: #faf4da
}

.gutenberg .has-green-900-background-color,.gutenberg .wp-block-group__inner-container .has-green-900-background-color {
    background-color: #85931d
}

.gutenberg .has-green-500-background-color,.gutenberg .wp-block-group__inner-container .has-green-500-background-color {
    background-color: #93be80
}

.gutenberg .has-green-100-background-color,.gutenberg .wp-block-group__inner-container .has-green-100-background-color {
    background-color: #e2f2db
}

.gutenberg .has-white-background-color,.gutenberg .wp-block-group__inner-container .has-white-background-color {
    background-color: #fff
}

.gutenberg .has-small-font-size,.gutenberg .is-small-text,.gutenberg .wp-block-group__inner-container .has-small-font-size,.gutenberg .wp-block-group__inner-container .is-small-text {
    font-size: .875rem;
    line-height: 1.25rem
}

.gutenberg .has-normal-font-size,.gutenberg .has-regular-font-size,.gutenberg .is-regular-text,.gutenberg .wp-block-group__inner-container .has-normal-font-size,.gutenberg .wp-block-group__inner-container .has-regular-font-size,.gutenberg .wp-block-group__inner-container .is-regular-text {
    font-size: 1rem;
    line-height: 1.5rem
}

.gutenberg .has-medium-font-size,.gutenberg .is-medium-text,.gutenberg .wp-block-group__inner-container .has-medium-font-size,.gutenberg .wp-block-group__inner-container .is-medium-text {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.gutenberg .has-large-font-size,.gutenberg .is-large-text,.gutenberg .wp-block-group__inner-container .has-large-font-size,.gutenberg .wp-block-group__inner-container .is-large-text {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1.5
}

.gutenberg .has-huge-font-size,.gutenberg .has-larger-font-size,.gutenberg .is-larger-text,.gutenberg .wp-block-group__inner-container .has-huge-font-size,.gutenberg .wp-block-group__inner-container .has-larger-font-size,.gutenberg .wp-block-group__inner-container .is-larger-text {
    font-size: 3.75rem;
    line-height: 1.375
}

.gutenberg .has-drop-cap:not(:focus):first-letter,.gutenberg .wp-block-group__inner-container .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
}

.gutenberg .has-drop-cap:not(:focus):after,.gutenberg .wp-block-group__inner-container .has-drop-cap:not(:focus):after {
    clear: both;
    content: "";
    display: table;
    padding-top: 14px
}

.mapboxgl-popup-close-button {
    padding: 0 8px
}

.select2-container--default .select2-selection--multiple {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity));
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    border-radius: .5rem;
    border-width: 1px;
    padding-bottom: .5rem;
    padding-right: .5rem
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    --tw-border-opacity: 1;
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity));
    border-color: rgb(175 175 175/var(--tw-border-opacity));
    border-width: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: transparent;
    margin-left: .5rem;
    margin-top: .5rem
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    min-height: 28px
}

.nav-hamburger {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    bottom: 0;
    color: rgb(34 70 103/var(--tw-text-opacity));
    display: flex;
    flex-direction: column;
    left: 0;
    overflow-y: hidden;
    padding-top: 1.5rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(0);
    transition: transform .5s ease;
    z-index: 20
}

.nav-hamburger.is-closed {
    transform: translateY(-100%)
}

@media (min-width: 768px) {
    .nav-hamburger {
        justify-content:space-between;
        padding-top: 3rem
    }
}

.scroll-hint {
    background-color: #fff;
    border: 6px solid #fff;
    border-radius: 30px;
    bottom: 0;
    height: 54px;
    left: 3rem;
    position: absolute;
    transform: translate(-50%,-50%);
    width: 38px;
    z-index: 10
}

.mouse {
    border: 2px solid;
    border-radius: 24px;
    color: #48c0e1;
    height: 42px;
    position: relative;
    width: 26px
}

.mouse:after {
    animation: mouse 1.5s cubic-bezier(.68,-.55,.265,1.55) -1s infinite;
    background-color: currentColor;
    border-radius: 100%;
    content: "";
    height: 4px;
    left: 50%;
    margin-left: -2px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transform: translateY(0) scaleY(1) scaleX(1) translateZ(0);
    width: 4px
}

@keyframes mouse {
    0%,20% {
        transform: translateY(0) scaleY(1) scaleX(1) translateZ(0)
    }

    10% {
        opacity: 1;
        transform: translateY(0) scaleY(1.2) scaleX(1.2) translateZ(0)
    }

    to {
        opacity: .01;
        transform: translateY(20px) scaleY(2.5) scaleX(.5) translateZ(0)
    }
}

.wp-pagenavi>a,.wp-pagenavi>span {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity));
    display: inline-block;
    font-weight: 700;
    line-height: 2.5rem;
    margin-left: .25rem;
    margin-right: .25rem;
    padding-left: .75rem;
    padding-right: .75rem
}

.wp-pagenavi .current {
    --tw-bg-opacity: 1;
    background-color: rgb(241 203 53/var(--tw-bg-opacity));
    border-radius: 9999px;
    cursor: not-allowed;
    height: 2.5rem;
    margin-left: .5rem;
    margin-right: .5rem;
    min-width: 2.5rem;
    text-align: center
}

html {
    margin-top: 0!important
}

#wpadminbar {
    position: relative
}

.wysiwyg a {
    color: #48c0e1;
    text-decoration: underline
}

/*! purgecss end ignore */
/*! purgecss start ignore */
.wp-block-button__link {
    --tw-bg-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity));
    border: 2px solid transparent;
    border-radius: .5rem;
    padding: .25rem 1rem
}

.gutenberg .wp-block-button {
    display: inline-block;
    margin-bottom: .5rem;
    margin-right: .5rem
}

.gutenberg .wp-block-buttons.aligncenter {
    text-align: center
}

.gutenberg .wp-block-buttons.alignright {
    text-align: right
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-buttons .wp-block {
    margin-bottom: .25rem
}

.gutenberg .wp-block-columns {
    margin-top: -2rem
}

.gutenberg .wp-block-column {
    padding-top: 2rem
}

.gutenberg .wp-block-column:last-child {
    margin-bottom: 0
}

.gutenberg .wp-block-column>* {
    margin-bottom: 2rem
}

.gutenberg .wp-block-column>h1,.gutenberg .wp-block-column>h2,.gutenberg .wp-block-column>h3,.gutenberg .wp-block-column>h4,.gutenberg .wp-block-column>h5,.gutenberg .wp-block-column>h6 {
    margin-bottom: .6rem
}

.gutenberg .wp-block-column>:last-child {
    margin-bottom: 0
}

.gutenberg .wp-block-column>p+ol,.gutenberg .wp-block-column>p+ul {
    margin-top: -1.4rem
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-columns>.block-editor-inner-blocks>.block-editor-block-list__layout>[data-type="core/column"]>.block-core-columns>.block-editor-inner-blocks {
    margin-bottom: 0;
    margin-top: 0
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-column .editor-block-list__layout>.wp-block {
    margin-bottom: 2rem
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-column .editor-block-list__layout>[data-type="core/heading"] {
    margin-bottom: .6rem
}

.edit-post-visual-editor.editor-styles-wrapper .wp-block-column .editor-block-list__layout>.wp-block:last-child {
    margin-bottom: 0
}

.wp-block[data-type="core/group"]>.editor-block-list__block-edit>div>.wp-block-group.has-background>.wp-block-group__inner-container>.editor-inner-blocks {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-group.has-background {
    padding: 3rem 16px
}

.edit-post-visual-editor.editor-styles-wrapper h2,.edit-post-visual-editor.editor-styles-wrapper h3,.edit-post-visual-editor.editor-styles-wrapper h4,.edit-post-visual-editor.editor-styles-wrapper h5,.edit-post-visual-editor.editor-styles-wrapper h6,.gutenberg h2,.gutenberg h3,.gutenberg h4,.gutenberg h5,.gutenberg h6 {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity));
    font-weight: 700;
    line-height: 1.375
}

.edit-post-visual-editor.editor-styles-wrapper h2,.gutenberg h2 {
    font-size: 3rem;
    line-height: 1;
    padding-top: .75rem;
    position: relative
}

.edit-post-visual-editor.editor-styles-wrapper h3,.gutenberg h3 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.edit-post-visual-editor.editor-styles-wrapper h4,.gutenberg h4 {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.edit-post-visual-editor.editor-styles-wrapper h5,.gutenberg h5 {
    font-size: 1.5rem;
    line-height: 2rem
}

.edit-post-visual-editor.editor-styles-wrapper h6,.gutenberg h6 {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.wp-block-image,.wp-block-image figure {
    display: block!important;
    float: none!important;
    margin: 0;
    text-align: center;
    width: 100%!important
}

.wp-block-image figcaption {
    display: block!important;
    text-align: inherit
}

.wp-block-image img {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    width: auto
}

.wp-block-image .alignleft,[data-align=left]>.wp-block-image {
    text-align: left
}

.wp-block-image .aligncenter,[data-align=center]>.wp-block-image {
    text-align: center
}

.wp-block-image .alignright,[data-align=right]>.wp-block-image {
    text-align: right
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol a,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol a:hover,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>p a,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>p a:hover,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul a,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul a:hover,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol a,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol a:hover,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>p a,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>p a:hover,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul a,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul a:hover,.gutenberg .wp-block-column>ol a,.gutenberg .wp-block-column>ol a:hover,.gutenberg .wp-block-column>p a,.gutenberg .wp-block-column>p a:hover,.gutenberg .wp-block-column>ul a,.gutenberg .wp-block-column>ul a:hover,.gutenberg .wp-block-group__inner-container>ol a,.gutenberg .wp-block-group__inner-container>ol a:hover,.gutenberg .wp-block-group__inner-container>p a,.gutenberg .wp-block-group__inner-container>p a:hover,.gutenberg .wp-block-group__inner-container>ul a,.gutenberg .wp-block-group__inner-container>ul a:hover,.gutenberg>ol a,.gutenberg>ol a:hover,.gutenberg>p a,.gutenberg>p a:hover,.gutenberg>ul a,.gutenberg>ul a:hover {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity));
    text-decoration-line: underline
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul,.gutenberg .wp-block-column>ol,.gutenberg .wp-block-column>ul,.gutenberg .wp-block-group__inner-container>ol,.gutenberg .wp-block-group__inner-container>ul,.gutenberg>ol,.gutenberg>ul {
    padding-left: 1.5em!important
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol li,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul li,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol li,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul li,.gutenberg .wp-block-column>ol li,.gutenberg .wp-block-column>ul li,.gutenberg .wp-block-group__inner-container>ol li,.gutenberg .wp-block-group__inner-container>ul li,.gutenberg>ol li,.gutenberg>ul li {
    padding: .2em 0;
    position: relative
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ul,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ul,.gutenberg .wp-block-column>ol ol,.gutenberg .wp-block-column>ol ul,.gutenberg .wp-block-column>ul ol,.gutenberg .wp-block-column>ul ul,.gutenberg .wp-block-group__inner-container>ol ol,.gutenberg .wp-block-group__inner-container>ol ul,.gutenberg .wp-block-group__inner-container>ul ol,.gutenberg .wp-block-group__inner-container>ul ul,.gutenberg>ol ol,.gutenberg>ol ul,.gutenberg>ul ol,.gutenberg>ul ul {
    margin-left: 2em
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ul,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ul,.gutenberg .wp-block-column>ol,.gutenberg .wp-block-column>ol ol,.gutenberg .wp-block-column>ol ul,.gutenberg .wp-block-column>ul,.gutenberg .wp-block-column>ul ol,.gutenberg .wp-block-column>ul ul,.gutenberg .wp-block-group__inner-container>ol,.gutenberg .wp-block-group__inner-container>ol ol,.gutenberg .wp-block-group__inner-container>ol ul,.gutenberg .wp-block-group__inner-container>ul,.gutenberg .wp-block-group__inner-container>ul ol,.gutenberg .wp-block-group__inner-container>ul ul,.gutenberg>ol,.gutenberg>ol ol,.gutenberg>ol ul,.gutenberg>ul,.gutenberg>ul ol,.gutenberg>ul ul {
    list-style: none
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol li:before,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul li:before,.gutenberg .wp-block-column>ol li:before,.gutenberg .wp-block-column>ul li:before,.gutenberg .wp-block-group__inner-container>ol li:before,.gutenberg .wp-block-group__inner-container>ul li:before,.gutenberg>ol li:before,.gutenberg>ul li:before {
    --tw-text-opacity: 1;
    color: rgb(72 192 225/var(--tw-text-opacity));
    content: "•";
    display: inline-block;
    padding-right: 1em;
    position: absolute;
    transform: translateX(-100%)
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol li:before,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol li:before,.gutenberg .wp-block-column>ol li:before,.gutenberg .wp-block-column>ul ol li:before,.gutenberg .wp-block-group__inner-container>ol li:before,.gutenberg .wp-block-group__inner-container>ul ol li:before,.gutenberg>ol li:before,.gutenberg>ul ol li:before {
    padding-right: .7em
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ul>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ul>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ul>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ul>li:before,.gutenberg .wp-block-column>ol ul>li:before,.gutenberg .wp-block-column>ul ul>li:before,.gutenberg .wp-block-group__inner-container>ol ul>li:before,.gutenberg .wp-block-group__inner-container>ul ul>li:before,.gutenberg>ol ul>li:before,.gutenberg>ul ul>li:before {
    content: "⚬"
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ol,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol,.gutenberg .wp-block-column>ol,.gutenberg .wp-block-column>ol ol,.gutenberg .wp-block-column>ul ol,.gutenberg .wp-block-group__inner-container>ol,.gutenberg .wp-block-group__inner-container>ol ol,.gutenberg .wp-block-group__inner-container>ul ol,.gutenberg>ol,.gutenberg>ol ol,.gutenberg>ul ol {
    counter-reset: listCounter
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ol>li,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol>li,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol>li,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ol>li,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol>li,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol>li,.gutenberg .wp-block-column>ol ol>li,.gutenberg .wp-block-column>ol>li,.gutenberg .wp-block-column>ul ol>li,.gutenberg .wp-block-group__inner-container>ol ol>li,.gutenberg .wp-block-group__inner-container>ol>li,.gutenberg .wp-block-group__inner-container>ul ol>li,.gutenberg>ol ol>li,.gutenberg>ol>li,.gutenberg>ul ol>li {
    counter-increment: listCounter
}

.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol ol>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ol>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-editor-block-list__layout>ul ol>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol ol>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ol>li:before,.edit-post-visual-editor.editor-styles-wrapper .block-library-list>ul ol>li:before,.gutenberg .wp-block-column>ol ol>li:before,.gutenberg .wp-block-column>ol>li:before,.gutenberg .wp-block-column>ul ol>li:before,.gutenberg .wp-block-group__inner-container>ol ol>li:before,.gutenberg .wp-block-group__inner-container>ol>li:before,.gutenberg .wp-block-group__inner-container>ul ol>li:before,.gutenberg>ol ol>li:before,.gutenberg>ol>li:before,.gutenberg>ul ol>li:before {
    content: counter(listCounter) "."
}

.edit-post-visual-editor.editor-styles-wrapper p,.gutenberg p {
    word-wrap: break-word;
    line-height: 2;
    margin-bottom: 0;
    margin-top: 0;
    overflow-wrap: break-word
}

.edit-post-visual-editor.editor-styles-wrapper p.has-background,.gutenberg p.has-background {
    padding: 3rem
}

.edit-post-visual-editor.editor-styles-wrapper p.has-text-color a,.gutenberg p.has-text-color a {
    color: inherit
}

.edit-post-visual-editor.editor-styles-wrapper b,.edit-post-visual-editor.editor-styles-wrapper strong,.gutenberg b,.gutenberg strong {
    font-weight: 900
}

.gutenberg .wp-block-table table,.wp-block-table table {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity));
    width: 608px
}

@media (min-width: 768px) {
    .gutenberg .wp-block-table table,.wp-block-table table {
        width:736px
    }
}

@media (min-width: 1024px) {
    .gutenberg .wp-block-table table,.wp-block-table table {
        width:100%
    }
}

.gutenberg .wp-block-table table *,.wp-block-table table * {
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226/var(--tw-border-opacity));
    border-width: 0;
    font-weight: 400;
    text-align: left;
    vertical-align: top
}

.gutenberg .wp-block-table td,.gutenberg .wp-block-table th,.wp-block-table td,.wp-block-table th {
    border-right-width: 2px;
    padding: 1rem
}

.gutenberg .wp-block-table td:first-child,.gutenberg .wp-block-table th:first-child,.wp-block-table td:first-child,.wp-block-table th:first-child {
    padding-left: 0
}

.gutenberg .wp-block-table td:last-child,.gutenberg .wp-block-table th:last-child,.wp-block-table td:last-child,.wp-block-table th:last-child {
    border-right-width: 0
}

.gutenberg .wp-block-table thead+tbody tr:first-child,.gutenberg .wp-block-table tr:not(:first-child),.wp-block-table thead+tbody tr:first-child,.wp-block-table tr:not(:first-child) {
    --tw-text-opacity: 1;
    color: rgb(74 74 74/var(--tw-text-opacity))
}

.gutenberg .wp-block-table thead,.gutenberg .wp-block-table tr:not(:last-child),.wp-block-table thead,.wp-block-table tr:not(:last-child) {
    border-bottom-width: 2px
}

.gutenberg .wp-block-table tfoot,.wp-block-table tfoot {
    border-top-width: 2px
}

.gutenberg .wp-block-table figcaption,.wp-block-table figcaption {
    font-size: 13px;
    opacity: .8;
    text-align: center
}

.offset-grid {
    padding-top: 3rem
}

@media (min-width: 768px) {
    .offset-grid img:nth-of-type(odd) {
        margin-top:-3rem
    }
}

.wp-block-video video {
    border-color: transparent;
    border-width: 2px;
    height: auto;
    width: 100%
}

.wp-block-video video:focus {
    --tw-border-opacity: 1;
    border-color: rgb(195 195 195/var(--tw-border-opacity));
    outline: 2px solid transparent;
    outline-offset: 2px
}

.gutenberg .wp-block-spotlight-testimonial .slick-disabled {
    cursor: not-allowed;
    opacity: .5
}

.gutenberg .wp-block-spotlight-testimonial .slick-dots {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem
}

.gutenberg .wp-block-spotlight-testimonial .slick-dots li {
    margin-left: .5rem;
    margin-right: .5rem
}

.gutenberg .wp-block-spotlight-testimonial .slick-dots button {
    --tw-bg-opacity: 1;
    background-color: rgb(72 192 225/var(--tw-bg-opacity));
    border-radius: 100%;
    font-size: 0;
    height: 10px;
    width: 10px
}

.gutenberg .wp-block-spotlight-testimonial .slick-dots .slick-active button {
    --tw-bg-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity))
}

.gutenberg .wp-block-spotlight-testimonial__quote p {
    line-height: 1.5rem
}

.is-style-rounded-xl {
    border-radius: 1rem
}

/*! purgecss end ignore */
.sr-only {
    clip: rect(0,0,0,0);
    border-width: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.inset-0 {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.left-3 {
    left: .75rem
}

.left-4 {
    left: 1rem
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-3 {
    top: .75rem
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.col-span-1 {
    grid-column: span 1/span 1
}

.row-span-1 {
    grid-row: span 1/span 1
}

.-m-2 {
    margin: -.5rem
}

.-m-4 {
    margin: -1rem
}

.-m-6 {
    margin: -1.5rem
}

.m-auto {
    margin: auto
}

.-mx-2 {
    margin-left: -.5rem;
    margin-right: -.5rem
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-1 {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.my-10 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem
}

.my-12 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.my-16 {
    margin-bottom: 4rem;
    margin-top: 4rem
}

.my-20 {
    margin-bottom: 5rem;
    margin-top: 5rem
}

.my-3 {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.my-6 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.my-8 {
    margin-bottom: 2rem;
    margin-top: 2rem
}

.-ml-6 {
    margin-left: -1.5rem
}

.-mr-8 {
    margin-right: -2rem
}

.-mt-1 {
    margin-top: -.25rem
}

.-mt-2 {
    margin-top: -.5rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.ml-2 {
    margin-left: .5rem
}

.ml-3 {
    margin-left: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-auto {
    margin-left: auto
}

.mr-0 {
    margin-right: 0
}

.mr-1 {
    margin-right: .25rem
}

.mr-2 {
    margin-right: .5rem
}

.mr-4 {
    margin-right: 1rem
}

.mt-1 {
    margin-top: .25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mt-16 {
    margin-top: 4rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-3 {
    margin-top: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mt-auto {
    margin-top: auto
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.\!h-72 {
    height: 18rem!important
}

.h-10 {
    height: 2.5rem
}

.h-12 {
    height: 3rem
}

.h-152 {
    height: 38rem
}

.h-2 {
    height: .5rem
}

.h-24 {
    height: 6rem
}

.h-32 {
    height: 8rem
}

.h-48 {
    height: 12rem
}

.h-8 {
    height: 2rem
}

.h-96 {
    height: 24rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-px {
    height: 1px
}

.max-h-112 {
    max-height: 28rem
}

.max-h-64 {
    max-height: 16rem
}

.w-1\/2 {
    width: 50%
}

.w-12 {
    width: 3rem
}

.w-24 {
    width: 6rem
}

.w-32 {
    width: 8rem
}

.w-48 {
    width: 12rem
}

.w-6 {
    width: 1.5rem
}

.w-8 {
    width: 2rem
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.max-w-64 {
    max-width: 16rem
}

.max-w-full {
    max-width: 100%
}

.max-w-lg {
    max-width: 32rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-screen-md {
    max-width: 768px
}

.max-w-screen-sm {
    max-width: 640px
}

.max-w-sm {
    max-width: 24rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.-translate-x-2 {
    --tw-translate-x: -0.5rem
}

.-translate-x-2,.translate-x-2 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-2 {
    --tw-translate-x: 0.5rem
}

.translate-y-36 {
    --tw-translate-y: 9rem
}

.translate-y-36,.translate-y-full {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full {
    --tw-translate-y: 100%
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,.scale-150 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-150 {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.5
}

.transform {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-not-allowed {
    cursor: not-allowed
}

.cursor-pointer {
    cursor: pointer
}

.list-disc {
    list-style-type: disc
}

.grid-flow-row {
    grid-auto-flow: row
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-2 {
    gap: .5rem
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse));
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)))
}

.overflow-hidden {
    overflow: hidden
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-scroll {
    overflow-y: scroll
}

.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-line {
    white-space: pre-line
}

.break-words {
    overflow-wrap: break-word
}

.rounded {
    border-radius: .25rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-xl {
    border-radius: 1rem
}

.rounded-b-xl {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem
}

.border {
    border-width: 1px
}

.border-2 {
    border-width: 2px
}

.border-b {
    border-bottom-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-b-4 {
    border-bottom-width: 4px
}

.border-t {
    border-top-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.\!border-none {
    border-style: none!important
}

.border-none {
    border-style: none
}

.border-blue-500 {
    --tw-border-opacity: 1;
    border-color: rgb(72 192 225/var(--tw-border-opacity)) !important
}

.border-blue-900 {
    --tw-border-opacity: 1;
    border-color: rgb(34 70 103/var(--tw-border-opacity)) !important
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(250 250 250/var(--tw-border-opacity)) !important
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(226 226 226/var(--tw-border-opacity)) !important
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity)) !important
}

.border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(195 195 195/var(--tw-border-opacity)) !important
}

.border-green-500 {
    --tw-border-opacity: 1;
    border-color: rgb(147 190 128/var(--tw-border-opacity)) !important
}

.border-red-500 {
    --tw-border-opacity: 1;
    border-color: rgb(207 16 60/var(--tw-border-opacity)) !important
}

.border-transparent {
    border-color: transparent
}

.border-yellow-500 {
    --tw-border-opacity: 1;
    border-color: rgb(241 203 53/var(--tw-border-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 249 253/var(--tw-bg-opacity))
}

.bg-blue-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(72 192 225/var(--tw-bg-opacity))
}

.bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity))
}

.bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity))
}

.bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 226 226/var(--tw-bg-opacity))
}

.bg-green-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(226 242 219/var(--tw-bg-opacity))
}

.bg-green-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(147 190 128/var(--tw-bg-opacity))
}

.bg-red-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(253 232 237/var(--tw-bg-opacity))
}

.bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(207 16 60/var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 244 218/var(--tw-bg-opacity))
}

.bg-yellow-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 203 53/var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-bottom {
    background-position: bottom
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-contain {
    -o-object-fit: contain;
    object-fit: contain
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-1 {
    padding: .25rem
}

.p-2 {
    padding: .5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-8 {
    padding: 2rem
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-16 {
    padding-bottom: 4rem;
    padding-top: 4rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem
}

.py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pl-0 {
    padding-left: 0
}

.pl-2 {
    padding-left: .5rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-12 {
    padding-right: 3rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pr-8 {
    padding-right: 2rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-10 {
    padding-top: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pt-2 {
    padding-top: .5rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.font-sans {
    font-family: MuseoSansRounded,sans-serif
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-6xl {
    font-size: 3.75rem;
    line-height: 1
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.\!leading-tight {
    line-height: 1.25!important
}

.leading-10 {
    line-height: 2.5rem
}

.leading-8 {
    line-height: 2rem
}

.leading-none {
    line-height: 1
}

.leading-tight {
    line-height: 1.25
}

.text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(72 192 225/var(--tw-text-opacity))
}

.text-blue-900 {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity))
}

.text-current {
    color: currentColor
}

.text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(142 142 142/var(--tw-text-opacity))
}

.text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(102 102 102/var(--tw-text-opacity))
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(74 74 74/var(--tw-text-opacity))
}

.text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(147 190 128/var(--tw-text-opacity))
}

.text-red-500 {
    --tw-text-opacity: 1;
    color: rgb(207 16 60/var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-yellow-500 {
    --tw-text-opacity: 1;
    color: rgb(241 203 53/var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.\!no-underline {
    text-decoration-line: none!important
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.placeholder-blue-900::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(34 70 103/var(--tw-placeholder-opacity))
}

.placeholder-blue-900::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(34 70 103/var(--tw-placeholder-opacity))
}

.opacity-25 {
    opacity: .25
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.shadow-lg,.shadow-md {
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.outline {
    outline-style: solid
}

.drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0,0,0,.03)) drop-shadow(0 8px 5px rgba(0,0,0,.08))
}

.drop-shadow-xl,.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-all {
    transition-duration: .15s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-colors {
    transition-duration: .15s;
    transition-property: color,background-color,border-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.transition-transform {
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.duration-200 {
    transition-duration: .2s
}

.duration-300 {
    transition-duration: .3s
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4,0,.2,1)
}

.capitalize-first:first-letter {
    text-transform: uppercase
}

.text-shadow {
    text-shadow: 0 3px 4px rgba(0,0,0,.2)
}

.text-shadow-md {
    text-shadow: 0 3px 6px rgba(0,0,0,.4)
}

.linear-gradient-posts {
    background-image: linear-gradient(0deg,rgba(0,0,0,.65),rgba(0,0,0,.4) 25%,transparent)
}

.marker\:text-blue-500 ::marker {
    color: #48c0e1
}

.marker\:text-blue-500::marker {
    color: #48c0e1
}

.first\:mt-0:first-child {
    margin-top: 0
}

.hover\:bg-blue-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(72 192 225/var(--tw-bg-opacity)) !important;
}

.hover\:bg-blue-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(34 70 103/var(--tw-bg-opacity)) !important;
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250/var(--tw-bg-opacity)) !important;
}

.hover\:bg-green-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(147 190 128/var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(207 16 60/var(--tw-bg-opacity)) !important;
}

.hover\:bg-red-900:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(152 12 45/var(--tw-bg-opacity)) !important;
}

.hover\:bg-yellow-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(241 203 53/var(--tw-bg-opacity)) !important;
}

.hover\:text-blue-500:hover {
    --tw-text-opacity: 1;
    color: rgb(72 192 225/var(--tw-text-opacity)) !important;
}

.hover\:text-blue-900:hover {
    --tw-text-opacity: 1;
    color: rgb(34 70 103/var(--tw-text-opacity)) !important;
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
    text-decoration-line: underline
}

.hover\:opacity-90:hover {
    opacity: .9
}

.group:hover .group-hover\:translate-x-2 {
    --tw-translate-x: 0.5rem
}

.group:hover .group-hover\:translate-x-2,.group:hover .group-hover\:translate-y-0 {
    transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px
}

.group:hover .group-hover\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

@media (min-width: 640px) {
    .sm\:mx-4 {
        margin-left:1rem;
        margin-right: 1rem
    }

    .sm\:-mt-10 {
        margin-top: -2.5rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mb-4 {
        margin-bottom: 1rem
    }

    .sm\:mr-0 {
        margin-right: 0
    }

    .sm\:mt-20 {
        margin-top: 5rem
    }

    .sm\:block {
        display: block
    }

    .sm\:inline-block {
        display: inline-block
    }

    .sm\:inline {
        display: inline
    }

    .sm\:flex {
        display: flex
    }

    .sm\:inline-flex {
        display: inline-flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:h-64 {
        height: 16rem
    }

    .sm\:w-1\/2 {
        width: 50%
    }

    .sm\:w-2\/3 {
        width: 66.666667%
    }

    .sm\:w-48 {
        width: 12rem
    }

    .sm\:w-64 {
        width: 16rem
    }

    .sm\:-translate-x-4 {
        --tw-translate-x: -1rem
    }

    .sm\:-translate-x-4,.sm\:translate-x-4 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .sm\:translate-x-4 {
        --tw-translate-x: 1rem
    }

    .sm\:translate-y-0 {
        --tw-translate-y: 0px;
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-wrap {
        flex-wrap: wrap
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:items-stretch {
        align-items: stretch
    }

    .sm\:justify-center {
        justify-content: center
    }

    .sm\:bg-transparent {
        background-color: transparent
    }

    .sm\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .sm\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .sm\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .sm\:py-6 {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem
    }

    .sm\:pt-20 {
        padding-top: 5rem
    }

    .sm\:pt-24 {
        padding-top: 6rem
    }

    .sm\:text-left {
        text-align: left
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column:span 2/span 2
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:ml-auto {
        margin-left: auto
    }

    .md\:mr-6 {
        margin-right: 1.5rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mt-6 {
        margin-top: 1.5rem
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:inline {
        display: inline
    }

    .md\:flex {
        display: flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:h-64 {
        height: 16rem
    }

    .md\:w-1\/2 {
        width: 50%
    }

    .md\:w-96 {
        width: 24rem
    }

    .md\:min-w-96 {
        min-width: 24rem
    }

    .md\:-translate-x-2 {
        --tw-translate-x: -0.5rem
    }

    .md\:-translate-x-2,.md\:translate-x-2 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .md\:translate-x-2 {
        --tw-translate-x: 0.5rem
    }

    .md\:grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .md\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .md\:justify-between {
        justify-content: space-between
    }

    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:py-32 {
        padding-bottom: 8rem;
        padding-top: 8rem
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

    .md\:pl-12 {
        padding-left: 3rem
    }

    .md\:pr-6 {
        padding-right: 1.5rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }

    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }

    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }

    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }

    .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

@media (min-width: 1024px) {
    .lg\:col-span-1 {
        grid-column:span 1/span 1
    }

    .lg\:m-0 {
        margin: 0
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-12 {
        margin-left: 3rem
    }

    .lg\:ml-4 {
        margin-left: 1rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:inline-block {
        display: inline-block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:h-128 {
        height: 32rem
    }

    .lg\:h-48 {
        height: 12rem
    }

    .lg\:h-screen {
        height: 100vh
    }

    .lg\:w-1\/2 {
        width: 50%
    }

    .lg\:w-1\/3 {
        width: 33.333333%
    }

    .lg\:w-2\/3 {
        width: 66.666667%
    }

    .lg\:w-48 {
        width: 12rem
    }

    .lg\:w-auto {
        width: auto
    }

    .lg\:w-full {
        width: 100%
    }

    .lg\:max-w-screen-md {
        max-width: 768px
    }

    .lg\:-translate-x-4 {
        --tw-translate-x: -1rem
    }

    .lg\:-translate-x-4,.lg\:translate-x-4 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .lg\:translate-x-4 {
        --tw-translate-x: 1rem
    }

    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }

    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))
    }

    .lg\:flex-row {
        flex-direction: row
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }

    .lg\:items-center {
        align-items: center
    }

    .lg\:justify-between {
        justify-content: space-between
    }

    .lg\:gap-12 {
        gap: 3rem
    }

    .lg\:p-12 {
        padding: 3rem
    }

    .lg\:px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }

    .lg\:py-0 {
        padding-bottom: 0;
        padding-top: 0
    }

    .lg\:pl-6 {
        padding-left: 1.5rem
    }

    .lg\:pr-12 {
        padding-right: 3rem
    }

    .lg\:pr-16 {
        padding-right: 4rem
    }

    .lg\:pr-4 {
        padding-right: 1rem
    }

    .lg\:pt-0 {
        padding-top: 0
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }
}

@media (min-width: 1280px) {
    .xl\:flex {
        display:flex
    }

    .xl\:w-1\/2 {
        width: 50%
    }

    .xl\:w-auto {
        width: auto
    }

    .xl\:max-w-screen-xl {
        max-width: 1280px
    }

    .xl\:flex-1 {
        flex: 1 1 0%
    }
}

@media (min-width: 1536px) {
    .\32xl\:h-64 {
        height:16rem
    }

    .\32xl\:w-64 {
        width: 16rem
    }

    .\32xl\:-translate-x-8 {
        --tw-translate-x: -2rem
    }

    .\32xl\:-translate-x-8,.\32xl\:translate-x-8 {
        transform: translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }

    .\32xl\:translate-x-8 {
        --tw-translate-x: 2rem
    }

    .\32xl\:bg-transparent {
        background-color: transparent
    }

    .\32xl\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }

    .\32xl\:shadow-none {
        --tw-shadow: 0 0 #0000;
        --tw-shadow-colored: 0 0 #0000;
        box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
    }
}
