@charset "UTF-8";
: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;
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes scrolling {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}
body {
  margin: 0;
}
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
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: -0.25em;
}
sup {
  top: -0.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: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
[hidden],
template {
  display: none;
}
.brxe-section {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-section {
    flex-wrap: wrap;
  }
}
.brxe-section.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-section.has-shape {
  position: relative;
}
.brxe-section.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
}
@media (max-width: 767px) {
  .brxe-container {
    flex-wrap: wrap;
  }
}
.brxe-container.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-container.has-shape {
  position: relative;
}
.brxe-container.bricks-lazy-hidden {
  background-image: none !important;
}
.brxe-block {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .brxe-block {
    flex-wrap: wrap;
  }
}
.brxe-block.has-bg-video {
  position: relative;
  z-index: 1;
}
.brxe-block.has-shape {
  position: relative;
}
.brxe-block.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 !important;
  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: 0.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, 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 {
  font-size: 62.5%;
}
*,
:after,
:before,
html {
  box-sizing: border-box;
}
:after,
:before {
  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: 0.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(0.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: 0.8em;
  font-style: normal;
  margin-top: 0.5em;
  opacity: 0.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 0.3s;
  z-index: 9999;
}
.skip-link:focus {
  transform: translateY(0);
}
body.bricks-is-frontend :focus-visible {
  outline: auto;
}
@supports not selector(:focus-visible) {
  body.bricks-is-frontend :focus {
    outline: auto;
  }
}
.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: 0.2s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: ease;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
.brx-megamenu:not(.brx-submenu-positioned) {
  display: none !important;
}
.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 0.1s cubic-bezier(0, 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 0.1s cubic-bezier(0, 0, 0.2, 1);
  will-change: transform;
}
.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: 0.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;
}
.bricks-layout-wrapper:not(.bricks-masonry) {
  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(0.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: 0.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 {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
  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="grid"] > li.bricks-layout-item,
.bricks-layout-wrapper[data-layout="grid"] > li.bricks-layout-item > a {
  display: grid;
}
.bricks-masonry {
  --columns: 3;
  --gutter: 10px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
.bricks-masonry > :not(.bricks-gutter-sizer) {
  margin-bottom: var(--gutter);
  width: calc(
    100% / var(--columns) - var(--gutter) * (var(--columns) - 1) /
      var(--columns)
  );
}
.bricks-is-frontend .bricks-layout-wrapper.isotope {
  transition: opacity 0.3s ease-in-out;
}
.bricks-is-frontend .bricks-layout-wrapper.isotope.isotope-before-init {
  opacity: 0;
}
.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: 478px) {
  .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: 767px) {
  .bricks-layout-wrapper[data-layout="metro"].isotope > li {
    width: calc(50% - var(--gutter) / 2);
  }
}
@media (max-width: 478px) {
  .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 0.2s, transform 0.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.slide-up:not(
    :has(.cart-detail.off-canvas.active, .brxe-offcanvas.brx-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.sticky:has(
    .cart-detail.off-canvas.active,
    .brxe-offcanvas.brx-open
  ) {
  transition: none;
}
.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 label {
  align-self: center;
  margin-inline-end: 10px;
}
.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;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  letter-spacing: 0.5px;
  padding: 0.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: 0.9em;
  padding: 0.4em 1em;
}
.bricks-button.lg {
  font-size: 1.1em;
  padding: 0.6em 1em;
}
.bricks-button.xl {
  font-size: 1.2em;
  padding: 0.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;
}
.bricks-background-video-wrapper iframe[poster],
.bricks-background-video-wrapper video[poster] {
  object-fit: cover;
}
.bricks-background-video-wrapper .bricks-video-poster-image {
  height: inherit;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: inherit;
  z-index: 1;
}
.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, 0.6);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.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;
}
.brx-load-more-hidden,
.brx-query-trail:not(.bricks-isotope-sizer) {
  display: none;
}
.bricks-isotope-sizer {
  pointer-events: none;
  position: absolute;
  top: -99999px;
  visibility: hidden;
}
[data-brx-ls-wrapper] {
  transition: opacity 0.3s ease-in-out;
}
[data-brx-ls-wrapper]:not(.brx-ls-active) {
  display: none !important;
}
.brx-filter-disabled label:not(.brx-option-disabled),
.page-filtered label:not(.brx-option-disabled) {
  opacity: 0.5;
}
.brx-filter-disabled,
.page-filtered {
  pointer-events: none;
}
.brx-option-disabled,
.brx-option-disabled:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.brx-load-more-hidden,
.brx-no-active-filter,
.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: 0.5em auto;
}
.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
a img.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
a img.alignleft {
  float: left;
  margin: 0.5em 1em 0.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: 0.5em 1em 0.5em 0;
}
.wp-caption.alignright {
  margin: 0.5em 0 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: 0.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 - 0.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-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);
}
