@charset "UTF-8";:root {
    --bricks-transition: all 0.2s;
    --bricks-color-primary: #ffd64f;
    --bricks-color-secondary: #fc5778;
    --bricks-text-dark: #212121;
    --bricks-text-medium: #616161;
    --bricks-text-light: #9e9e9e;
    --bricks-text-info: #00b0f4;
    --bricks-text-success: #11b76b;
    --bricks-text-warning: #ffa100;
    --bricks-text-danger: #fa4362;
    --bricks-bg-info: #e5f3ff;
    --bricks-bg-success: #e6f6ed;
    --bricks-bg-warning: #fff2d7;
    --bricks-bg-danger: #ffe6ec;
    --bricks-bg-dark: #263238;
    --bricks-bg-light: #f5f6f7;
    --bricks-border-color: #dddedf;
    --bricks-tooltip-bg: #23282d;
    --bricks-tooltip-text: #eaecef
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes scrolling {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

article,aside,figcaption,figure,footer,header,main,nav,section {
    display: block
}

figure {
    margin: 1em 40px
}

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

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

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

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

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

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

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

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

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

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

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

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

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

details,menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

[hidden],template {
    display: none
}

.brxe-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

@media (max-width: 767px) {
    .brxe-section {
        flex-wrap:wrap
    }
}

.brxe-section.has-bg-video {
    position: relative;
    z-index: 1
}

.brxe-section.has-shape {
    position: relative
}

.brxe-section.has-shape>* {
    z-index: 0
}

.brxe-section.bricks-lazy-hidden {
    background-image: none!important
}

.brxe-container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    width: 1100px
}

@media (max-width: 767px) {
    .brxe-container {
        flex-wrap:wrap
    }
}

.brxe-container.has-bg-video {
    position: relative;
    z-index: 1
}

.brxe-container.has-shape {
    position: relative
}

.brxe-container.has-shape>* {
    z-index: 0
}

.brxe-container.bricks-lazy-hidden {
    background-image: none!important
}

.brxe-block {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (max-width: 767px) {
    .brxe-block {
        flex-wrap:wrap
    }
}

.brxe-block.has-bg-video {
    position: relative;
    z-index: 1
}

.brxe-block.has-shape {
    position: relative
}

.brxe-block.has-shape>* {
    z-index: 0
}

.brxe-block.bricks-lazy-hidden {
    background-image: none!important
}

.brxe-div.has-bg-video {
    position: relative;
    z-index: 1
}

.brxe-div.has-shape {
    position: relative
}

.brxe-div.has-shape>* {
    z-index: 0
}

.brxe-div.bricks-lazy-hidden {
    background-image: none!important
}

[class*=brxe-] {
    max-width: 100%
}

svg:not([width]) {
    min-width: 1em
}

svg:not([height]) {
    min-height: 1em
}

svg.fill * {
    fill: inherit
}

svg.stroke * {
    stroke: inherit
}

span[class*=brxe-]:not(.brxe-section):not(.brxe-container):not(.brxe-block):not(.brxe-div) {
    width: auto
}

.bricks-element-placeholder {
    align-items: stretch;
    background-color: var(--bricks-bg-info);
    color: var(--bricks-text-info);
    display: flex;
    font-family: monospace;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 1!important;
    text-align: left
}

.bricks-element-placeholder.no-php-class {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger);
    padding: 15px
}

.bricks-element-placeholder i {
    align-items: center;
    background-color: var(--bricks-text-info);
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 30px!important;
    justify-content: center;
    min-height: 60px;
    min-width: 80px;
    padding: 0 15px
}

.bricks-element-placeholder a {
    text-decoration: underline
}

.bricks-element-placeholder .placeholder-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 20px
}

.bricks-element-placeholder .placeholder-title {
    align-items: center;
    display: flex;
    font-size: 17px;
    margin: 0
}

.bricks-element-placeholder .placeholder-description {
    font-size: 14px;
    margin-top: .5em
}

#brx-footer {
    background-position: 50%;
    background-size: cover;
    flex-shrink: 0;
    margin-top: auto;
    position: relative;
    width: 100%
}

body.admin-bar .brx-popup {
    height: calc(100vh - var(--wp-admin--admin-bar--height, 0));
    top: var(--wp-admin--admin-bar--height,0)
}

.brx-popup {
    align-items: center;
    background-color: rgba(0,0,0,.5);
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    left: 0;
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 10000
}

.brx-popup.builder {
    z-index: 999
}

.brx-popup.hide {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.brx-popup-content {
    background-color: #fff;
    margin: 0;
    max-width: 100%;
    overflow-y: auto;
    padding: 30px
}

html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%
}

*,:after,:before {
    box-sizing: border-box;
    outline: none
}

* {
    border-color: var(--bricks-border-color)
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-wrap: break-word;
    background-color: #fff;
    background-position: 50%;
    color: #363636;
    font-family: -apple-system,"system-ui",Segoe UI,roboto,helvetica,arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 15px;
    line-height: 1.7;
    transition: var(--bricks-transition);
    transition: padding-top 0s
}

body.no-scroll {
    overflow: hidden
}

body.brx-boxed {
    margin: 0 auto;
    min-height: 100vh
}

.brx-body {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%
}

a {
    border-color: currentcolor;
    color: currentcolor;
    cursor: pointer;
    text-decoration: none
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    text-rendering: optimizelegibility
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: currentcolor
}

h1 {
    font-size: 2.4em
}

h1,h2 {
    line-height: 1.4
}

h2 {
    font-size: 2.1em
}

h3 {
    font-size: 1.8em
}

h3,h4 {
    line-height: 1.4
}

h4 {
    font-size: 1.6em
}

h5 {
    font-size: 1.3em
}

h5,h6 {
    line-height: 1.4
}

h6 {
    font-size: 1.1em
}

p {
    margin: 0 0 1.2em
}

p:last-of-type {
    margin-bottom: 0
}

p:last-of-type+h1,p:last-of-type+h2,p:last-of-type+h3,p:last-of-type+h4,p:last-of-type+h5,p:last-of-type+h6 {
    margin-top: 1.2em
}

figcaption {
    color: var(--bricks-text-light);
    font-size: .9em;
    margin: 1em 0;
    text-align: center
}

img {
    height: auto;
    max-width: 100%;
    outline: none;
    vertical-align: middle
}

.bricks-lazy-hidden.wait,.bricks-lazy-load-isotope.wait {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgc3Ryb2tlPSIjZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2Utb3BhY2l0eT0iLjUiIGN4PSIxOCIgY3k9IjE4IiByPSIxOCIvPjxwYXRoIGQ9Ik0zNiAxOGMwLTkuOTQtOC4wNi0xOC0xOC0xOCI+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgMTggMTgiIHRvPSIzNjAgMTggMTgiIGR1cj0iMXMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIi8+PC9wYXRoPjwvZz48L3N2Zz4=)!important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 32px;
    filter: brightness(.5);
    transition: all 0s
}

audio,iframe {
    max-width: 100%
}

button {
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0
}

blockquote {
    border-left-style: solid;
    border-left-width: 4px;
    font-family: georgia,Times New Roman,times,serif;
    font-size: 1.3em;
    margin: 15px 0;
    padding: 0 0 0 30px;
    position: relative
}

blockquote cite {
    display: block;
    font-size: .8em;
    font-style: normal;
    margin-top: .5em;
    opacity: .5;
    text-transform: uppercase
}

hr {
    border: none;
    border-top: 1px solid var(--bricks-border-color);
    margin: 1em 0
}

pre {
    background-color: var(--bricks-bg-light);
    color: #fc1f49;
    font-size: 13px;
    margin: 0;
    padding: 10px 15px;
    white-space: pre-wrap
}

table {
    width: 100%
}

table[class*=brxe-] {
    display: table
}

label {
    color: var(--bricks-text-light);
    display: block;
    font-weight: 400;
    margin-bottom: 5px
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    text-align: inherit
}

.input,input:not([type=submit]),select,textarea {
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: currentcolor;
    display: block;
    font-size: inherit;
    line-height: 40px;
    outline: none;
    padding: 0 12px;
    transition: var(--bricks-transition);
    width: 100%
}

input[type=range] {
    border: none;
    height: auto;
    line-height: 1;
    padding: 0
}

input[type=button],input[type=checkbox] {
    width: auto
}

input[type=submit],select {
    cursor: pointer
}

select {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    background-image: linear-gradient(45deg,transparent 50%,gray 0),linear-gradient(135deg,gray 50%,transparent 0);
    background-position: calc(100% - 20px) calc(50% + 2px),calc(100% - 16px) calc(50% + 2px);
    background-repeat: no-repeat;
    background-size: 4px 4px,4px 4px;
    border-radius: 0
}

textarea {
    height: auto;
    line-height: inherit!important;
    min-height: 90px;
    padding: 10px 12px;
    width: 100%!important
}

::placeholder {
    color: var(--bricks-border-color)
}

.bricks-ratio-16-9 {
    padding-top: 56.25%!important
}

.bricks-ratio-4-3 {
    padding-top: 75%!important
}

.bricks-ratio-square {
    padding-top: 100%!important
}

.skip-link {
    background: #000;
    border-bottom-right-radius: 8px;
    color: #fff;
    font-weight: 700;
    left: 0;
    padding: 5px 10px;
    position: fixed;
    top: 0;
    transform: translateY(-102%);
    transition: transform .3s;
    z-index: 9999
}

.skip-link:focus {
    transform: translateY(0)
}

body.bricks-is-frontend :focus {
    outline: thin dotted currentcolor
}

.bricks-archive-title-wrapper {
    margin: 60px auto;
    text-align: center
}

.bricks-archive-title-wrapper .title {
    margin: 0
}

#brx-content {
    flex: 1;
    position: relative;
    width: 100%
}

#brx-content .post-password-form {
    margin: 0 auto
}

#brx-content .post-password-form p:last-child {
    align-items: flex-end;
    column-gap: 10px;
    display: flex
}

#brx-content .post-password-form p:last-child label {
    flex: 1;
    margin: 0
}

#brx-content .post-password-form input[type=submit] {
    border-width: 1px;
    display: inline-flex;
    padding: .5em 1em
}

#brx-content>.woocommerce {
    margin-left: auto;
    margin-right: auto
}

.bricks-layout-wrapper {
    --columns: 3;
    --gutter: 0;
    display: flex;
    flex-flow: row wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.bricks-layout-wrapper .meta {
    color: var(--bricks-text-light)
}

.bricks-layout-item {
    line-height: 1.6;
    position: relative
}

.bricks-layout-item:last-child img {
    padding-bottom: 0!important
}

.bricks-layout-item .content-wrapper,.bricks-layout-item .overlay-wrapper {
    align-items: baseline;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
    z-index: 1
}

.bricks-layout-item .content-wrapper.top,.bricks-layout-item .overlay-wrapper.top {
    justify-content: flex-start
}

.bricks-layout-item .content-wrapper.middle,.bricks-layout-item .overlay-wrapper.middle {
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto
}

.bricks-layout-item .content-wrapper.bottom,.bricks-layout-item .overlay-wrapper.bottom {
    justify-content: flex-end
}

.bricks-layout-item .content-wrapper.left,.bricks-layout-item .overlay-wrapper.left {
    align-items: flex-start;
    text-align: left
}

.bricks-layout-item .content-wrapper.center,.bricks-layout-item .overlay-wrapper.center {
    align-items: center;
    text-align: center
}

.bricks-layout-item .content-wrapper.right,.bricks-layout-item .overlay-wrapper.right {
    align-items: flex-end;
    text-align: right
}

.bricks-layout-item .content-wrapper.center.middle,.bricks-layout-item .overlay-wrapper.center.middle {
    margin-bottom: auto;
    margin-top: auto
}

.bricks-layout-item .overlay-wrapper {
    position: absolute!important;
    z-index: 2
}

.bricks-layout-item .overlay-wrapper.show-on-hover {
    opacity: 0;
    position: relative;
    transition: var(--bricks-transition)
}

.bricks-layout-item .overlay-wrapper.show-on-hover:hover {
    opacity: 1
}

.bricks-layout-item .overlay-wrapper.show-on-hover .overlay-inner {
    transition: var(--bricks-transition);
    will-change: transform
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up .overlay-inner {
    transform: translateY(10px)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-up:hover .overlay-inner {
    transform: translateY(0)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right .overlay-inner {
    transform: translateX(-10px)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-right:hover .overlay-inner {
    transform: translateY(0)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down .overlay-inner {
    transform: translateY(-10px)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-down:hover .overlay-inner {
    transform: translateY(0)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left .overlay-inner {
    transform: translateX(10px)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.fade-in-left:hover .overlay-inner {
    transform: translateY(0)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in .overlay-inner {
    transform: scale(.8)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-in:hover .overlay-inner {
    transform: scale(1)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out .overlay-inner {
    transform: scale(1.2)
}

.bricks-layout-item .overlay-wrapper.show-on-hover.zoom-out:hover .overlay-inner {
    transform: scale(1)
}

.bricks-layout-item .dynamic {
    margin: 0;
    padding: 0
}

.bricks-layout-item .meta {
    width: 100%
}

.bricks-layout-item .meta span:first-child {
    padding: 0
}

.bricks-layout-item .meta span+span {
    padding: 0 5px
}

.bricks-layout-item .meta span+span:before {
    content: " ·";
    left: -5px;
    position: relative
}

.bricks-layout-item .excerpt {
    margin-top: .5em
}

.bricks-layout-item .taxonomy {
    margin: 0 -5px
}

.bricks-layout-item .taxonomy a {
    display: inline-block;
    line-height: 2;
    margin: 0 5px
}

.bricks-layout-item .bricks-layout-inner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    overflow: hidden;
    position: relative;
    right: 0;
    top: 0
}

li.bricks-gutter-sizer {
    width: var(--gutter)!important
}

.bricks-layout-wrapper[data-layout=grid] .image-wrapper,.bricks-layout-wrapper[data-layout=list] .image-wrapper,.bricks-layout-wrapper[data-layout=metro] .image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0
}

.bricks-layout-wrapper[data-layout=grid] .image-wrapper .overlay-wrapper,.bricks-layout-wrapper[data-layout=list] .image-wrapper .overlay-wrapper,.bricks-layout-wrapper[data-layout=metro] .image-wrapper .overlay-wrapper {
    height: inherit
}

.bricks-layout-wrapper[data-layout=grid] .image,.bricks-layout-wrapper[data-layout=list] .image,.bricks-layout-wrapper[data-layout=metro] .image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bricks-layout-wrapper[data-layout=grid] a,.bricks-layout-wrapper[data-layout=list] a,.bricks-layout-wrapper[data-layout=metro] a {
    color: currentcolor
}

.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item {
    margin-bottom: var(--gutter);
    width: 100%
}

.bricks-layout-wrapper[data-layout=list]>li.bricks-layout-item:last-child {
    margin-bottom: 0
}

.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner {
    flex-direction: row
}

.bricks-layout-wrapper[data-layout=list] .bricks-layout-inner>* {
    flex-basis: 50%
}

.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner {
    flex-direction: row-reverse
}

.bricks-layout-wrapper[data-layout=list].image-position-top .bricks-layout-inner>* {
    flex-basis: 50%
}

.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner {
    flex-direction: row-reverse!important
}

.bricks-layout-wrapper[data-layout=list].image-position-right .bricks-layout-inner>* {
    flex-basis: 50%
}

.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner {
    flex-direction: row
}

.bricks-layout-wrapper[data-layout=list].image-position-left .bricks-layout-inner>* {
    flex-basis: 50%
}

.bricks-layout-wrapper[data-layout=list].image-position-bottom .bricks-layout-inner {
    flex-direction: column-reverse
}

.bricks-layout-wrapper[data-layout=list].alternate li:nth-child(2n) .bricks-layout-inner {
    flex-direction: row-reverse!important
}

.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(odd) .bricks-layout-inner {
    flex-direction: row-reverse
}

.bricks-layout-wrapper[data-layout=list].alternate.image-position-right li:nth-child(2n) .bricks-layout-inner {
    flex-direction: row
}

.bricks-layout-wrapper[data-layout=list] .image-wrapper {
    padding-top: 400px
}

.bricks-layout-wrapper[data-layout=grid]:not(.isotope) {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: repeat(var(--columns),minmax(0,1fr))
}

.bricks-layout-wrapper[data-layout=grid].isotope>li:not(.bricks-gutter-sizer) {
    margin-bottom: var(--gutter);
    width: calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))
}

.bricks-layout-wrapper[data-layout=grid] .image-wrapper {
    padding-top: 400px
}

.bricks-layout-wrapper[data-layout=masonry]>li:not(.bricks-gutter-sizer) {
    margin-bottom: var(--gutter);
    width: calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))
}

.bricks-layout-wrapper[data-layout=masonry] .image {
    display: inline-block;
    position: relative!important
}

.bricks-layout-wrapper[data-layout=masonry] .bricks-layout-inner {
    height: auto!important
}

.bricks-layout-wrapper[data-layout=metro]:not(.isotope) {
    display: grid;
    gap: var(--gutter);
    grid-template-columns: repeat(4,minmax(0,1fr))
}

.bricks-layout-wrapper[data-layout=metro]:not(.isotope)>li:nth-child(3n+1) {
    grid-column: span 2;
    grid-row: span 2
}

.bricks-layout-wrapper[data-layout=metro].isotope {
    --columns: 4
}

.bricks-layout-wrapper[data-layout=metro].isotope>li.bricks-layout-item {
    margin-bottom: var(--gutter)
}

.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) {
    width: 50%;
    width: calc(50% - var(--gutter)/2)
}

@media (max-width: 479px) {
    .bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) {
        width:100%
    }
}

.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) .image-wrapper {
    padding-top: 100%
}

.bricks-layout-wrapper[data-layout=metro].isotope>li:nth-child(3n+1):not(.bricks-isotope-sizer) .title {
    font-size: calc(1em + 1.5vmin)
}

.bricks-layout-wrapper[data-layout=metro].isotope>li {
    width: 25%;
    width: calc(100%/var(--columns) - var(--gutter)*(var(--columns) - 1)/var(--columns))
}

@media (max-width: 767px) {
    .bricks-layout-wrapper[data-layout=metro].isotope>li {
        width:calc(50% - var(--gutter)/2)
    }
}

@media (max-width: 479px) {
    .bricks-layout-wrapper[data-layout=metro].isotope>li {
        width:100%
    }
}

.bricks-layout-wrapper[data-layout=metro] .image-wrapper {
    padding-top: 100%
}

.bricks-layout-wrapper[data-layout=metro] .content-wrapper {
    position: absolute
}

#brx-header {
    background-position: 50%;
    background-size: cover;
    position: relative;
    width: 100%
}

#brx-header.transparent {
    background: transparent;
    border: none;
    box-shadow: none;
    color: #fff
}

#brx-header.sticky {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: background-color .2s,transform .4s;
    width: 100%;
    z-index: 998
}

#brx-header.sticky.on-scroll {
    position: sticky
}

#brx-header.sticky .bricks-nav-menu>li>a,#brx-header.sticky>.brxe-container,#brx-header.sticky>.brxe-div,#brx-header.sticky>.brxe-section {
    transition: inherit
}

#brx-header.sticky.slide-up {
    position: fixed;
    transform: translateY(-100%);
}

.brx-header-right #brx-header {
    bottom: 0;
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    width: 200px;
    z-index: 998
}

.brx-header-right #brx-header>.brxe-container,.brx-header-right #brx-header>.brxe-div,.brx-header-right #brx-header>.brxe-section {
    height: 100%
}

.brx-header-right #brx-content,.brx-header-right #brx-footer {
    margin-right: 200px;
    width: auto
}

.brx-header-left #brx-header {
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    width: 200px;
    z-index: 998
}

.brx-header-left #brx-header>.brxe-container,.brx-header-left #brx-header>.brxe-div,.brx-header-left #brx-header>.brxe-section {
    height: 100%
}

.brx-header-left #brx-content,.brx-header-left #brx-footer {
    margin-left: 200px;
    width: auto
}

.bricks-search-form {
    align-items: stretch;
    display: flex!important;
    justify-content: space-between;
    position: relative;
    width: 100%
}

.bricks-search-form input[type=search] {
    background-color: inherit;
    color: currentcolor;
    display: inline-block;
    padding: 0 20px;
    width: auto
}

.bricks-search-form .bricks-search-submit {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.bricks-search-form .bricks-search-submit input[type=submit] {
    align-items: center;
    background: transparent!important;
    border: none!important;
    display: flex;
    height: 100%;
    justify-content: center;
    line-height: inherit;
    position: absolute;
    width: 100%;
    z-index: 1
}

.bricks-search-form input {
    line-height: 40px;
    width: 100%
}

.bricks-shape-divider {
    bottom: 0;
    display: flex;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute!important;
    right: 0;
    top: 0;
    width: 100%
}

.bricks-shape-divider .bricks-shape-divider-inner {
    align-items: inherit;
    height: 100%;
    justify-content: inherit;
    position: absolute;
    width: 100%
}

.bricks-shape-divider .bricks-shape-divider-inner svg {
    height: 100%;
    min-height: unset;
    min-width: unset;
    position: relative;
    width: 100%
}

.bricks-shape-divider .bricks-shape-divider-inner svg g,.bricks-shape-divider .bricks-shape-divider-inner svg path {
    fill: inherit
}

.bricks-shape-divider.front {
    z-index: 2
}

.bricks-shape-divider.flip-horizontal .bricks-shape-svg {
    transform: rotateX(180deg)
}

.bricks-shape-divider.flip-vertical .bricks-shape-svg {
    transform: rotateY(180deg)
}

.bricks-shape-divider.flip-horizontal.flip-vertical .bricks-shape-svg {
    transform: rotateX(180deg) rotateY(180deg)
}

.bricks-shape-divider.overflow {
    overflow: visible
}

.bricks-button {
    align-items: center;
    border-width: 0;
    color: var(--bricks-text-dark);
    display: inline-flex;
    gap: 10px;
    justify-content: center;
    letter-spacing: .5px;
    padding: .5em 1em;
    text-align: center
}

.bricks-button.bricks-background-muted {
    color: var(--bricks-text-medium)
}

.bricks-button.bricks-background-danger,.bricks-button.bricks-background-dark,.bricks-button.bricks-background-info,.bricks-button.bricks-background-secondary,.bricks-button.bricks-background-success,.bricks-button.bricks-background-warning {
    color: #fff
}

.bricks-button.sm {
    font-size: .9em;
    padding: .4em 1em
}

.bricks-button.lg {
    font-size: 1.1em;
    padding: .6em 1em
}

.bricks-button.xl {
    font-size: 1.2em;
    padding: .8em 1em
}

.bricks-button.block {
    width: 100%
}

.bricks-button.circle {
    border-radius: 100px!important
}

.bricks-button.outline {
    background-color: transparent;
    border: 2px solid
}

.bricks-button i {
    position: relative
}

body.bricks-is-frontend.admin-bar #brx-header.sticky {
    top: 32px;
    top: var(--wp-admin--admin-bar--height)
}

body.bricks-is-frontend.admin-bar.brx-header-left #brx-header,body.bricks-is-frontend.admin-bar.brx-header-right #brx-header {
    top: var(--wp-admin--admin-bar--height)
}

.bricks-lightbox {
    cursor: zoom-in
}

#bricks-lightbox {
    align-items: center;
    background-color: rgba(0,0,0,.9);
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    display: none;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1
}

#bricks-lightbox.show {
    display: flex;
    z-index: 999
}

#bricks-lightbox .close {
    color: #fff;
    cursor: pointer;
    font-size: 60px;
    font-weight: 200;
    line-height: 1;
    position: fixed;
    right: 30px;
    top: 15px
}

#bricks-lightbox .inner {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

#bricks-lightbox iframe,#bricks-lightbox video {
    height: 100%;
    width: 100%
}

.bricks-background-video-wrapper {
    background-size: cover;
    height: 100%;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute!important;
    top: 0;
    width: 100%;
    z-index: -1
}

.bricks-background-video-wrapper iframe,.bricks-background-video-wrapper video {
    border: none;
    height: 100%;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%
}

.post-meta {
    align-items: center;
    display: inline-flex;
    gap: 20px
}

.post-meta.column {
    align-items: unset;
    flex-direction: column
}

.post-meta .separator {
    display: inline-block;
    text-align: center
}

.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    white-space: nowrap;
    width: 1px
}

.screen-reader-text span:focus,.screen-reader-text:focus,.ui-helper-hidden-accessible:focus {
    clip: auto!important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.bricks-pagination ul {
    display: flex;
    gap: 20px;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.bricks-pagination ul .page-numbers {
    display: grid;
    height: 100%;
    place-items: center
}

.brx-query-trail {
    display: none
}

.bricks-no-posts-wrapper {
    text-align: center
}

.bricks-no-posts-wrapper .title {
    margin-bottom: 30px
}

.bricks-no-posts-wrapper p {
    margin-bottom: 1em
}

.bricks-no-posts-wrapper a {
    font-weight: 700
}

.search-no-results .bricks-no-posts-wrapper {
    text-align: initial
}

.aligncenter {
    display: block;
    margin: .5em auto
}

.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

a img.alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

a img.alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignleft,.wp-caption.alignnone {
    margin: .5em 1em .5em 0
}

.wp-caption.alignright {
    margin: .5em 0 .5em 1em
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.wp-block-image,.wp-block-video,figcaption,figure {
    margin: 1em 0;
    width: 100%
}

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

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

#wp-calendar caption {
    margin-bottom: 1em;
    text-align: inherit
}

#wp-calendar tbody {
    text-align: center
}

#wp-calendar tbody td {
    width: 30px
}

#wp-calendar tbody a {
    font-weight: 700
}

#wp-calendar tfoot {
    opacity: .5
}

#wp-calendar tfoot #prev {
    text-align: left
}

#wp-calendar tfoot #next {
    text-align: right
}

.gallery {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px
}

.gallery.gallery-columns-1 .gallery-item {
    flex: 1 1 100%;
    max-width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    flex: 1 1 50%;
    max-width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    flex: 1 1 33.333%;
    max-width: 33.333%
}

.gallery.gallery-columns-4 .gallery-item {
    flex: 1 1 25%;
    max-width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    flex: 1 1 20%;
    max-width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    flex: 1 1 16.666%;
    max-width: 16.666%
}

.gallery.gallery-columns-7 .gallery-item {
    flex: 1 1 14.285%;
    max-width: 14.285%
}

.gallery.gallery-columns-8 .gallery-item {
    flex: 1 1 12.5%;
    max-width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    flex: 1 1 11.111%;
    max-width: 11.111%
}

.gallery.gallery-columns-10 .gallery-item {
    flex: 1 1 10%;
    max-width: 10%
}

.gallery .gallery-item {
    flex: 1;
    padding: 0 10px 20px
}

.gallery .gallery-item img {
    width: 100%
}

.has-text-align-left {
    text-align: left
}

.has-text-align-center {
    text-align: center
}

.has-text-align-right {
    text-align: right
}

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

.wp-block-image figure {
    width: auto
}

.alignfull,.wp-block-categories-list.alignfull {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.alignwide {
    margin-left: -10%;
    max-width: 120%;
    position: relative;
    width: 120%
}

@media (max-width: 1320px) {
    .alignwide {
        margin-left:auto;
        width: 100%
    }
}

.aligncenter,.aligncenter img {
    margin-left: auto;
    margin-right: auto
}

.alignleft,.alignright {
    max-width: 50%
}

.bricks-color-primary {
    color: var(--bricks-color-primary)
}

.bricks-color-secondary {
    color: var(--bricks-color-secondary)
}

.bricks-color-light {
    color: #fff
}

.bricks-color-dark {
    color: var(--bricks-text-dark)
}

.bricks-color-muted {
    color: var(--bricks-text-light)
}

.bricks-color-info {
    color: var(--bricks-text-info)
}

.bricks-color-success {
    color: var(--bricks-text-success)
}

.bricks-color-warning {
    color: var(--bricks-text-warning)
}

.bricks-color-danger {
    color: var(--bricks-text-danger)
}

.bricks-background-primary {
    background-color: var(--bricks-color-primary)
}

.bricks-background-secondary {
    background-color: var(--bricks-color-secondary)
}

.bricks-background-light {
    background-color: #fff
}

.bricks-background-dark {
    background-color: var(--bricks-bg-dark)
}

.bricks-background-muted {
    background-color: var(--bricks-text-light)
}

.bricks-background-info {
    background-color: var(--bricks-text-info)
}

.bricks-background-success {
    background-color: var(--bricks-text-success)
}

.bricks-background-warning {
    background-color: var(--bricks-text-warning)
}

.bricks-background-danger {
    background-color: var(--bricks-text-danger)
}
