:root {
    --bricks-vh: 1vh;
    --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-border-radius: 4px;
    --bricks-tooltip-bg: #23282d;
    --bricks-tooltip-text: #eaecef
}

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
}

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
}

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:768px) {
    .brxe-section {
        flex-wrap: wrap
    }
}

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

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

.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:768px) {
    .brxe-container {
        flex-wrap: wrap
    }
}

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

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

.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:768px) {
    .brxe-block {
        flex-wrap: wrap
    }
}

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

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

.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.bricks-lazy-hidden {
    background-image: none !important
}

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

:where([class*=brxe-].has-shape>*) {
    position: relative
}

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;
    height: auto !important;
    line-height: 1.4;
    max-width: 100% !important;
    opacity: 1 !important;
    text-align: left;
    width: auto !important
}

.bricks-element-placeholder.no-php-class {
    padding: 15px
}

.bricks-element-placeholder.no-php-class,
.bricks-element-placeholder[data-type=error] {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger)
}

.bricks-element-placeholder[data-type=error] i {
    background-color: var(--bricks-text-danger)
}

.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(var(--bricks-vh, 1vh)*100 - var(--wp-admin--admin-bar--height, 0));
    top: var(--wp-admin--admin-bar--height, 0)
}

.brx-popup {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--bricks-vh, 1vh)*100);
    justify-content: center;
    left: 0;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 10000
}

.brx-popup .brx-popup-backdrop {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s ease-in-out;
    visibility: visible
}

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

.brx-popup.hide {
    pointer-events: none
}

.brx-popup.hide,
.brx-popup.hide .brx-popup-backdrop {
    opacity: 0;
    visibility: hidden
}

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

.brx-popup-content.brx-woo-quick-view {
    width: auto
}

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

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

:where(p) {
    margin: 0 0 1.2em
}

:where(p:last-of-type) {
    margin-bottom: 0
}

:where(p:last-of-type)+h1,
:where(p:last-of-type)+h2,
:where(p:last-of-type)+h3,
:where(p:last-of-type)+h4,
:where(p:last-of-type)+h5,
:where(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-family: monospace;
    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;
    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],
input[type=radio] {
    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
}

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

.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-visible {
    outline: thin dotted currentcolor
}

@supports not selector(:focus-visible) {
    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-has-megamenu.open .brx-megamenu {
    opacity: 1;
    visibility: visible
}

.brx-megamenu {
    left: 0;
    opacity: 0;
    position: absolute;
    transition-duration: .2s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: ease;
    visibility: hidden;
    width: 100%;
    z-index: 998
}

.brx-has-multilevel .open>ul,
.brx-has-multilevel.open>ul {
    opacity: 1;
    transform: translate(0);
    visibility: visible
}

.brx-has-multilevel .open.active,
.brx-has-multilevel .open.active>ul>li,
.brx-has-multilevel.open.active,
.brx-has-multilevel.open.active>ul>li {
    display: flex
}

.brx-has-multilevel .menu-item a {
    width: 100%
}

.brx-has-multilevel .open:not(.active)>.brx-submenu-toggle {
    display: none
}

.brx-has-multilevel>ul ul {
    transform: translate(20px);
    transition: transform .1s cubic-bezier(0, 0, .2, 1);
    will-change: transform
}

.brx-has-multilevel ul:not(.brx-multilevel-overflow-right) {
    left: 0 !important
}

.brx-has-multilevel ul .active>.brx-submenu-toggle,
.brx-has-multilevel ul li:not(.open) {
    display: none
}

.brx-submenu-toggle {
    align-items: center;
    cursor: pointer;
    display: flex
}

.brx-submenu-toggle.icon-right button {
    margin-left: 10px
}

.brx-submenu-toggle.icon-left {
    flex-direction: row-reverse
}

.brx-submenu-toggle.icon-left button {
    margin-right: 10px
}

.brx-submenu-toggle button {
    align-items: center;
    background-color: transparent;
    color: currentcolor;
    display: flex;
    transition: transform .1s cubic-bezier(0, 0, .2, 1);
    will-change: transform
}

.brx-submenu-toggle svg {
    stroke: currentcolor
}

.brx-multilevel-overflow-right,
.brx-multilevel-overflow-right ul,
.brx-submenu-overflow-right {
    left: auto !important;
    right: 0 !important
}

.brx-sub-submenu-overflow-right,
.brx-sub-submenu-overflow-right ul,
.brx-submenu-overflow-right ul {
    left: auto !important;
    right: 100% !important
}

#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: 0px;
    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 .image-wrapper {
    position: relative
}

.bricks-layout-wrapper .image-wrapper .overlay-wrapper {
    height: inherit
}

.bricks-layout-wrapper .image {
    aspect-ratio: 1/1;
    object-fit: cover;
    position: relative
}

.bricks-layout-wrapper 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=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] .bricks-aspect-ratio-square {
    aspect-ratio: 1/1
}

.bricks-layout-wrapper[data-layout=grid] .bricks-aspect-ratio-16-9 {
    aspect-ratio: 16/9
}

.bricks-layout-wrapper[data-layout=grid] .bricks-aspect-ratio-4-3 {
    aspect-ratio: 4/3
}

.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 {
    aspect-ratio: unset !important;
    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:480px) {
    .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) img {
    height: 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:768px) {
    .bricks-layout-wrapper[data-layout=metro].isotope>li {
        width: calc(50% - var(--gutter)/2)
    }
}

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

.bricks-layout-wrapper[data-layout=metro] img {
    height: 100%
}

.bricks-layout-wrapper[data-layout=metro] .image-wrapper {
    aspect-ratio: 1/1
}

.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-block,
#brx-header.sticky>.brxe-container,
#brx-header.sticky>.brxe-div,
#brx-header.sticky>.brxe-section {
    transition: inherit
}

#brx-header.sticky.keep-open {
    transition: none
}

#brx-header.sticky.slide-up:not(.keep-open) {
    -ms-overflow-style: none;
    overflow-x: hidden;
    scrollbar-width: none;
    transform: translateY(-101%)
}

#brx-header.sticky.slide-up::-webkit-scrollbar {
    display: none
}

#brx-header.sticky.sliding {
    overflow: hidden
}

.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;
    max-width: 100%;
    padding: 0 20px;
    width: auto
}

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

.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 svg {
    transform: rotateX(180deg)
}

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

.bricks-shape-divider.flip-horizontal.flip-vertical 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 a {
    cursor: zoom-in
}

.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: inherit;
    left: 50%;
    max-width: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: inherit
}

.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;
    flex-wrap: wrap;
    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
}

.bricks-isotope-sizer,
.brx-load-more-hidden,
.brx-query-trail {
    display: none
}

[data-brx-ls-wrapper] {
    transition: opacity .3s ease-in-out
}

[data-brx-ls-wrapper]:not(.brx-ls-active) {
    display: none
}

.brx-filter-disabled label:not(.brx-option-disabled),
.page-filtered label:not(.brx-option-disabled) {
    opacity: .5
}

.brx-filter-disabled,
.page-filtered {
    pointer-events: none
}

.brx-option-disabled,
.brx-option-disabled:disabled {
    opacity: .5;
    pointer-events: none
}

.brx-load-more-hidden,
.brx-option-disabled.brx-option-empty {
    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: calc(100vw - .5em);
    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
}

.bricks-isotope-filters {
    color: var(--bricks-text-light);
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.bricks-isotope-filters li {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 30px;
    padding: 0 20px;
    width: auto !important
}

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

.bricks-swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: opacity .1s ease-in .1s;
    z-index: 1
}

.bricks-swiper-container.swiper-initialized {
    opacity: 1
}

.bricks-swiper-container:not(.swiper-initialized) .swiper-slide:not(.swiper-slide-active) {
    opacity: 0
}

[class^=brxe-] .bricks-swiper-container {
    opacity: 1 !important
}

.swiper-wrapper {
    box-sizing: content-box;
    display: grid;
    grid-auto-flow: column;
    height: 100%;
    max-height: inherit;
    min-height: inherit;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

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

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

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

.swiper-autoheight {
    height: auto
}

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

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

.swiper-3d {
    perspective: 1200px
}

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

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

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

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

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

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

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

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

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

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

.swiper-button {
    align-items: center;
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    display: flex !important;
    font-size: 40px;
    font-weight: 100;
    height: 50px;
    justify-content: center;
    line-height: 0;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: var(--bricks-transition);
    width: 50px;
    z-index: 11
}

.swiper-button.swiper-button-disabled {
    opacity: .25
}

.swiper-button:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bricks-swiper-button-prev {
    background-image: none !important;
    transform: translate(-100%, -50%)
}

.bricks-swiper-button-next {
    background-image: none !important;
    transform: translate(100%, -50%)
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    display: flex;
    flex-direction: row;
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

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

.swiper-pagination-bullet {
    background-color: rgba(0, 0, 0, .33);
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    line-height: 0;
    margin: 0 5px;
    padding: 0;
    width: 10px
}

.swiper-pagination-bullet-active {
    background-color: #000
}

.swiper-horizontal+.swiper-pagination-horizontal {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    background: #000;
    bottom: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-flip {
    overflow: visible
}

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

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

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

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

:where(.brxe-accordion) {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

:where(.brxe-accordion) .brx-open .accordion-content-wrapper {
    display: block
}

:where(.brxe-accordion) .brx-open .icon.expanded {
    display: block !important
}

:where(.brxe-accordion) .brx-open .icon.expanded+.icon {
    display: none
}

:where(.brxe-accordion) .accordion-title-wrapper {
    cursor: pointer;
    margin-bottom: -1px;
    padding: 15px 0;
    transition: var(--bricks-transition)
}

:where(.brxe-accordion) .accordion-title {
    align-items: center;
    display: flex
}

:where(.brxe-accordion) .accordion-title:empty {
    display: none !important
}

:where(.brxe-accordion) .accordion-title.icon-left {
    flex-direction: row-reverse
}

:where(.brxe-accordion) .accordion-title.icon-left .icon {
    margin-left: 0;
    margin-right: 10px
}

:where(.brxe-accordion) .accordion-title.icon-right .icon {
    margin-left: 10px;
    margin-right: 0
}

:where(.brxe-accordion) .accordion-title .title {
    flex: 1;
    line-height: 30px;
    margin: 0
}

:where(.brxe-accordion) .accordion-title .icon {
    font-size: .8em;
    line-height: 1;
    position: relative;
    top: 1px;
    transform-origin: center
}

:where(.brxe-accordion) .accordion-title .icon.expanded {
    display: none
}

:where(.brxe-accordion) .accordion-subtitle {
    opacity: .8
}

:where(.brxe-accordion) .accordion-content-wrapper {
    animation: height .5s ease;
    display: none;
    overflow: hidden;
    padding: 0 0 15px
}

:where(.brxe-accordion) .accordion-content-wrapper:empty {
    display: none !important
}

.brxe-accordion-nested {
    width: 100%
}

.brxe-accordion-nested .accordion-title-wrapper {
    cursor: pointer
}

.brxe-accordion-nested .accordion-title-wrapper .brxe-heading {
    margin: 0
}

.brxe-accordion-nested .accordion-content-wrapper {
    display: none
}

.brxe-accordion-nested .brx-open>.accordion-content-wrapper {
    display: block
}

:where(.brxe-alert) {
    align-items: center;
    border-color: currentcolor;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 100%
}

:where(.brxe-alert).info {
    background-color: var(--bricks-bg-info);
    color: var(--bricks-text-info)
}

:where(.brxe-alert).info .bricks-button {
    background-color: var(--bricks-text-info);
    color: #fff
}

:where(.brxe-alert).success {
    background-color: var(--bricks-bg-success);
    color: var(--bricks-text-success)
}

:where(.brxe-alert).success .bricks-button {
    background-color: var(--bricks-text-success);
    color: #fff
}

:where(.brxe-alert).warning {
    background-color: var(--bricks-bg-warning);
    color: var(--bricks-text-warning)
}

:where(.brxe-alert).warning .bricks-button {
    background-color: var(--bricks-text-warning);
    color: #fff
}

:where(.brxe-alert).danger {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger)
}

:where(.brxe-alert).danger .bricks-button {
    background-color: var(--bricks-text-danger);
    color: #fff
}

:where(.brxe-alert).muted {
    background-color: var(--bricks-bg-light)
}

:where(.brxe-alert) .content {
    flex: 1
}

:where(.brxe-alert) h1,
:where(.brxe-alert) h2,
:where(.brxe-alert) h3,
:where(.brxe-alert) h4,
:where(.brxe-alert) h5,
:where(.brxe-alert) h6 {
    color: inherit
}

:where(.brxe-alert) p {
    margin: 0
}

:where(.brxe-alert) a {
    text-decoration: underline
}

:where(.brxe-alert) svg {
    cursor: pointer;
    height: 1em
}

:where(.brxe-alert) svg g {
    stroke: currentcolor
}

.brxe-audio {
    background-color: var(--bricks-bg-dark);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 15px 20px;
    width: 100%
}

.brxe-audio.theme-light {
    background-color: var(--bricks-bg-light);
    color: var(--bricks-text-dark)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-button>button {
    filter: brightness(0)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-horizontal-volume-current,
.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-horizontal-volume-handle,
.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: var(--bricks-bg-dark)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: rgba(38, 50, 56, .5)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: rgba(38, 50, 56, .25)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
    background-color: var(--bricks-bg-dark)
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: var(--bricks-bg-dark);
    color: #fff
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner {
    border-color: var(--bricks-bg-dark) transparent transparent
}

.brxe-audio.theme-light .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: rgba(38, 50, 56, .33)
}

.brxe-audio .audio-title {
    color: currentcolor;
    margin: 0;
    position: relative;
    z-index: 1
}

.brxe-audio .audio-controls {
    display: none
}

.brxe-audio .mejs-container {
    background: none !important;
    width: 100% !important
}

.brxe-audio .mejs-container .mejs-controls {
    background: transparent !important;
    padding: 0 !important
}

.brxe-audio .mejs-container .mejs-controls .mejs-time {
    color: currentcolor;
    font-size: 12px;
    font-weight: 600
}

.brxe-audio .mejs-container .mejs-controls .mejs-horizontal-volume-handle {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 10px;
    position: absolute;
    top: -3px;
    width: 10px
}

.brxe-audio .mejs-container .mejs-controls .mejs-button>button {
    background-image: url(/wp-content/themes/bricks/assets/svg/audio/control-play.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 26px !important;
    filter: brightness(100);
    height: 26px;
    margin: 7px -3px;
    outline: none;
    width: 26px
}

.brxe-audio .mejs-container .mejs-controls .mejs-play>button,
.brxe-audio .mejs-container .mejs-controls .mejs-replay>button {
    background-image: url(/wp-content/themes/bricks/assets/svg/audio/control-play.svg)
}

.brxe-audio .mejs-container .mejs-controls .mejs-pause>button {
    background-image: url(/wp-content/themes/bricks/assets/svg/audio/control-pause.svg)
}

.brxe-audio .mejs-container .mejs-controls .mejs-mute>button {
    background-image: url(/wp-content/themes/bricks/assets/svg/audio/control-volume-max.svg)
}

.brxe-audio .mejs-container .mejs-controls .mejs-unmute>button {
    background-image: url(/wp-content/themes/bricks/assets/svg/audio/control-mute.svg)
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail {
    align-items: center;
    display: flex;
    padding-top: 0
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering,
.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-hovered,
.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    border-radius: 2px;
    height: 4px;
    margin: 0
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
    background-color: #fff
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background-color: hsla(0, 0%, 100%, .5)
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
    background-color: hsla(0, 0%, 100%, .25)
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle-content {
    background-color: #fff;
    border: none;
    border-radius: 100%;
    display: block !important;
    height: 10px;
    left: -8px;
    top: -7px;
    transform: scale(1);
    width: 10px
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
    background-color: #fff;
    border: none;
    border-radius: 2px
}

.brxe-audio .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float .mejs-time-float-corner {
    border-color: #fff transparent transparent
}

.brxe-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider {
    height: 40px
}

.brxe-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 2px
}

.brxe-audio .mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background-color: hsla(0, 0%, 100%, .33);
    border-radius: 2px;
    height: 4px;
    top: 50%;
    transform: translateY(-50%)
}

.brxe-breadcrumbs {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px
}

.brxe-breadcrumbs .separator {
    display: flex
}

.brxe-button {
    width: auto
}

.brxe-animated-typing {
    line-height: 1;
    margin: 0
}

.brxe-animated-typing .typed-cursor {
    animation: blink .3s infinite;
    animation-direction: alternate;
    display: inline-block;
    font-size: 1em;
    opacity: 1
}

@keyframes blink {
    to {
        opacity: 0
    }
}

.brxe-carousel {
    min-width: 0;
    position: relative;
    width: 100%
}

.brxe-carousel .image {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    height: 300px;
    left: 0;
    position: relative;
    right: 0;
    top: 0
}

.brxe-carousel .swiper-autoheight .image {
    height: auto !important;
    width: 100%
}

.brxe-carousel .content-wrapper,
.brxe-carousel .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
}

.brxe-carousel .content-wrapper.top,
.brxe-carousel .overlay-wrapper.top {
    justify-content: flex-start
}

.brxe-carousel .content-wrapper.middle,
.brxe-carousel .overlay-wrapper.middle {
    justify-content: center;
    margin-bottom: auto;
    margin-top: auto
}

.brxe-carousel .content-wrapper.bottom,
.brxe-carousel .overlay-wrapper.bottom {
    justify-content: flex-end
}

.brxe-carousel .content-wrapper.left,
.brxe-carousel .overlay-wrapper.left {
    align-items: flex-start;
    text-align: left
}

.brxe-carousel .content-wrapper.center,
.brxe-carousel .overlay-wrapper.center {
    align-items: center;
    text-align: center
}

.brxe-carousel .content-wrapper.right,
.brxe-carousel .overlay-wrapper.right {
    align-items: flex-end;
    text-align: right
}

.brxe-carousel .content-wrapper.center.middle,
.brxe-carousel .overlay-wrapper.center.middle {
    margin-bottom: auto;
    margin-top: auto
}

.brxe-carousel .overlay-wrapper {
    position: absolute !important;
    z-index: 2
}

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

.brxe-carousel .overlay-wrapper.show-on-hover:hover {
    opacity: 1
}

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

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

.brxe-carousel .overlay-wrapper.show-on-hover.fade-in-up:hover .overlay-inner {
    transform: translateY(0)
}

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

.brxe-carousel .overlay-wrapper.show-on-hover.fade-in-right:hover .overlay-inner {
    transform: translateY(0)
}

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

.brxe-carousel .overlay-wrapper.show-on-hover.fade-in-down:hover .overlay-inner {
    transform: translateY(0)
}

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

.brxe-carousel .overlay-wrapper.show-on-hover.fade-in-left:hover .overlay-inner {
    transform: translateY(0)
}

.brxe-carousel .overlay-wrapper.show-on-hover.zoom-in .overlay-inner {
    transform: scale(.8)
}

.brxe-carousel .overlay-wrapper.show-on-hover.zoom-in:hover .overlay-inner {
    transform: scale(1)
}

.brxe-carousel .overlay-wrapper.show-on-hover.zoom-out .overlay-inner {
    transform: scale(1.2)
}

.brxe-carousel .overlay-wrapper.show-on-hover.zoom-out:hover .overlay-inner {
    transform: scale(1)
}

.brxe-carousel .dynamic {
    margin: 0;
    padding: 0
}

.brxe-carousel .meta {
    width: 100%
}

.brxe-carousel .meta span:first-child {
    padding: 0
}

.brxe-carousel .meta span+span {
    padding: 0 5px
}

.brxe-carousel .meta span+span:before {
    content: " ·";
    left: -5px;
    position: relative
}

.brxe-carousel .excerpt {
    margin-top: .5em
}

.brxe-carousel .taxonomy {
    margin: 0 -5px
}

.brxe-carousel .taxonomy a {
    display: inline-block;
    line-height: 2;
    margin: 0 5px
}

.brxe-carousel .overlay-wrapper {
    height: 300px
}

.brxe-code {
    width: 100%
}

.brxe-countdown {
    display: inline-flex;
    flex-wrap: wrap;
    width: auto
}

.brxe-countdown .field {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center
}

.brxe-countdown .format,
.brxe-countdown .prefix,
.brxe-countdown .suffix {
    display: block
}

.brxe-counter {
    width: auto
}

:where(.brxe-divider) {
    align-items: center;
    display: flex;
    font-size: 30px;
    gap: 30px
}

:where(.brxe-divider).horizontal {
    width: 100%
}

:where(.brxe-divider).horizontal .line {
    border-top: 1px solid
}

:where(.brxe-divider).vertical {
    flex-direction: column
}

:where(.brxe-divider).vertical .line {
    border-right: 1px solid;
    width: auto
}

:where(.brxe-divider) .line {
    position: relative;
    width: 100%
}

:where(.brxe-divider) .icon {
    flex-shrink: 0;
    position: relative
}

:where(.brxe-divider) a {
    display: inline-flex
}

.brxe-dropdown {
    display: flex;
    flex-direction: column;
    position: relative
}

.brxe-dropdown.brx-draggable:empty {
    min-height: 0
}

.brxe-dropdown.brx-draggable:empty:not(.editing) {
    outline: none
}

.brxe-dropdown[data-static] .open>.brx-dropdown-content,
.brxe-dropdown[data-static].open>.brx-dropdown-content {
    display: block
}

.brxe-dropdown[data-static] .brx-dropdown-content {
    display: none;
    position: static
}

.brxe-dropdown:not([data-toggle=click]):hover:before {
    content: "";
    height: 100%;
    min-height: 60px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

.brxe-dropdown.caret .brx-dropdown-content:before {
    border: 0 solid transparent;
    border-bottom-color: #fff;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    transition-duration: .2s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: ease;
    width: 0
}

.brxe-dropdown.open>.brx-dropdown-content {
    opacity: 1;
    visibility: visible
}

.brxe-dropdown:not(.open) .brx-dropdown-content {
    pointer-events: none
}

.brxe-dropdown .brx-submenu-toggle {
    gap: 10px
}

.brxe-dropdown .brxe-dropdown:not([data-toggle=click]):hover:before {
    display: none
}

.brxe-dropdown .brxe-dropdown .brx-dropdown-content {
    left: 100%;
    top: 0
}

.brx-dropdown-content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    min-width: 200px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    transition-duration: .2s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: ease;
    visibility: hidden;
    z-index: 1001
}

.brx-dropdown-content>li.brxe-text-link {
    display: list-item
}

.brx-dropdown-content>li .brxe-text-link {
    display: flex
}

.brx-multilevel-back {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 3px;
    width: 100%
}

.brx-render-child-nodes {
    display: none !important
}

:where(.brxe-form) {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

:where(.brxe-form) .label,
:where(.brxe-form) label {
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase
}

:where(.brxe-form) .form-group {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
    width: 100%
}

:where(.brxe-form) .form-group.captcha,
:where(.brxe-form) .form-group:last-child {
    padding-bottom: 0
}

:where(.brxe-form) .form-group.captcha {
    line-height: 1
}

:where(.brxe-form) .form-group.file {
    display: block
}

:where(.brxe-form) .form-group.file>label.choose-files {
    margin-bottom: 0
}

:where(.brxe-form) .form-group>.label {
    margin-bottom: 5px
}

:where(.brxe-form) .form-group .form-group-error-message {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger);
    display: none;
    padding: 15px;
    width: 100%
}

:where(.brxe-form) .form-group .form-group-error-message.show {
    display: block
}

:where(.brxe-form) .submit-button-wrapper {
    width: auto
}

:where(.brxe-form) .required:after {
    content: "*";
    padding: 0 2px;
    position: relative;
    top: -2px
}

:where(.brxe-form) .options-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:where(.brxe-form) .options-wrapper input,
:where(.brxe-form) .options-wrapper label {
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    width: auto
}

:where(.brxe-form) button[type=submit].sending {
    cursor: default
}

:where(.brxe-form) button[type=submit].sending .text {
    opacity: .5
}

:where(.brxe-form) button[type=submit].sending>i,
:where(.brxe-form) button[type=submit].sending>svg {
    display: none
}

:where(.brxe-form) button[type=submit].sending .loading {
    animation: load8 1s linear infinite;
    display: flex;
    opacity: 1
}

:where(.brxe-form) button[type=submit] .loading {
    display: none
}

:where(.brxe-form) button[type=submit] svg {
    height: 1em
}

:where(.brxe-form) .recaptcha-hidden {
    display: none
}

:where(.brxe-form) .recaptcha-error {
    display: none;
    padding: 0 !important
}

:where(.brxe-form) .recaptcha-error.show {
    display: block
}

:where(.brxe-form) .recaptcha-error .brxe-alert.danger {
    align-items: center;
    background-color: var(--bricks-bg-danger);
    border-color: currentcolor;
    color: var(--bricks-text-danger);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 100%
}

:where(.brxe-form) .hcaptcha-error {
    display: none;
    padding: 0 !important
}

:where(.brxe-form) .hcaptcha-error.show {
    display: block
}

:where(.brxe-form) .hcaptcha-error .brxe-alert.danger {
    align-items: center;
    background-color: var(--bricks-bg-danger);
    border-color: currentcolor;
    color: var(--bricks-text-danger);
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 100%
}

:where(.brxe-form) input[type=checkbox]+.label,
:where(.brxe-form) input[type=checkbox]+label,
:where(.brxe-form) input[type=radio]+.label,
:where(.brxe-form) input[type=radio]+label {
    color: inherit;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: inherit;
    text-transform: inherit
}

:where(.brxe-form) textarea {
    height: inherit
}

:where(.brxe-form) .message {
    background-color: var(--bricks-bg-info);
    color: var(--bricks-text-info);
    padding-bottom: 0;
    width: 100%
}

:where(.brxe-form) .message.success {
    background-color: var(--bricks-bg-success);
    color: var(--bricks-text-success)
}

:where(.brxe-form) .message.error {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger)
}

:where(.brxe-form) .message .text {
    padding: 15px
}

:where(.brxe-form) input.file,
:where(.brxe-form) input[type=file] {
    display: block;
    height: 0;
    opacity: 0;
    width: 0
}

:where(.brxe-form) .file-result {
    display: none;
    padding: 0
}

:where(.brxe-form) .file-result.show {
    align-items: center;
    display: flex;
    margin: 0 0 15px
}

:where(.brxe-form) .file-result.show.danger {
    background-color: var(--bricks-bg-danger);
    color: var(--bricks-text-danger);
    justify-content: space-between;
    padding: 15px
}

:where(.brxe-form) .file-result.show.danger svg {
    cursor: pointer;
    height: 1em;
    margin-left: 5px
}

:where(.brxe-form) .file-result.show.danger svg g {
    stroke: currentcolor
}

:where(.brxe-form) .file-result.show .remove {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin: 0 15px;
    padding: 0 10px
}

:where(.brxe-form) .file-result.show .remove:hover {
    background-color: var(--bricks-text-danger);
    color: #fff
}

:where(.brxe-form) .choose-files {
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    padding: 0 15px;
    text-align: center;
    text-transform: none;
    white-space: nowrap;
    width: auto
}

.grecaptcha-badge {
    visibility: hidden
}

:where(.brxe-heading).has-separator {
    align-items: center;
    display: inline-flex;
    gap: 20px
}

:where(.brxe-heading)>[contenteditable] {
    display: inline-block;
    text-decoration: inherit
}

:where(.brxe-heading) .separator {
    border-top: 1px solid;
    flex-grow: 1;
    flex-shrink: 0;
    height: 1px
}

.brxe-icon {
    font-size: 60px
}

svg.brxe-icon {
    font-size: inherit
}

:where(.brxe-icon-box) {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

:where(.brxe-icon-box).top .icon {
    margin-bottom: 20px
}

:where(.brxe-icon-box).bottom {
    flex-direction: column-reverse
}

:where(.brxe-icon-box).bottom .icon {
    margin-top: 20px
}

:where(.brxe-icon-box).right {
    flex-direction: row-reverse
}

:where(.brxe-icon-box).right .icon {
    margin-left: 20px
}

:where(.brxe-icon-box).left {
    flex-direction: row
}

:where(.brxe-icon-box).left .icon {
    margin-right: 20px
}

:where(.brxe-icon-box) .icon {
    display: inline-flex
}

:where(.brxe-icon-box) .icon a {
    display: inline-flex
}

:where(.brxe-icon-box) i {
    display: inline-block;
    font-size: 40px;
    line-height: 1;
    text-align: center
}

a.brxe-image {
    display: inline-block
}

figure.brxe-image {
    margin: 0
}

:where(.brxe-image).tag {
    display: inline-block;
    height: fit-content;
    position: relative;
    width: auto
}

:where(.brxe-image).caption {
    overflow: hidden;
    position: relative
}

:where(.brxe-image).overlay {
    position: relative
}

:where(.brxe-image).overlay:before {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

:where(.brxe-image):before {
    border-radius: inherit
}

:where(.brxe-image) a {
    border-radius: inherit;
    position: static;
    transition: inherit
}

:where(.brxe-image) picture {
    border-radius: inherit;
    transition: inherit
}

:where(.brxe-image) img {
    border-radius: inherit;
    height: 100%;
    position: static !important;
    transition: inherit;
    width: 100%
}

:where(.brxe-image) img.bricks-lazy-hidden+figcaption {
    display: none
}

:where(.brxe-image) .icon {
    color: #fff;
    font-size: 60px;
    pointer-events: none;
    position: absolute;
    right: 50%;
    text-align: center;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 5
}

:where(.brxe-image) .bricks-image-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: inherit;
    margin: 0;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute !important;
    text-align: center;
    width: 100%;
    z-index: 1
}

.brxe-image-gallery {
    width: 100%
}

.brxe-image-gallery figure {
    all: unset;
    display: block
}

.brxe-image-gallery figure>a {
    display: block
}

.brxe-image-gallery .image {
    position: relative
}

.brxe-image-gallery .bricks-image-caption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: inherit;
    margin: 0;
    padding: 10px 15px;
    pointer-events: none;
    position: absolute !important;
    text-align: center;
    width: 100%;
    z-index: 1
}

.brxe-image-gallery[data-layout=metro] .image img {
    height: auto;
    width: 100%
}

.brxe-filter-checkbox {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-filter-checkbox label {
    align-items: center;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: .5em;
    margin: inherit
}

.brxe-filter-checkbox label.brx-option-disabled {
    cursor: default
}

.brxe-filter-radio {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:where(.brxe-filter-radio[data-mode=button]) {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.brxe-filter-radio[data-mode=button] input[type=radio] {
    display: none
}

.brxe-filter-radio label {
    align-items: center;
    color: inherit;
    cursor: pointer;
    display: flex;
    font: inherit;
    gap: .5em;
    margin: inherit
}

.brxe-filter-range {
    flex-direction: column;
    width: 100%
}

.brxe-filter-range,
.brxe-filter-range .min-max-wrap {
    display: flex;
    gap: 10px
}

.brxe-filter-range .min-max-wrap>div {
    align-items: center;
    display: flex;
    flex-grow: 1;
    gap: 10px
}

.brxe-filter-range .min-max-wrap>div .label {
    flex-shrink: 0
}

.brxe-filter-range input {
    max-width: 100%
}

.brxe-filter-range input[type=range] {
    outline: none
}

.brxe-filter-range .double-slider-wrap {
    padding-top: 14px;
    position: relative;
    width: 100%
}

.brxe-filter-range .double-slider-wrap input[type=range] {
    appearance: none;
    -webkit-appearance: none;
    background-color: currentcolor;
    border-radius: 2px;
    height: 2px;
    pointer-events: none;
    position: absolute
}

.brxe-filter-range .double-slider-wrap input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid;
    border-radius: 14px;
    box-shadow: inset 0 0 0 2px #fff;
    cursor: pointer;
    height: 14px;
    pointer-events: all;
    position: relative;
    transition: .1s;
    width: 14px;
    z-index: 1
}

.brxe-filter-range .double-slider-wrap input[type=range]::-moz-range-thumb {
    -webkit-appearance: none;
    background-color: #fff;
    border: 2px solid;
    border-radius: 14px;
    box-shadow: inset 0 0 0 2px #fff;
    cursor: pointer;
    height: 14px;
    pointer-events: all;
    position: relative;
    transition: .1s;
    width: 14px;
    z-index: 1
}

.brxe-filter-range .double-slider-wrap input[type=range].max,
.brxe-filter-range .double-slider-wrap input[type=range].upper {
    background-color: transparent
}

.brxe-filter-range .double-slider-wrap label {
    display: none
}

.brxe-filter-range .double-slider-wrap .value-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 14px
}

.brxe-filter-range .double-slider-wrap .value-wrap>span {
    display: inline-flex;
    gap: 10px
}

.brxe-instagram-feed {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%
}

.brxe-instagram-feed ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-instagram-feed li {
    overflow: hidden;
    position: relative
}

.brxe-instagram-feed li .brx-icon {
    color: #fff;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 10px
}

.brxe-instagram-feed li .brx-icon svg {
    height: 24px;
    width: 24px
}

.brxe-instagram-feed img {
    aspect-ratio: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.brxe-instagram-feed .caption {
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    transition: opacity .2s ease-in-out
}

.brxe-instagram-feed .follow {
    align-items: center;
    display: flex;
    gap: 5px
}

:where(.brxe-list) {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

:where(.brxe-list) li {
    position: relative
}

:where(.brxe-list) li:last-child {
    margin-bottom: 0
}

:where(.brxe-list) li[data-highlight]:before {
    content: attr(data-highlight);
    display: inline-block
}

:where(.brxe-list) .content {
    align-items: center;
    display: flex;
    justify-content: space-between
}

:where(.brxe-list) .icon {
    align-items: center;
    display: inline-flex;
    flex-shrink: 0;
    justify-content: center
}

:where(.brxe-list) .icon svg {
    font-size: medium
}

:where(.brxe-list) .title {
    display: inline-block;
    margin: 0 10px 0 0
}

:where(.brxe-list) .meta {
    margin-left: 10px
}

:where(.brxe-list) .description {
    display: flex
}

:where(.brxe-list) .separator {
    border-top-style: solid;
    border-top-width: 1px;
    flex: 1;
    flex-basis: 50px
}

.brxe-logo {
    color: currentcolor;
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.brxe-logo img {
    display: block;
    height: auto;
    width: auto
}

.brxe-logo a {
    color: currentcolor;
    display: inline-block
}

.brxe-map {
    height: 300px;
    width: 100%
}

.brxe-map.no-key {
    overflow: hidden
}

.brxe-map>iframe {
    border: 0;
    pointer-events: none
}

.brxe-map ol,
.brxe-map ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-map .infoBox {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .2);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    gap: 5px;
    min-width: 300px;
    padding: 10px;
    transform: translate(-50%, calc(-100% - 60px)) !important
}

.brxe-map .infoBox:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%)
}

.brxe-map .infoBox .title {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    padding-right: 30px
}

.brxe-map .infoBox .subtitle {
    font-size: 14px;
    font-weight: 500
}

.brxe-map .infoBox .content {
    font-size: 13px;
    margin: 0
}

.brxe-map .infoBox .content+.images {
    margin-top: 10px
}

.brxe-map .infoBox .images {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(4, 1fr)
}

.brxe-map .infoBox .images img {
    max-width: 100%
}

.brxe-map .infoBox .close {
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    pointer-events: all;
    position: absolute;
    right: 15px;
    top: 10px
}

.brxe-map .infoBox>img {
    height: 14px;
    position: absolute !important;
    right: 0;
    top: 0;
    width: 14px
}

:where(.brxe-nav-menu).dragging .bricks-mobile-menu-wrapper {
    display: none !important;
    pointer-events: none !important
}

:where(.brxe-nav-menu) .menu-item:not(.open) .sub-menu {
    pointer-events: none
}

:where(.brxe-nav-menu) ol,
:where(.brxe-nav-menu) ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:where(.brxe-nav-menu) .bricks-nav-menu {
    display: flex;
    line-height: inherit;
    margin: 0;
    padding: 0
}

:where(.brxe-nav-menu) .bricks-nav-menu>li {
    margin: 0 0 0 30px
}

:where(.brxe-nav-menu) .bricks-nav-menu>li.menu-item-has-children:hover:before {
    content: "";
    height: 100%;
    min-height: 60px;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1
}

:where(.brxe-nav-menu) .bricks-nav-menu>li>.sub-menu.caret:before {
    border: 0 solid transparent;
    border-bottom: 0 solid var(--bricks-bg-dark);
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 0
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click]:before {
    display: none
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click].open>.sub-menu.caret:before {
    display: block
}

:where(.brxe-nav-menu) .bricks-nav-menu>li[data-toggle=click] .sub-menu.caret:before {
    display: none
}

:where(.brxe-nav-menu) .bricks-nav-menu li {
    position: relative
}

:where(.brxe-nav-menu) .bricks-nav-menu li.open>.sub-menu {
    opacity: 1;
    visibility: visible
}

:where(.brxe-nav-menu) .bricks-nav-menu li.open[data-static]>.sub-menu {
    display: block
}

:where(.brxe-nav-menu) .bricks-nav-menu li:not(.brx-has-megamenu)>a {
    display: flex;
    width: 100%
}

:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] {
    flex-direction: column
}

:where(.brxe-nav-menu) .bricks-nav-menu li[data-static] .sub-menu {
    display: none;
    position: static !important;
    transform: none
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu {
    background-color: var(--bricks-bg-dark);
    color: #fff;
    line-height: 60px;
    min-width: 150px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: var(--bricks-transition);
    visibility: hidden;
    white-space: nowrap;
    z-index: 998
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu li {
    border-style: none;
    position: relative;
    width: 100%
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu a,
:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu button {
    color: currentcolor;
    padding: 0 20px
}

:where(.brxe-nav-menu) .bricks-nav-menu .sub-menu .sub-menu {
    left: 100%;
    padding-top: 0;
    top: 0
}

:where(.brxe-nav-menu) .bricks-nav-menu .brx-has-multilevel .sub-menu .brx-submenu-toggle {
    width: 100%
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle {
    background-color: transparent;
    cursor: pointer;
    display: none;
    height: 16px;
    min-width: 12px;
    position: relative;
    width: 20px
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle.always {
    display: block !important
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle:hover span {
    min-width: 12px;
    width: 20px
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle span {
    background-color: currentcolor;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    transition: var(--bricks-transition)
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-top {
    min-width: 12px;
    top: 0;
    width: 20px
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-center {
    min-width: 12px;
    top: 7px;
    width: 20px
}

:where(.brxe-nav-menu) .bricks-mobile-menu-toggle .bar-bottom {
    min-width: 12px;
    top: 14px;
    width: 20px
}

.brx-body.iframe .bricks-mobile-menu-wrapper .sub-menu {
    display: block !important
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle {
    min-width: 20px;
    width: 20px;
    z-index: 1000
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle.fixed {
    position: fixed
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-top {
    top: 50%;
    transform: rotate(45deg)
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-center {
    opacity: 0
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-toggle .bar-bottom {
    top: 50%;
    transform: rotate(-45deg)
}

.brxe-nav-menu.show-mobile-menu li.open>.brx-megamenu {
    display: initial;
    opacity: 1;
    position: static;
    visibility: visible
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-wrapper {
    max-width: 100vw;
    opacity: 1 !important;
    transform: translateX(0) !important;
    visibility: visible;
    z-index: 999
}

.brxe-nav-menu.show-mobile-menu .bricks-mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 998
}

.brxe-nav-menu .bricks-mobile-menu-wrapper {
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    height: calc(var(--bricks-vh, 1vh)*100);
    left: 0;
    position: fixed;
    right: auto;
    scrollbar-width: none;
    top: var(--wp-admin--admin-bar--height, 0);
    transition-duration: .2s;
    transition-property: background-color, opacity, transform, visibility;
    visibility: hidden;
    width: 300px;
    z-index: 999
}

.brxe-nav-menu .bricks-mobile-menu-wrapper::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 0
}

.brxe-nav-menu .bricks-mobile-menu-wrapper:before {
    background-color: #23282d;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.fade-in {
    opacity: 0;
    transform: translateX(0) !important
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.left {
    transform: translateX(-100%)
}

.brxe-nav-menu .bricks-mobile-menu-wrapper.right {
    left: auto;
    right: 0;
    transform: translateX(100%)
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu {
    overflow-y: scroll;
    position: relative;
    scrollbar-width: none
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu::-webkit-scrollbar {
    background: transparent;
    height: 0;
    width: 0
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu>li>.brx-submenu-toggle>*,
.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu>li>a {
    padding: 0 30px
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .bricks-mobile-menu .brx-megamenu {
    display: none
}

.brxe-nav-menu .bricks-mobile-menu-wrapper a {
    display: block;
    width: 100%
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .brx-megamenu a {
    display: initial
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li a {
    line-height: 60px
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li a:focus {
    outline-offset: -1px
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu {
    background: none !important;
    display: none;
    line-height: 40px
}

.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>.brx-submenu-toggle>*,
.brxe-nav-menu .bricks-mobile-menu-wrapper .sub-menu li>a {
    padding: 0 45px
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li.open>.sub-menu {
    display: block
}

.brxe-nav-menu .bricks-mobile-menu-wrapper li.menu-item-has-children:hover:before {
    display: none
}

.brxe-nav-menu .bricks-mobile-menu-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .2s;
    visibility: hidden;
    z-index: -1
}

li.menu-item-has-children [aria-expanded] .menu-item-icon {
    background-color: transparent;
    color: inherit;
    pointer-events: none;
    transition: inherit
}

li.menu-item-has-children [aria-expanded] .menu-item-icon i {
    position: relative;
    top: 2px
}

li.menu-item-has-children [aria-expanded=false] .open {
    display: block
}

li.menu-item-has-children [aria-expanded=false] .close {
    display: none
}

li.menu-item-has-children [aria-expanded=true] .close {
    display: block
}

li.menu-item-has-children [aria-expanded=true] .open {
    display: none
}

.brxe-nav-nested {
    align-items: center;
    display: inline-flex
}

.brxe-nav-nested[data-toggle=always] .brx-nav-nested-items {
    display: none
}

.brxe-nav-nested[data-toggle=always] .brx-toggle-div,
.brxe-nav-nested[data-toggle=always] .brxe-toggle {
    display: inline-flex
}

.brxe-nav-nested .brx-toggle-div,
.brxe-nav-nested .brxe-toggle {
    display: none
}

.brxe-nav-nested .menu-item:has(>.brx-toggle-div:not(.is-active)) {
    display: none
}

.brxe-nav-nested li.brxe-text-link.menu-item {
    display: list-item
}

.brxe-nav-nested.brx-open .brxe-dropdown:not([data-toggle=click]):before {
    content: none
}

.brxe-nav-nested.brx-open .brx-nav-nested-items {
    align-items: stretch;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
    justify-content: center;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: var(--wp-admin--admin-bar--height, 0);
    transition-duration: .2s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: ease;
    z-index: 1001
}

.brxe-nav-nested.brx-open.multilevel .brx-nav-nested-items {
    overflow: hidden
}

.brxe-nav-nested.brx-open li.menu-item a {
    justify-content: inherit;
    width: 100%
}

.brxe-nav-nested.brx-open :where(li.menu-item.brx-toggle-div) {
    display: block
}

.brxe-nav-nested.brx-open .brx-submenu-toggle {
    justify-content: space-between
}

.brxe-nav-nested.brx-open .brxe-dropdown:hover:before {
    content: none
}

.brxe-nav-nested.brx-open .brxe-dropdown.open>.brx-dropdown-content {
    display: flex;
    min-width: auto;
    opacity: 1;
    overflow-y: auto;
    position: static;
    visibility: visible
}

.brxe-nav-nested.brx-open .brxe-dropdown .brx-dropdown-content {
    display: none
}

.brxe-nav-nested.brx-open .brx-has-megamenu .brx-dropdown-content {
    min-width: 0 !important
}

.brxe-nav-nested.brx-closing .brx-nav-nested-items {
    opacity: 0 !important;
    visibility: hidden !important
}

.brx-nav-nested-items {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-offcanvas {
    visibility: hidden
}

.brxe-offcanvas.brx-open {
    visibility: visible
}

.brxe-offcanvas.brx-open .brx-offcanvas-inner {
    transform: translate(0) !important
}

.brxe-offcanvas.brx-open .brx-offcanvas-backdrop {
    opacity: 1;
    visibility: visible;
    z-index: 998
}

.brxe-offcanvas[data-direction=top] .brx-offcanvas-inner {
    bottom: auto;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    width: 100vw
}

.brxe-offcanvas[data-direction=right] .brx-offcanvas-inner {
    bottom: 0;
    height: 100vh;
    height: calc(var(--bricks-vh, 1vh)*100);
    left: auto;
    right: 0;
    top: 0;
    transform: translate(100%);
    width: 300px
}

.brxe-offcanvas[data-direction=bottom] .brx-offcanvas-inner {
    bottom: 0;
    height: 300px;
    left: 0;
    right: 0;
    top: auto;
    transform: translateY(100%);
    width: 100vw
}

.brxe-offcanvas[data-direction=left] .brx-offcanvas-inner {
    bottom: 0;
    height: 100vh;
    height: calc(var(--bricks-vh, 1vh)*100);
    left: 0;
    right: auto;
    top: 0;
    transform: translate(-100%);
    width: 300px
}

.brx-offcanvas-inner {
    background-color: #fff;
    display: flex;
    overflow-x: hidden;
    position: fixed;
    transition: transform .2s cubic-bezier(.25, 0, .25, 1);
    z-index: 999
}

.brx-offcanvas-backdrop {
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.25, 0, .25, 1);
    visibility: hidden;
    z-index: -1
}

.brxe-pagination {
    width: 100%
}

.brxe-pie-chart {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    font-size: 30px;
    line-height: 1;
    position: relative
}

.brxe-pie-chart .content {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.brxe-post-author {
    display: inline-flex
}

.brxe-post-author.avatar-top {
    flex-direction: column
}

.brxe-post-author.avatar-top>* {
    margin-bottom: 15px
}

.brxe-post-author.avatar-right {
    flex-direction: row-reverse
}

.brxe-post-author.avatar-right>* {
    margin-left: 15px
}

.brxe-post-author.avatar-bottom {
    flex-direction: column-reverse
}

.brxe-post-author.avatar-bottom>* {
    margin-top: 15px
}

.brxe-post-author.avatar-left>* {
    margin-right: 15px
}

.brxe-post-author .avatar {
    background-color: #fff;
    border-radius: 50%;
    height: fit-content
}

.brxe-post-author .author-name,
.brxe-post-author .content {
    margin: 0
}

.brxe-post-author .author-name+.author-bio {
    margin-top: .5em
}

.brxe-post-author .bricks-button {
    display: inline-block;
    margin-top: 1em
}

.brxe-post-comments {
    width: 100%
}

.brxe-post-comments .comment-form-cookies-consent {
    align-self: center;
    display: flex;
    gap: .5em
}

.brxe-post-comments .comment-form-cookies-consent input {
    cursor: pointer;
    position: relative;
    top: 2px
}

.brxe-post-comments .comment-form-cookies-consent label {
    cursor: pointer;
    margin: 0
}

.brxe-post-comments .comment-reply-title,
.brxe-post-comments .comments-title {
    margin-bottom: 30px
}

.brxe-post-comments .comment-navigation .nav-links {
    display: flex;
    justify-content: space-between
}

.brxe-post-comments #comment-nav-above,
.brxe-post-comments #comment-nav-below {
    margin-bottom: 15px
}

.brxe-post-comments ol,
.brxe-post-comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-post-comments .comment-list {
    border-bottom: 1px solid var(--bricks-border-color);
    line-height: inherit;
    margin: 0 0 60px;
    padding-bottom: 30px
}

.brxe-post-comments .comment-list.no-avatar .children {
    margin-left: 60px;
    padding-left: 0
}

.brxe-post-comments .comment {
    border-top: 1px solid var(--bricks-border-color);
    padding-top: 30px
}

.brxe-post-comments .comment:not(:last-child) {
    margin-bottom: 30px
}

.brxe-post-comments .comment-body {
    display: grid;
    gap: 20px;
    grid-template-columns: auto 1fr;
    position: relative
}

.brxe-post-comments .children {
    margin-top: 30px
}

.brxe-post-comments .depth-2,
.brxe-post-comments .depth-3 {
    margin-left: 60px
}

.brxe-post-comments .comment-respond {
    margin-top: 1em
}

.brxe-post-comments .comment-content p {
    hyphens: auto;
    word-break: break-word
}

.brxe-post-comments .comment-avatar {
    position: relative
}

.brxe-post-comments .comment-avatar .administrator-badge {
    background-color: #1ebea5;
    border: 2px solid;
    border-radius: 50%;
    color: #fff;
    cursor: default;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 900;
    height: 24px;
    line-height: 20px;
    position: absolute;
    right: -2px;
    text-align: center;
    top: -2px;
    width: 24px
}

.brxe-post-comments .avatar {
    border-radius: 50%;
    max-width: none
}

.brxe-post-comments .comment-author .fn {
    font-family: inherit;
    font-size: 1.1em;
    line-height: 1;
    margin: 0 0 5px
}

.brxe-post-comments .comment-author .fn a {
    font-weight: 700
}

.brxe-post-comments .comment-meta {
    color: var(--bricks-text-light);
    font-size: .9em;
    margin-bottom: 1em
}

.brxe-post-comments .comment-meta .reply {
    margin: 0 .5em
}

.brxe-post-comments .comment-meta .comment-reply-link {
    background-color: var(--bricks-bg-light);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    padding: 5px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
    transition: .1s
}

.brxe-post-comments .comment-meta .comment-reply-link:hover {
    background-color: var(--bricks-bg-dark);
    color: #fff
}

.brxe-post-comments .comment-respond small {
    font-size: 100%;
    margin: 0 .25em
}

.brxe-post-comments #cancel-comment-reply-link {
    font-weight: 400;
    opacity: .5
}

.brxe-post-comments #cancel-comment-reply-link:hover {
    opacity: 1
}

.brxe-post-comments .comment-form .form-group {
    margin-bottom: 15px
}

.brxe-post-comments .comment-form .logged-in-as a:last-child {
    text-decoration: underline
}

@media (max-width:480px) {
    .brxe-post-comments .comment-avatar {
        gap: 30px
    }

    .brxe-post-comments .comment-avatar img {
        max-width: 60px
    }

    .brxe-post-comments .children {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .brxe-post-comments .depth-2,
    .brxe-post-comments .depth-3 {
        margin: 0
    }
}

.brxe-post-content {
    width: 100%
}

.brxe-post-content[data-source=bricks] {
    display: flex;
    flex-direction: column
}

body:has(.wp-lightbox-overlay) #brx-content {
    overflow: hidden
}

:where(.brxe-post-meta) a {
    color: currentcolor
}

.brxe-post-toc {
    overflow-y: auto;
    top: var(--wp-admin--admin-bar--height, 0);
    transform: translateX(0);
    width: 400px
}

.brxe-post-toc[data-nowrap] .toc-link {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.brxe-post-toc[data-sticky] {
    position: sticky
}

.brxe-post-toc.toc-right {
    right: 0;
    transform: translateX(100%)
}

@media (min-width:52em) {
    .brxe-post-toc {
        transform: translateX(0)
    }

    .brxe-post-toc.toc-right {
        right: calc(50% - 26rem);
        transform: translateX(0)
    }
}

.brxe-post-toc .js-toc {
    overflow-y: hidden
}

.brxe-post-toc>.toc-list {
    overflow: hidden;
    position: relative
}

.brxe-post-toc .toc-list {
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0
}

.brxe-post-toc .toc-list li.toc-list-item {
    position: relative
}

.brxe-post-toc .toc-link {
    color: currentcolor;
    display: block;
    height: 100%;
    text-decoration: none
}

.brxe-post-toc .toc-link:before {
    content: "";
    display: inline-block;
    height: inherit;
    left: 0;
    position: absolute;
    right: 0
}

.brxe-post-toc .toc-link.is-active-link {
    font-weight: 700
}

.brxe-post-toc .is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    transition: all .3s ease-in-out
}

.brxe-post-toc .is-collapsed {
    max-height: 0
}

.brxe-post-toc .is-position-fixed {
    position: fixed !important;
    top: 0
}

.brxe-post-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: inherit;
    width: 100%
}

.brxe-post-navigation .image {
    background-position: 50%;
    background-size: cover;
    flex-shrink: 0;
    height: 60px;
    width: 60px
}

.brxe-post-navigation .swiper-button {
    color: inherit;
    font-size: 1em;
    font-size: 20px;
    position: static;
    transform: none;
    width: auto
}

.brxe-post-navigation .prev-post+.next-post {
    margin-top: 0;
    text-align: right
}

.brxe-post-navigation .prev-post {
    justify-content: flex-start
}

.brxe-post-navigation .prev-post .bricks-swiper-button-prev,
.brxe-post-navigation .prev-post .image {
    margin-right: 15px
}

.brxe-post-navigation .next-post {
    justify-content: flex-end
}

.brxe-post-navigation .next-post .bricks-swiper-button-next,
.brxe-post-navigation .next-post .image {
    margin-left: 15px
}

.brxe-post-navigation a {
    align-items: center;
    display: flex
}

.brxe-post-navigation .content,
.brxe-post-navigation .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.brxe-post-navigation .label,
.brxe-post-navigation .title {
    cursor: inherit;
    margin: 0
}

.brxe-post-navigation .label {
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:480px) {
    .brxe-post-navigation a {
        width: 100%
    }

    .brxe-post-navigation .prev-post+.next-post {
        margin-top: 30px;
        text-align: inherit
    }
}

.brxe-post-reading-progress-bar {
    background-color: transparent;
    border: none;
    height: 12px;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999
}

.brxe-post-reading-progress-bar::-webkit-progress-bar {
    background-color: transparent
}

.brxe-post-reading-progress-bar::-moz-progress-bar {
    background-color: var(--bricks-color-primary)
}

.brxe-post-reading-progress-bar::-webkit-progress-value {
    background-color: var(--bricks-color-primary)
}

.brxe-post-reading-progress-bar[data-pos=top] {
    top: var(--wp-admin--admin-bar--height, 0)
}

.brxe-post-reading-progress-bar[data-pos=bottom] {
    bottom: 0
}

.brxe-post-reading-progress-bar[value] {
    -webkit-appearance: none;
    appearance: none
}

.brxe-post-sharing {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-post-sharing.brand-colors {
    color: #fff
}

.brxe-post-sharing.brand-colors a {
    border: none
}

.brxe-post-sharing.brand-colors .facebook {
    background-color: #3b5998
}

.brxe-post-sharing.brand-colors .twitter {
    background-color: #4cc2ff
}

.brxe-post-sharing.brand-colors .googleplus {
    background-color: #d23e2b
}

.brxe-post-sharing.brand-colors .whatsapp {
    background-color: #25d366
}

.brxe-post-sharing.brand-colors .telegram {
    background-color: #54a9eb
}

.brxe-post-sharing.brand-colors .vkontakte {
    background-color: #5181b8
}

.brxe-post-sharing.brand-colors .linkedin {
    background-color: #4875b4
}

.brxe-post-sharing.brand-colors .pinterest {
    background-color: #c91a22
}

.brxe-post-sharing.brand-colors .email {
    background-color: var(--bricks-text-light)
}

.brxe-post-sharing a {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 30px;
    justify-content: center;
    text-align: center;
    width: 30px
}

.brxe-post-sharing a.telegram svg {
    margin-left: -2px
}

.brxe-post-sharing i:before {
    line-height: inherit
}

.brxe-post-sharing svg {
    flex-shrink: 0;
    height: 1em
}

.brxe-post-sharing path {
    fill: currentcolor
}

.brxe-post-taxonomy {
    display: flex;
    gap: 10px;
    line-height: 1 !important;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-post-taxonomy.separator {
    gap: 0
}

.brxe-post-taxonomy span {
    white-space: pre-wrap
}

.brxe-post-taxonomy li {
    display: inline-block
}

.brxe-post-taxonomy li>* {
    display: flex;
    gap: .5em
}

.brxe-posts {
    overflow: hidden;
    width: 100%
}

.brxe-posts figure {
    all: unset;
    display: block;
    position: relative
}

.brxe-posts figure>a {
    display: block
}

.brxe-posts img {
    width: 100%
}

.brxe-posts .bricks-layout-wrapper {
    --columns: 2;
    --gutter: 0px
}

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

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

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

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

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

.brxe-posts .bricks-layout-wrapper a {
    color: currentcolor
}

.brxe-posts .bricks-pagination {
    position: relative;
    z-index: 1
}

.brxe-posts .bricks-pagination .current {
    color: var(--bricks-text-light);
    cursor: default
}

:where(.brxe-pricing-tables) {
    width: 100%
}

:where(.brxe-pricing-tables) .pricing-tables {
    display: grid;
    gap: 30px;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

@media (max-width:992px) {
    :where(.brxe-pricing-tables) .pricing-tables {
        grid-auto-flow: unset;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:768px) {
    :where(.brxe-pricing-tables) .pricing-tables {
        grid-template-columns: repeat(1, 1fr)
    }
}

:where(.brxe-pricing-tables) ol,
:where(.brxe-pricing-tables) ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:where(.brxe-pricing-tables) .tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 30px;
    padding: 0
}

:where(.brxe-pricing-tables) .tab {
    cursor: pointer;
    margin: 0 10px;
    text-align: center
}

:where(.brxe-pricing-tables) .pricing-table-bg {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

:where(.brxe-pricing-tables) .pricing-table-features,
:where(.brxe-pricing-tables) .pricing-table-footer,
:where(.brxe-pricing-tables) .pricing-table-header,
:where(.brxe-pricing-tables) .pricing-table-pricing {
    position: relative;
    z-index: 1
}

:where(.brxe-pricing-tables) .pricing-table {
    display: none;
    overflow: hidden;
    position: relative;
    text-align: center
}

:where(.brxe-pricing-tables) .pricing-table.active {
    display: block
}

:where(.brxe-pricing-tables) .pricing-table-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px
}

:where(.brxe-pricing-tables) .pricing-table-title {
    font-size: 27px;
    font-weight: 700
}

:where(.brxe-pricing-tables) .pricing-table-subtitle {
    width: 100%
}

:where(.brxe-pricing-tables) .pricing-table-pricing {
    padding: 30px
}

:where(.brxe-pricing-tables) .pricing-table-price-wrapper {
    align-self: stretch;
    color: var(--bricks-text-dark);
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative
}

:where(.brxe-pricing-tables) .pricing-table-original-price {
    align-self: center;
    color: var(--bricks-text-light);
    font-size: 1.2em;
    margin-right: 10px;
    position: absolute;
    right: 100%;
    text-decoration: line-through
}

:where(.brxe-pricing-tables) .pricing-table-price-prefix,
:where(.brxe-pricing-tables) .pricing-table-price-suffix {
    display: flex;
    font-size: 20px !important;
    font-weight: 700
}

:where(.brxe-pricing-tables) .pricing-table-price {
    font-size: 60px;
    line-height: 1;
    margin: 0 2px
}

:where(.brxe-pricing-tables) .pricing-table-price-meta {
    color: var(--bricks-text-light);
    display: block;
    width: 100%
}

:where(.brxe-pricing-tables) .pricing-table-feature {
    align-items: center;
    border-bottom: 1px solid var(--bricks-border-color);
    display: flex;
    justify-content: center;
    line-height: 2;
    padding: 10px 30px
}

:where(.brxe-pricing-tables) .pricing-table-feature:first-child {
    border-top: 1px solid var(--bricks-border-color)
}

:where(.brxe-pricing-tables) .pricing-table-feature svg {
    flex-shrink: 0
}

:where(.brxe-pricing-tables) .pricing-table-feature-title {
    margin: 0 .5em
}

:where(.brxe-pricing-tables) .pricing-table-footer {
    padding: 30px
}

:where(.brxe-pricing-tables) .pricing-table-button-text {
    display: flex;
    justify-content: center
}

:where(.brxe-pricing-tables) .pricing-table-additional-info {
    margin-top: 1em
}

:where(.brxe-pricing-tables) .pricing-table-ribbon {
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: auto;
    top: 0;
    width: 100px;
    z-index: 2
}

:where(.brxe-pricing-tables) .pricing-table-ribbon .pricing-table-ribbon-title {
    letter-spacing: .25px;
    margin-top: 39px;
    transform: translateY(-50%) translateX(-50%) translateX(39px) rotate(-45deg);
    width: 200%
}

:where(.brxe-pricing-tables) .pricing-table-ribbon.right {
    left: auto;
    right: 0;
    transform: rotate(90deg)
}

:where(.brxe-pricing-tables) .pricing-table-ribbon.top .pricing-table-ribbon-title {
    line-height: 40px;
    margin-top: -40px
}

:where(.brxe-pricing-tables) .pricing-table-ribbon-title {
    background-color: var(--bricks-color-primary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    text-align: center
}

:where(.brxe-progress-bar) {
    display: grid;
    gap: 20px;
    width: 100%
}

:where(.brxe-progress-bar) label {
    cursor: inherit;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5em
}

:where(.brxe-progress-bar) label>* {
    flex: 1
}

:where(.brxe-progress-bar) label>*+.percentage {
    flex: none
}

:where(.brxe-progress-bar) .bar {
    background-color: var(--bricks-bg-light);
    height: 8px;
    overflow: hidden;
    position: relative
}

:where(.brxe-progress-bar) .bar span {
    background-color: #dee2e5;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all .6s cubic-bezier(.55, .055, .675, .19);
    width: 0
}

.brxe-related-posts {
    display: grid;
    gap: 30px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width:480px) {
    .brxe-related-posts {
        grid-auto-flow: unset;
        grid-template-columns: repeat(1, 1fr)
    }
}

.brxe-related-posts.overlay .post-content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.brxe-related-posts.image-right li {
    flex-direction: row-reverse
}

.brxe-related-posts.image-right li>* {
    width: 50%
}

.brxe-related-posts.image-bottom li {
    flex-direction: column-reverse;
    justify-content: space-between
}

.brxe-related-posts.image-left li {
    flex-direction: row
}

.brxe-related-posts.image-left li>* {
    width: 50%
}

.brxe-related-posts figure {
    all: unset;
    position: relative
}

.brxe-related-posts img {
    aspect-ratio: 4/3;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%
}

.brxe-related-posts .post-content {
    height: 100%
}

.brxe-related-posts li {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.brxe-related-posts h1,
.brxe-related-posts h2,
.brxe-related-posts h3,
.brxe-related-posts h4,
.brxe-related-posts h5,
.brxe-related-posts h6,
.brxe-related-posts p {
    margin: 0
}

:where(.brxe-search) button {
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    gap: .5em;
    height: 40px;
    justify-content: center;
    width: 60px
}

:where(.brxe-search) button svg:not([height]) {
    height: inherit
}

.bricks-search-overlay {
    background-color: #fff;
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    color: var(--bricks-text-medium);
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: scale(1.1);
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: -1
}

.bricks-search-overlay:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bricks-search-overlay.show {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
    z-index: 999
}

.bricks-search-overlay .bricks-search-inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    z-index: 1
}

.bricks-search-overlay .close {
    background-color: transparent !important;
    cursor: pointer;
    font-size: 60px;
    line-height: 1;
    position: fixed;
    right: 30px;
    text-align: center;
    top: 15px;
    z-index: 1
}

.bricks-search-overlay .title {
    margin: 0 0 1em
}

.bricks-search-overlay .bricks-search-form {
    max-width: 600px
}

.bricks-search-overlay .bricks-search-form input[type=search] {
    background-color: transparent;
    border-radius: 0;
    font-size: 1.4em;
    line-height: 60px;
    text-align: center;
    width: 100%
}

.brxe-shortcode {
    width: 100%
}

:where(.brxe-sidebar) {
    list-style-type: none;
    margin: 0;
    padding: 0
}

:where(.brxe-sidebar) a {
    color: inherit
}

:where(.brxe-sidebar) .bricks-widget-wrapper {
    margin-bottom: 40px
}

:where(.brxe-sidebar) .bricks-widget-wrapper:last-child {
    margin-bottom: 0
}

:where(.brxe-sidebar) .bricks-widget-wrapper ul {
    margin-bottom: 0
}

:where(.brxe-sidebar) .bricks-widget-wrapper li {
    line-height: 30px;
    position: relative
}

:where(.brxe-sidebar) .bricks-widget-wrapper .wp-block-search button[type=submit],
:where(.brxe-sidebar) .bricks-widget-wrapper .wp-block-search label {
    display: none !important
}

:where(.brxe-slider) {
    list-style-type: none;
    margin: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    width: 100%
}

:where(.brxe-slider) .title {
    color: #fff;
    font-size: 3em;
    margin: 0
}

:where(.brxe-slider) .content {
    color: #fff;
    font-size: 1.6em
}

:where(.brxe-slider) .content+.bricks-button {
    margin-top: 1em
}

:where(.brxe-slider) .bricks-button {
    display: inline-flex
}

:where(.brxe-slider) .bricks-swiper-container {
    height: inherit;
    max-height: inherit;
    max-width: inherit;
    min-height: inherit;
    min-width: inherit;
    width: inherit
}

:where(.brxe-slider) .swiper-slide {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 50vh;
    position: relative;
    text-align: center
}

:where(.brxe-slider) .slider-content {
    padding: 30px 60px;
    position: relative;
    z-index: 2
}

:where(.brxe-slider) .image {
    background-position: 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

:where(.brxe-slider) .image:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.brxe-slider-nested {
    min-width: 0;
    width: 100%
}

.brxe-slider-nested .splide__slide {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.brxe-slider-nested .splide__arrows:not(.custom) .splide__arrow--prev {
    transform: translateY(-50%) scaleX(-1)
}

.brxe-slider-nested .splide__arrows:not(.custom).splide__arrows--ttb .splide__arrow--prev {
    transform: translateX(-50%) scaleX(-1)
}

.brxe-slider-nested .splide__arrows svg {
    min-height: 0;
    min-width: 0
}

.brxe-social-icons {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-social-icons li,
.brxe-social-icons li a {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 5px;
    justify-content: center
}

.brxe-social-icons i {
    line-height: unset
}

.brxe-social-icons span {
    align-items: center;
    display: inline-flex
}

:where(.brxe-svg) {
    height: auto;
    width: auto
}

:where(.brxe-svg) svg {
    height: auto;
    max-width: 100%;
    overflow: visible;
    width: auto
}

:where(.brxe-tabs) {
    display: flex;
    flex-direction: column;
    width: 100%
}

:where(.brxe-tabs) .tab-title {
    width: auto
}

:where(.brxe-tabs) .tab-pane {
    display: none
}

:where(.brxe-tabs) .tab-pane:empty {
    display: none !important
}

:where(.brxe-tabs) .tab-pane.brx-open {
    display: block
}

:where(.brxe-tabs).horizontal .tab-title:not(:first-child) {
    border-left: 0 !important
}

:where(.brxe-tabs).horizontal .tab-content {
    margin-top: -1px
}

:where(.brxe-tabs).vertical {
    flex-direction: row
}

:where(.brxe-tabs).vertical .tab-title:not(:first-child) {
    border-top: 0 !important
}

:where(.brxe-tabs).vertical .tab-menu {
    display: block;
    max-width: 40%;
    min-width: 20%
}

:where(.brxe-tabs) .tab-menu {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

:where(.brxe-tabs) .tab-title {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 10px;
    line-height: 1
}

:where(.brxe-tabs) .tab-title:empty {
    display: none !important
}

:where(.brxe-tabs) .tab-title.brx-open {
    font-weight: 700
}

:where(.brxe-tabs) .tab-title.icon-right {
    flex-direction: row-reverse
}

:where(.brxe-tabs) .tab-content {
    flex: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-tabs-nested {
    display: flex;
    flex-direction: column;
    width: 100%
}

.brxe-tabs-nested .tab-title {
    cursor: pointer;
    width: auto
}

.brxe-tabs-nested .tab-pane {
    display: none
}

.brxe-tabs-nested .tab-pane:empty {
    display: none !important
}

.brxe-tabs-nested .tab-pane.brx-open {
    display: block
}

:where(.brxe-team-members) {
    display: grid;
    gap: 20px;
    grid-auto-flow: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

@media (max-width:480px) {
    :where(.brxe-team-members) {
        grid-auto-flow: unset;
        grid-template-columns: repeat(2, 1fr)
    }
}

:where(.brxe-team-members).image-right .member {
    flex-direction: row-reverse
}

:where(.brxe-team-members).image-left .member {
    flex-direction: row
}

:where(.brxe-team-members).image-bottom .member {
    flex-direction: column-reverse
}

:where(.brxe-team-members) .member {
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow: hidden
}

:where(.brxe-team-members) .image {
    align-self: center;
    background-position: 50%;
    background-size: cover;
    width: 100%
}

:where(.brxe-team-members) .image:before {
    content: "";
    display: block;
    padding-top: 100%
}

:where(.brxe-team-members) .image.ratio-16-9:before {
    padding-top: 56.25%
}

:where(.brxe-team-members) .image.ratio-4-3:before {
    padding-top: 75%
}

:where(.brxe-team-members) .content {
    flex: 1;
    padding-top: 15px
}

:where(.brxe-team-members) .title {
    margin-bottom: .2em
}

:where(.brxe-team-members) .subtitle {
    font-size: 1.1em;
    margin-bottom: 0
}

:where(.brxe-team-members) .subtitle+.description {
    margin-top: .25em
}

.brxe-template {
    width: 100%
}

:where(.brxe-testimonials) {
    position: relative
}

:where(.brxe-testimonials) .testimonial-meta-wrapper {
    align-items: center;
    display: inline-flex;
    letter-spacing: .5px;
    margin-top: 15px
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-top {
    flex-direction: column
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-top .image {
    margin-bottom: 15px
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-right {
    flex-direction: row-reverse
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-right .image {
    margin-left: 15px
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-bottom {
    flex-direction: column-reverse
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-bottom .image {
    margin-top: 15px
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-left {
    flex-direction: row
}

:where(.brxe-testimonials) .testimonial-meta-wrapper.image-position-left .image {
    margin-right: 15px
}

:where(.brxe-testimonials) .image {
    background-position: 50%;
    background-size: cover;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 60px
}

:where(.brxe-testimonials) .repeater-item {
    display: flex;
    flex-direction: column
}

:where(.brxe-testimonials) .testimonial-name {
    font-weight: 700
}

.brxe-text-link {
    gap: 5px
}

.brxe-text-link,
.brxe-text-link span {
    align-items: center;
    display: inline-flex
}

.brxe-text-link span {
    justify-content: center
}

.brxe-text-link svg:not([width]) {
    min-width: 3px
}

.brxe-text-link svg:not([height]) {
    min-height: 3px
}

.brxe-toggle {
    background-color: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear
}

.brxa-wrap {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 40px
}

.brxa-inner {
    display: block;
    margin-top: -2px;
    top: 50%
}

.brxa-inner,
.brxa-inner:after,
.brxa-inner:before {
    background-color: currentcolor;
    border-radius: 4px;
    height: 4px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px
}

.brxa-inner:after,
.brxa-inner:before {
    content: "";
    display: block
}

.brxa-inner:before {
    top: -10px
}

.brxa-inner:after {
    bottom: -10px
}

.brxa--3dx-r .brxa-wrap {
    perspective: 80px
}

.brxa--3dx-r .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dx-r .brxa-inner:after,
.brxa--3dx-r .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dx-r.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg)
}

.brxa--3dx-r.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dx-r.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--3dx .brxa-wrap {
    perspective: 80px
}

.brxa--3dx .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dx .brxa-inner:after,
.brxa--3dx .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dx.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateY(180deg)
}

.brxa--3dx.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dx.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--3dy-r .brxa-wrap {
    perspective: 80px
}

.brxa--3dy-r .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dy-r .brxa-inner:after,
.brxa--3dy-r .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dy-r.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateX(180deg)
}

.brxa--3dy-r.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dy-r.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--3dy .brxa-wrap {
    perspective: 80px
}

.brxa--3dy .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dy .brxa-inner:after,
.brxa--3dy .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dy.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg)
}

.brxa--3dy.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dy.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--3dxy-r .brxa-wrap {
    perspective: 80px
}

.brxa--3dxy-r .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dxy-r .brxa-inner:after,
.brxa--3dxy-r .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dxy-r.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotate(-180deg)
}

.brxa--3dxy-r.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dxy-r.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--3dxy .brxa-wrap {
    perspective: 80px
}

.brxa--3dxy .brxa-inner {
    transition: transform .15s cubic-bezier(.645, .045, .355, 1), background-color 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dxy .brxa-inner:after,
.brxa--3dxy .brxa-inner:before {
    transition: transform 0s cubic-bezier(.645, .045, .355, 1) .1s
}

.brxa--3dxy.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg)
}

.brxa--3dxy.is-active .brxa-inner:before {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--3dxy.is-active .brxa-inner:after {
    transform: translate3d(0, -10px, 0) rotate(-45deg)
}

.brxa--arrow-r.is-active .brxa-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.brxa--arrow-r.is-active .brxa-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.brxa--arrow.is-active .brxa-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.brxa--arrow.is-active .brxa-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.brxa--arrowalt-r .brxa-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.brxa--arrowalt-r .brxa-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.brxa--arrowalt-r.is-active .brxa-inner:before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.brxa--arrowalt-r.is-active .brxa-inner:after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.brxa--arrowalt .brxa-inner:before {
    transition: top .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.brxa--arrowalt .brxa-inner:after {
    transition: bottom .1s ease .1s, transform .1s cubic-bezier(.165, .84, .44, 1)
}

.brxa--arrowalt.is-active .brxa-inner:before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(.7);
    transition: top .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.brxa--arrowalt.is-active .brxa-inner:after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(.7);
    transition: bottom .1s ease, transform .1s cubic-bezier(.895, .03, .685, .22) .1s
}

.brxa--arrowturn-r.is-active .brxa-inner {
    transform: rotate(-180deg)
}

.brxa--arrowturn-r.is-active .brxa-inner:before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.brxa--arrowturn-r.is-active .brxa-inner:after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(.7)
}

.brxa--arrowturn.is-active .brxa-inner {
    transform: rotate(-180deg)
}

.brxa--arrowturn.is-active .brxa-inner:before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(.7)
}

.brxa--arrowturn.is-active .brxa-inner:after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(.7)
}

.brxa--boring .brxa-inner,
.brxa--boring .brxa-inner:after,
.brxa--boring .brxa-inner:before {
    transition-property: none
}

.brxa--boring.is-active .brxa-inner {
    transform: rotate(45deg)
}

.brxa--boring.is-active .brxa-inner:before {
    opacity: 0;
    top: 0
}

.brxa--boring.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.brxa--collapse-r .brxa-inner {
    bottom: 0;
    top: auto;
    transition-delay: .13s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--collapse-r .brxa-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.brxa--collapse-r .brxa-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.brxa--collapse-r.is-active .brxa-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--collapse-r.is-active .brxa-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.brxa--collapse-r.is-active .brxa-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.brxa--collapse .brxa-inner {
    bottom: 0;
    top: auto;
    transition-delay: .13s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--collapse .brxa-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity .1s linear
}

.brxa--collapse .brxa-inner:before {
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.brxa--collapse.is-active .brxa-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--collapse.is-active .brxa-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .22s
}

.brxa--collapse.is-active .brxa-inner:before {
    top: 0;
    transform: rotate(-90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s, transform .13s cubic-bezier(.215, .61, .355, 1) .25s
}

.brxa--elastic-r .brxa-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.brxa--elastic-r .brxa-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.brxa--elastic-r .brxa-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.brxa--elastic-r.is-active .brxa-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 75ms
}

.brxa--elastic-r.is-active .brxa-inner:before {
    opacity: 0;
    transition-delay: 0s
}

.brxa--elastic-r.is-active .brxa-inner:after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 75ms
}

.brxa--elastic .brxa-inner {
    top: 2px;
    transition-duration: .275s;
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55)
}

.brxa--elastic .brxa-inner:before {
    top: 10px;
    transition: opacity .125s ease .275s
}

.brxa--elastic .brxa-inner:after {
    top: 20px;
    transition: transform .275s cubic-bezier(.68, -.55, .265, 1.55)
}

.brxa--elastic.is-active .brxa-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 75ms
}

.brxa--elastic.is-active .brxa-inner:before {
    opacity: 0;
    transition-delay: 0s
}

.brxa--elastic.is-active .brxa-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 75ms
}

.brxa--emphatic-r .brxa-inner {
    transition: background-color .125s ease-in .175s
}

.brxa--emphatic-r .brxa-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.brxa--emphatic-r .brxa-inner:after {
    right: 0;
    top: 10px;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.brxa--emphatic-r.is-active .brxa-inner {
    background-color: transparent !important;
    transition-delay: 0s;
    transition-timing-function: ease-out
}

.brxa--emphatic-r.is-active .brxa-inner:before {
    left: -80px;
    top: 80px;
    transform: translate3d(80px, -80px, 0) rotate(-45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.brxa--emphatic-r.is-active .brxa-inner:after {
    right: -80px;
    top: 80px;
    transform: translate3d(-80px, -80px, 0) rotate(45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.brxa--emphatic .brxa-inner {
    transition: background-color .125s ease-in .175s
}

.brxa--emphatic .brxa-inner:before {
    left: 0;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, left .125s ease-in .175s
}

.brxa--emphatic .brxa-inner:after {
    right: 0;
    top: 10px;
    transition: transform .125s cubic-bezier(.6, .04, .98, .335), top .05s linear .125s, right .125s ease-in .175s
}

.brxa--emphatic.is-active .brxa-inner {
    background-color: transparent !important;
    transition-delay: 0s;
    transition-timing-function: ease-out
}

.brxa--emphatic.is-active .brxa-inner:before {
    left: -80px;
    top: -80px;
    transform: translate3d(80px, 80px, 0) rotate(45deg);
    transition: left .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.brxa--emphatic.is-active .brxa-inner:after {
    right: -80px;
    top: -80px;
    transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    transition: right .125s ease-out, top .05s linear .125s, transform .125s cubic-bezier(.075, .82, .165, 1) .175s
}

.brxa--minus .brxa-inner:after,
.brxa--minus .brxa-inner:before {
    transition: bottom .08s ease-out 0s, top .08s ease-out 0s, opacity 0s linear
}

.brxa--minus.is-active .brxa-inner:after,
.brxa--minus.is-active .brxa-inner:before {
    opacity: 0;
    transition: bottom .08s ease-out, top .08s ease-out, opacity 0s linear .08s
}

.brxa--minus.is-active .brxa-inner:before {
    top: 0
}

.brxa--minus.is-active .brxa-inner:after {
    bottom: 0
}

.brxa--slider-r .brxa-inner {
    top: 2px
}

.brxa--slider-r .brxa-inner:before {
    top: 10px;
    transition-duration: .15s;
    transition-property: transform, opacity;
    transition-timing-function: ease
}

.brxa--slider-r .brxa-inner:after {
    top: 20px
}

.brxa--slider-r.is-active .brxa-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg)
}

.brxa--slider-r.is-active .brxa-inner:before {
    opacity: 0;
    transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0)
}

.brxa--slider-r.is-active .brxa-inner:after {
    transform: translate3d(0, -20px, 0) rotate(90deg)
}

.brxa--slider .brxa-inner {
    top: 2px
}

.brxa--slider .brxa-inner:before {
    top: 10px;
    transition-duration: .15s;
    transition-property: transform, opacity;
    transition-timing-function: ease
}

.brxa--slider .brxa-inner:after {
    top: 20px
}

.brxa--slider.is-active .brxa-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg)
}

.brxa--slider.is-active .brxa-inner:before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0)
}

.brxa--slider.is-active .brxa-inner:after {
    transform: translate3d(0, -20px, 0) rotate(-90deg)
}

.brxa--spin-r .brxa-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--spin-r .brxa-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.brxa--spin-r .brxa-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.brxa--spin-r.is-active .brxa-inner {
    transform: rotate(-225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--spin-r.is-active .brxa-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.brxa--spin-r.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.brxa--spin .brxa-inner {
    transition-duration: .22s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--spin .brxa-inner:before {
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.brxa--spin .brxa-inner:after {
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.brxa--spin.is-active .brxa-inner {
    transform: rotate(225deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--spin.is-active .brxa-inner:before {
    opacity: 0;
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s
}

.brxa--spin.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s
}

.brxa--spring-r .brxa-inner {
    bottom: 0;
    top: auto;
    transition-delay: 0s;
    transition-duration: .13s;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--spring-r .brxa-inner:after {
    top: -20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, opacity 0s linear
}

.brxa--spring-r .brxa-inner:before {
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.brxa--spring-r.is-active .brxa-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: .22s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--spring-r.is-active .brxa-inner:after {
    opacity: 0;
    top: 0;
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), opacity 0s linear .22s
}

.brxa--spring-r.is-active .brxa-inner:before {
    top: 0;
    transform: rotate(90deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.brxa--spring .brxa-inner {
    top: 2px;
    transition: background-color 0s linear .13s
}

.brxa--spring .brxa-inner:before {
    top: 10px;
    transition: top .1s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.brxa--spring .brxa-inner:after {
    top: 20px;
    transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s, transform .13s cubic-bezier(.55, .055, .675, .19)
}

.brxa--spring.is-active .brxa-inner {
    background-color: transparent !important;
    transition-delay: .22s
}

.brxa--spring.is-active .brxa-inner:before {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(45deg);
    transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .15s, transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.brxa--spring.is-active .brxa-inner:after {
    top: 0;
    transform: translate3d(0, 10px, 0) rotate(-45deg);
    transition: top .2s cubic-bezier(.33333, 0, .66667, .33333), transform .13s cubic-bezier(.215, .61, .355, 1) .22s
}

.brxa--stand-r .brxa-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.brxa--stand-r .brxa-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.brxa--stand-r .brxa-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.brxa--stand-r.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotate(-90deg);
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.brxa--stand-r.is-active .brxa-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.brxa--stand-r.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.brxa--stand .brxa-inner {
    transition: transform 75ms cubic-bezier(.55, .055, .675, .19) .15s, background-color 0s linear 75ms
}

.brxa--stand .brxa-inner:before {
    transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.brxa--stand .brxa-inner:after {
    transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(.55, .055, .675, .19) 0s
}

.brxa--stand.is-active .brxa-inner {
    background-color: transparent !important;
    transform: rotate(90deg);
    transition: transform 75ms cubic-bezier(.215, .61, .355, 1) 0s, background-color 0s linear .15s
}

.brxa--stand.is-active .brxa-inner:before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.brxa--stand.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 75ms ease-out .1s, transform 75ms cubic-bezier(.215, .61, .355, 1) .15s
}

.brxa--squeeze .brxa-inner {
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.brxa--squeeze .brxa-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease
}

.brxa--squeeze .brxa-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19)
}

.brxa--squeeze.is-active .brxa-inner {
    transform: rotate(45deg);
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.brxa--squeeze.is-active .brxa-inner:before {
    opacity: 0;
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s
}

.brxa--squeeze.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s
}

.brxa--vortex-r .brxa-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.brxa--vortex-r .brxa-inner:after,
.brxa--vortex-r .brxa-inner:before {
    transition-delay: .1s;
    transition-duration: 0s;
    transition-timing-function: linear
}

.brxa--vortex-r .brxa-inner:before {
    transition-property: top, opacity
}

.brxa--vortex-r .brxa-inner:after {
    transition-property: bottom, transform
}

.brxa--vortex-r.is-active .brxa-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.brxa--vortex-r.is-active .brxa-inner:after,
.brxa--vortex-r.is-active .brxa-inner:before {
    transition-delay: 0s
}

.brxa--vortex-r.is-active .brxa-inner:before {
    opacity: 0;
    top: 0
}

.brxa--vortex-r.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(-90deg)
}

.brxa--vortex .brxa-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.brxa--vortex .brxa-inner:after,
.brxa--vortex .brxa-inner:before {
    transition-delay: .1s;
    transition-duration: 0s;
    transition-timing-function: linear
}

.brxa--vortex .brxa-inner:before {
    transition-property: top, opacity
}

.brxa--vortex .brxa-inner:after {
    transition-property: bottom, transform
}

.brxa--vortex.is-active .brxa-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.brxa--vortex.is-active .brxa-inner:after,
.brxa--vortex.is-active .brxa-inner:before {
    transition-delay: 0s
}

.brxa--vortex.is-active .brxa-inner:before {
    opacity: 0;
    top: 0
}

.brxa--vortex.is-active .brxa-inner:after {
    bottom: 0;
    transform: rotate(90deg)
}

.brxe-toggle {
    --brxe-toggle-scale: 1;
    --brxe-toggle-width: 40px;
    --brxe-toggle-height: 24px;
    --brxe-toggle-bar-height: 4px;
    --brxe-toggle-bar-width: 40px;
    --brxe-toggle-bar-radius: 4px;
    cursor: pointer;
    display: flex;
    line-height: 1;
    transform: scale(var(--brxe-toggle-scale))
}

.brxe-toggle .brxa-inner,
.brxe-toggle .brxa-inner:after,
.brxe-toggle .brxa-inner:before {
    border-radius: var(--brxe-toggle-bar-radius);
    height: var(--brxe-toggle-bar-height);
    width: var(--brxe-toggle-bar-width)
}

:where(.brxe-video) {
    align-items: center;
    display: flex;
    justify-content: center;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

:where(.brxe-video) iframe,
:where(.brxe-video) video {
    border: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

:where(.brxe-video) video {
    object-fit: cover
}

:where(.brxe-video) .perfmatters-lazy-youtube {
    margin-top: -56.25%
}

.brxe-video .plyr {
    bottom: 0;
    font-family: inherit;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.brxe-video .plyr .plyr__controls>.plyr__control {
    padding: 8px
}

.brxe-video .plyr .plyr__control--overlaid {
    align-items: center;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 0;
    display: flex !important;
    height: 50px;
    justify-content: center;
    padding: 0;
    width: 80px
}

.brxe-video .plyr .plyr__control--overlaid:hover {
    background-color: rgba(0, 0, 0, .9)
}

.brxe-video .plyr .plyr__control--overlaid svg {
    height: 18px;
    width: 18px
}

.brxe-video .plyr .plyr__controls .plyr__control {
    background-color: transparent;
    color: inherit
}

.brxe-video .plyr .plyr__controls .plyr__control.plyr__tab-focus {
    background: transparent;
    box-shadow: 0 0 0 2px
}

.brxe-video .plyr input[type=range]:hover::-webkit-slider-thumb {
    visibility: visible
}

.brxe-video .plyr input[type=range]::-webkit-slider-runnable-track {
    border-radius: 0;
    color: hsla(0, 0%, 100%, .75)
}

.brxe-video .plyr input[type=range]::-webkit-slider-thumb {
    background: #fff;
    box-shadow: none;
    visibility: hidden
}

.brxe-video .plyr input[type=range]::-moz-range-track {
    border-radius: 0;
    color: hsla(0, 0%, 100%, .75)
}

.brxe-video .plyr input[type=range]::-moz-range-thumb {
    background: #fff;
    box-shadow: none
}

.brxe-video .plyr input[type=range]::-moz-range-progress {
    border-radius: 0
}

.brxe-video .plyr input[type=range]::-ms-track {
    border-radius: 0;
    color: hsla(0, 0%, 100%, .75)
}

.brxe-video .plyr input[type=range]::-ms-fill-lower,
.brxe-video .plyr input[type=range]::-ms-fill-upper {
    border-radius: 0
}

.brxe-video .plyr input[type=range]::-ms-thumb {
    background: #fff;
    box-shadow: none
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: none
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: none
}

.brxe-video .plyr input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: none
}

.brxe-video .plyr .plyr__progress__buffer::-webkit-progress-value {
    border-radius: 0
}

.brxe-video .plyr .plyr__progress__buffer::-moz-progress-bar {
    border-radius: 0
}

.brxe-video .plyr .plyr__progress__buffer::-ms-fill {
    border-radius: 0
}

.brxe-video .plyr .plyr__volume {
    max-width: none;
    min-width: 0;
    width: auto
}

.brxe-video .plyr .plyr__volume:hover input[type=range] {
    margin: 0 5px;
    width: 60px
}

.brxe-video .plyr .plyr__volume input[type=range] {
    margin: 0;
    transition: width .1s ease-out;
    width: 0
}

.brxe-video .plyr .plyr__controls__item,
.brxe-video .plyr input[type=range] {
    cursor: pointer
}

.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:before,
.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before,
.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:hover:before {
    background-color: #000
}

.brxe-video .plyr .plyr__menu__container .plyr__control[role=menuitemradio]:hover:after {
    background-color: #fff;
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.bricks-video-preview-image {
    background-position: 50%;
    background-repeat: no-repeat
}

.bricks-video-overlay,
.bricks-video-preview-image {
    background-size: cover;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bricks-video-overlay {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1
}

.bricks-video-overlay.bricks-lazy-hidden {
    background-image: none !important
}

.bricks-video-overlay-icon {
    color: #fff;
    cursor: pointer;
    font-size: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

@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)
    }
}

.brxe-wordpress ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.brxe-wordpress .bricks-widget-wrapper i,
.brxe-wordpress .bricks-widget-wrapper svg {
    font-size: .8em;
    margin-right: 10px;
    opacity: .75
}

.brxe-wordpress.posts li {
    margin-bottom: 15px
}

.brxe-wordpress.posts li:last-child,
.brxe-wordpress.posts li:last-child img {
    margin-bottom: 0
}

.brxe-wordpress.posts a {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.brxe-wordpress.posts img {
    margin-bottom: 15px;
    margin-right: 15px
}

.brxe-wordpress.posts .post-data {
    align-items: center;
    display: flex
}

.brxe-wordpress.posts .post-title {
    line-height: 1.4
}

.brxe-wordpress.comments .recentcomments a {
    font-weight: 700
}

.brxe-post-content .blocks-gallery-grid,
.brxe-post-content .wp-block-gallery {
    padding: 0
}

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

@font-face {
    font-display: swap;
    font-display: block;
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.woff2) format("woff2"), url(/wp-content/themes/bricks/assets/fonts/fontawesome/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-family: Font Awesome\ 6 Brands;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

@font-face {
    font-display: swap;
    font-family: Ionicons;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.eot);
    src: url(/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.eot#iefix) format("embedded-opentype"), url(/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff2) format("woff2"), url(/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.woff) format("woff"), url(/wp-content/themes/bricks/assets/fonts/ionicons/ionicons.ttf) format("truetype")
}

[class*=" ion-"],
[class*=" ion-ios-"],
[class*=" ion-logo-"],
[class*=" ion-md-"],
[class^=ion-],
[class^=ion-ios-],
[class^=ion-logo-],
[class^=ion-md-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Ionicons;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    text-transform: none
}

[class*=" ion-"]:before,
[class*=" ion-ios-"]:before,
[class*=" ion-logo-"]:before,
[class*=" ion-md-"]:before,
[class^=ion-]:before,
[class^=ion-ios-]:before,
[class^=ion-logo-]:before,
[class^=ion-md-]:before {
    font-family: Ionicons
}

.ion-ios-add:before {
    content: "\f102"
}

.ion-ios-add-circle:before {
    content: "\f101"
}

.ion-ios-add-circle-outline:before {
    content: "\f100"
}

.ion-ios-airplane:before {
    content: "\f137"
}

.ion-ios-alarm:before {
    content: "\f3c8"
}

.ion-ios-albums:before {
    content: "\f3ca"
}

.ion-ios-alert:before {
    content: "\f104"
}

.ion-ios-american-football:before {
    content: "\f106"
}

.ion-ios-analytics:before {
    content: "\f3ce"
}

.ion-ios-aperture:before {
    content: "\f108"
}

.ion-ios-apps:before {
    content: "\f10a"
}

.ion-ios-appstore:before {
    content: "\f10c"
}

.ion-ios-archive:before {
    content: "\f10e"
}

.ion-ios-arrow-back:before {
    content: "\f3cf"
}

.ion-ios-arrow-down:before {
    content: "\f3d0"
}

.ion-ios-arrow-dropdown:before {
    content: "\f110"
}

.ion-ios-arrow-dropdown-circle:before {
    content: "\f125"
}

.ion-ios-arrow-dropleft:before {
    content: "\f112"
}

.ion-ios-arrow-dropleft-circle:before {
    content: "\f129"
}

.ion-ios-arrow-dropright:before {
    content: "\f114"
}

.ion-ios-arrow-dropright-circle:before {
    content: "\f12b"
}

.ion-ios-arrow-dropup:before {
    content: "\f116"
}

.ion-ios-arrow-dropup-circle:before {
    content: "\f12d"
}

.ion-ios-arrow-forward:before {
    content: "\f3d1"
}

.ion-ios-arrow-round-back:before {
    content: "\f117"
}

.ion-ios-arrow-round-down:before {
    content: "\f118"
}

.ion-ios-arrow-round-forward:before {
    content: "\f119"
}

.ion-ios-arrow-round-up:before {
    content: "\f11a"
}

.ion-ios-arrow-up:before {
    content: "\f3d8"
}

.ion-ios-at:before {
    content: "\f3da"
}

.ion-ios-attach:before {
    content: "\f11b"
}

.ion-ios-backspace:before {
    content: "\f11d"
}

.ion-ios-barcode:before {
    content: "\f3dc"
}

.ion-ios-baseball:before {
    content: "\f3de"
}

.ion-ios-basket:before {
    content: "\f11f"
}

.ion-ios-basketball:before {
    content: "\f3e0"
}

.ion-ios-battery-charging:before {
    content: "\f120"
}

.ion-ios-battery-dead:before {
    content: "\f121"
}

.ion-ios-battery-full:before {
    content: "\f122"
}

.ion-ios-beaker:before {
    content: "\f124"
}

.ion-ios-bed:before {
    content: "\f139"
}

.ion-ios-beer:before {
    content: "\f126"
}

.ion-ios-bicycle:before {
    content: "\f127"
}

.ion-ios-bluetooth:before {
    content: "\f128"
}

.ion-ios-boat:before {
    content: "\f12a"
}

.ion-ios-body:before {
    content: "\f3e4"
}

.ion-ios-bonfire:before {
    content: "\f12c"
}

.ion-ios-book:before {
    content: "\f3e8"
}

.ion-ios-bookmark:before {
    content: "\f12e"
}

.ion-ios-bookmarks:before {
    content: "\f3ea"
}

.ion-ios-bowtie:before {
    content: "\f130"
}

.ion-ios-briefcase:before {
    content: "\f3ee"
}

.ion-ios-browsers:before {
    content: "\f3f0"
}

.ion-ios-brush:before {
    content: "\f132"
}

.ion-ios-bug:before {
    content: "\f134"
}

.ion-ios-build:before {
    content: "\f136"
}

.ion-ios-bulb:before {
    content: "\f138"
}

.ion-ios-bus:before {
    content: "\f13a"
}

.ion-ios-business:before {
    content: "\f1a3"
}

.ion-ios-cafe:before {
    content: "\f13c"
}

.ion-ios-calculator:before {
    content: "\f3f2"
}

.ion-ios-calendar:before {
    content: "\f3f4"
}

.ion-ios-call:before {
    content: "\f13e"
}

.ion-ios-camera:before {
    content: "\f3f6"
}

.ion-ios-car:before {
    content: "\f140"
}

.ion-ios-card:before {
    content: "\f142"
}

.ion-ios-cart:before {
    content: "\f3f8"
}

.ion-ios-cash:before {
    content: "\f144"
}

.ion-ios-cellular:before {
    content: "\f13d"
}

.ion-ios-chatboxes:before {
    content: "\f3fa"
}

.ion-ios-chatbubbles:before {
    content: "\f146"
}

.ion-ios-checkbox:before {
    content: "\f148"
}

.ion-ios-checkbox-outline:before {
    content: "\f147"
}

.ion-ios-checkmark:before {
    content: "\f3ff"
}

.ion-ios-checkmark-circle:before {
    content: "\f14a"
}

.ion-ios-checkmark-circle-outline:before {
    content: "\f149"
}

.ion-ios-clipboard:before {
    content: "\f14c"
}

.ion-ios-clock:before {
    content: "\f403"
}

.ion-ios-close:before {
    content: "\f406"
}

.ion-ios-close-circle:before {
    content: "\f14e"
}

.ion-ios-close-circle-outline:before {
    content: "\f14d"
}

.ion-ios-cloud:before {
    content: "\f40c"
}

.ion-ios-cloud-circle:before {
    content: "\f152"
}

.ion-ios-cloud-done:before {
    content: "\f154"
}

.ion-ios-cloud-download:before {
    content: "\f408"
}

.ion-ios-cloud-outline:before {
    content: "\f409"
}

.ion-ios-cloud-upload:before {
    content: "\f40b"
}

.ion-ios-cloudy:before {
    content: "\f410"
}

.ion-ios-cloudy-night:before {
    content: "\f40e"
}

.ion-ios-code:before {
    content: "\f157"
}

.ion-ios-code-download:before {
    content: "\f155"
}

.ion-ios-code-working:before {
    content: "\f156"
}

.ion-ios-cog:before {
    content: "\f412"
}

.ion-ios-color-fill:before {
    content: "\f159"
}

.ion-ios-color-filter:before {
    content: "\f414"
}

.ion-ios-color-palette:before {
    content: "\f15b"
}

.ion-ios-color-wand:before {
    content: "\f416"
}

.ion-ios-compass:before {
    content: "\f15d"
}

.ion-ios-construct:before {
    content: "\f15f"
}

.ion-ios-contact:before {
    content: "\f41a"
}

.ion-ios-contacts:before {
    content: "\f161"
}

.ion-ios-contract:before {
    content: "\f162"
}

.ion-ios-contrast:before {
    content: "\f163"
}

.ion-ios-copy:before {
    content: "\f41c"
}

.ion-ios-create:before {
    content: "\f165"
}

.ion-ios-crop:before {
    content: "\f41e"
}

.ion-ios-cube:before {
    content: "\f168"
}

.ion-ios-cut:before {
    content: "\f16a"
}

.ion-ios-desktop:before {
    content: "\f16c"
}

.ion-ios-disc:before {
    content: "\f16e"
}

.ion-ios-document:before {
    content: "\f170"
}

.ion-ios-done-all:before {
    content: "\f171"
}

.ion-ios-download:before {
    content: "\f420"
}

.ion-ios-easel:before {
    content: "\f173"
}

.ion-ios-egg:before {
    content: "\f175"
}

.ion-ios-exit:before {
    content: "\f177"
}

.ion-ios-expand:before {
    content: "\f178"
}

.ion-ios-eye:before {
    content: "\f425"
}

.ion-ios-eye-off:before {
    content: "\f17a"
}

.ion-ios-fastforward:before {
    content: "\f427"
}

.ion-ios-female:before {
    content: "\f17b"
}

.ion-ios-filing:before {
    content: "\f429"
}

.ion-ios-film:before {
    content: "\f42b"
}

.ion-ios-finger-print:before {
    content: "\f17c"
}

.ion-ios-fitness:before {
    content: "\f1ab"
}

.ion-ios-flag:before {
    content: "\f42d"
}

.ion-ios-flame:before {
    content: "\f42f"
}

.ion-ios-flash:before {
    content: "\f17e"
}

.ion-ios-flash-off:before {
    content: "\f12f"
}

.ion-ios-flashlight:before {
    content: "\f141"
}

.ion-ios-flask:before {
    content: "\f431"
}

.ion-ios-flower:before {
    content: "\f433"
}

.ion-ios-folder:before {
    content: "\f435"
}

.ion-ios-folder-open:before {
    content: "\f180"
}

.ion-ios-football:before {
    content: "\f437"
}

.ion-ios-funnel:before {
    content: "\f182"
}

.ion-ios-gift:before {
    content: "\f191"
}

.ion-ios-git-branch:before {
    content: "\f183"
}

.ion-ios-git-commit:before {
    content: "\f184"
}

.ion-ios-git-compare:before {
    content: "\f185"
}

.ion-ios-git-merge:before {
    content: "\f186"
}

.ion-ios-git-network:before {
    content: "\f187"
}

.ion-ios-git-pull-request:before {
    content: "\f188"
}

.ion-ios-glasses:before {
    content: "\f43f"
}

.ion-ios-globe:before {
    content: "\f18a"
}

.ion-ios-grid:before {
    content: "\f18c"
}

.ion-ios-hammer:before {
    content: "\f18e"
}

.ion-ios-hand:before {
    content: "\f190"
}

.ion-ios-happy:before {
    content: "\f192"
}

.ion-ios-headset:before {
    content: "\f194"
}

.ion-ios-heart:before {
    content: "\f443"
}

.ion-ios-heart-dislike:before {
    content: "\f13f"
}

.ion-ios-heart-empty:before {
    content: "\f19b"
}

.ion-ios-heart-half:before {
    content: "\f19d"
}

.ion-ios-help:before {
    content: "\f446"
}

.ion-ios-help-buoy:before {
    content: "\f196"
}

.ion-ios-help-circle:before {
    content: "\f198"
}

.ion-ios-help-circle-outline:before {
    content: "\f197"
}

.ion-ios-home:before {
    content: "\f448"
}

.ion-ios-hourglass:before {
    content: "\f103"
}

.ion-ios-ice-cream:before {
    content: "\f19a"
}

.ion-ios-image:before {
    content: "\f19c"
}

.ion-ios-images:before {
    content: "\f19e"
}

.ion-ios-infinite:before {
    content: "\f44a"
}

.ion-ios-information:before {
    content: "\f44d"
}

.ion-ios-information-circle:before {
    content: "\f1a0"
}

.ion-ios-information-circle-outline:before {
    content: "\f19f"
}

.ion-ios-jet:before {
    content: "\f1a5"
}

.ion-ios-journal:before {
    content: "\f189"
}

.ion-ios-key:before {
    content: "\f1a7"
}

.ion-ios-keypad:before {
    content: "\f450"
}

.ion-ios-laptop:before {
    content: "\f1a8"
}

.ion-ios-leaf:before {
    content: "\f1aa"
}

.ion-ios-link:before {
    content: "\f22a"
}

.ion-ios-list:before {
    content: "\f454"
}

.ion-ios-list-box:before {
    content: "\f143"
}

.ion-ios-locate:before {
    content: "\f1ae"
}

.ion-ios-lock:before {
    content: "\f1b0"
}

.ion-ios-log-in:before {
    content: "\f1b1"
}

.ion-ios-log-out:before {
    content: "\f1b2"
}

.ion-ios-magnet:before {
    content: "\f1b4"
}

.ion-ios-mail:before {
    content: "\f1b8"
}

.ion-ios-mail-open:before {
    content: "\f1b6"
}

.ion-ios-mail-unread:before {
    content: "\f145"
}

.ion-ios-male:before {
    content: "\f1b9"
}

.ion-ios-man:before {
    content: "\f1bb"
}

.ion-ios-map:before {
    content: "\f1bd"
}

.ion-ios-medal:before {
    content: "\f1bf"
}

.ion-ios-medical:before {
    content: "\f45c"
}

.ion-ios-medkit:before {
    content: "\f45e"
}

.ion-ios-megaphone:before {
    content: "\f1c1"
}

.ion-ios-menu:before {
    content: "\f1c3"
}

.ion-ios-mic:before {
    content: "\f461"
}

.ion-ios-mic-off:before {
    content: "\f45f"
}

.ion-ios-microphone:before {
    content: "\f1c6"
}

.ion-ios-moon:before {
    content: "\f468"
}

.ion-ios-more:before {
    content: "\f1c8"
}

.ion-ios-move:before {
    content: "\f1cb"
}

.ion-ios-musical-note:before {
    content: "\f46b"
}

.ion-ios-musical-notes:before {
    content: "\f46c"
}

.ion-ios-navigate:before {
    content: "\f46e"
}

.ion-ios-notifications:before {
    content: "\f1d3"
}

.ion-ios-notifications-off:before {
    content: "\f1d1"
}

.ion-ios-notifications-outline:before {
    content: "\f133"
}

.ion-ios-nuclear:before {
    content: "\f1d5"
}

.ion-ios-nutrition:before {
    content: "\f470"
}

.ion-ios-open:before {
    content: "\f1d7"
}

.ion-ios-options:before {
    content: "\f1d9"
}

.ion-ios-outlet:before {
    content: "\f1db"
}

.ion-ios-paper:before {
    content: "\f472"
}

.ion-ios-paper-plane:before {
    content: "\f1dd"
}

.ion-ios-partly-sunny:before {
    content: "\f1df"
}

.ion-ios-pause:before {
    content: "\f478"
}

.ion-ios-paw:before {
    content: "\f47a"
}

.ion-ios-people:before {
    content: "\f47c"
}

.ion-ios-person:before {
    content: "\f47e"
}

.ion-ios-person-add:before {
    content: "\f1e1"
}

.ion-ios-phone-landscape:before {
    content: "\f1e2"
}

.ion-ios-phone-portrait:before {
    content: "\f1e3"
}

.ion-ios-photos:before {
    content: "\f482"
}

.ion-ios-pie:before {
    content: "\f484"
}

.ion-ios-pin:before {
    content: "\f1e5"
}

.ion-ios-pint:before {
    content: "\f486"
}

.ion-ios-pizza:before {
    content: "\f1e7"
}

.ion-ios-planet:before {
    content: "\f1eb"
}

.ion-ios-play:before {
    content: "\f488"
}

.ion-ios-play-circle:before {
    content: "\f113"
}

.ion-ios-podium:before {
    content: "\f1ed"
}

.ion-ios-power:before {
    content: "\f1ef"
}

.ion-ios-pricetag:before {
    content: "\f48d"
}

.ion-ios-pricetags:before {
    content: "\f48f"
}

.ion-ios-print:before {
    content: "\f1f1"
}

.ion-ios-pulse:before {
    content: "\f493"
}

.ion-ios-qr-scanner:before {
    content: "\f1f3"
}

.ion-ios-quote:before {
    content: "\f1f5"
}

.ion-ios-radio:before {
    content: "\f1f9"
}

.ion-ios-radio-button-off:before {
    content: "\f1f6"
}

.ion-ios-radio-button-on:before {
    content: "\f1f7"
}

.ion-ios-rainy:before {
    content: "\f495"
}

.ion-ios-recording:before {
    content: "\f497"
}

.ion-ios-redo:before {
    content: "\f499"
}

.ion-ios-refresh:before {
    content: "\f49c"
}

.ion-ios-refresh-circle:before {
    content: "\f135"
}

.ion-ios-remove:before {
    content: "\f1fc"
}

.ion-ios-remove-circle:before {
    content: "\f1fb"
}

.ion-ios-remove-circle-outline:before {
    content: "\f1fa"
}

.ion-ios-reorder:before {
    content: "\f1fd"
}

.ion-ios-repeat:before {
    content: "\f1fe"
}

.ion-ios-resize:before {
    content: "\f1ff"
}

.ion-ios-restaurant:before {
    content: "\f201"
}

.ion-ios-return-left:before {
    content: "\f202"
}

.ion-ios-return-right:before {
    content: "\f203"
}

.ion-ios-reverse-camera:before {
    content: "\f49f"
}

.ion-ios-rewind:before {
    content: "\f4a1"
}

.ion-ios-ribbon:before {
    content: "\f205"
}

.ion-ios-rocket:before {
    content: "\f14b"
}

.ion-ios-rose:before {
    content: "\f4a3"
}

.ion-ios-sad:before {
    content: "\f207"
}

.ion-ios-save:before {
    content: "\f1a6"
}

.ion-ios-school:before {
    content: "\f209"
}

.ion-ios-search:before {
    content: "\f4a5"
}

.ion-ios-send:before {
    content: "\f20c"
}

.ion-ios-settings:before {
    content: "\f4a7"
}

.ion-ios-share:before {
    content: "\f211"
}

.ion-ios-share-alt:before {
    content: "\f20f"
}

.ion-ios-shirt:before {
    content: "\f213"
}

.ion-ios-shuffle:before {
    content: "\f4a9"
}

.ion-ios-skip-backward:before {
    content: "\f215"
}

.ion-ios-skip-forward:before {
    content: "\f217"
}

.ion-ios-snow:before {
    content: "\f218"
}

.ion-ios-speedometer:before {
    content: "\f4b0"
}

.ion-ios-square:before {
    content: "\f21a"
}

.ion-ios-square-outline:before {
    content: "\f15c"
}

.ion-ios-star:before {
    content: "\f4b3"
}

.ion-ios-star-half:before {
    content: "\f4b1"
}

.ion-ios-star-outline:before {
    content: "\f4b2"
}

.ion-ios-stats:before {
    content: "\f21c"
}

.ion-ios-stopwatch:before {
    content: "\f4b5"
}

.ion-ios-subway:before {
    content: "\f21e"
}

.ion-ios-sunny:before {
    content: "\f4b7"
}

.ion-ios-swap:before {
    content: "\f21f"
}

.ion-ios-switch:before {
    content: "\f221"
}

.ion-ios-sync:before {
    content: "\f222"
}

.ion-ios-tablet-landscape:before {
    content: "\f223"
}

.ion-ios-tablet-portrait:before {
    content: "\f24e"
}

.ion-ios-tennisball:before {
    content: "\f4bb"
}

.ion-ios-text:before {
    content: "\f250"
}

.ion-ios-thermometer:before {
    content: "\f252"
}

.ion-ios-thumbs-down:before {
    content: "\f254"
}

.ion-ios-thumbs-up:before {
    content: "\f256"
}

.ion-ios-thunderstorm:before {
    content: "\f4bd"
}

.ion-ios-time:before {
    content: "\f4bf"
}

.ion-ios-timer:before {
    content: "\f4c1"
}

.ion-ios-today:before {
    content: "\f14f"
}

.ion-ios-train:before {
    content: "\f258"
}

.ion-ios-transgender:before {
    content: "\f259"
}

.ion-ios-trash:before {
    content: "\f4c5"
}

.ion-ios-trending-down:before {
    content: "\f25a"
}

.ion-ios-trending-up:before {
    content: "\f25b"
}

.ion-ios-trophy:before {
    content: "\f25d"
}

.ion-ios-tv:before {
    content: "\f115"
}

.ion-ios-umbrella:before {
    content: "\f25f"
}

.ion-ios-undo:before {
    content: "\f4c7"
}

.ion-ios-unlock:before {
    content: "\f261"
}

.ion-ios-videocam:before {
    content: "\f4cd"
}

.ion-ios-volume-high:before {
    content: "\f11c"
}

.ion-ios-volume-low:before {
    content: "\f11e"
}

.ion-ios-volume-mute:before {
    content: "\f263"
}

.ion-ios-volume-off:before {
    content: "\f264"
}

.ion-ios-walk:before {
    content: "\f266"
}

.ion-ios-wallet:before {
    content: "\f18b"
}

.ion-ios-warning:before {
    content: "\f268"
}

.ion-ios-watch:before {
    content: "\f269"
}

.ion-ios-water:before {
    content: "\f26b"
}

.ion-ios-wifi:before {
    content: "\f26d"
}

.ion-ios-wine:before {
    content: "\f26f"
}

.ion-ios-woman:before {
    content: "\f271"
}

.ion-logo-android:before {
    content: "\f225"
}

.ion-logo-angular:before {
    content: "\f227"
}

.ion-logo-apple:before {
    content: "\f229"
}

.ion-logo-bitbucket:before {
    content: "\f193"
}

.ion-logo-bitcoin:before {
    content: "\f22b"
}

.ion-logo-buffer:before {
    content: "\f22d"
}

.ion-logo-chrome:before {
    content: "\f22f"
}

.ion-logo-closed-captioning:before {
    content: "\f105"
}

.ion-logo-codepen:before {
    content: "\f230"
}

.ion-logo-css3:before {
    content: "\f231"
}

.ion-logo-designernews:before {
    content: "\f232"
}

.ion-logo-dribbble:before {
    content: "\f233"
}

.ion-logo-dropbox:before {
    content: "\f234"
}

.ion-logo-euro:before {
    content: "\f235"
}

.ion-logo-facebook:before {
    content: "\f236"
}

.ion-logo-flickr:before {
    content: "\f107"
}

.ion-logo-foursquare:before {
    content: "\f237"
}

.ion-logo-freebsd-devil:before {
    content: "\f238"
}

.ion-logo-game-controller-a:before {
    content: "\f13b"
}

.ion-logo-game-controller-b:before {
    content: "\f181"
}

.ion-logo-github:before {
    content: "\f239"
}

.ion-logo-google:before {
    content: "\f23a"
}

.ion-logo-googleplus:before {
    content: "\f23b"
}

.ion-logo-hackernews:before {
    content: "\f23c"
}

.ion-logo-html5:before {
    content: "\f23d"
}

.ion-logo-instagram:before {
    content: "\f23e"
}

.ion-logo-ionic:before {
    content: "\f150"
}

.ion-logo-ionitron:before {
    content: "\f151"
}

.ion-logo-javascript:before {
    content: "\f23f"
}

.ion-logo-linkedin:before {
    content: "\f240"
}

.ion-logo-markdown:before {
    content: "\f241"
}

.ion-logo-model-s:before {
    content: "\f153"
}

.ion-logo-no-smoking:before {
    content: "\f109"
}

.ion-logo-nodejs:before {
    content: "\f242"
}

.ion-logo-npm:before {
    content: "\f195"
}

.ion-logo-octocat:before {
    content: "\f243"
}

.ion-logo-pinterest:before {
    content: "\f244"
}

.ion-logo-playstation:before {
    content: "\f245"
}

.ion-logo-polymer:before {
    content: "\f15e"
}

.ion-logo-python:before {
    content: "\f246"
}

.ion-logo-reddit:before {
    content: "\f247"
}

.ion-logo-rss:before {
    content: "\f248"
}

.ion-logo-sass:before {
    content: "\f249"
}

.ion-logo-skype:before {
    content: "\f24a"
}

.ion-logo-slack:before {
    content: "\f10b"
}

.ion-logo-snapchat:before {
    content: "\f24b"
}

.ion-logo-steam:before {
    content: "\f24c"
}

.ion-logo-tumblr:before {
    content: "\f24d"
}

.ion-logo-tux:before {
    content: "\f2ae"
}

.ion-logo-twitch:before {
    content: "\f2af"
}

.ion-logo-twitter:before {
    content: "\f2b0"
}

.ion-logo-usd:before {
    content: "\f2b1"
}

.ion-logo-vimeo:before {
    content: "\f2c4"
}

.ion-logo-vk:before {
    content: "\f10d"
}

.ion-logo-whatsapp:before {
    content: "\f2c5"
}

.ion-logo-windows:before {
    content: "\f32f"
}

.ion-logo-wordpress:before {
    content: "\f330"
}

.ion-logo-xbox:before {
    content: "\f34c"
}

.ion-logo-xing:before {
    content: "\f10f"
}

.ion-logo-yahoo:before {
    content: "\f34d"
}

.ion-logo-yen:before {
    content: "\f34e"
}

.ion-logo-youtube:before {
    content: "\f34f"
}

.ion-md-add:before {
    content: "\f273"
}

.ion-md-add-circle:before {
    content: "\f272"
}

.ion-md-add-circle-outline:before {
    content: "\f158"
}

.ion-md-airplane:before {
    content: "\f15a"
}

.ion-md-alarm:before {
    content: "\f274"
}

.ion-md-albums:before {
    content: "\f275"
}

.ion-md-alert:before {
    content: "\f276"
}

.ion-md-american-football:before {
    content: "\f277"
}

.ion-md-analytics:before {
    content: "\f278"
}

.ion-md-aperture:before {
    content: "\f279"
}

.ion-md-apps:before {
    content: "\f27a"
}

.ion-md-appstore:before {
    content: "\f27b"
}

.ion-md-archive:before {
    content: "\f27c"
}

.ion-md-arrow-back:before {
    content: "\f27d"
}

.ion-md-arrow-down:before {
    content: "\f27e"
}

.ion-md-arrow-dropdown:before {
    content: "\f280"
}

.ion-md-arrow-dropdown-circle:before {
    content: "\f27f"
}

.ion-md-arrow-dropleft:before {
    content: "\f282"
}

.ion-md-arrow-dropleft-circle:before {
    content: "\f281"
}

.ion-md-arrow-dropright:before {
    content: "\f284"
}

.ion-md-arrow-dropright-circle:before {
    content: "\f283"
}

.ion-md-arrow-dropup:before {
    content: "\f286"
}

.ion-md-arrow-dropup-circle:before {
    content: "\f285"
}

.ion-md-arrow-forward:before {
    content: "\f287"
}

.ion-md-arrow-round-back:before {
    content: "\f288"
}

.ion-md-arrow-round-down:before {
    content: "\f289"
}

.ion-md-arrow-round-forward:before {
    content: "\f28a"
}

.ion-md-arrow-round-up:before {
    content: "\f28b"
}

.ion-md-arrow-up:before {
    content: "\f28c"
}

.ion-md-at:before {
    content: "\f28d"
}

.ion-md-attach:before {
    content: "\f28e"
}

.ion-md-backspace:before {
    content: "\f28f"
}

.ion-md-barcode:before {
    content: "\f290"
}

.ion-md-baseball:before {
    content: "\f291"
}

.ion-md-basket:before {
    content: "\f292"
}

.ion-md-basketball:before {
    content: "\f293"
}

.ion-md-battery-charging:before {
    content: "\f294"
}

.ion-md-battery-dead:before {
    content: "\f295"
}

.ion-md-battery-full:before {
    content: "\f296"
}

.ion-md-beaker:before {
    content: "\f297"
}

.ion-md-bed:before {
    content: "\f160"
}

.ion-md-beer:before {
    content: "\f298"
}

.ion-md-bicycle:before {
    content: "\f299"
}

.ion-md-bluetooth:before {
    content: "\f29a"
}

.ion-md-boat:before {
    content: "\f29b"
}

.ion-md-body:before {
    content: "\f29c"
}

.ion-md-bonfire:before {
    content: "\f29d"
}

.ion-md-book:before {
    content: "\f29e"
}

.ion-md-bookmark:before {
    content: "\f29f"
}

.ion-md-bookmarks:before {
    content: "\f2a0"
}

.ion-md-bowtie:before {
    content: "\f2a1"
}

.ion-md-briefcase:before {
    content: "\f2a2"
}

.ion-md-browsers:before {
    content: "\f2a3"
}

.ion-md-brush:before {
    content: "\f2a4"
}

.ion-md-bug:before {
    content: "\f2a5"
}

.ion-md-build:before {
    content: "\f2a6"
}

.ion-md-bulb:before {
    content: "\f2a7"
}

.ion-md-bus:before {
    content: "\f2a8"
}

.ion-md-business:before {
    content: "\f1a4"
}

.ion-md-cafe:before {
    content: "\f2a9"
}

.ion-md-calculator:before {
    content: "\f2aa"
}

.ion-md-calendar:before {
    content: "\f2ab"
}

.ion-md-call:before {
    content: "\f2ac"
}

.ion-md-camera:before {
    content: "\f2ad"
}

.ion-md-car:before {
    content: "\f2b2"
}

.ion-md-card:before {
    content: "\f2b3"
}

.ion-md-cart:before {
    content: "\f2b4"
}

.ion-md-cash:before {
    content: "\f2b5"
}

.ion-md-cellular:before {
    content: "\f164"
}

.ion-md-chatboxes:before {
    content: "\f2b6"
}

.ion-md-chatbubbles:before {
    content: "\f2b7"
}

.ion-md-checkbox:before {
    content: "\f2b9"
}

.ion-md-checkbox-outline:before {
    content: "\f2b8"
}

.ion-md-checkmark:before {
    content: "\f2bc"
}

.ion-md-checkmark-circle:before {
    content: "\f2bb"
}

.ion-md-checkmark-circle-outline:before {
    content: "\f2ba"
}

.ion-md-clipboard:before {
    content: "\f2bd"
}

.ion-md-clock:before {
    content: "\f2be"
}

.ion-md-close:before {
    content: "\f2c0"
}

.ion-md-close-circle:before {
    content: "\f2bf"
}

.ion-md-close-circle-outline:before {
    content: "\f166"
}

.ion-md-cloud:before {
    content: "\f2c9"
}

.ion-md-cloud-circle:before {
    content: "\f2c2"
}

.ion-md-cloud-done:before {
    content: "\f2c3"
}

.ion-md-cloud-download:before {
    content: "\f2c6"
}

.ion-md-cloud-outline:before {
    content: "\f2c7"
}

.ion-md-cloud-upload:before {
    content: "\f2c8"
}

.ion-md-cloudy:before {
    content: "\f2cb"
}

.ion-md-cloudy-night:before {
    content: "\f2ca"
}

.ion-md-code:before {
    content: "\f2ce"
}

.ion-md-code-download:before {
    content: "\f2cc"
}

.ion-md-code-working:before {
    content: "\f2cd"
}

.ion-md-cog:before {
    content: "\f2cf"
}

.ion-md-color-fill:before {
    content: "\f2d0"
}

.ion-md-color-filter:before {
    content: "\f2d1"
}

.ion-md-color-palette:before {
    content: "\f2d2"
}

.ion-md-color-wand:before {
    content: "\f2d3"
}

.ion-md-compass:before {
    content: "\f2d4"
}

.ion-md-construct:before {
    content: "\f2d5"
}

.ion-md-contact:before {
    content: "\f2d6"
}

.ion-md-contacts:before {
    content: "\f2d7"
}

.ion-md-contract:before {
    content: "\f2d8"
}

.ion-md-contrast:before {
    content: "\f2d9"
}

.ion-md-copy:before {
    content: "\f2da"
}

.ion-md-create:before {
    content: "\f2db"
}

.ion-md-crop:before {
    content: "\f2dc"
}

.ion-md-cube:before {
    content: "\f2dd"
}

.ion-md-cut:before {
    content: "\f2de"
}

.ion-md-desktop:before {
    content: "\f2df"
}

.ion-md-disc:before {
    content: "\f2e0"
}

.ion-md-document:before {
    content: "\f2e1"
}

.ion-md-done-all:before {
    content: "\f2e2"
}

.ion-md-download:before {
    content: "\f2e3"
}

.ion-md-easel:before {
    content: "\f2e4"
}

.ion-md-egg:before {
    content: "\f2e5"
}

.ion-md-exit:before {
    content: "\f2e6"
}

.ion-md-expand:before {
    content: "\f2e7"
}

.ion-md-eye:before {
    content: "\f2e9"
}

.ion-md-eye-off:before {
    content: "\f2e8"
}

.ion-md-fastforward:before {
    content: "\f2ea"
}

.ion-md-female:before {
    content: "\f2eb"
}

.ion-md-filing:before {
    content: "\f2ec"
}

.ion-md-film:before {
    content: "\f2ed"
}

.ion-md-finger-print:before {
    content: "\f2ee"
}

.ion-md-fitness:before {
    content: "\f1ac"
}

.ion-md-flag:before {
    content: "\f2ef"
}

.ion-md-flame:before {
    content: "\f2f0"
}

.ion-md-flash:before {
    content: "\f2f1"
}

.ion-md-flash-off:before {
    content: "\f169"
}

.ion-md-flashlight:before {
    content: "\f16b"
}

.ion-md-flask:before {
    content: "\f2f2"
}

.ion-md-flower:before {
    content: "\f2f3"
}

.ion-md-folder:before {
    content: "\f2f5"
}

.ion-md-folder-open:before {
    content: "\f2f4"
}

.ion-md-football:before {
    content: "\f2f6"
}

.ion-md-funnel:before {
    content: "\f2f7"
}

.ion-md-gift:before {
    content: "\f199"
}

.ion-md-git-branch:before {
    content: "\f2fa"
}

.ion-md-git-commit:before {
    content: "\f2fb"
}

.ion-md-git-compare:before {
    content: "\f2fc"
}

.ion-md-git-merge:before {
    content: "\f2fd"
}

.ion-md-git-network:before {
    content: "\f2fe"
}

.ion-md-git-pull-request:before {
    content: "\f2ff"
}

.ion-md-glasses:before {
    content: "\f300"
}

.ion-md-globe:before {
    content: "\f301"
}

.ion-md-grid:before {
    content: "\f302"
}

.ion-md-hammer:before {
    content: "\f303"
}

.ion-md-hand:before {
    content: "\f304"
}

.ion-md-happy:before {
    content: "\f305"
}

.ion-md-headset:before {
    content: "\f306"
}

.ion-md-heart:before {
    content: "\f308"
}

.ion-md-heart-dislike:before {
    content: "\f167"
}

.ion-md-heart-empty:before {
    content: "\f1a1"
}

.ion-md-heart-half:before {
    content: "\f1a2"
}

.ion-md-help:before {
    content: "\f30b"
}

.ion-md-help-buoy:before {
    content: "\f309"
}

.ion-md-help-circle:before {
    content: "\f30a"
}

.ion-md-help-circle-outline:before {
    content: "\f16d"
}

.ion-md-home:before {
    content: "\f30c"
}

.ion-md-hourglass:before {
    content: "\f111"
}

.ion-md-ice-cream:before {
    content: "\f30d"
}

.ion-md-image:before {
    content: "\f30e"
}

.ion-md-images:before {
    content: "\f30f"
}

.ion-md-infinite:before {
    content: "\f310"
}

.ion-md-information:before {
    content: "\f312"
}

.ion-md-information-circle:before {
    content: "\f311"
}

.ion-md-information-circle-outline:before {
    content: "\f16f"
}

.ion-md-jet:before {
    content: "\f315"
}

.ion-md-journal:before {
    content: "\f18d"
}

.ion-md-key:before {
    content: "\f316"
}

.ion-md-keypad:before {
    content: "\f317"
}

.ion-md-laptop:before {
    content: "\f318"
}

.ion-md-leaf:before {
    content: "\f319"
}

.ion-md-link:before {
    content: "\f22e"
}

.ion-md-list:before {
    content: "\f31b"
}

.ion-md-list-box:before {
    content: "\f31a"
}

.ion-md-locate:before {
    content: "\f31c"
}

.ion-md-lock:before {
    content: "\f31d"
}

.ion-md-log-in:before {
    content: "\f31e"
}

.ion-md-log-out:before {
    content: "\f31f"
}

.ion-md-magnet:before {
    content: "\f320"
}

.ion-md-mail:before {
    content: "\f322"
}

.ion-md-mail-open:before {
    content: "\f321"
}

.ion-md-mail-unread:before {
    content: "\f172"
}

.ion-md-male:before {
    content: "\f323"
}

.ion-md-man:before {
    content: "\f324"
}

.ion-md-map:before {
    content: "\f325"
}

.ion-md-medal:before {
    content: "\f326"
}

.ion-md-medical:before {
    content: "\f327"
}

.ion-md-medkit:before {
    content: "\f328"
}

.ion-md-megaphone:before {
    content: "\f329"
}

.ion-md-menu:before {
    content: "\f32a"
}

.ion-md-mic:before {
    content: "\f32c"
}

.ion-md-mic-off:before {
    content: "\f32b"
}

.ion-md-microphone:before {
    content: "\f32d"
}

.ion-md-moon:before {
    content: "\f32e"
}

.ion-md-more:before {
    content: "\f1c9"
}

.ion-md-move:before {
    content: "\f331"
}

.ion-md-musical-note:before {
    content: "\f332"
}

.ion-md-musical-notes:before {
    content: "\f333"
}

.ion-md-navigate:before {
    content: "\f334"
}

.ion-md-notifications:before {
    content: "\f338"
}

.ion-md-notifications-off:before {
    content: "\f336"
}

.ion-md-notifications-outline:before {
    content: "\f337"
}

.ion-md-nuclear:before {
    content: "\f339"
}

.ion-md-nutrition:before {
    content: "\f33a"
}

.ion-md-open:before {
    content: "\f33b"
}

.ion-md-options:before {
    content: "\f33c"
}

.ion-md-outlet:before {
    content: "\f33d"
}

.ion-md-paper:before {
    content: "\f33f"
}

.ion-md-paper-plane:before {
    content: "\f33e"
}

.ion-md-partly-sunny:before {
    content: "\f340"
}

.ion-md-pause:before {
    content: "\f341"
}

.ion-md-paw:before {
    content: "\f342"
}

.ion-md-people:before {
    content: "\f343"
}

.ion-md-person:before {
    content: "\f345"
}

.ion-md-person-add:before {
    content: "\f344"
}

.ion-md-phone-landscape:before {
    content: "\f346"
}

.ion-md-phone-portrait:before {
    content: "\f347"
}

.ion-md-photos:before {
    content: "\f348"
}

.ion-md-pie:before {
    content: "\f349"
}

.ion-md-pin:before {
    content: "\f34a"
}

.ion-md-pint:before {
    content: "\f34b"
}

.ion-md-pizza:before {
    content: "\f354"
}

.ion-md-planet:before {
    content: "\f356"
}

.ion-md-play:before {
    content: "\f357"
}

.ion-md-play-circle:before {
    content: "\f174"
}

.ion-md-podium:before {
    content: "\f358"
}

.ion-md-power:before {
    content: "\f359"
}

.ion-md-pricetag:before {
    content: "\f35a"
}

.ion-md-pricetags:before {
    content: "\f35b"
}

.ion-md-print:before {
    content: "\f35c"
}

.ion-md-pulse:before {
    content: "\f35d"
}

.ion-md-qr-scanner:before {
    content: "\f35e"
}

.ion-md-quote:before {
    content: "\f35f"
}

.ion-md-radio:before {
    content: "\f362"
}

.ion-md-radio-button-off:before {
    content: "\f360"
}

.ion-md-radio-button-on:before {
    content: "\f361"
}

.ion-md-rainy:before {
    content: "\f363"
}

.ion-md-recording:before {
    content: "\f364"
}

.ion-md-redo:before {
    content: "\f365"
}

.ion-md-refresh:before {
    content: "\f366"
}

.ion-md-refresh-circle:before {
    content: "\f228"
}

.ion-md-remove:before {
    content: "\f368"
}

.ion-md-remove-circle:before {
    content: "\f367"
}

.ion-md-remove-circle-outline:before {
    content: "\f176"
}

.ion-md-reorder:before {
    content: "\f369"
}

.ion-md-repeat:before {
    content: "\f36a"
}

.ion-md-resize:before {
    content: "\f36b"
}

.ion-md-restaurant:before {
    content: "\f36c"
}

.ion-md-return-left:before {
    content: "\f36d"
}

.ion-md-return-right:before {
    content: "\f36e"
}

.ion-md-reverse-camera:before {
    content: "\f36f"
}

.ion-md-rewind:before {
    content: "\f370"
}

.ion-md-ribbon:before {
    content: "\f371"
}

.ion-md-rocket:before {
    content: "\f179"
}

.ion-md-rose:before {
    content: "\f372"
}

.ion-md-sad:before {
    content: "\f373"
}

.ion-md-save:before {
    content: "\f1a9"
}

.ion-md-school:before {
    content: "\f374"
}

.ion-md-search:before {
    content: "\f375"
}

.ion-md-send:before {
    content: "\f376"
}

.ion-md-settings:before {
    content: "\f377"
}

.ion-md-share:before {
    content: "\f379"
}

.ion-md-share-alt:before {
    content: "\f378"
}

.ion-md-shirt:before {
    content: "\f37a"
}

.ion-md-shuffle:before {
    content: "\f37b"
}

.ion-md-skip-backward:before {
    content: "\f37c"
}

.ion-md-skip-forward:before {
    content: "\f37d"
}

.ion-md-snow:before {
    content: "\f37e"
}

.ion-md-speedometer:before {
    content: "\f37f"
}

.ion-md-square:before {
    content: "\f381"
}

.ion-md-square-outline:before {
    content: "\f380"
}

.ion-md-star:before {
    content: "\f384"
}

.ion-md-star-half:before {
    content: "\f382"
}

.ion-md-star-outline:before {
    content: "\f383"
}

.ion-md-stats:before {
    content: "\f385"
}

.ion-md-stopwatch:before {
    content: "\f386"
}

.ion-md-subway:before {
    content: "\f387"
}

.ion-md-sunny:before {
    content: "\f388"
}

.ion-md-swap:before {
    content: "\f389"
}

.ion-md-switch:before {
    content: "\f38a"
}

.ion-md-sync:before {
    content: "\f38b"
}

.ion-md-tablet-landscape:before {
    content: "\f38c"
}

.ion-md-tablet-portrait:before {
    content: "\f38d"
}

.ion-md-tennisball:before {
    content: "\f38e"
}

.ion-md-text:before {
    content: "\f38f"
}

.ion-md-thermometer:before {
    content: "\f390"
}

.ion-md-thumbs-down:before {
    content: "\f391"
}

.ion-md-thumbs-up:before {
    content: "\f392"
}

.ion-md-thunderstorm:before {
    content: "\f393"
}

.ion-md-time:before {
    content: "\f394"
}

.ion-md-timer:before {
    content: "\f395"
}

.ion-md-today:before {
    content: "\f17d"
}

.ion-md-train:before {
    content: "\f396"
}

.ion-md-transgender:before {
    content: "\f397"
}

.ion-md-trash:before {
    content: "\f398"
}

.ion-md-trending-down:before {
    content: "\f399"
}

.ion-md-trending-up:before {
    content: "\f39a"
}

.ion-md-trophy:before {
    content: "\f39b"
}

.ion-md-tv:before {
    content: "\f17f"
}

.ion-md-umbrella:before {
    content: "\f39c"
}

.ion-md-undo:before {
    content: "\f39d"
}

.ion-md-unlock:before {
    content: "\f39e"
}

.ion-md-videocam:before {
    content: "\f39f"
}

.ion-md-volume-high:before {
    content: "\f123"
}

.ion-md-volume-low:before {
    content: "\f131"
}

.ion-md-volume-mute:before {
    content: "\f3a1"
}

.ion-md-volume-off:before {
    content: "\f3a2"
}

.ion-md-walk:before {
    content: "\f3a4"
}

.ion-md-wallet:before {
    content: "\f18f"
}

.ion-md-warning:before {
    content: "\f3a5"
}

.ion-md-watch:before {
    content: "\f3a6"
}

.ion-md-water:before {
    content: "\f3a7"
}

.ion-md-wifi:before {
    content: "\f3a8"
}

.ion-md-wine:before {
    content: "\f3a9"
}

.ion-md-woman:before {
    content: "\f3aa"
}

@font-face {
    font-display: swap;
    font-family: themify;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/themes/bricks/assets/fonts/themify/themify.eot?);
    src: url(/wp-content/themes/bricks/assets/fonts/themify/themify.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/bricks/assets/fonts/themify/themify.woff?) format("woff"), url(/wp-content/themes/bricks/assets/fonts/themify/themify.ttf?) format("truetype")
}

[class*=" ti-"],
[class^=ti-] {
    speak: never;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: themify;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

.splide {
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide.brx-auto-height .splide__list {
    align-items: flex-start
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__track {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
    opacity: 0;
    z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
    opacity: 1;
    z-index: 1
}

.splide__list {
    display: flex;
    height: 100%;
    padding: 0
}

.splide__list,
.splide__slide {
    backface-visibility: hidden;
    margin: 0
}

.splide__slide {
    -webkit-tap-highlight-color: transparent;
    background-size: cover;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide--rtl {
    direction: rtl
}

.splide__track--ttb>.splide__list {
    display: block
}

.splide__arrows.custom {
    display: block !important
}

.splide__arrow {
    align-items: center;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    font-size: 60px;
    height: 50px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    z-index: 1
}

.splide__arrow:disabled {
    opacity: .5
}

.splide__arrow--prev {
    left: 0
}

.splide__arrow--next {
    right: 0
}

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 0
}

.splide__arrows--rtl .splide__arrow--next {
    left: 0;
    right: auto
}

.splide__arrows--rtl .splide__arrow--next svg,
.splide__arrows--rtl .splide__arrow--prev svg {
    transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 0
}

.splide__arrows--ttb .splide__arrow--prev svg {
    transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
    bottom: 0;
    top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
    transform: rotate(90deg)
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 0;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__pagination {
    bottom: 15px;
    left: 50%;
    list-style: none;
    padding: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1
}

.splide__pagination .splide__pagination__page {
    background-color: rgba(0, 0, 0, .33);
    border: 0;
    border-radius: 100%;
    display: inline-block;
    height: 10px;
    margin: 5px;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 10px
}

.splide__pagination .splide__pagination__page.is-active {
    background-color: #000;
    z-index: 1
}

.splide__pagination .splide__pagination__page:focus {
    outline: none
}

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0
}

.splide__track--nav>.splide__list>.splide__slide {
    border: 3px solid transparent;
    cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
    border: 3px solid #000
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
    width: 0
}

.splide__toggle {
    cursor: pointer
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
    display: none
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

:root {
    --x-header-fade-transition: .2s
}

#brx-header.x-header_sticky-active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation-name: x_header_fadein;
    animation-duration: var(--x-header-fade-transition);
    animation-iteration-count: 1
}

#brx-header.x-header_sticky-active[data-x-scroll="0"] {
    animation-duration: 0ms
}

.admin-bar #brx-header.x-header_sticky-active {
    top: var(--wp-admin--admin-bar--height)
}

#brx-header.x-header_sticky-hidden {
    animation-name: x_header_fadeout;
    animation-duration: var(---x-header-fade-transition);
    animation-iteration-count: 1;
    opacity: 0;
    pointer-events: none
}

@media (max-width:682px) {
    .admin-bar #brx-header.x-header_sticky-active {
        top: 0
    }
}

@keyframes x_header_fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes x_header_fadeout {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.x-header {
    transition-duration: var(--x-header-fade-transition);
    transition-property: transform, opacity, visibility;
    transition-timing-function: linear
}

.scrolling .brxe-xheaderrow {
    height: var(--x-sticky-header-height) !important
}

#brx-header.x-header_not-pin:not([data-x-hide-effect=fade]) {
    transform: translateY(-100%)
}

#brx-header.x-header_not-pin[data-x-hide-effect=fade] {
    animation-name: x_header_fadeout;
    animation-duration: var(--x-header-fade-transition);
    animation-iteration-count: 1;
    opacity: 0;
    visibility: hidden
}

#brx-header.x-header_sticky-active [data-x-sticky=hide] {
    display: none !important
}

#brx-header:not(.x-header_sticky-active) [data-x-sticky=show] {
    display: none !important
}

#brx-header.x-header_sticky-active [data-x-sticky=show]:not(.brxe-xnotificationbar) {
    display: flex
}

html {
    font-size: 62.5%
}

html.cf-theme-dark {
    color-scheme: dark
}

:root,
:root.cf-theme-dark .theme-inverted,
:root.cf-theme-dark .theme-always-light,
:root.cf-theme-light .theme-inverted .theme-always-light {
    --min-screen-width: 320px;
    --max-screen-width: 1366px;
    --primary: #c7298a;
    --primary-5: #c7298a0d;
    --primary-10: #c7298a1a;
    --primary-20: #c7298a33;
    --primary-30: #c7298a4d;
    --primary-40: #c7298a66;
    --primary-50: #c7298a80;
    --primary-60: #c7298a99;
    --primary-70: #c7298ab3;
    --primary-80: #c7298acc;
    --primary-90: #c7298ae6;
    --primary-d-1: #9c266d;
    --primary-d-2: #732251;
    --primary-d-3: #4d1b37;
    --primary-d-4: #29131f;
    --primary-l-1: #d65fa0;
    --primary-l-2: #e389b7;
    --primary-l-3: #efb1cf;
    --primary-l-4: #f8d8e7;
    --secondary: #2b3d78;
    --secondary-5: #2b3d780d;
    --secondary-10: #2b3d781a;
    --secondary-20: #2b3d7833;
    --secondary-30: #2b3d784d;
    --secondary-40: #2b3d7866;
    --secondary-50: #2b3d7880;
    --secondary-60: #2b3d7899;
    --secondary-70: #2b3d78b3;
    --secondary-80: #2b3d78cc;
    --secondary-90: #2b3d78e6;
    --secondary-d-1: #25325f;
    --secondary-d-2: #1f2747;
    --secondary-d-3: #181c31;
    --secondary-d-4: #10111c;
    --secondary-l-1: #576092;
    --secondary-l-2: #8085ad;
    --secondary-l-3: #a9acc8;
    --secondary-l-4: #d4d5e3;
    --tertiary: #0077b6;
    --tertiary-5: #0077b60d;
    --tertiary-10: #0077b61a;
    --tertiary-20: #0077b633;
    --tertiary-30: #0077b64d;
    --tertiary-40: #0077b666;
    --tertiary-50: #0077b680;
    --tertiary-60: #0077b699;
    --tertiary-70: #0077b6b3;
    --tertiary-80: #0077b6cc;
    --tertiary-90: #0077b6e6;
    --tertiary-d-1: #145e8f;
    --tertiary-d-2: #194769;
    --tertiary-d-3: #173046;
    --tertiary-d-4: #121b25;
    --tertiary-l-1: #5691c5;
    --tertiary-l-2: #84abd3;
    --tertiary-l-3: #aec6e2;
    --tertiary-l-4: #d6e2f0;
    --base: #161616;
    --base-5: #1616160d;
    --base-10: #1616161a;
    --base-20: #16161633;
    --base-30: #1616164d;
    --base-40: #16161666;
    --base-50: #16161680;
    --base-60: #16161699;
    --base-70: #161616b3;
    --base-80: #161616cc;
    --base-90: #161616e6;
    --base-d-1: #131313;
    --base-d-2: #0f0f0f;
    --base-d-3: #0b0b0b;
    --base-d-4: #050505;
    --base-l-1: #3d3d3d;
    --base-l-2: #696969;
    --base-l-3: #989898;
    --base-l-4: #cacaca;
    --bg-body: #e6e6e6;
    --bg-surface: #fff;
    --text-body: #404040;
    --text-title: #111;
    --light: #fff;
    --light-5: #ffffff0d;
    --light-10: #ffffff1a;
    --light-20: #ffffff33;
    --light-30: #ffffff4d;
    --light-40: #ffffff66;
    --light-50: #ffffff80;
    --light-60: #ffffff99;
    --light-70: #ffffffb3;
    --light-80: #ffffffcc;
    --light-90: #ffffffe6;
    --dark: #000;
    --dark-5: #0000000d;
    --dark-10: #0000001a;
    --dark-20: #00000033;
    --dark-30: #0000004d;
    --dark-40: #00000066;
    --dark-50: #00000080;
    --dark-60: #00000099;
    --dark-70: #000000b3;
    --dark-80: #000000cc;
    --dark-90: #000000e6;
    --transparent: hsla(0, 0%, 0%, 0);
    --success: #24f95d;
    --success-5: hsla(136, 95%, 56%, .05);
    --success-10: hsla(136, 95%, 56%, .1);
    --success-20: hsla(136, 95%, 56%, .2);
    --success-30: hsla(136, 95%, 56%, .3);
    --success-40: hsla(136, 95%, 56%, .4);
    --success-50: hsla(136, 95%, 56%, .5);
    --success-60: hsla(136, 95%, 56%, .6);
    --success-70: hsla(136, 95%, 56%, .7);
    --success-80: hsla(136, 95%, 56%, .8);
    --success-90: hsla(136, 95%, 56%, .9);
    --error: #f92444;
    --error-5: hsla(351, 95%, 56%, .05);
    --error-10: hsla(351, 95%, 56%, .1);
    --error-20: hsla(351, 95%, 56%, .2);
    --error-30: hsla(351, 95%, 56%, .3);
    --error-40: hsla(351, 95%, 56%, .4);
    --error-50: hsla(351, 95%, 56%, .5);
    --error-60: hsla(351, 95%, 56%, .6);
    --error-70: hsla(351, 95%, 56%, .7);
    --error-80: hsla(351, 95%, 56%, .8);
    --error-90: hsla(351, 95%, 56%, .9);
    --facebook: #1877f2;
    --youtube: red;
    --linkedin: #0a66c2;
    --vimeo: #1ab7ea;
    --pinterest: #bd081c;
    --tumblr: #2c4762;
    --whatsapp: #25d366;
    --skype: #00aff0;
    --yahoo: #430297;
    --twitter: #000;
    --space-4xs: clamp(.89rem, calc(.03vw + .88rem), .92rem);
    --space-3xs: clamp(1rem, calc(.14vw + .95rem), 1.15rem);
    --space-2xs: clamp(1.12rem, calc(.3vw + 1.03rem), 1.43rem);
    --space-xs: clamp(1.26rem, calc(.5vw + 1.1rem), 1.79rem);
    --space-s: clamp(1.42rem, calc(.78vw + 1.17rem), 2.24rem);
    --space-m: clamp(1.6rem, calc(1.15vw + 1.23rem), 2.8rem);
    --space-l: clamp(1.8rem, calc(1.63vw + 1.28rem), 3.5rem);
    --space-xl: clamp(2.02rem, calc(2.25vw + 1.31rem), 4.38rem);
    --space-2xl: clamp(2.28rem, calc(3.05vw + 1.3rem), 5.47rem);
    --space-3xl: clamp(2.56rem, calc(4.09vw + 1.26rem), 6.84rem);
    --space-4xl: clamp(2.88rem, calc(5.41vw + 1.15rem), 8.54rem);
    --text-xs: clamp(1.26rem, calc(-.11vw + 1.3rem), 1.15rem);
    --text-s: clamp(1.42rem, calc(.02vw + 1.42rem), 1.44rem);
    --text-m: clamp(1.6rem, calc(.19vw + 1.54rem), 1.8rem);
    --text-l: clamp(1.8rem, calc(.43vw + 1.66rem), 2.25rem);
    --text-xl: clamp(2.02rem, calc(.75vw + 1.78rem), 2.81rem);
    --text-2xl: clamp(2.28rem, calc(1.18vw + 1.9rem), 3.52rem);
    --text-3xl: clamp(2.56rem, calc(1.75vw + 2rem), 4.4rem);
    --text-4xl: clamp(2.88rem, calc(2.5vw + 2.08rem), 5.49rem);
    --columns-1: repeat(1, minmax(0, 1fr));
    --columns-2: repeat(2, minmax(0, 1fr));
    --columns-3: repeat(3, minmax(0, 1fr));
    --columns-4: repeat(4, minmax(0, 1fr));
    --columns-5: repeat(5, minmax(0, 1fr));
    --columns-6: repeat(6, minmax(0, 1fr));
    --columns-7: repeat(7, minmax(0, 1fr));
    --columns-8: repeat(8, minmax(0, 1fr));
    --columns-9: repeat(9, minmax(0, 1fr));
    --columns-10: repeat(10, minmax(0, 1fr));
    --columns-11: repeat(11, minmax(0, 1fr));
    --columns-12: repeat(12, minmax(0, 1fr));
    --radius-xs: clamp(.4rem, calc(0vw + .4rem), .4rem);
    --radius-s: clamp(.6rem, calc(.19vw + .54rem), .8rem);
    --radius-m: clamp(1rem, calc(.19vw + .94rem), 1.2rem);
    --radius-l: clamp(1.6rem, calc(.38vw + 1.48rem), 2rem);
    --radius-xl: clamp(2.6rem, calc(.57vw + 2.42rem), 3.2rem);
    --radius-full: 999rem;
    --shadow-xs: 0 1px 2px var(--shadow-primary);
    --shadow-s: 0 1.5px 3px var(--shadow-primary);
    --shadow-m: 0 2px 6px var(--shadow-primary);
    --shadow-l: 0 3px 12px var(--shadow-primary);
    --shadow-xl: 0 6px 48px var(--shadow-primary)
}

:root.cf-theme-dark,
:root.cf-theme-light .theme-inverted,
:root.cf-theme-light .theme-always-dark,
:root.cf-theme-dark .theme-inverted .theme-always-dark {
    --base: #e6e6e6;
    --base-5: #e6e6e60d;
    --base-10: #e6e6e61a;
    --base-20: #e6e6e633;
    --base-30: #e6e6e64d;
    --base-40: #e6e6e666;
    --base-50: #e6e6e680;
    --base-60: #e6e6e699;
    --base-70: #e6e6e6b3;
    --base-80: #e6e6e6cc;
    --base-90: #e6e6e6e6;
    --base-d-1: #b3b3b3;
    --base-d-2: #838383;
    --base-d-3: #565656;
    --base-d-4: #2d2d2d;
    --base-l-1: #ebebeb;
    --base-l-2: #f0f0f0;
    --base-l-3: #f5f5f5;
    --base-l-4: #fafafa;
    --bg-body: hsla(0, 0%, 5%, 1);
    --bg-surface: hsla(0, 0%, 15%, 1);
    --text-body: #bfbfbf;
    --text-title: #fff;
    --light: hsla(0, 0%, 0%, 1);
    --light-5: #0000000d;
    --light-10: #0000001a;
    --light-20: #00000033;
    --light-30: #0000004d;
    --light-40: #00000066;
    --light-50: #00000080;
    --light-60: #00000099;
    --light-70: #000000b3;
    --light-80: #000000cc;
    --light-90: #000000e6;
    --dark: hsla(0, 0%, 100%, 1);
    --dark-5: #ffffff0d;
    --dark-10: #ffffff1a;
    --dark-20: #ffffff33;
    --dark-30: #ffffff4d;
    --dark-40: #ffffff66;
    --dark-50: #ffffff80;
    --dark-60: #ffffff99;
    --dark-70: #ffffffb3;
    --dark-80: #ffffffcc;
    --dark-90: #ffffffe6
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-3xs);
    padding: var(--space-xs) var(--space-s);
    background: var(--primary);
    color: #fff;
    font-size: var(--text-m);
    font-weight: 600;
    border-radius: var(--radius-m);
    border: 1px solid var(--primary-d-1);
    box-shadow: var(--shadow-m);
    transition: all .25s ease-in-out;
    outline: 0;
    cursor: pointer
}

.btn:hover {
    background: var(--primary-d-1);
    transform: translateY(-.1rem)
}

.btn.small {
    font-size: var(--text-s);
    padding: var(--space-xs) var(--space-s)
}

.btn.large {
    font-size: var(--text-l);
    padding: var(--space-s) var(--space-m)
}

.btn.tertiary {
    background: var(--tertiary);
    border-color: var(--tertiary-d-1)
}

.btn.ghost {
    color: var(--dark-80);
    background: 0 0;
    border-color: transparent;
    box-shadow: none
}

.btn.slight {
    color: var(--dark-80);
    background: var(--bg-surface);
    border-color: var(--border-primary);
    box-shadow: var(--shadow-s)
}

.btn.secondary {
    background: var(--secondary);
    border-color: var(--secondary-d-1)
}

.btn.ghost:hover {
    background: var(--dark-10)
}

.btn.slight:hover {
    background: var(--dark-5)
}

.btn.tertiary:hover {
    background: var(--tertiary-d-1)
}

.btn.secondary:hover {
    background: var(--secondary-d-1)
}

.btn:focus {
    outline: 4px solid var(--primary-l-3);
    outline-offset: 2px
}

.btn.no-bg {
    color: var(--dark-80);
    background: 0 0;
    box-shadow: none;
    border-color: transparent
}

.btn.no-bg:hover {
    color: var(--dark)
}

.badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-4xs);
    padding: var(--space-2xs) var(--space-s);
    background: var(--dark-10);
    color: var(--primary);
    font-size: var(--text-s);
    font-weight: 500;
    border-radius: var(--radius-full);
    border: 0;
    outline: 0
}

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

.link {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: .05rem;
    box-shadow: 0 2px 0 var(--primary-20);
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .15s ease-in-out
}

.link:hover {
    box-shadow: 0 2px 0 var(--primary-40)
}

.link:focus {
    background: var(--primary-10)
}

.link.secondary {
    color: var(--secondary);
    border-color: var(--secondary-20)
}

.link.tertiary {
    color: var(--tertiary);
    border-color: var(--tertiary-20)
}

.input {
    padding: var(--space-xs) var(--space-s);
    background: var(--dark-5);
    color: var(--text-title);
    font-size: var(--text-m);
    font-weight: 500;
    border-radius: var(--radius-m);
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-xs);
    transition: all .25s ease-in-out;
    appearance: none;
    outline: 0
}

.input:focus {
    background: var(--primary-20);
    border-color: var(--primary);
    box-shadow: var(--shadow-l)
}

.input:hover {
    border-color: var(--primary);
    background: 0 0;
    box-shadow: var(--shadow-l)
}

.input::placeholder {
    color: var(--dark-40)
}

.input:invalid {
    border-color: var(--error);
    background: var(--error-10)
}

.input:disabled {
    cursor: not-allowed;
    opacity: .75;
    box-shadow: none;
    background: var(--dark-10)
}

.select {
    padding: var(--space-xs) var(--space-s);
    background: var(--dark-5);
    color: var(--text-body);
    font-size: var(--text-m);
    font-weight: 500;
    border-radius: var(--radius-m);
    border: 1px solid var(--border-primary);
    box-shadow: var(--shadow-xs);
    transition: all .25s ease-in-out;
    outline: 0
}

.select:focus {
    background: var(--primary-20);
    border-color: var(--primary)
}

.select:hover {
    border-color: var(--primary)
}

.select::placeholder {
    color: var(--dark-40)
}

.select:invalid {
    border-color: var(--error);
    background: var(--error-10)
}

.select:disabled {
    cursor: not-allowed;
    opacity: .75;
    box-shadow: none;
    background: var(--dark-10)
}

.card {
    display: grid;
    gap: var(--space-xs);
    padding: var(--space-m);
    font-size: var(--text-m);
    color: var(--text-body);
    background: var(--bg-surface);
    line-height: 1.3;
    border-radius: var(--radius-m);
    box-shadow: var(--shadow-m)
}

.card.secondary {
    background: var(--secondary);
    color: #fff
}

.card.primary {
    background: var(--primary);
    color: #fff
}

.cf-icon {
    color: var(--primary);
    width: var(--space-2xl);
    height: auto;
    font-size: var(--space-2xl)
}

.cf-icon.large {
    width: var(--space-3xl);
    font-size: var(--space-3xl)
}

.cf-icon.secondary {
    color: var(--secondary)
}

.cf-icon.tertiary {
    color: var(--tertiary)
}

.cf-icon.outline {
    padding: .5em;
    border: 1px solid var(--border-primary);
    border-radius: 100%;
    box-sizing: content-box
}

.cf-icon.filled {
    padding: .5em;
    border-radius: 100%;
    box-sizing: content-box;
    background: var(--dark-10)
}

.cf-icon.small {
    width: var(--space-l);
    font-size: var(--space-l)
}

.avatar {
    width: var(--space-2xl);
    height: var(--space-2xl);
    border-radius: 100%;
    box-shadow: var(--shadow-m);
    object-fit: cover
}

.avatar.small {
    width: var(--space-l);
    height: var(--space-l)
}

.avatar.large {
    width: var(--space-4xl);
    height: var(--space-4xl)
}

.checkbox {
    appearance: none;
    display: grid;
    place-content: center;
    border: 2px solid var(--dark-40);
    border-radius: var(--radius-s);
    width: clamp(1.8rem, calc(.38vw + 1.68rem), 2.2rem);
    height: clamp(1.8rem, calc(.38vw + 1.68rem), 2.2rem)
}

.checkbox:checked:before {
    transform: scale(1)
}

.checkbox:before {
    content: "";
    width: 1em;
    height: 1em;
    box-shadow: inset 1em 1em #fff;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transition: transform .2s
}

.checkbox:hover {
    border-color: var(--primary)
}

.checkbox:focus {
    outline: 3px solid var(--primary-l-3);
    outline-offset: 2px
}

.checkbox:checked {
    background: var(--primary);
    border-color: var(--primary)
}

.radio {
    appearance: none;
    display: grid;
    place-content: center;
    border: 2px solid var(--dark-40);
    border-radius: var(--radius-full);
    width: clamp(1.8rem, calc(.38vw + 1.68rem), 2.2rem);
    height: clamp(1.8rem, calc(.38vw + 1.68rem), 2.2rem)
}

.radio:checked:before {
    transform: scale(1)
}

.radio:before {
    content: "";
    width: 1em;
    height: 1em;
    border-radius: 100%;
    transform: scale(0);
    transition: transform .2s;
    background: var(--primary)
}

.radio:hover {
    border-color: var(--primary)
}

.radio:focus {
    outline: 3px solid var(--primary-l-3);
    outline-offset: 2px
}

.radio:checked {
    border-color: var(--primary)
}

.hover-float {
    transform: perspective(1px);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: ease-out;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: transform;
    -webkit-transition-timing-function: ease-out
}

.hover-float:hover {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px)
}

.hover-float:focus {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px)
}

.hover-float:active {
    transform: translateY(-8px);
    -webkit-transform: translateY(-8px)
}

.hover-grow {
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    transition-duration: .3s;
    transition-property: transform
}

.hover-grow:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.hover-grow:focus {
    transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

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

.bg-primary-5 {
    background-color: var(--primary-5)
}

.bg-primary-10 {
    background-color: var(--primary-10)
}

.bg-primary-20 {
    background-color: var(--primary-20)
}

.bg-primary-30 {
    background-color: var(--primary-30)
}

.bg-primary-40 {
    background-color: var(--primary-40)
}

.bg-primary-50 {
    background-color: var(--primary-50)
}

.bg-primary-60 {
    background-color: var(--primary-60)
}

.bg-primary-70 {
    background-color: var(--primary-70)
}

.bg-primary-80 {
    background-color: var(--primary-80)
}

.bg-primary-90 {
    background-color: var(--primary-90)
}

.bg-primary-d-1 {
    background-color: var(--primary-d-1)
}

.bg-primary-d-2 {
    background-color: var(--primary-d-2)
}

.bg-primary-d-3 {
    background-color: var(--primary-d-3)
}

.bg-primary-d-4 {
    background-color: var(--primary-d-4)
}

.bg-primary-l-1 {
    background-color: var(--primary-l-1)
}

.bg-primary-l-2 {
    background-color: var(--primary-l-2)
}

.bg-primary-l-3 {
    background-color: var(--primary-l-3)
}

.bg-primary-l-4 {
    background-color: var(--primary-l-4)
}

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

.text-primary-5 {
    color: var(--primary-5)
}

.text-primary-10 {
    color: var(--primary-10)
}

.text-primary-20 {
    color: var(--primary-20)
}

.text-primary-30 {
    color: var(--primary-30)
}

.text-primary-40 {
    color: var(--primary-40)
}

.text-primary-50 {
    color: var(--primary-50)
}

.text-primary-60 {
    color: var(--primary-60)
}

.text-primary-70 {
    color: var(--primary-70)
}

.text-primary-80 {
    color: var(--primary-80)
}

.text-primary-90 {
    color: var(--primary-90)
}

.text-primary-d-1 {
    color: var(--primary-d-1)
}

.text-primary-d-2 {
    color: var(--primary-d-2)
}

.text-primary-d-3 {
    color: var(--primary-d-3)
}

.text-primary-d-4 {
    color: var(--primary-d-4)
}

.text-primary-l-1 {
    color: var(--primary-l-1)
}

.text-primary-l-2 {
    color: var(--primary-l-2)
}

.text-primary-l-3 {
    color: var(--primary-l-3)
}

.text-primary-l-4 {
    color: var(--primary-l-4)
}

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

.border-primary-5 {
    border-color: var(--primary-5)
}

.border-primary-10 {
    border-color: var(--primary-10)
}

.border-primary-20 {
    border-color: var(--primary-20)
}

.border-primary-30 {
    border-color: var(--primary-30)
}

.border-primary-40 {
    border-color: var(--primary-40)
}

.border-primary-50 {
    border-color: var(--primary-50)
}

.border-primary-60 {
    border-color: var(--primary-60)
}

.border-primary-70 {
    border-color: var(--primary-70)
}

.border-primary-80 {
    border-color: var(--primary-80)
}

.border-primary-90 {
    border-color: var(--primary-90)
}

.border-primary-d-1 {
    border-color: var(--primary-d-1)
}

.border-primary-d-2 {
    border-color: var(--primary-d-2)
}

.border-primary-d-3 {
    border-color: var(--primary-d-3)
}

.border-primary-d-4 {
    border-color: var(--primary-d-4)
}

.border-primary-l-1 {
    border-color: var(--primary-l-1)
}

.border-primary-l-2 {
    border-color: var(--primary-l-2)
}

.border-primary-l-3 {
    border-color: var(--primary-l-3)
}

.border-primary-l-4 {
    border-color: var(--primary-l-4)
}

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

.bg-secondary-5 {
    background-color: var(--secondary-5)
}

.bg-secondary-10 {
    background-color: var(--secondary-10)
}

.bg-secondary-20 {
    background-color: var(--secondary-20)
}

.bg-secondary-30 {
    background-color: var(--secondary-30)
}

.bg-secondary-40 {
    background-color: var(--secondary-40)
}

.bg-secondary-50 {
    background-color: var(--secondary-50)
}

.bg-secondary-60 {
    background-color: var(--secondary-60)
}

.bg-secondary-70 {
    background-color: var(--secondary-70)
}

.bg-secondary-80 {
    background-color: var(--secondary-80)
}

.bg-secondary-90 {
    background-color: var(--secondary-90)
}

.bg-secondary-d-1 {
    background-color: var(--secondary-d-1)
}

.bg-secondary-d-2 {
    background-color: var(--secondary-d-2)
}

.bg-secondary-d-3 {
    background-color: var(--secondary-d-3)
}

.bg-secondary-d-4 {
    background-color: var(--secondary-d-4)
}

.bg-secondary-l-1 {
    background-color: var(--secondary-l-1)
}

.bg-secondary-l-2 {
    background-color: var(--secondary-l-2)
}

.bg-secondary-l-3 {
    background-color: var(--secondary-l-3)
}

.bg-secondary-l-4 {
    background-color: var(--secondary-l-4)
}

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

.text-secondary-5 {
    color: var(--secondary-5)
}

.text-secondary-10 {
    color: var(--secondary-10)
}

.text-secondary-20 {
    color: var(--secondary-20)
}

.text-secondary-30 {
    color: var(--secondary-30)
}

.text-secondary-40 {
    color: var(--secondary-40)
}

.text-secondary-50 {
    color: var(--secondary-50)
}

.text-secondary-60 {
    color: var(--secondary-60)
}

.text-secondary-70 {
    color: var(--secondary-70)
}

.text-secondary-80 {
    color: var(--secondary-80)
}

.text-secondary-90 {
    color: var(--secondary-90)
}

.text-secondary-d-1 {
    color: var(--secondary-d-1)
}

.text-secondary-d-2 {
    color: var(--secondary-d-2)
}

.text-secondary-d-3 {
    color: var(--secondary-d-3)
}

.text-secondary-d-4 {
    color: var(--secondary-d-4)
}

.text-secondary-l-1 {
    color: var(--secondary-l-1)
}

.text-secondary-l-2 {
    color: var(--secondary-l-2)
}

.text-secondary-l-3 {
    color: var(--secondary-l-3)
}

.text-secondary-l-4 {
    color: var(--secondary-l-4)
}

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

.border-secondary-5 {
    border-color: var(--secondary-5)
}

.border-secondary-10 {
    border-color: var(--secondary-10)
}

.border-secondary-20 {
    border-color: var(--secondary-20)
}

.border-secondary-30 {
    border-color: var(--secondary-30)
}

.border-secondary-40 {
    border-color: var(--secondary-40)
}

.border-secondary-50 {
    border-color: var(--secondary-50)
}

.border-secondary-60 {
    border-color: var(--secondary-60)
}

.border-secondary-70 {
    border-color: var(--secondary-70)
}

.border-secondary-80 {
    border-color: var(--secondary-80)
}

.border-secondary-90 {
    border-color: var(--secondary-90)
}

.border-secondary-d-1 {
    border-color: var(--secondary-d-1)
}

.border-secondary-d-2 {
    border-color: var(--secondary-d-2)
}

.border-secondary-d-3 {
    border-color: var(--secondary-d-3)
}

.border-secondary-d-4 {
    border-color: var(--secondary-d-4)
}

.border-secondary-l-1 {
    border-color: var(--secondary-l-1)
}

.border-secondary-l-2 {
    border-color: var(--secondary-l-2)
}

.border-secondary-l-3 {
    border-color: var(--secondary-l-3)
}

.border-secondary-l-4 {
    border-color: var(--secondary-l-4)
}

.bg-tertiary {
    background-color: var(--tertiary)
}

.bg-tertiary-5 {
    background-color: var(--tertiary-5)
}

.bg-tertiary-10 {
    background-color: var(--tertiary-10)
}

.bg-tertiary-20 {
    background-color: var(--tertiary-20)
}

.bg-tertiary-30 {
    background-color: var(--tertiary-30)
}

.bg-tertiary-40 {
    background-color: var(--tertiary-40)
}

.bg-tertiary-50 {
    background-color: var(--tertiary-50)
}

.bg-tertiary-60 {
    background-color: var(--tertiary-60)
}

.bg-tertiary-70 {
    background-color: var(--tertiary-70)
}

.bg-tertiary-80 {
    background-color: var(--tertiary-80)
}

.bg-tertiary-90 {
    background-color: var(--tertiary-90)
}

.bg-tertiary-d-1 {
    background-color: var(--tertiary-d-1)
}

.bg-tertiary-d-2 {
    background-color: var(--tertiary-d-2)
}

.bg-tertiary-d-3 {
    background-color: var(--tertiary-d-3)
}

.bg-tertiary-d-4 {
    background-color: var(--tertiary-d-4)
}

.bg-tertiary-l-1 {
    background-color: var(--tertiary-l-1)
}

.bg-tertiary-l-2 {
    background-color: var(--tertiary-l-2)
}

.bg-tertiary-l-3 {
    background-color: var(--tertiary-l-3)
}

.bg-tertiary-l-4 {
    background-color: var(--tertiary-l-4)
}

.text-tertiary {
    color: var(--tertiary)
}

.text-tertiary-5 {
    color: var(--tertiary-5)
}

.text-tertiary-10 {
    color: var(--tertiary-10)
}

.text-tertiary-20 {
    color: var(--tertiary-20)
}

.text-tertiary-30 {
    color: var(--tertiary-30)
}

.text-tertiary-40 {
    color: var(--tertiary-40)
}

.text-tertiary-50 {
    color: var(--tertiary-50)
}

.text-tertiary-60 {
    color: var(--tertiary-60)
}

.text-tertiary-70 {
    color: var(--tertiary-70)
}

.text-tertiary-80 {
    color: var(--tertiary-80)
}

.text-tertiary-90 {
    color: var(--tertiary-90)
}

.text-tertiary-d-1 {
    color: var(--tertiary-d-1)
}

.text-tertiary-d-2 {
    color: var(--tertiary-d-2)
}

.text-tertiary-d-3 {
    color: var(--tertiary-d-3)
}

.text-tertiary-d-4 {
    color: var(--tertiary-d-4)
}

.text-tertiary-l-1 {
    color: var(--tertiary-l-1)
}

.text-tertiary-l-2 {
    color: var(--tertiary-l-2)
}

.text-tertiary-l-3 {
    color: var(--tertiary-l-3)
}

.text-tertiary-l-4 {
    color: var(--tertiary-l-4)
}

.border-tertiary {
    border-color: var(--tertiary)
}

.border-tertiary-5 {
    border-color: var(--tertiary-5)
}

.border-tertiary-10 {
    border-color: var(--tertiary-10)
}

.border-tertiary-20 {
    border-color: var(--tertiary-20)
}

.border-tertiary-30 {
    border-color: var(--tertiary-30)
}

.border-tertiary-40 {
    border-color: var(--tertiary-40)
}

.border-tertiary-50 {
    border-color: var(--tertiary-50)
}

.border-tertiary-60 {
    border-color: var(--tertiary-60)
}

.border-tertiary-70 {
    border-color: var(--tertiary-70)
}

.border-tertiary-80 {
    border-color: var(--tertiary-80)
}

.border-tertiary-90 {
    border-color: var(--tertiary-90)
}

.border-tertiary-d-1 {
    border-color: var(--tertiary-d-1)
}

.border-tertiary-d-2 {
    border-color: var(--tertiary-d-2)
}

.border-tertiary-d-3 {
    border-color: var(--tertiary-d-3)
}

.border-tertiary-d-4 {
    border-color: var(--tertiary-d-4)
}

.border-tertiary-l-1 {
    border-color: var(--tertiary-l-1)
}

.border-tertiary-l-2 {
    border-color: var(--tertiary-l-2)
}

.border-tertiary-l-3 {
    border-color: var(--tertiary-l-3)
}

.border-tertiary-l-4 {
    border-color: var(--tertiary-l-4)
}

.bg-body {
    background-color: var(--bg-body)
}

.bg-surface {
    background-color: var(--bg-surface)
}

.text-body {
    color: var(--text-body)
}

.text-title {
    color: var(--text-title)
}

.bg-light {
    background-color: var(--light)
}

.bg-light-5 {
    background-color: var(--light-5)
}

.bg-light-10 {
    background-color: var(--light-10)
}

.bg-light-20 {
    background-color: var(--light-20)
}

.bg-light-30 {
    background-color: var(--light-30)
}

.bg-light-40 {
    background-color: var(--light-40)
}

.bg-light-50 {
    background-color: var(--light-50)
}

.bg-light-60 {
    background-color: var(--light-60)
}

.bg-light-70 {
    background-color: var(--light-70)
}

.bg-light-80 {
    background-color: var(--light-80)
}

.bg-light-90 {
    background-color: var(--light-90)
}

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

.text-light-5 {
    color: var(--light-5)
}

.text-light-10 {
    color: var(--light-10)
}

.text-light-20 {
    color: var(--light-20)
}

.text-light-30 {
    color: var(--light-30)
}

.text-light-40 {
    color: var(--light-40)
}

.text-light-50 {
    color: var(--light-50)
}

.text-light-60 {
    color: var(--light-60)
}

.text-light-70 {
    color: var(--light-70)
}

.text-light-80 {
    color: var(--light-80)
}

.text-light-90 {
    color: var(--light-90)
}

.border-light {
    border-color: var(--light)
}

.border-light-5 {
    border-color: var(--light-5)
}

.border-light-10 {
    border-color: var(--light-10)
}

.border-light-20 {
    border-color: var(--light-20)
}

.border-light-30 {
    border-color: var(--light-30)
}

.border-light-40 {
    border-color: var(--light-40)
}

.border-light-50 {
    border-color: var(--light-50)
}

.border-light-60 {
    border-color: var(--light-60)
}

.border-light-70 {
    border-color: var(--light-70)
}

.border-light-80 {
    border-color: var(--light-80)
}

.border-light-90 {
    border-color: var(--light-90)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-dark {
    border-color: var(--dark)
}

.border-dark-5 {
    border-color: var(--dark-5)
}

.border-dark-10 {
    border-color: var(--dark-10)
}

.border-dark-20 {
    border-color: var(--dark-20)
}

.border-dark-30 {
    border-color: var(--dark-30)
}

.border-dark-40 {
    border-color: var(--dark-40)
}

.border-dark-50 {
    border-color: var(--dark-50)
}

.border-dark-60 {
    border-color: var(--dark-60)
}

.border-dark-70 {
    border-color: var(--dark-70)
}

.border-dark-80 {
    border-color: var(--dark-80)
}

.border-dark-90 {
    border-color: var(--dark-90)
}

.bg-success {
    background-color: var(--success)
}

.bg-success-5 {
    background-color: var(--success-5)
}

.bg-success-10 {
    background-color: var(--success-10)
}

.bg-success-20 {
    background-color: var(--success-20)
}

.bg-success-30 {
    background-color: var(--success-30)
}

.bg-success-40 {
    background-color: var(--success-40)
}

.bg-success-50 {
    background-color: var(--success-50)
}

.bg-success-60 {
    background-color: var(--success-60)
}

.bg-success-70 {
    background-color: var(--success-70)
}

.bg-success-80 {
    background-color: var(--success-80)
}

.bg-success-90 {
    background-color: var(--success-90)
}

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

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

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

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

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

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

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

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

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

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

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

.border-success {
    border-color: var(--success)
}

.border-success-5 {
    border-color: var(--success-5)
}

.border-success-10 {
    border-color: var(--success-10)
}

.border-success-20 {
    border-color: var(--success-20)
}

.border-success-30 {
    border-color: var(--success-30)
}

.border-success-40 {
    border-color: var(--success-40)
}

.border-success-50 {
    border-color: var(--success-50)
}

.border-success-60 {
    border-color: var(--success-60)
}

.border-success-70 {
    border-color: var(--success-70)
}

.border-success-80 {
    border-color: var(--success-80)
}

.border-success-90 {
    border-color: var(--success-90)
}

.bg-error {
    background-color: var(--error)
}

.bg-error-5 {
    background-color: var(--error-5)
}

.bg-error-10 {
    background-color: var(--error-10)
}

.bg-error-20 {
    background-color: var(--error-20)
}

.bg-error-30 {
    background-color: var(--error-30)
}

.bg-error-40 {
    background-color: var(--error-40)
}

.bg-error-50 {
    background-color: var(--error-50)
}

.bg-error-60 {
    background-color: var(--error-60)
}

.bg-error-70 {
    background-color: var(--error-70)
}

.bg-error-80 {
    background-color: var(--error-80)
}

.bg-error-90 {
    background-color: var(--error-90)
}

.text-error {
    color: var(--error)
}

.text-error-5 {
    color: var(--error-5)
}

.text-error-10 {
    color: var(--error-10)
}

.text-error-20 {
    color: var(--error-20)
}

.text-error-30 {
    color: var(--error-30)
}

.text-error-40 {
    color: var(--error-40)
}

.text-error-50 {
    color: var(--error-50)
}

.text-error-60 {
    color: var(--error-60)
}

.text-error-70 {
    color: var(--error-70)
}

.text-error-80 {
    color: var(--error-80)
}

.text-error-90 {
    color: var(--error-90)
}

.border-error {
    border-color: var(--error)
}

.border-error-5 {
    border-color: var(--error-5)
}

.border-error-10 {
    border-color: var(--error-10)
}

.border-error-20 {
    border-color: var(--error-20)
}

.border-error-30 {
    border-color: var(--error-30)
}

.border-error-40 {
    border-color: var(--error-40)
}

.border-error-50 {
    border-color: var(--error-50)
}

.border-error-60 {
    border-color: var(--error-60)
}

.border-error-70 {
    border-color: var(--error-70)
}

.border-error-80 {
    border-color: var(--error-80)
}

.border-error-90 {
    border-color: var(--error-90)
}

.padding-4xs {
    padding: var(--space-4xs)
}

.padding-3xs {
    padding: var(--space-3xs)
}

.padding-2xs {
    padding: var(--space-2xs)
}

.padding-xs {
    padding: var(--space-xs)
}

.padding-s {
    padding: var(--space-s)
}

.padding-m {
    padding: var(--space-m)
}

.padding-l {
    padding: var(--space-l)
}

.padding-xl {
    padding: var(--space-xl)
}

.padding-2xl {
    padding: var(--space-2xl)
}

.padding-3xl {
    padding: var(--space-3xl)
}

.padding-4xl {
    padding: var(--space-4xl)
}

.padding-left-4xs {
    padding-left: var(--space-4xs)
}

.padding-left-3xs {
    padding-left: var(--space-3xs)
}

.padding-left-2xs {
    padding-left: var(--space-2xs)
}

.padding-left-xs {
    padding-left: var(--space-xs)
}

.padding-left-s {
    padding-left: var(--space-s)
}

.padding-left-m {
    padding-left: var(--space-m)
}

.padding-left-l {
    padding-left: var(--space-l)
}

.padding-left-xl {
    padding-left: var(--space-xl)
}

.padding-left-2xl {
    padding-left: var(--space-2xl)
}

.padding-left-3xl {
    padding-left: var(--space-3xl)
}

.padding-left-4xl {
    padding-left: var(--space-4xl)
}

.padding-right-4xs {
    padding-right: var(--space-4xs)
}

.padding-right-3xs {
    padding-right: var(--space-3xs)
}

.padding-right-2xs {
    padding-right: var(--space-2xs)
}

.padding-right-xs {
    padding-right: var(--space-xs)
}

.padding-right-s {
    padding-right: var(--space-s)
}

.padding-right-m {
    padding-right: var(--space-m)
}

.padding-right-l {
    padding-right: var(--space-l)
}

.padding-right-xl {
    padding-right: var(--space-xl)
}

.padding-right-2xl {
    padding-right: var(--space-2xl)
}

.padding-right-3xl {
    padding-right: var(--space-3xl)
}

.padding-right-4xl {
    padding-right: var(--space-4xl)
}

.padding-top-4xs {
    padding-top: var(--space-4xs)
}

.padding-top-3xs {
    padding-top: var(--space-3xs)
}

.padding-top-2xs {
    padding-top: var(--space-2xs)
}

.padding-top-xs {
    padding-top: var(--space-xs)
}

.padding-top-s {
    padding-top: var(--space-s)
}

.padding-top-m {
    padding-top: var(--space-m)
}

.padding-top-l {
    padding-top: var(--space-l)
}

.padding-top-xl {
    padding-top: var(--space-xl)
}

.padding-top-2xl {
    padding-top: var(--space-2xl)
}

.padding-top-3xl {
    padding-top: var(--space-3xl)
}

.padding-top-4xl {
    padding-top: var(--space-4xl)
}

.padding-bottom-4xs {
    padding-bottom: var(--space-4xs)
}

.padding-bottom-3xs {
    padding-bottom: var(--space-3xs)
}

.padding-bottom-2xs {
    padding-bottom: var(--space-2xs)
}

.padding-bottom-xs {
    padding-bottom: var(--space-xs)
}

.padding-bottom-s {
    padding-bottom: var(--space-s)
}

.padding-bottom-m {
    padding-bottom: var(--space-m)
}

.padding-bottom-l {
    padding-bottom: var(--space-l)
}

.padding-bottom-xl {
    padding-bottom: var(--space-xl)
}

.padding-bottom-2xl {
    padding-bottom: var(--space-2xl)
}

.padding-bottom-3xl {
    padding-bottom: var(--space-3xl)
}

.padding-bottom-4xl {
    padding-bottom: var(--space-4xl)
}

.padding-horizontal-4xs {
    padding-left: var(--space-4xs);
    padding-right: var(--space-4xs)
}

.padding-horizontal-3xs {
    padding-left: var(--space-3xs);
    padding-right: var(--space-3xs)
}

.padding-horizontal-2xs {
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

.padding-horizontal-xs {
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.padding-horizontal-s {
    padding-left: var(--space-s);
    padding-right: var(--space-s)
}

.padding-horizontal-m {
    padding-left: var(--space-m);
    padding-right: var(--space-m)
}

.padding-horizontal-l {
    padding-left: var(--space-l);
    padding-right: var(--space-l)
}

.padding-horizontal-xl {
    padding-left: var(--space-xl);
    padding-right: var(--space-xl)
}

.padding-horizontal-2xl {
    padding-left: var(--space-2xl);
    padding-right: var(--space-2xl)
}

.padding-horizontal-3xl {
    padding-left: var(--space-3xl);
    padding-right: var(--space-3xl)
}

.padding-horizontal-4xl {
    padding-left: var(--space-4xl);
    padding-right: var(--space-4xl)
}

.padding-vertical-4xs {
    padding-top: var(--space-4xs);
    padding-bottom: var(--space-4xs)
}

.padding-vertical-3xs {
    padding-top: var(--space-3xs);
    padding-bottom: var(--space-3xs)
}

.padding-vertical-2xs {
    padding-top: var(--space-2xs);
    padding-bottom: var(--space-2xs)
}

.padding-vertical-xs {
    padding-top: var(--space-xs);
    padding-bottom: var(--space-xs)
}

.padding-vertical-s {
    padding-top: var(--space-s);
    padding-bottom: var(--space-s)
}

.padding-vertical-m {
    padding-top: var(--space-m);
    padding-bottom: var(--space-m)
}

.padding-vertical-l {
    padding-top: var(--space-l);
    padding-bottom: var(--space-l)
}

.padding-vertical-xl {
    padding-top: var(--space-xl);
    padding-bottom: var(--space-xl)
}

.padding-vertical-2xl {
    padding-top: var(--space-2xl);
    padding-bottom: var(--space-2xl)
}

.padding-vertical-3xl {
    padding-top: var(--space-3xl);
    padding-bottom: var(--space-3xl)
}

.padding-vertical-4xl {
    padding-top: var(--space-4xl);
    padding-bottom: var(--space-4xl)
}

.margin-4xs {
    margin: var(--space-4xs)
}

.margin-3xs {
    margin: var(--space-3xs)
}

.margin-2xs {
    margin: var(--space-2xs)
}

.margin-xs {
    margin: var(--space-xs)
}

.margin-s {
    margin: var(--space-s)
}

.margin-m {
    margin: var(--space-m)
}

.margin-l {
    margin: var(--space-l)
}

.margin-xl {
    margin: var(--space-xl)
}

.margin-2xl {
    margin: var(--space-2xl)
}

.margin-3xl {
    margin: var(--space-3xl)
}

.margin-4xl {
    margin: var(--space-4xl)
}

.margin-left-4xs {
    margin-left: var(--space-4xs)
}

.margin-left-3xs {
    margin-left: var(--space-3xs)
}

.margin-left-2xs {
    margin-left: var(--space-2xs)
}

.margin-left-xs {
    margin-left: var(--space-xs)
}

.margin-left-s {
    margin-left: var(--space-s)
}

.margin-left-m {
    margin-left: var(--space-m)
}

.margin-left-l {
    margin-left: var(--space-l)
}

.margin-left-xl {
    margin-left: var(--space-xl)
}

.margin-left-2xl {
    margin-left: var(--space-2xl)
}

.margin-left-3xl {
    margin-left: var(--space-3xl)
}

.margin-left-4xl {
    margin-left: var(--space-4xl)
}

.margin-right-4xs {
    margin-right: var(--space-4xs)
}

.margin-right-3xs {
    margin-right: var(--space-3xs)
}

.margin-right-2xs {
    margin-right: var(--space-2xs)
}

.margin-right-xs {
    margin-right: var(--space-xs)
}

.margin-right-s {
    margin-right: var(--space-s)
}

.margin-right-m {
    margin-right: var(--space-m)
}

.margin-right-l {
    margin-right: var(--space-l)
}

.margin-right-xl {
    margin-right: var(--space-xl)
}

.margin-right-2xl {
    margin-right: var(--space-2xl)
}

.margin-right-3xl {
    margin-right: var(--space-3xl)
}

.margin-right-4xl {
    margin-right: var(--space-4xl)
}

.margin-top-4xs {
    margin-top: var(--space-4xs)
}

.margin-top-3xs {
    margin-top: var(--space-3xs)
}

.margin-top-2xs {
    margin-top: var(--space-2xs)
}

.margin-top-xs {
    margin-top: var(--space-xs)
}

.margin-top-s {
    margin-top: var(--space-s)
}

.margin-top-m {
    margin-top: var(--space-m)
}

.margin-top-l {
    margin-top: var(--space-l)
}

.margin-top-xl {
    margin-top: var(--space-xl)
}

.margin-top-2xl {
    margin-top: var(--space-2xl)
}

.margin-top-3xl {
    margin-top: var(--space-3xl)
}

.margin-top-4xl {
    margin-top: var(--space-4xl)
}

.margin-bottom-4xs {
    margin-bottom: var(--space-4xs)
}

.margin-bottom-3xs {
    margin-bottom: var(--space-3xs)
}

.margin-bottom-2xs {
    margin-bottom: var(--space-2xs)
}

.margin-bottom-xs {
    margin-bottom: var(--space-xs)
}

.margin-bottom-s {
    margin-bottom: var(--space-s)
}

.margin-bottom-m {
    margin-bottom: var(--space-m)
}

.margin-bottom-l {
    margin-bottom: var(--space-l)
}

.margin-bottom-xl {
    margin-bottom: var(--space-xl)
}

.margin-bottom-2xl {
    margin-bottom: var(--space-2xl)
}

.margin-bottom-3xl {
    margin-bottom: var(--space-3xl)
}

.margin-bottom-4xl {
    margin-bottom: var(--space-4xl)
}

.margin-horizontal-4xs {
    margin-left: var(--space-4xs);
    margin-right: var(--space-4xs)
}

.margin-horizontal-3xs {
    margin-left: var(--space-3xs);
    margin-right: var(--space-3xs)
}

.margin-horizontal-2xs {
    margin-left: var(--space-2xs);
    margin-right: var(--space-2xs)
}

.margin-horizontal-xs {
    margin-left: var(--space-xs);
    margin-right: var(--space-xs)
}

.margin-horizontal-s {
    margin-left: var(--space-s);
    margin-right: var(--space-s)
}

.margin-horizontal-m {
    margin-left: var(--space-m);
    margin-right: var(--space-m)
}

.margin-horizontal-l {
    margin-left: var(--space-l);
    margin-right: var(--space-l)
}

.margin-horizontal-xl {
    margin-left: var(--space-xl);
    margin-right: var(--space-xl)
}

.margin-horizontal-2xl {
    margin-left: var(--space-2xl);
    margin-right: var(--space-2xl)
}

.margin-horizontal-3xl {
    margin-left: var(--space-3xl);
    margin-right: var(--space-3xl)
}

.margin-horizontal-4xl {
    margin-left: var(--space-4xl);
    margin-right: var(--space-4xl)
}

.margin-vertical-4xs {
    margin-top: var(--space-4xs);
    margin-bottom: var(--space-4xs)
}

.margin-vertical-3xs {
    margin-top: var(--space-3xs);
    margin-bottom: var(--space-3xs)
}

.margin-vertical-2xs {
    margin-top: var(--space-2xs);
    margin-bottom: var(--space-2xs)
}

.margin-vertical-xs {
    margin-top: var(--space-xs);
    margin-bottom: var(--space-xs)
}

.margin-vertical-s {
    margin-top: var(--space-s);
    margin-bottom: var(--space-s)
}

.margin-vertical-m {
    margin-top: var(--space-m);
    margin-bottom: var(--space-m)
}

.margin-vertical-l {
    margin-top: var(--space-l);
    margin-bottom: var(--space-l)
}

.margin-vertical-xl {
    margin-top: var(--space-xl);
    margin-bottom: var(--space-xl)
}

.margin-vertical-2xl {
    margin-top: var(--space-2xl);
    margin-bottom: var(--space-2xl)
}

.margin-vertical-3xl {
    margin-top: var(--space-3xl);
    margin-bottom: var(--space-3xl)
}

.margin-vertical-4xl {
    margin-top: var(--space-4xl);
    margin-bottom: var(--space-4xl)
}

.gap-4xs {
    gap: var(--space-4xs)
}

.gap-3xs {
    gap: var(--space-3xs)
}

.gap-2xs {
    gap: var(--space-2xs)
}

.gap-xs {
    gap: var(--space-xs)
}

.gap-s {
    gap: var(--space-s)
}

.gap-m {
    gap: var(--space-m)
}

.gap-l {
    gap: var(--space-l)
}

.gap-xl {
    gap: var(--space-xl)
}

.gap-2xl {
    gap: var(--space-2xl)
}

.gap-3xl {
    gap: var(--space-3xl)
}

.gap-4xl {
    gap: var(--space-4xl)
}

.text-xs {
    font-size: var(--text-xs)
}

.text-s {
    font-size: var(--text-s)
}

.text-m {
    font-size: var(--text-m)
}

.text-l {
    font-size: var(--text-l)
}

.text-xl {
    font-size: var(--text-xl)
}

.text-2xl {
    font-size: var(--text-2xl)
}

.text-3xl {
    font-size: var(--text-3xl)
}

.text-4xl {
    font-size: var(--text-4xl)
}

.H1Tile {
    font-size: var(--text-4xl);
    line-height: 1.1
}

H2 {
    font-size: var(--text-3xl);
    line-height: 1.2
}

H3 {
    font-size: var(--text-2xl);
    line-height: 1.3
}

H4 {
    font-size: var(--text-xl);
    line-height: 1.3
}

H5 {
    font-size: var(--text-l);
    line-height: 1.3
}

H6 {
    font-size: var(--text-m);
    line-height: 1.4
}

.line-height-xs {
    line-height: 1
}

.line-height-s {
    line-height: 1.2
}

.line-height-m {
    line-height: 1.3
}

.line-height-l {
    line-height: 1.4
}

.line-height-xl {
    line-height: 1.5
}

.italic {
    font-style: italic
}

.bold {
    font-weight: 700
}

.lowercase {
    text-transform: lowercase
}

.uppercase {
    text-transform: uppercase
}

.underline {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.font-100 {
    font-weight: 100
}

.font-200 {
    font-weight: 200
}

.font-300 {
    font-weight: 300
}

.font-400 {
    font-weight: 400
}

.font-500 {
    font-weight: 500
}

.font-600 {
    font-weight: 600
}

.font-700 {
    font-weight: 700
}

.font-800 {
    font-weight: 800
}

.font-900 {
    font-weight: 900
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.row {
    display: grid;
    grid-auto-flow: column;
    justify-content: start
}

.column {
    display: grid;
    grid-auto-flow: row;
    justify-items: start;
    align-content: start
}

.columns-2 {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr
}

.columns-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.columns-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.columns-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.columns-7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr)
}

.columns-8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr)
}

.columns-min-5 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(5rem, 1fr))
}

.columns-min-10 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr))
}

.columns-min-20 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr))
}

.columns-min-30 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr))
}

.columns-min-40 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr))
}

.columns-min-50 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50rem, 1fr))
}

.columns-min-60 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(60rem, 1fr))
}

.columns-min-70 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(70rem, 1fr))
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-column {
    display: flex;
    flex-direction: column
}

.flex-1 {
    flex: 1
}

.flex-2 {
    flex: 2
}

.flex-3 {
    flex: 3
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.col-span-2 {
    grid-column: auto/span 2
}

.col-span-3 {
    grid-column: auto/span 3
}

.col-span-4 {
    grid-column: auto/span 4
}

.col-span-5 {
    grid-column: auto/span 5
}

.col-span-6 {
    grid-column: auto/span 6
}

.col-span-7 {
    grid-column: auto/span 7
}

.col-span-8 {
    grid-column: auto/span 8
}

.col-start-1 {
    grid-column-start: 1
}

.col-start-2 {
    grid-column-start: 2
}

.col-start-3 {
    grid-column-start: 3
}

.col-start-4 {
    grid-column-start: 4
}

.col-start-5 {
    grid-column-start: 5
}

.col-start-6 {
    grid-column-start: 6
}

.col-start-7 {
    grid-column-start: 7
}

.col-start-8 {
    grid-column-start: 8
}

.row-span-2 {
    grid-row: auto/span 2
}

.row-span-3 {
    grid-row: auto/span 3
}

.row-span-4 {
    grid-row: auto/span 4
}

.row-span-5 {
    grid-row: auto/span 5
}

.row-span-6 {
    grid-row: auto/span 6
}

.row-span-7 {
    grid-row: auto/span 7
}

.row-span-8 {
    grid-row: auto/span 8
}

.row-start-1 {
    grid-row-start: 1
}

.row-start-2 {
    grid-row-start: 2
}

.row-start-3 {
    grid-row-start: 3
}

.row-start-4 {
    grid-row-start: 4
}

.row-start-5 {
    grid-row-start: 5
}

.row-start-6 {
    grid-row-start: 6
}

.row-start-7 {
    grid-row-start: 7
}

.row-start-8 {
    grid-row-start: 8
}

.items-left {
    justify-items: start
}

.content-left {
    justify-content: start
}

.items-center {
    justify-items: center
}

.content-center {
    justify-content: center
}

.items-right {
    justify-items: end
}

.content-right {
    justify-content: end
}

.items-top {
    align-items: start
}

.content-top {
    align-content: start
}

.items-middle {
    align-items: center
}

.content-middle {
    align-content: center
}

.items-bottom {
    align-items: end
}

.content-bottom {
    align-content: end
}

.items-stretch {
    align-items: stretch
}

.content-stretch {
    justify-content: stretch
}

.space-between {
    justify-content: space-between
}

.space-around {
    justify-content: space-around
}

.self-left {
    margin-right: auto;
    place-self: start
}

.self-center {
    margin-inline: auto;
    place-self: center
}

.self-right {
    margin-left: auto;
    place-self: end
}

.self-top {
    margin-bottom: auto;
    align-self: start
}

.self-middle {
    margin-block: auto;
    align-self: center
}

.self-bottom {
    margin-top: auto;
    align-self: end
}

.self-stretch {
    align-self: stretch
}

.full-width {
    width: 100%
}

.full-height {
    height: 100%
}

.screen-width {
    width: 100vw
}

.screen-height {
    height: 100vh
}

.auto-width {
    width: auto
}

.auto-height {
    height: auto
}

.width-90 {
    width: 90%
}

.width-80 {
    width: 80%
}

.width-70 {
    width: 70%
}

.width-60 {
    width: 60%
}

.width-50 {
    width: 50%
}

.width-40 {
    width: 40%
}

.width-30 {
    width: 30%
}

.width-20 {
    width: 20%
}

.width-10 {
    width: 10%
}

.max-site-width {
    max-width: 140rem;
    width: 100%
}

.max-width-140 {
    max-width: 140rem
}

.max-width-130 {
    max-width: 130rem
}

.max-width-120 {
    max-width: 120rem
}

.max-width-110 {
    max-width: 110rem
}

.max-width-100 {
    max-width: 100rem
}

.max-width-90 {
    max-width: 90rem
}

.max-width-80 {
    max-width: 80rem
}

.max-width-70 {
    max-width: 70rem
}

.max-width-60 {
    max-width: 60rem
}

.max-width-50 {
    max-width: 50rem
}

.max-width-40 {
    max-width: 40rem
}

.max-width-30 {
    max-width: 30rem
}

.max-width-20 {
    max-width: 20rem
}

.max-width-10 {
    max-width: 10rem
}

.radius-xs {
    border-radius: var(--radius-xs)
}

.radius-s {
    border-radius: var(--radius-s)
}

.radius-m {
    border-radius: var(--radius-m)
}

.radius-l {
    border-radius: var(--radius-l)
}

.radius-xl {
    border-radius: var(--radius-xl)
}

.radius-full {
    border-radius: var(--radius-full)
}

.border {
    border-width: 1px;
    border-style: solid
}

.border-left {
    border-left-width: 1px;
    border-left-style: solid
}

.border-right {
    border-right-width: 1px;
    border-right-style: solid
}

.border-top {
    border-top-width: 1px;
    border-top-style: solid
}

.border-bottom {
    border-bottom-width: 1px;
    border-bottom-style: solid
}

.shadow-xs {
    box-shadow: var(--shadow-xs)
}

.shadow-s {
    box-shadow: var(--shadow-s)
}

.shadow-m {
    box-shadow: var(--shadow-m)
}

.shadow-l {
    box-shadow: var(--shadow-l)
}

.shadow-xl {
    box-shadow: var(--shadow-xl)
}

.opacity-0 {
    opacity: 0
}

.opacity-10 {
    opacity: .1
}

.opacity-20 {
    opacity: .2
}

.opacity-30 {
    opacity: .3
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-70 {
    opacity: .7
}

.opacity-80 {
    opacity: .8
}

.opacity-90 {
    opacity: .9
}

.opacity-100 {
    opacity: 1
}

.aspect-1 {
    aspect-ratio: 1
}

.aspect-4-3 {
    aspect-ratio: 4/3
}

.aspect-3-4 {
    aspect-ratio: 3/4
}

.aspect-3-2 {
    aspect-ratio: 3/2
}

.aspect-2-3 {
    aspect-ratio: 2/3
}

.aspect-16-9 {
    aspect-ratio: 16/9
}

.aspect-9-16 {
    aspect-ratio: 9/16
}

.fit-contain {
    object-fit: contain
}

.fit-cover {
    object-fit: cover
}

.fit-fill {
    object-fit: fill
}

.bg-blur-xs {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
}

.bg-blur-s {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.bg-blur-m {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.bg-blur-l {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px)
}

.bg-blur-xl {
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px)
}

.grayscale {
    filter: grayscale(1)
}

.rotate-90 {
    transform: rotate(90deg)
}

.rotate-180 {
    transform: rotate(180deg)
}

.display-none {
    display: none
}

.visible {
    visibility: visible
}

.hidden {
    visibility: hidden
}

.overflow-hidden {
    overflow: hidden
}

.overflow-auto {
    overflow: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-hidden {
    overflow-y: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.list-none {
    list-style-type: none
}

.white-space-nowrap {
    white-space: nowrap
}

.transition-global {
    transition: all .3s
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.sticky {
    position: sticky
}

.fixed {
    position: fixed
}

.inset-0 {
    inset: 0
}

.bottom-0 {
    bottom: 0
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.pointer {
    cursor: pointer
}

.not-allowed {
    cursor: not-allowed
}

.cursor-auto {
    cursor: auto
}

.no-pointer-events {
    pointer-events: none
}

.z--1 {
    z-index: -1
}

.z-0 {
    z-index: 0
}

.z-1 {
    z-index: 1
}

.z-10 {
    z-index: 10
}

.z-100 {
    z-index: 100
}

.z-1000 {
    z-index: 1000
}

.z-10000 {
    z-index: 10000
}

@media (max-width:1400px) {
    .column--on-xl {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .row--on-xl {
        grid-template-columns: unset;
        grid-auto-flow: column
    }

    .columns-2--on-xl {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns-3--on-xl {
        grid-template-columns: repeat(3, 1fr)
    }

    .columns-4--on-xl {
        grid-template-columns: repeat(4, 1fr)
    }

    .columns-5--on-xl {
        grid-template-columns: repeat(5, 1fr)
    }

    .columns-6--on-xl {
        grid-template-columns: repeat(6, 1fr)
    }

    .col-span-1--on-xl {
        grid-column: auto/span 1
    }

    .col-span-2--on-xl {
        grid-column: auto/span 2
    }

    .col-span-3--on-xl {
        grid-column: auto/span 3
    }

    .col-span-4--on-xl {
        grid-column: auto/span 4
    }

    .col-span-5--on-xl {
        grid-column: auto/span 5
    }

    .col-span-6--on-xl {
        grid-column: auto/span 6
    }

    .col-start-1--on-xl {
        grid-column-start: 1
    }

    .col-start-2--on-xl {
        grid-column-start: 2
    }

    .col-start-3--on-xl {
        grid-column-start: 3
    }

    .col-start-4--on-xl {
        grid-column-start: 4
    }

    .col-start-5--on-xl {
        grid-column-start: 5
    }

    .col-start-6--on-xl {
        grid-column-start: 6
    }

    .row-span-1--on-xl {
        grid-row: auto/span 1
    }

    .row-span-2--on-xl {
        grid-row: auto/span 2
    }

    .row-span-3--on-xl {
        grid-row: auto/span 3
    }

    .row-span-4--on-xl {
        grid-row: auto/span 4
    }

    .row-span-5--on-xl {
        grid-row: auto/span 5
    }

    .row-span-6--on-xl {
        grid-row: auto/span 6
    }

    .row-start-1--on-xl {
        grid-row-start: 1
    }

    .row-start-2--on-xl {
        grid-row-start: 2
    }

    .row-start-3--on-xl {
        grid-row-start: 3
    }

    .row-start-4--on-xl {
        grid-row-start: 4
    }

    .row-start-5--on-xl {
        grid-row-start: 5
    }

    .row-start-6--on-xl {
        grid-row-start: 6
    }
}

@media (max-width:991px) {
    .column--on-l {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .row--on-l {
        grid-template-columns: unset;
        grid-auto-flow: column
    }

    .columns-2--on-l {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns-3--on-l {
        grid-template-columns: repeat(3, 1fr)
    }

    .columns-4--on-l {
        grid-template-columns: repeat(4, 1fr)
    }

    .columns-5--on-l {
        grid-template-columns: repeat(5, 1fr)
    }

    .columns-6--on-l {
        grid-template-columns: repeat(6, 1fr)
    }

    .col-span-1--on-l {
        grid-column: auto/span 1
    }

    .col-span-2--on-l {
        grid-column: auto/span 2
    }

    .col-span-3--on-l {
        grid-column: auto/span 3
    }

    .col-span-4--on-l {
        grid-column: auto/span 4
    }

    .col-span-5--on-l {
        grid-column: auto/span 5
    }

    .col-span-6--on-l {
        grid-column: auto/span 6
    }

    .col-start-1--on-l {
        grid-column-start: 1
    }

    .col-start-2--on-l {
        grid-column-start: 2
    }

    .col-start-3--on-l {
        grid-column-start: 3
    }

    .col-start-4--on-l {
        grid-column-start: 4
    }

    .col-start-5--on-l {
        grid-column-start: 5
    }

    .col-start-6--on-l {
        grid-column-start: 6
    }

    .row-span-1--on-l {
        grid-row: auto/span 1
    }

    .row-span-2--on-l {
        grid-row: auto/span 2
    }

    .row-span-3--on-l {
        grid-row: auto/span 3
    }

    .row-span-4--on-l {
        grid-row: auto/span 4
    }

    .row-span-5--on-l {
        grid-row: auto/span 5
    }

    .row-span-6--on-l {
        grid-row: auto/span 6
    }

    .row-start-1--on-l {
        grid-row-start: 1
    }

    .row-start-2--on-l {
        grid-row-start: 2
    }

    .row-start-3--on-l {
        grid-row-start: 3
    }

    .row-start-4--on-l {
        grid-row-start: 4
    }

    .row-start-5--on-l {
        grid-row-start: 5
    }

    .row-start-6--on-l {
        grid-row-start: 6
    }
}

@media (max-width:767px) {
    .column--on-m {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .row--on-m {
        grid-template-columns: unset;
        grid-auto-flow: column
    }

    .columns-2--on-m {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns-3--on-m {
        grid-template-columns: repeat(3, 1fr)
    }

    .columns-4--on-m {
        grid-template-columns: repeat(4, 1fr)
    }

    .columns-5--on-m {
        grid-template-columns: repeat(5, 1fr)
    }

    .columns-6--on-m {
        grid-template-columns: repeat(6, 1fr)
    }

    .col-span-1--on-m {
        grid-column: auto/span 1
    }

    .col-span-2--on-m {
        grid-column: auto/span 2
    }

    .col-span-3--on-m {
        grid-column: auto/span 3
    }

    .col-span-4--on-m {
        grid-column: auto/span 4
    }

    .col-span-5--on-m {
        grid-column: auto/span 5
    }

    .col-span-6--on-m {
        grid-column: auto/span 6
    }

    .col-start-1--on-m {
        grid-column: 1
    }

    .col-start-2--on-m {
        grid-column: 2
    }

    .col-start-3--on-m {
        grid-column: 3
    }

    .col-start-4--on-m {
        grid-column: 4
    }

    .col-start-5--on-m {
        grid-column: 5
    }

    .col-start-6--on-m {
        grid-column: 6
    }

    .row-span-1--on-m {
        grid-row: auto/span 1
    }

    .row-span-2--on-m {
        grid-row: auto/span 2
    }

    .row-span-3--on-m {
        grid-row: auto/span 3
    }

    .row-span-4--on-m {
        grid-row: auto/span 4
    }

    .row-span-5--on-m {
        grid-row: auto/span 5
    }

    .row-span-6--on-m {
        grid-row: auto/span 6
    }

    .row-start-1--on-m {
        grid-row-start: 1
    }

    .row-start-2--on-m {
        grid-row-start: 2
    }

    .row-start-3--on-m {
        grid-row-start: 3
    }

    .row-start-4--on-m {
        grid-row-start: 4
    }

    .row-start-5--on-m {
        grid-row-start: 5
    }

    .row-start-6--on-m {
        grid-row-start: 6
    }
}

@media (max-width:478px) {
    .column--on-s {
        grid-template-columns: 1fr;
        grid-auto-flow: row
    }

    .row--on-s {
        grid-template-columns: 1fr;
        grid-auto-flow: column
    }

    .columns-2--on-s {
        grid-template-columns: repeat(2, 1fr)
    }

    .columns-3--on-s {
        grid-template-columns: repeat(3, 1fr)
    }

    .columns-4--on-s {
        grid-template-columns: repeat(4, 1fr)
    }

    .columns-5--on-s {
        grid-template-columns: repeat(5, 1fr)
    }

    .columns-6--on-s {
        grid-template-columns: repeat(6, 1fr)
    }

    .col-span-1--on-s {
        grid-column: auto/span 1
    }

    .col-span-2--on-s {
        grid-column: auto/span 2
    }

    .col-span-3--on-s {
        grid-column: auto/span 3
    }

    .col-span-4--on-s {
        grid-column: auto/span 4
    }

    .col-span-5--on-s {
        grid-column: auto/span 5
    }

    .col-span-6--on-s {
        grid-column: auto/span 6
    }

    .col-start-1--on-s {
        grid-column-start: 1
    }

    .col-start-2--on-s {
        grid-column-start: 2
    }

    .col-start-3--on-s {
        grid-column-start: 3
    }

    .col-start-4--on-s {
        grid-column-start: 4
    }

    .col-start-5--on-s {
        grid-column-start: 5
    }

    .col-start-6--on-s {
        grid-column-start: 6
    }

    .row-span-1--on-s {
        grid-row: auto/span 1
    }

    .row-span-2--on-s {
        grid-row: auto/span 2
    }

    .row-span-3--on-s {
        grid-row: auto/span 3
    }

    .row-span-4--on-s {
        grid-row: auto/span 4
    }

    .row-span-5--on-s {
        grid-row: auto/span 5
    }

    .row-span-6--on-s {
        grid-row: auto/span 6
    }

    .row-start-1--on-s {
        grid-row-start: 1
    }

    .row-start-2--on-s {
        grid-row-start: 2
    }

    .row-start-3--on-s {
        grid-row-start: 3
    }

    .row-start-4--on-s {
        grid-row-start: 4
    }

    .row-start-5--on-s {
        grid-row-start: 5
    }

    .row-start-6--on-s {
        grid-row-start: 6
    }
}

:root {
    --fluentform-primary: #1a7efb;
    --fluentform-secondary: #606266;
    --fluentform-danger: #f56c6c;
    --fluentform-border-color: #dadbdd;
    --fluentform-border-radius: 7px
}

.ff-default .ff_btn_style {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.ff-default .ff_btn_style:focus,
.ff-default .ff_btn_style:hover {
    opacity: .8;
    outline: 0;
    text-decoration: none
}

.ff-default .ff-btn-primary:not(.ff_btn_no_style) {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff
}

.ff-default .ff-btn-primary:not(.ff_btn_no_style):focus,
.ff-default .ff-btn-primary:not(.ff_btn_no_style):hover {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff
}

.ff-default .ff-btn-secondary:not(.ff_btn_no_style) {
    background-color: #606266;
    border-color: #606266;
    color: #fff
}

.ff-default .ff-btn-secondary:not(.ff_btn_no_style):focus,
.ff-default .ff-btn-secondary:not(.ff_btn_no_style):hover {
    background-color: #727b84;
    border-color: #6c757d;
    color: #fff
}

.ff-default .ff-btn-lg {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    padding: 8px 16px
}

.ff-default .ff-btn-sm {
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.5;
    padding: 4px 8px
}

.ff-default .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 1px solid var(--fluentform-border-color);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    padding: 11px 15px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.ff-default .ff-el-form-control:focus {
    background-color: #fff;
    border-color: var(--fluentform-primary);
    color: var(--fluentform-secondary);
    outline: none
}

.ff-default .ff-el-form-check label.ff-el-form-check-label {
    cursor: pointer;
    margin-bottom: 7px
}

.ff-default .ff-el-form-check label.ff-el-form-check-label>span:after,
.ff-default .ff-el-form-check label.ff-el-form-check-label>span:before {
    content: none
}

.ff-default .ff-el-form-check:last-child label.ff-el-form-check-label {
    margin-bottom: 0
}

.ff-default textarea {
    min-height: 90px
}

select.ff-el-form-control:not([size]):not([multiple]) {
    height: 42px
}

.elementor-editor-active .ff-form-loading .ff-step-container .fluentform-step:first-child {
    height: auto
}

.ff-upload-preview.ff_uploading {
    opacity: .8
}

@keyframes ff_move {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 50px 50px
    }
}

.ff_uploading .ff-el-progress .ff-el-progress-bar {
    animation: ff_move 2s linear infinite;
    background-image: linear-gradient(-45deg, hsla(0, 0%, 100%, .2) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .2) 0, hsla(0, 0%, 100%, .2) 75%, transparent 0, transparent);
    background-size: 50px 50px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 8px;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.ff_payment_summary {
    overflow-x: scroll
}

.pac-container {
    z-index: 99999 !important
}

.ff-support-sr-only {
    clip: rect(0, 0, 0, 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px
}

.ff-default {
    font-family: inherit
}

.ff-default .ff-el-input--label label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0
}

.fluentform * {
    box-sizing: border-box
}

.fluentform .clearfix:after,
.fluentform .clearfix:before,
.fluentform .ff-el-group:after,
.fluentform .ff-el-group:before,
.fluentform .ff-el-repeat .ff-el-input--content:after,
.fluentform .ff-el-repeat .ff-el-input--content:before,
.fluentform .ff-step-body:after,
.fluentform .ff-step-body:before {
    content: " ";
    display: table
}

.fluentform .clearfix:after,
.fluentform .ff-el-group:after,
.fluentform .ff-el-repeat .ff-el-input--content:after,
.fluentform .ff-step-body:after {
    clear: both
}

@media (min-width:768px) {
    .frm-fluent-form .ff-t-container {
        display: flex;
        gap: 15px;
        width: 100%
    }

    .frm-fluent-form .ff-t-container.ff_cond_v {
        display: flex !important
    }

    .frm-fluent-form .ff-t-container.mobile {
        display: block !important
    }

    .frm-fluent-form .ff-t-cell {
        display: flex;
        flex-direction: column;
        vertical-align: inherit;
        width: 100%
    }

    .frm-fluent-form .ff-t-cell:first-of-type {
        padding-left: 0
    }

    .frm-fluent-form .ff-t-cell:last-of-type {
        flex-grow: 1;
        padding-right: 0
    }

    .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom {
        align-items: flex-end;
        display: flex;
        margin: auto 0 0
    }

    .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-center {
        justify-content: center
    }

    .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom.ff-text-right {
        justify-content: flex-end
    }

    .frm-fluent-form .ff-t-cell .ff_submit_btn_wrapper_custom button {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .ff-t-cell {
        margin-left: 0 !important
    }
}

.fluentform .ff-el-group {
    margin-bottom: 20px
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
    display: block;
    float: none;
    text-align: left
}

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--content {
    margin-bottom: 0;
    margin-left: auto
}

@media (min-width:481px) {
    .fluentform .ff-el-group.ff-el-form-left .ff-el-input--label {
        text-align: left
    }

    .fluentform .ff-el-group.ff-el-form-right .ff-el-input--label {
        text-align: right
    }
}

.fluentform .ff-el-input--label {
    display: inline-block;
    margin-bottom: 5px;
    position: relative
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-left label:before {
    color: var(--fluentform-danger);
    content: "* ";
    margin-right: 3px
}

.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label:after {
    color: var(--fluentform-danger);
    content: " *";
    margin-left: 3px
}

.fluentform .ff-el-form-control {
    display: block;
    width: 100%
}

.fluentform .ff-el-ratings {
    --fill-inactive: #d4d4d4;
    --fill-active: #ffb100;
    display: inline-block;
    line-height: 40px
}

.fluentform .ff-el-ratings input[type=radio] {
    display: none;
    height: 0 !important;
    visibility: hidden !important;
    width: 0 !important
}

.fluentform .ff-el-ratings svg {
    fill: var(--fill-inactive);
    height: 22px;
    transition: all .3s;
    vertical-align: middle;
    width: 22px
}

.fluentform .ff-el-ratings svg.scale {
    transition: all .15s
}

.fluentform .ff-el-ratings label {
    display: inherit;
    margin-right: 3px
}

.fluentform .ff-el-ratings label.active svg {
    fill: #ffb100;
    fill: var(--fill-active)
}

.fluentform .ff-el-ratings label:hover {
    cursor: pointer
}

.fluentform .ff-el-ratings label:hover svg {
    transform: scale(1.1)
}

.fluentform .ff-el-ratings label:hover svg.scalling {
    transform: scale(1.2)
}

.fluentform .ff-el-repeat .ff-el-form-control {
    margin-bottom: 10px;
    width: 100%
}

.fluentform .ff-el-repeat .ff-t-cell {
    padding: 0 10px;
    width: 100%
}

.fluentform .ff-el-repeat .ff-t-cell:first-child {
    padding-left: 0
}

.fluentform .ff-el-repeat .ff-t-cell:last-child {
    padding-right: 0
}

.fluentform .ff-el-repeat .ff-t-container {
    display: flex
}

.fluentform .ff-el-repeat-buttons-list span {
    cursor: pointer
}

@media (min-width:481px) {

    .fluentform .ff-el-form-left .ff-el-input--label,
    .fluentform .ff-el-form-right .ff-el-input--label {
        float: left;
        margin-bottom: 0;
        padding: 10px 15px 0 0;
        width: 180px
    }

    .fluentform .ff-el-form-left .ff-el-input--content,
    .fluentform .ff-el-form-right .ff-el-input--content {
        margin-left: 180px
    }

    .fluentform .ff-el-form-left .ff-t-container .ff-el-input--label,
    .fluentform .ff-el-form-right .ff-t-container .ff-el-input--label {
        float: none;
        margin-bottom: 5px;
        width: auto
    }

    .fluentform .ff-el-form-left .ff-t-container .ff-el-input--content,
    .fluentform .ff-el-form-right .ff-t-container .ff-el-input--content {
        margin-left: auto
    }
}

.fluentform .ff-el-form-right .ff-el-input--label {
    text-align: right
}

.fluentform .ff-el-is-error .text-danger {
    font-size: 12px;
    margin-top: 4px
}

.fluentform .ff-el-is-error .ff-el-form-check-label,
.fluentform .ff-el-is-error .ff-el-form-check-label a {
    color: var(--fluentform-danger)
}

.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: var(--fluentform-danger)
}

.fluentform .ff-el-tooltip {
    cursor: pointer;
    display: inline-block;
    margin-left: 2px;
    position: relative;
    vertical-align: middle;
    z-index: 2
}

.fluentform .ff-el-tooltip:hover {
    color: #000
}

.fluentform .ff-el-tooltip svg {
    fill: var(--fluentform-primary)
}

.fluentform .ff-el-help-message {
    color: var(--fluentform-secondary);
    font-size: 12px;
    font-style: italic;
    margin-top: 5px
}

.fluentform .ff-el-help-message.ff_ahm {
    margin-bottom: 5px;
    margin-top: -3px
}

.fluentform .ff-el-progress {
    background-color: #e9ecef;
    border-radius: .25rem;
    font-size: .75rem;
    height: 1.3rem;
    line-height: 1.2rem;
    overflow: hidden
}

.fluentform .ff-el-progress-bar {
    background-color: var(--fluentform-primary);
    color: #fff;
    height: inherit;
    text-align: right;
    transition: width .3s;
    width: 0
}

.fluentform .ff-el-progress-bar span {
    display: inline-block;
    padding: 0 5px 0 0
}

.fluentform .ff-el-progress-status {
    font-size: .9rem;
    margin-bottom: 5px
}

.fluentform .ff-el-progress-title {
    border-bottom: 2px solid #000;
    display: inline-block;
    font-weight: 600;
    list-style-type: none;
    margin: 8px 0 0;
    padding-left: 15px;
    padding-right: 15px
}

.fluentform .ff-el-progress-title li {
    display: none
}

.fluentform .ff-float-right {
    float: right
}

.fluentform .ff-chat-gpt-loader-svg {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 15px;
    position: relative
}

.fluentform .ff-hidden {
    display: none !important
}

.fluentform .ff-step-t-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between
}

.fluentform .ff-step-t-container .ff-t-cell {
    width: auto
}

.fluentform .ff-step-t-container.ff-inner_submit_container .ff-el-group {
    margin-bottom: 0
}

.fluentform .ff-step-container {
    overflow: hidden
}

.fluentform .ff-step-header {
    margin-bottom: 20px
}

.fluentform .ff-step-titles {
    counter-reset: step;
    display: table;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: 100%
}

.fluentform .ff-step-titles-navs {
    cursor: pointer
}

.fluentform .ff-step-titles li {
    color: #333;
    display: table-cell;
    font-size: 12px;
    list-style-type: none;
    padding: 0 10px;
    position: relative;
    vertical-align: top;
    width: auto
}

.fluentform .ff-step-titles li.ff_active,
.fluentform .ff-step-titles li.ff_completed {
    color: #007bff
}

.fluentform .ff-step-titles li.ff_active:before,
.fluentform .ff-step-titles li.ff_completed:before {
    background: #007bff;
    border: 1px solid transparent;
    color: #fff
}

.fluentform .ff-step-titles li.ff_active:after,
.fluentform .ff-step-titles li.ff_completed:after {
    background: #007bff
}

.fluentform .ff-step-titles li.ff_active:after {
    right: 0
}

.fluentform .ff-step-titles li:before {
    background: #fff;
    border: 1px solid;
    border-radius: 3px;
    color: #333;
    content: counter(step);
    counter-increment: step;
    display: block;
    font-size: 10px;
    line-height: 20px;
    margin: 0 auto 5px;
    position: relative;
    vertical-align: top;
    width: 20px;
    z-index: 10
}

.fluentform .ff-step-titles li:after {
    background: #000;
    content: "";
    height: 2px;
    left: -50%;
    position: absolute;
    top: 9px;
    width: 100%;
    z-index: 1
}

.fluentform .ff-step-titles li:first-child {
    padding-left: 0
}

.fluentform .ff-step-titles li:first-child:after {
    left: 50%
}

.fluentform .ff-step-titles li:last-child {
    padding-right: 0
}

.fluentform .ff-step-titles li:last-child:after {
    left: -50%
}

.fluentform .ff-step-body {
    left: 0;
    margin-bottom: 15px;
    position: relative;
    top: 0
}

.fluentform .ff-upload-progress {
    margin: 10px 0
}

.fluentform .ff-upload-progress-inline {
    border-radius: 3px;
    height: 6px;
    margin: 4px 0;
    position: relative
}

.fluentform .ff-upload-preview {
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin-top: 5px
}

.fluentform .ff-upload-preview:first-child {
    margin-top: 0
}

.fluentform .ff-upload-preview-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70px;
    width: 70px
}

.fluentform .ff-upload-container-small-column-image {
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: center;
    text-align: center
}

.fluentform .ff-upload-details,
.fluentform .ff-upload-preview {
    zoom: 1;
    overflow: hidden
}

.fluentform .ff-upload-details,
.fluentform .ff-upload-thumb {
    display: table-cell;
    vertical-align: middle
}

.fluentform .ff-upload-thumb {
    background-color: #eee
}

.fluentform .ff-upload-details {
    border-left: 1px solid #ebeef0;
    padding: 0 10px;
    position: relative;
    width: 10000px
}

.fluentform .ff-upload-details .ff-inline-block,
.fluentform .ff-upload-details .ff-upload-error {
    font-size: 11px
}

.fluentform .ff-upload-remove {
    box-shadow: none !important;
    color: var(--fluentform-danger);
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 3px
}

.fluentform .ff-upload-remove:hover {
    color: var(--fluentform-danger);
    text-shadow: 1px 1px 1px #000 !important
}

.fluentform .ff-upload-filename {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fluentform .ff-table {
    margin-bottom: 0
}

.fluentform .ff-checkable-grids {
    border: 1px solid #f1f1f1;
    border-collapse: collapse
}

.fluentform .ff-checkable-grids thead>tr>th {
    background: #f1f1f1;
    border: 0;
    padding: 7px 5px;
    text-align: center
}

.fluentform .ff-checkable-grids tbody>tr>td {
    border: 0;
    padding: 7px 5px
}

.fluentform .ff-checkable-grids tbody>tr>td:not(:first-of-type) {
    text-align: center
}

.fluentform .ff-checkable-grids tbody>tr:nth-child(2n)>td {
    background: #f1f1f1
}

.fluentform .ff-checkable-grids tbody>tr:nth-child(2n-1)>td {
    background: #fff
}

.fluentform .ff-screen-reader-element {
    clip: rect(0, 0, 0, 0) !important;
    word-wrap: normal !important;
    border: 0 !important;
    height: 1px !important;
    margin: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.fluentform .ff_upload_btn.ff-btn {
    background: #6f757e;
    border-color: #6f757e;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px
}

.fluentform .ff_upload_btn.ff-btn:hover {
    background-color: #91959b;
    outline: none
}

.fluentform .ff_upload_btn.ff-btn:focus-visible {
    background-color: #91959b;
    outline: none
}

.fluentform .ff-el-tc {
    border: none;
    border-collapse: collapse;
    display: table;
    width: 100%
}

.fluentform .ff-el-tc label.ff_tc_label {
    display: table-row
}

.fluentform .ff-el-tc label.ff_tc_label>span {
    padding-top: 8px !important;
    width: 20px
}

.fluentform .ff-el-tc label.ff_tc_label>div,
.fluentform .ff-el-tc label.ff_tc_label>span {
    display: table-cell
}

.fluentform .ff-saved-state-input .ff_input-group-text {
    background-color: #1a7efb;
    border-color: #1a7efb;
    margin-left: -1px
}

.fluentform .ff-saved-state-input .ff_input-group-text:hover {
    background-color: #4898fc;
    border-color: #4898fc;
    opacity: 1
}

.fluentform .ff-saved-state-input .ff_input-group-text img {
    width: 28px
}

.fluentform .ff-saved-state-link input {
    text-overflow: ellipsis
}

.fluentform .ff-hide-group {
    display: none
}

.fluentform .ff_t_c {
    margin: 0;
    padding: 0 5px 0 0
}

.fluentform .ff_t_c p {
    margin: 0;
    padding: 0
}

.fluentform .force-hide {
    border: 0;
    display: block;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden
}

.fluentform input[type=checkbox],
.fluentform input[type=radio] {
    display: inline-block;
    margin: 0
}

.fluentform input[type=checkbox] {
    -webkit-appearance: checkbox
}

.fluentform input[type=radio] {
    -webkit-appearance: radio
}

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

.fluentform .iti {
    width: 100%
}

.fluentform .iti__selected-flag {
    background: rgba(0, 0, 0, .1);
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.fluentform .ff_gdpr_field {
    margin-right: 5px
}

.fluentform form.ff-form-has-steps .ff-btn-submit {
    visibility: hidden
}

.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper {
    text-align: right
}

.fluentform textarea {
    max-width: 100%
}

.fluentform .ff-el-form-check {
    margin-bottom: 5px
}

.fluentform .ff-el-form-check span.ff_span {
    margin-left: 6px
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
    position: relative;
    top: -2px;
    vertical-align: middle
}

.fluentform .ff-inline-block {
    display: inline-block
}

.fluentform .ff-inline-block+.ff-inline-block {
    margin-left: 10px
}

.fluentform .ff-text-left {
    text-align: left
}

.fluentform .ff-text-center {
    text-align: center
}

.fluentform .ff-text-right {
    text-align: right
}

.fluentform .ff-el-form-control:focus~.ff-el-help-message {
    display: block !important
}

.fluentform .ff-el-form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1
}

.fluentform .ff-el-form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.fluentform .ff-el-form-control:disabled,
.fluentform .ff-el-form-control[readonly]:not(.flatpickr-input) {
    background-color: #e9ecef;
    opacity: 1
}

.fluentform-step {
    float: left;
    height: 1px;
    overflow-x: hidden;
    padding: 3px
}

.fluentform-step.active {
    height: auto
}

.fluentform-step .ff_summary_container {
    font-size: 14px;
    margin-top: 10px
}

.step-nav .next {
    float: right
}

.fluentform .has-conditions {
    display: none
}

.ff-message-success {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
    margin-top: 10px;
    padding: 15px;
    position: relative
}

.ff-errors-in-stack {
    display: none;
    margin-top: 15px
}

.ff-errors-in-stack .error {
    font-size: 14px;
    line-height: 1.7
}

.ff-errors-in-stack .error-clear {
    cursor: pointer;
    margin-left: 5px;
    padding: 0 5px
}

.ff-chat-reply-container div p {
    border-radius: 6px;
    margin-top: 12px;
    padding: 20px 16px
}

.ff-chat-reply-container div .skeleton {
    animation: skeleton-loading 2s linear infinite alternate;
    padding: 24px
}

@keyframes skeleton-loading {
    0% {
        background-color: #e3e6e8
    }

    to {
        background-color: #f0f3f5
    }
}

.ff-el-chat-container {
    position: relative
}

.ff-el-chat-container textarea {
    outline: none;
    position: relative;
    resize: none
}

.ff-el-chat-container .ff_btn_chat_style {
    background: 0 0;
    border: none;
    position: absolute;
    right: 10px;
    top: 38%
}

.ff-el-chat-container .ff_btn_chat_style svg:hover {
    cursor: pointer;
    opacity: .8;
    outline: 0;
    text-decoration: none;
    transition: all .4s
}

.iti-mobile .iti--container {
    z-index: 9999
}

.grecaptcha-badge {
    visibility: hidden
}

.fluentform .hidden_field {
    display: none !important
}

.fluentform .ff_force_hide {
    display: none !important;
    visibility: hidden !important
}

.fluentform .ff_scrolled_text {
    background: #e9ebed;
    height: 200px;
    overflow: scroll;
    padding: 10px 15px
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
    display: -moz-inline-stack;
    display: inline-block;
    float: none !important;
    margin: 0 0 10px;
    position: relative;
    width: auto !important
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label {
    margin: 0
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label:focus-within span {
    background-color: #b3d4fc
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check input {
    margin: 0;
    opacity: 0;
    outline: none;
    position: absolute;
    z-index: -1
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-left: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 12px 20px;
    position: relative;
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span:hover {
    color: #1a7efb
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder {
    border: 1px solid #dcdfe5;
    overflow: hidden
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder span {
    border: none !important;
    border-radius: 0 !important;
    margin-left: -1px;
    width: 100%
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff-el-image-holder.ff_item_selected {
    border-color: #1a7efb
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:first-child label>span {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    box-shadow: none !important
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check:last-child label>span {
    border-radius: 0 4px 4px 0
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label>span {
    background-color: #1a7efb;
    border-color: #1a7efb;
    box-shadow: -1px 0 0 0 #8cc5ff;
    color: #fff
}

.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected:first-child label>span {
    border-left-color: #1a7efb
}

@media only screen and (max-width:768px) {
    .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check {
        display: block;
        width: 100%
    }

    .fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label>span {
        border: 1px solid !important;
        border-radius: 4px !important;
        box-shadow: none !important;
        display: block;
        width: 100%
    }
}

.fluentform div.ff-el-form-hide_label>.ff-el-input--label {
    display: none;
    visibility: hidden
}

.fluentform .ff_file_upload_holder {
    margin-bottom: 0
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn {
    background: rgba(223, 240, 255, .13);
    border: 1px dashed var(--fluentform-primary);
    border-radius: var(--fluentform-border-radius);
    color: var(--fluentform-secondary);
    display: block;
    padding: 35px;
    text-align: center;
    transition: all .2s ease;
    width: 100%
}

.fluentform .ff-dropzone .ff_upload_btn.ff-btn:hover {
    background: rgba(223, 240, 255, .49)
}

.fluentform .ff-dropzone .ff-uploaded-list {
    margin-top: 10px
}

.fluentform .ff_center {
    text-align: center
}

.fluentform .ff_right {
    text-align: right
}

.fluentform .ff_left {
    text-align: left
}

.fluentform .ff-form-inline .ff-t-container,
.fluentform .ff-form-inline>.ff-el-group,
.fluentform .ff-form-inline>.ff-name-field-wrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top
}

.fluentform .ff-form-inline .ff-t-container .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline .ff-t-container>.ff-el-input--label,
.fluentform .ff-form-inline>.ff-el-group .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline>.ff-el-group>.ff-el-input--label,
.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-t-cell .ff-el-input--label,
.fluentform .ff-form-inline>.ff-name-field-wrapper>.ff-el-input--label {
    display: none
}

.fluentform .ff-form-inline .ff-t-container .ff-el-input--content,
.fluentform .ff-form-inline>.ff-el-group .ff-el-input--content,
.fluentform .ff-form-inline>.ff-name-field-wrapper .ff-el-input--content {
    margin-left: 0
}

.fluentform .ff-form-inline .ff-t-container:last-child,
.fluentform .ff-form-inline>.ff-el-group:last-child,
.fluentform .ff-form-inline>.ff-name-field-wrapper:last-child {
    margin-right: 0
}

.fluentform .ff-t-container .ff-name-title {
    width: 40%
}

.fluentform .ff_hide_label .ff-el-input--label {
    display: none
}

.fluentform .field-value {
    white-space: pre-line
}

.fluentform .ff-el-group .ff-read-only {
    background-color: #e9ecef !important;
    opacity: 1;
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.fluentform .ff-el-group .ff-read-only:focus {
    outline: none
}

.fluentform label.ff-el-image-input-src {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    display: block;
    height: 200px;
    width: 200px
}

.fluentform .ff-el-image-holder {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    width: 200px
}

.fluentform .ff-el-image-holder .ff-el-form-check-label {
    padding-left: 1px
}

.fluentform .ff_el_checkable_photo_holders {
    display: block;
    margin-bottom: -20px;
    overflow: hidden
}

.fluentform .select2-container {
    width: 100% !important
}

.fluentform .select2-container .select2-selection__rendered li {
    margin: 0
}

.fluentform .select2-container .select2-search--inline>input {
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    margin-top: 0;
    padding: .375rem 1.75rem .375rem .75rem
}

.fluentform .ff-el-form-bottom {
    display: flex;
    flex-direction: column-reverse
}

.fluentform .ff-el-form-bottom .ff-el-input--label {
    margin-bottom: 0;
    margin-top: 5px
}

.fluentform .mce-tinymce.mce-container.mce-panel {
    border: 1px solid #ced4da
}

.fluentform .ff_input-group {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%
}

.fluentform .ff_input-group>.ff-el-form-control:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    display: inline-block;
    width: auto
}

.fluentform .ff_input-group>.ff-el-form-control:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fluentform .ff_input-group .ff-el-form-control {
    flex: 1 1 auto;
    margin-bottom: 0;
    position: relative;
    width: 1%
}

.fluentform .ff_input-group-prepend {
    margin-right: -1px
}

.fluentform .input-group-append {
    margin-left: -1px
}

.fluentform .ff_input-group-append,
.fluentform .ff_input-group-prepend {
    display: flex
}

.fluentform .ff_input-group>.ff_input-group-prepend>.ff_input-group-text {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.fluentform .ff_input-group>.ff_input-group-append>.ff_input-group-text {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.fluentform .ff_input-group-text {
    align-items: center;
    background-color: #e9ecef;
    border-radius: .25rem;
    color: #495057;
    display: flex;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
    padding: .375rem .75rem;
    text-align: center;
    white-space: nowrap
}

.fluentform .ff_coupon_wrapper .ff_input-group-append {
    cursor: pointer
}

.fluentform .ff_coupon_wrapper .ff_input-group-append:hover .ff_input-group-text {
    background: #e3e8ed
}

.fluentform ul.ff_coupon_responses {
    list-style: none;
    margin: 0;
    padding: 0
}

.fluentform ul.ff_coupon_responses li {
    padding-top: 5px
}

.fluentform ul.ff_coupon_responses span.error-clear {
    color: #ff5050;
    font-weight: 700;
    margin-right: 10px
}

.fluentform ul.ff_coupon_responses .ff_error {
    color: #f56c6c;
    cursor: pointer
}

.fluentform ul.ff_coupon_responses .ff_success {
    color: #28a745
}

.fluentform .ff-btn.disabled {
    opacity: .65
}

.fluentform .ff-btn.ff-working {
    position: relative;
    transition: all .3s ease
}

.fluentform .ff-btn.ff-working:after {
    animation: ff-progress-anim 4s 0s infinite;
    background: hsla(0, 0%, 100%, .4);
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0
}

.fluentform .ff-btn-block {
    display: block;
    width: 100%
}

.fluentform .ff-btn-block+.ff-el-btn-block {
    margin-top: 8px
}

.fluentform .ff_submitting {
    pointer-events: none
}

@keyframes ff-progress-anim {
    0% {
        width: 0
    }

    5% {
        width: 0
    }

    10% {
        width: 15%
    }

    30% {
        width: 40%
    }

    50% {
        width: 55%
    }

    80% {
        width: 100%
    }

    95% {
        width: 100%
    }

    to {
        width: 0
    }
}

.ff_modal_container {
    background: #fff;
    max-height: 90vh !important;
    max-width: 900px;
    overflow: auto;
    padding: 30px
}

@media only screen and (min-width:1000px) {
    .ff_modal_container {
        width: 900px
    }
}

.select2-results__option {
    margin: 0
}

.fluentform span.select2.select2-container:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #495057;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.ff_pointer {
    cursor: pointer
}

.ff_net_table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    table-layout: fixed;
    width: 100%
}

.ff_net_table th {
    border: none;
    font-size: 13px;
    font-weight: 400;
    padding: 8px 0;
    text-align: center;
    vertical-align: bottom
}

.ff_net_table th .ff_not-likely {
    float: left;
    text-align: left
}

.ff_net_table th .ff_extremely-likely {
    float: right;
    text-align: right
}

.ff_net_table tbody tr {
    background: 0 0;
    border: 0
}

.ff_net_table tbody tr td {
    background-color: #fff;
    border: 1px solid #ddd;
    border-left: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle
}

.ff_net_table tbody tr td input[type=radio]:checked+label {
    background-color: #4caf50;
    color: #fff
}

.ff_net_table tbody tr td:first-of-type {
    border-left: 1px solid #ddd;
    border-radius: 5px 0 0 5px
}

.ff_net_table tbody tr td:last-child {
    border-radius: 0 5px 5px 0
}

.ff_net_table tbody tr td label {
    border: 0;
    color: #444;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 0;
    position: relative;
    width: 100%
}

.ff_net_table tbody tr td label:after {
    border: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.ff_net_table tbody tr td label:hover:after {
    border: 2px solid #4caf50
}

.ff-el-pop-content {
    background-color: #000;
    border-radius: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    color: #fff;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform-origin: center bottom;
    z-index: 9999
}

.ff-checkable-grids.mobile {
    border: 0
}

.ff-checkable-grids.mobile tbody tr {
    padding-top: 0 !important
}

.ff-checkable-grids.mobile tbody tr:nth-child(2n)>td {
    background: 0 0
}

.ff-checkable-grids.mobile tbody td {
    padding-left: 10px !important;
    text-align: left !important
}

.ff-checkable-grids.mobile tbody td.ff_grid_header {
    background-color: #eee !important;
    margin: 0
}

.ff-checkable-grids.mobile tbody td:after {
    content: attr(data-label);
    display: inline-block;
    letter-spacing: .5pt;
    padding-left: 10px;
    white-space: nowrap
}

span.ff-el-rating-text {
    line-height: 100%;
    padding-left: 5px;
    vertical-align: bottom
}

table.ff_repeater_table {
    background: transparent !important;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 5px;
    padding: 0;
    table-layout: auto !important;
    vertical-align: middle;
    width: 100%
}

table.ff_repeater_table th {
    font-size: 90%;
    padding: 0;
    text-align: left
}

table.ff_repeater_table th,
table.ff_repeater_table tr {
    background: transparent !important;
    border: 0;
    padding-top: 5px
}

table.ff_repeater_table td {
    background: transparent !important;
    border: 0;
    max-width: 100%;
    padding: 0 15px 15px 0;
    text-align: left;
    width: 282px
}

table.ff_repeater_table tbody tr:only-child td .repeat-minus {
    visibility: hidden
}

table.ff_repeater_table .ff-el-group {
    margin: 0;
    padding: 0
}

table.ff_repeater_table .repeat_btn {
    padding-right: 0;
    vertical-align: middle;
    width: 30px
}

table.ff_repeater_table .repeat_btn span.ff-icon {
    cursor: pointer;
    margin-right: 10px
}

table.ff_repeater_table .repeat_btn span.ff-icon.icon-minus-circle {
    margin-right: 0
}

table.ff_repeater_table.repeat-maxed .repeat_btn .repeat-plus {
    visibility: hidden
}

.ff_repeater_table.mobile tbody td {
    display: block;
    padding: 10px;
    width: 100%
}

.ff_repeater_table.mobile tbody td .ff-el-group {
    margin-top: 6px
}

.ff_repeater_table.mobile tbody td:before {
    clear: both;
    content: attr(data-label);
    display: block;
    font-size: .875em;
    letter-spacing: .5pt;
    white-space: nowrap
}

.ff-el-section-break .ff-el-section-title {
    font-weight: 600;
    margin-bottom: 5px
}

.ff-el-section-break hr {
    background-color: #dadbdd;
    border: none;
    height: 1px;
    margin-bottom: 10px
}

table.ff_flexible_table.ff-checkable-grids {
    width: 100%
}

.ff_flexible_table.mobile thead {
    left: -9999px;
    position: absolute;
    top: -9999px
}

.ff_flexible_table.mobile tbody td {
    display: block;
    padding: 10px;
    width: 100%
}

.ff_flexible_table.mobile tbody tr {
    background: #fff;
    border-bottom: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-color: #ced4da;
    border-style: solid;
    border-width: 2px 1px 4px;
    display: block;
    margin: 16px 0 10px;
    position: relative
}

@media only screen and (min-width:641px) {
    .fluentform .ff-el-group.ff_list_3col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 33.3%
    }

    .fluentform .ff-el-group.ff_list_2col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 50%
    }

    .fluentform .ff-el-group.ff_list_4col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 25%
    }

    .fluentform .ff-el-group.ff_list_5col .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        min-height: 28px;
        padding-right: 16px;
        vertical-align: top;
        width: 20%
    }

    .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
        display: -moz-inline-stack;
        display: inline-block;
        float: none !important;
        margin: 0 15px 10px 0;
        width: auto !important
    }
}

@media (max-width:767px) {

    table.ff_flexible_table,
    table.ff_flexible_table.ff-checkable-grids {
        border: 0
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr {
        padding-top: 0 !important
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr td.ff_grid_header {
        background-color: #eee !important;
        margin: 0;
        text-align: center
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr td {
        text-align: left !important
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr td:before {
        content: none !important
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr td:after {
        content: attr(data-label);
        display: inline-block;
        letter-spacing: .5pt;
        padding-left: 10px;
        white-space: nowrap
    }

    table.ff_flexible_table.ff-checkable-grids tbody tr:nth-child(2n)>td {
        background: 0 0
    }

    table.ff_flexible_table thead {
        left: -9999px;
        position: absolute;
        top: -9999px
    }

    table.ff_flexible_table tbody tr {
        background: #fff;
        border-bottom: 1px solid #ced4da;
        border-top: 1px solid #ced4da;
        border-color: #ced4da;
        border-style: solid;
        border-width: 2px 1px 4px;
        display: block;
        margin: 16px 0 10px;
        padding-top: 12px !important;
        position: relative
    }

    table.ff_flexible_table tbody tr td {
        display: block;
        margin-left: 8px;
        margin-right: 8px;
        padding: 5px
    }

    table.ff_flexible_table tbody tr td:before {
        clear: both;
        content: attr(data-label);
        display: block;
        font-size: .875em;
        letter-spacing: .5pt;
        white-space: nowrap
    }

    table.ff_flexible_table tbody tr td.repeat_btn {
        background-color: #eee;
        margin-left: 0;
        padding: 10px !important;
        width: 100% !important
    }

    table.ff_flexible_table tbody tr td.repeat_btn .ff-el-repeat-buttons-list {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .lity-container {
        width: 96%
    }

    .fluentform .ff-t-container .ff-name-title {
        width: 100%
    }
}