body.local_mode:after {
  content: "normal";
  font-size: 40px;
  position: fixed;
  z-index: 99;
  bottom: 80px;
  left: 30px;
  background-color: rgba(128, 128, 128, 0.5);
  backdrop-filter: blur(48px);
  color: white;
  padding: 10px 30px;
  border-radius: 20px;
  pointer-events: none;
}
@media only screen and (max-width: 2240px) {
  body.local_mode:after {
    content: "breakhg";
  }
}
@media only screen and (max-width: 1720px) {
  body.local_mode:after {
    content: "breakxxl";
  }
}
@media only screen and (max-width: 1480px) {
  body.local_mode:after {
    content: "breakxl";
  }
}
@media only screen and (max-width: 1140px) {
  body.local_mode:after {
    content: "breaklg2";
  }
}
@media only screen and (max-width: 990px) {
  body.local_mode:after {
    content: "breaklg";
  }
}
@media only screen and (max-width: 890px) {
  body.local_mode:after {
    content: "breakmd2";
  }
}
@media only screen and (max-width: 780px) {
  body.local_mode:after {
    content: "breakmd";
  }
}
@media only screen and (max-width: 620px) {
  body.local_mode:after {
    content: "breaksm2";
  }
}
@media only screen and (max-width: 460px) {
  body.local_mode:after {
    content: "breaksm";
  }
}
body.flu-has-no-scroll {
  overflow: hidden;
}

@media only screen and (width > 890px) {
  body .flu-has-hidden-on-desktop {
    display: none !important;
  }
}
@media only screen and (740px <= width <= 890px) {
  body .flu-has-hidden-on-tablet {
    display: none !important;
  }
}
@media only screen and (width < 740px) {
  body .flu-has-hidden-on-mobile {
    display: none !important;
  }
}

.block-editor .flu-has-hidden {
  display: block !important;
}

body .flu-has-no-initial-gap {
  margin-block-start: 0 !important;
}

@font-face {
  font-family: "Font icons";
  src: url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.woff2") format("woff2"), url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.ttf") format("truetype"), url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body .flu-has-icon > *:before, body .flu-has-icon > *:after {
  font-family: "Font icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  font-size: 150%;
}
body .flu-has-icon-left > .wp-block-button__link {
  position: relative;
  padding-left: 50px;
}
body .flu-has-icon-left > .wp-block-button__link:where(:has(.flu-has-highlight-text)) {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-top: 10px !important;
}
body .flu-has-icon-left > *:before {
  content: var(--data-flu-icon-button-left);
  left: 15px;
}
body .flu-has-icon-right > .wp-block-button__link {
  position: relative;
  padding-right: 50px;
}
body .flu-has-icon-right > .wp-block-button__link:where(:has(.flu-has-highlight-text)) {
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 10px !important;
}
body .flu-has-icon-right > *:after {
  content: var(--data-flu-icon-button-right);
  right: 15px;
}
body .flu-has-icon > .wp-block-button__link:where(:has(.flu-has-highlight-text)), body .flu-has-icon-left > .wp-block-button__link:where(:has(.flu-has-highlight-text)) body .flu-has-icon-right > .wp-block-button__link:where(:has(.flu-has-highlight-text)) {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
body .flu-has-icon > .wp-block-button__link:where(:has(.flu-has-highlight-text))::before, body .flu-has-icon > .wp-block-button__link:where(:has(.flu-has-highlight-text))::after, body .flu-has-icon-left > .wp-block-button__link:where(:has(.flu-has-highlight-text)) body .flu-has-icon-right > .wp-block-button__link:where(:has(.flu-has-highlight-text))::before, body .flu-has-icon-left > .wp-block-button__link:where(:has(.flu-has-highlight-text)) body .flu-has-icon-right > .wp-block-button__link:where(:has(.flu-has-highlight-text))::after {
  font-size: 100%;
  right: unset;
  left: 50%;
  transform: translateX(-50%);
}
body .flu-has-icon-left > .wp-block-button__link:where(:has(.flu-has-highlight-text))::before {
  top: 0%;
  transform: translateX(-50%) translateY(-100%);
}
body .flu-has-icon-right > .wp-block-button__link:where(:has(.flu-has-highlight-text))::after {
  top: 100%;
  transform: translateX(-50%) translateY(0%);
}

.block-editor .flu-admin-has-icon, .block-editor .flu-admin-has-button button {
  padding-inline-start: 30px !important;
  width: 120px;
}
.block-editor .flu-admin-has-icon::before, .block-editor .flu-admin-has-button button::before {
  font-family: "Font icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: var(--data-flu-admin-icon-button);
  font-size: 150%;
  position: absolute;
  margin-left: -24px;
}

@media only screen and (max-width: 890px) {
  body .wp-block-columns.flu-has-reverse-order-on-mobile.is-not-stacked-on-mobile {
    flex-direction: row-reverse;
  }
  body .wp-block-columns.flu-has-reverse-order-on-mobile:not(.is-not-stacked-on-mobile) {
    flex-direction: column-reverse;
  }
}

body .wp-block-cover.flu-has-cover-content-align-full-width {
  padding: 0;
}
body .wp-block-cover.flu-has-cover-content-align-full-width .wp-block-cover__inner-container {
  width: 100% !important;
}
body .wp-block-cover.flu-has-cover-content-align-full-width .wp-block-cover__inner-container > * {
  padding-inline: 1.5em;
}

@media only screen and (width < 781px) {
  body .wp-block-cover.flu-has-no-image-on-mobile .wp-block-cover__background {
    opacity: 1 !important;
  }
  body .wp-block-cover.flu-has-no-image-on-mobile > .wp-block-cover__image-background {
    display: none;
  }
}

body .flu-has-in-modal {
  display: none;
  outline: 0;
}
body:has(* .flu-has-in-modal-dialogs.is-active) {
  overflow-y: hidden;
}
body .flu-has-in-modal-dialogs {
  --flu-modal-dialog-background-color: color-mix(in srgb, var(--wp--preset--color--primary-blue-normal), transparent 10%);
  --flu-modal-close-button-color: var(--wp--preset--color--white);
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--flu-modal-dialog-background-color);
  display: none;
  justify-content: center;
  max-width: 100%;
}
body .flu-has-in-modal-dialogs:has(.flu-contest) {
  --flu-modal-dialog-background-color: var(--wp--preset--color--feather-grey-light);
  --flu-modal-close-button-color: var(--wp--preset--color--feather-grey-dark);
}
@media only screen and (max-width: 780px) {
  body .flu-has-in-modal-dialogs:has(.flu-contest) {
    --flu-modal-dialog-background-color: var(--wp--preset--color--white);
  }
  body .flu-has-in-modal-dialogs:has(.flu-contest) .flu-has-in-modal {
    padding: 20px 0 0 0;
  }
}
body .flu-has-in-modal-dialogs.is-active {
  display: flex;
  align-items: center;
}
body .flu-has-in-modal-dialogs .flu-has-in-modal {
  --flu-modal-dialog--padding-inline: 40px;
  position: relative;
  padding: calc(30px + var(--admin-bar-padding-top)) var(--flu-modal-dialog--padding-inline) 30px var(--flu-modal-dialog--padding-inline);
  width: 100vw;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--wp--preset--color--feather-grey-normal) var(--wp--preset--color--feather-grey-lighter);
  display: none;
}
@media only screen and (max-width: 620px) {
  body .flu-has-in-modal-dialogs .flu-has-in-modal {
    --flu-modal-dialog--padding-inline: 16px;
  }
}
body .flu-has-in-modal-dialogs .flu-has-in-modal-close {
  --cross-size: 20px;
  margin-block-start: 1.5rem;
  display: block;
  width: var(--cross-size);
  height: var(--cross-size);
  position: fixed;
  right: calc(var(--cross-size) * 2);
  top: var(--admin-bar-padding-top);
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
body .flu-has-in-modal-dialogs .flu-has-in-modal-close:before {
  content: "";
  display: block;
  width: var(--cross-size);
  height: var(--cross-size);
  border-left: 3px solid var(--flu-modal-close-button-color);
  position: absolute;
  right: calc(var(--cross-size) * -0.8);
  top: 0;
  transform: rotate(45deg) translateY(calc(var(--cross-size) / 2));
}
body .flu-has-in-modal-dialogs .flu-has-in-modal-close:after {
  content: "";
  display: block;
  width: var(--cross-size);
  height: var(--cross-size);
  border-left: 3px solid var(--flu-modal-close-button-color);
  position: absolute;
  right: calc(var(--cross-size) * -0.8);
  top: 0;
  transform: rotate(-45deg) translateY(calc(var(--cross-size) / -2));
}

.block-editor .flu-has-in-modal {
  display: block !important;
  padding: 20px 50px 50px 50px;
}
.block-editor .flu-has-in-modal:hover:not(.has-child-selected) {
  background-color: #FEF2CD !important;
  box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #FABD05;
}
.block-editor .flu-has-in-modal:before {
  content: "- - - In Modal - - -";
  display: block;
  position: relative;
  top: -20px;
  font-style: italic;
  color: #FABD05;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

body .flu-has-cutout {
  --flu--cutout-height: 48px;
}
body .flu-has-cutout-bottom {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--flu--cutout-height)), 0% 100%);
  padding-bottom: var(--flu--cutout-height);
  margin-bottom: calc(-0.5 * var(--flu--cutout-height)) !important;
}
body .flu-has-cutout-top {
  clip-path: polygon(0 var(--flu--cutout-height), 100% 0, 100% 100%, 0% 100%);
  padding-top: var(--flu--cutout-height) !important;
  margin-top: calc(-1 * var(--flu--cutout-height)) !important;
}

body .wp-block-buttons .wp-block-button.flu-has-button-color-hover {
  --data-flu-button-background-color: var(--wp--preset--color--black);
  --data-flu-button-text-color: var(--wp--preset--color--white);
  --data-flu-button-border-color: transparent;
  --data-flu-button-font-weight: inherit;
  --data-flu-button-hover-background-color: color-mix(in srgb, var(--wp--preset--color--contrast) 85%, transparent);
  --data-flu-button-hover-text-color: var(--data-flu-button-text-color);
  --data-flu-button-hover-border-color: var(--data-flu-button-hover-background-color);
}
body .wp-block-buttons .wp-block-button.flu-has-button-color-hover > * {
  background-color: var(--data-flu-button-background-color);
  color: var(--data-flu-button-text-color);
  border: 1px solid var(--data-flu-button-border-color);
  font-weight: var(--data-flu-button-font-weight);
  transition: all 0.3s;
}
body .wp-block-buttons .wp-block-button.flu-has-button-color-hover > *:hover {
  background-color: var(--data-flu-button-hover-background-color) !important;
  color: var(--data-flu-button-hover-text-color) !important;
  border: 1px solid var(--data-flu-button-hover-border-color) !important;
}

body .flu-has-image-mask img {
  aspect-ratio: 1;
  object-fit: cover;
}
body .flu-has-image-mask-variation-1 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-1.svg");
  mask-size: 100%;
}
body .flu-has-image-mask-variation-2 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-2.svg");
  mask-size: 100%;
}
body .flu-has-image-mask-variation-3 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-3.svg");
  mask-size: 100%;
}
body .flu-has-image-mask-variation-4 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-4.svg");
  mask-size: 100%;
}
body .flu-has-image-mask-variation-5 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-5.svg");
  mask-size: 100%;
}
body .flu-has-image-mask-variation-6 img {
  mask: url("/wp-content/plugins/foyer-gutenberg/assets/images/image-mask-6.svg");
  mask-size: 100%;
}

body .flu-has-glassmorphic-background {
  --flu-default-glass-color: 255, 255, 255;
  --flu-default-glass-opacity: 0.01;
  --flu-default-glass-blur: 48px;
  --data-flu-glass-background: rgba(
      var(--data-flu-glass-background-color, var(--flu-default-glass-color)),
      var(--data-flu-glass-background-opacity, var(--flu-default-glass-opacity))
  );
  padding: var(--wp--preset--spacing--50);
  background-color: var(--data-flu-glass-background);
  backdrop-filter: blur(var(--data-flu-glass-blur, var(--flu-default-glass-blur)));
}

body .wp-block-columns.flu-has-columns-justified-flex-start {
  justify-content: flex-start;
}
body .wp-block-columns.flu-has-columns-justified-flex-end {
  justify-content: flex-end;
}
body .wp-block-columns.flu-has-columns-justified-center {
  justify-content: center;
}
body .wp-block-columns.flu-has-columns-justified-space-between {
  justify-content: space-between;
}
body .wp-block-columns.flu-has-columns-justified-space-around {
  justify-content: space-around;
}
body .wp-block-columns.flu-has-columns-justified-space-evenly {
  justify-content: space-evenly;
}
body .wp-block-columns.flu-has-columns-justified-strech {
  justify-content: strech;
}

body .flu-has-offset {
  position: relative;
}
@media (min-width: 1481px) {
  body .flu-has-offset-top:not(.flu-has-offset-mobile):not(.flu-has-offset-tablet):not(.flu-has-offset-desktop) {
    top: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width > 890px) {
  body .flu-has-offset-top:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-desktop {
    top: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (740px <= width <= 890px) {
  body .flu-has-offset-top:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offet-tablet {
    top: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width < 740px) {
  body .flu-has-offset-top:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-mobile {
    top: calc(-1 * var(--data-flu-offset-value));
  }
}
@media (min-width: 1481px) {
  body .flu-has-offset-bottom:not(.flu-has-offset-mobile):not(.flu-has-offset-tablet):not(.flu-has-offset-desktop) {
    bottom: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width > 890px) {
  body .flu-has-offset-bottom:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-desktop {
    bottom: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (740px <= width <= 890px) {
  body .flu-has-offset-bottom:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offet-tablet {
    bottom: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width < 740px) {
  body .flu-has-offset-bottom:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-mobile {
    bottom: calc(-1 * var(--data-flu-offset-value));
  }
}
@media (min-width: 1481px) {
  body .flu-has-offset-left:not(.flu-has-offset-mobile):not(.flu-has-offset-tablet):not(.flu-has-offset-desktop) {
    left: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width > 890px) {
  body .flu-has-offset-left:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-desktop {
    left: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (740px <= width <= 890px) {
  body .flu-has-offset-left:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offet-tablet {
    left: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width < 740px) {
  body .flu-has-offset-left:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-mobile {
    left: calc(-1 * var(--data-flu-offset-value));
  }
}
@media (min-width: 1481px) {
  body .flu-has-offset-right:not(.flu-has-offset-mobile):not(.flu-has-offset-tablet):not(.flu-has-offset-desktop) {
    right: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width > 890px) {
  body .flu-has-offset-right:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-desktop {
    right: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (740px <= width <= 890px) {
  body .flu-has-offset-right:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offet-tablet {
    right: calc(-1 * var(--data-flu-offset-value));
  }
}
@media only screen and (width < 740px) {
  body .flu-has-offset-right:is(.flu-has-offset-mobile, .flu-has-offset-tablet, .flu-has-offset-desktop).flu-has-offset-mobile {
    right: calc(-1 * var(--data-flu-offset-value));
  }
}

body .wp-block-columns.flu-has-columns-wrap {
  --column-count: 1;
  --column-width: 100%;
  flex-wrap: wrap !important;
}
@media (min-width: 742px) {
  body .wp-block-columns.flu-has-columns-wrap {
    --column-count: var(--data-flu-tablet-columns-wrap);
    --column-width: calc(100% / var(--column-count) - (var(--wp--preset--spacing--90) * (var(--column-count) - 1) / var(--column-count)));
  }
}
@media (min-width: 1284px) {
  body .wp-block-columns.flu-has-columns-wrap {
    --column-count: var(--data-flu-desktop-columns-wrap);
    --column-width: calc(100% / var(--column-count) - (var(--wp--preset--spacing--90) * (var(--column-count) - 1) / var(--column-count)));
  }
}
body .wp-block-columns.flu-has-columns-wrap .wp-block-column {
  flex-basis: var(--column-width);
  max-width: var(--column-width);
}
@media (min-width: 1284px) {
  body .wp-block-columns.flu-has-columns-wrap > .wp-block-column:nth-child(n+4) {
    max-width: 400px;
  }
}

body .flu-has-diffuse-shadow-decoration {
  box-shadow: var(--wp--preset--shadow--diffuse-shadow);
  position: relative;
  z-index: 1;
}
body .flu-has-diffuse-shadow-decoration::before, body .flu-has-diffuse-shadow-decoration::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: calc(var(--wp--preset--spacing--50) * -1);
  bottom: calc(var(--wp--preset--spacing--50) * -1);
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid transparent;
}
body .flu-has-diffuse-shadow-decoration::before {
  background: linear-gradient(to bottom, rgba(135, 190, 242, 0.02), rgba(142, 159, 185, 0)) border-box;
  box-shadow: inset 0 0 0 1px rgba(135, 190, 242, 0.25);
  transition: all 300ms ease-out;
}
body .flu-has-diffuse-shadow-decoration::after {
  background: linear-gradient(rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)) padding-box;
}
body .flu-has-diffuse-shadow-decoration > .wp-block-group {
  background-color: inherit;
}
body .flu-has-diffuse-shadow-decoration:hover::before, body .flu-has-diffuse-shadow-decoration:hover::after {
  left: calc(var(--wp--preset--spacing--50) * -0.75);
  bottom: calc(var(--wp--preset--spacing--50) * -0.75);
  transition: all 300ms ease-out;
}

body .flu-has-layout-overlap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 40px auto;
}
@media (min-width: 781px) {
  body .flu-has-layout-overlap {
    grid-template-columns: auto 369px auto;
    grid-template-rows: auto 80px auto;
  }
}
body .flu-has-layout-overlap > .wp-block-column:first-child:has(.wp-block-image) {
  grid-column: 1/-1;
  grid-row: 1/3;
}
@media (min-width: 781px) {
  body .flu-has-layout-overlap > .wp-block-column:first-child:has(.wp-block-image) {
    grid-column: 1/3;
    grid-row: 1/3;
  }
}
body .flu-has-layout-overlap > .wp-block-column:nth-child(2):not(:has(.wp-block-image)) {
  grid-column: 1/-1;
  grid-row: 2/-1;
}
@media (min-width: 781px) {
  body .flu-has-layout-overlap > .wp-block-column:nth-child(2):not(:has(.wp-block-image)) {
    grid-column: 2/-1;
    grid-row: 2/-1;
  }
}
body .flu-has-layout-overlap > .wp-block-column:first-child:not(:has(.wp-block-image)) {
  grid-column: 1/-1;
  grid-row: 2/-1;
}
@media (min-width: 781px) {
  body .flu-has-layout-overlap > .wp-block-column:first-child:not(:has(.wp-block-image)) {
    grid-column: 1/3;
    grid-row: 2/-1;
  }
}
body .flu-has-layout-overlap > .wp-block-column:nth-child(2):has(.wp-block-image) {
  grid-column: 1/-1;
  grid-row: 1/3;
}
@media (min-width: 781px) {
  body .flu-has-layout-overlap > .wp-block-column:nth-child(2):has(.wp-block-image) {
    grid-column: 2/-1;
    grid-row: 1/3;
  }
}
body .flu-has-layout-overlap .wp-block-image {
  height: 100%;
  aspect-ratio: 892/304;
  max-width: 100%;
}
body .flu-has-layout-overlap .wp-block-image > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@font-face {
  font-family: "Font icons";
  src: url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.woff2") format("woff2"), url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.ttf") format("truetype"), url("/wp-content/plugins/foyer-gutenberg/assets/fonts/font_icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
body .flu-has-custom-bullet-point {
  list-style-type: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--30);
}
body .flu-has-custom-bullet-point li::before {
  content: var(--data-flu-icon-list);
  color: var(--data-flu-icon-list-color);
  font-family: "Font icons" !important;
  font-size: 16px;
  margin-inline-end: var(--wp--preset--spacing--30);
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.block-editor .flu-admin-has-list button::before, .block-editor .flu-admin-has-list-icon::before {
  position: absolute;
  content: var(--data-flu-admin-icon-list);
  font-family: "Font icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150%;
  margin-left: -24px;
}
.block-editor .flu-admin-has-list-icon, .block-editor .flu-admin-has-list button {
  padding-inline-start: 30px !important;
}

body .flu-has-image-bleeding {
  position: relative;
}
@media (min-width: 781px) {
  body .flu-has-image-bleeding {
    min-height: 567px;
  }
}
@media (min-width: 950px) {
  body .flu-has-image-bleeding {
    min-height: 938px;
  }
}
body .flu-has-image-bleeding .wp-block-column:has(.flu-has-glassmorphic-background) {
  isolation: isolate;
  z-index: 1;
}
body .flu-has-image-bleeding .wp-block-column:has(.wp-block-image) .wp-block-image {
  position: relative;
}
body .flu-has-image-bleeding .wp-block-column:has(.wp-block-image) .wp-block-image::before {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  background: linear-gradient(77deg, rgba(242, 239, 218, 0.2) 14.1%, rgba(222, 176, 205, 0.2) 49.91%, rgba(109, 197, 240, 0.2) 85.59%), linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0) 14.42%, rgba(255, 255, 255, 0) 65%, #FFF 100%);
  background-blend-mode: lighten, normal;
}
@media (min-width: 782px) {
  body .flu-has-image-bleeding .wp-block-column:has(.wp-block-image) .wp-block-image {
    position: absolute;
    top: 1px;
    right: 0;
    height: 100%;
    isolation: isolate;
    aspect-ratio: 1014/938;
  }
}

body .wp-block-cover.flu-has-cover-layout {
  min-height: 727px;
}
body .wp-block-cover.flu-has-cover-layout-variation-1 .wp-block-cover__image-background, body .wp-block-cover.flu-has-cover-layout-variation-3 .wp-block-cover__image-background {
  aspect-ratio: 696/727;
  width: initial;
  margin-left: auto;
  margin-right: auto;
}
body .wp-block-cover.flu-has-cover-layout-variation-1::after, body .wp-block-cover.flu-has-cover-layout-variation-3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: var(--data-flu-cover-bg-url);
  background-size: cover;
  background-position: center;
  pointer-events: none;
  filter: blur(15px);
  transform: scale(1.1);
  z-index: -1;
}
body .wp-block-cover.flu-has-cover-layout-variation-1 .wp-block-cover__image-background {
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 2%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 98%);
  transform: translateX(-50%);
}
body .wp-block-cover.flu-has-cover-layout-variation-2 .wp-block-cover__image-background {
  aspect-ratio: 1440/727;
  width: 100%;
  height: 125%;
  max-width: var(--wp--style--global--wide-size);
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 2%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 98%);
  margin-left: auto;
  margin-right: auto;
}
body .wp-block-cover.flu-has-cover-layout-variation-3 .wp-block-cover__image-background {
  mask-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 2%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 98%);
  transform: translateX(66%);
}
body .wp-block-cover.flu-has-cover-layout-variation-4 {
  width: 100%;
  aspect-ratio: initial;
  height: auto;
  min-height: 836px;
  padding: 0;
}
body .wp-block-cover.flu-has-cover-layout-variation-4 .wp-block-cover__image-background {
  height: 482px;
}
body .wp-block-cover.flu-has-cover-layout-variation-4 .wp-block-cover__inner-container.wp-block-cover__inner-container {
  margin-top: 482px;
}

body :is(.wp-block-cover, .wp-block-image, .wp-block-group, .wp-block-columns).alignwide.flu-has-extra-wide {
  max-width: calc(var(--wp--style--global--wide-size) + var(--wp--preset--spacing--130) + var(--wp--preset--spacing--20));
}

body .flu-has-gradient-overlay {
  position: relative;
}
body .flu-has-gradient-overlay::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(77deg, rgba(242, 239, 218, 0.2) 14.1%, rgba(222, 176, 205, 0.2) 49.91%, rgba(109, 197, 240, 0.2) 85.59%), linear-gradient(77deg, rgba(242, 239, 218, 0.2) 14.1%, rgba(222, 176, 205, 0.2) 49.91%, rgba(109, 197, 240, 0.2) 85.59%);
  background-blend-mode: lighten, color;
}

.is-content-justification-stretch, .is-vertically-aligned-stretch {
  height: auto;
}
.is-content-justification-stretch .flu-has-full-height-in-stretch-container, .is-vertically-aligned-stretch .flu-has-full-height-in-stretch-container {
  height: 100%;
}

/*# sourceMappingURL=style.css.map */
