.fl {
  position: relative;
}
.fl > img, .fl > video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.fl.with_img_bg:not(.light_overlay) {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .fl.with_img_bg:not(.light_overlay) {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .fl.with_img_bg:not(.light_overlay) {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .fl.with_img_bg:not(.light_overlay) {
    padding: 30px 0;
  }
}
.fl.with_img_bg:not(.light_overlay):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--frameBgColor);
  z-index: 1;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > h1, .fl.with_img_bg:not(.light_overlay) > .inner > div > h2, .fl.with_img_bg:not(.light_overlay) > .inner > div > h3, .fl.with_img_bg:not(.light_overlay) > .inner > div > h4, .fl.with_img_bg:not(.light_overlay) > .inner > div > h5, .fl.with_img_bg:not(.light_overlay) > .inner > div > h6, .fl.with_img_bg:not(.light_overlay) > .inner > div > p, .fl.with_img_bg:not(.light_overlay) > .inner > div > ul, .fl.with_img_bg:not(.light_overlay) > .inner > div > li, .fl.with_img_bg:not(.light_overlay) > .inner > div > a, .fl.with_img_bg:not(.light_overlay) > .inner > div > span {
  color: #fff;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > a {
  text-decoration: underline;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > h1 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > h2 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > h3 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > h4 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > h5 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > h6 *, .fl.with_img_bg:not(.light_overlay) > .inner > div > p *, .fl.with_img_bg:not(.light_overlay) > .inner > div > ul *, .fl.with_img_bg:not(.light_overlay) > .inner > div > li *, .fl.with_img_bg:not(.light_overlay) > .inner > div > a *, .fl.with_img_bg:not(.light_overlay) > .inner > div > span * {
  color: #fff;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color) {
  background: #fff;
  color: var(--mainColor);
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color)::before {
  display: none;
  content: none;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--secondColor);
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
  background: #fff;
}
.fl.with_img_bg:not(.light_overlay) > .inner > div p.is-style-list-check:before, .fl.with_img_bg:not(.light_overlay) > .inner > div .external-link:not(.wp-block-button .external-link):after, .fl.with_img_bg:not(.light_overlay) > .inner > div ul.is-style-list-check li:before {
  filter: brightness(0) invert(1);
}
.fl.light_overlay.with_img_bg {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .fl.light_overlay.with_img_bg {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .fl.light_overlay.with_img_bg {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .fl.light_overlay.with_img_bg {
    padding: 30px 0;
  }
}
.fl.light_overlay.with_img_bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(245, 247, 251, 0.7) 0%, rgba(245, 247, 251, 0.7) 100%);
  z-index: 1;
}
.fl > .inner {
  margin: 0 auto;
  position: relative;
  z-index: 4;
}
.fl[data-layout="default"] > .inner {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin: 0 auto;
}
.fl[data-layout="layout-full"] {
  width: 100%;
  max-width: 100%;
}
.fl[data-layout="layout-full"] .inner {
  width: 100%;
  max-width: 100%;
}
.fl[data-layout="layout-reduced-medium"] {
  width: 100%;
  max-width: none;
}
.fl[data-layout="layout-reduced-medium"] .inner {
  position: relative;
  width: var(--baseWidth);
  max-width: 1200px;
  margin: 0 auto;
}
.fl[data-layout="layout-reduced"] {
  width: 100%;
  max-width: none;
}
.fl[data-layout="layout-reduced"] .inner {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--reducedWidth);
  margin: 0 auto;
}
.fl[data-layout="layout-reduced-large"] {
  width: 100%;
  max-width: none;
}
.fl[data-layout="layout-reduced-large"] .inner {
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidthBig);
  margin: 0 auto;
}
.fl[data-frame="default"] {
  background: transparent;
}
.fl[data-frame="shadowbox"] {
  background: #fff;
  box-shadow: 0px 9px 45px 10px rgba(0, 0, 0, 0.06);
  position: relative;
  width: var(--baseWidth);
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
.fl[data-frame="shadowbox"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: var(--mainGradient);
  transition: var(--baseTransition);
}
.fl[data-frame="shadowbox"]:hover:before {
  opacity: 1;
  visibility: visible;
}
.fl[data-frame="shadowbox"]:hover .wp-block-button > a.wp-block-button__link:not(.has-text-color) {
  opacity: 1;
  color: #fff;
}
.fl[data-frame="shadowbox"]:hover .wp-block-button > a.wp-block-button__link:not(.has-text-color):before {
  opacity: 1;
}
.fl[data-frame="bluebox"] {
  background: var(--mainGradient);
}
.fl[data-frame="bluebox"] > .inner > div > h1, .fl[data-frame="bluebox"] > .inner > div > h2, .fl[data-frame="bluebox"] > .inner > div > h3, .fl[data-frame="bluebox"] > .inner > div > h4, .fl[data-frame="bluebox"] > .inner > div > h5, .fl[data-frame="bluebox"] > .inner > div > h6, .fl[data-frame="bluebox"] > .inner > div > p, .fl[data-frame="bluebox"] > .inner > div > ul, .fl[data-frame="bluebox"] > .inner > div > li, .fl[data-frame="bluebox"] > .inner > div > a, .fl[data-frame="bluebox"] > .inner > div > span {
  color: #fff;
}
.fl[data-frame="bluebox"] > .inner > div > a {
  text-decoration: underline;
}
.fl[data-frame="bluebox"] > .inner > div > h1 *, .fl[data-frame="bluebox"] > .inner > div > h2 *, .fl[data-frame="bluebox"] > .inner > div > h3 *, .fl[data-frame="bluebox"] > .inner > div > h4 *, .fl[data-frame="bluebox"] > .inner > div > h5 *, .fl[data-frame="bluebox"] > .inner > div > h6 *, .fl[data-frame="bluebox"] > .inner > div > p *, .fl[data-frame="bluebox"] > .inner > div > ul *, .fl[data-frame="bluebox"] > .inner > div > li *, .fl[data-frame="bluebox"] > .inner > div > a *, .fl[data-frame="bluebox"] > .inner > div > span * {
  color: #fff;
}
.fl[data-frame="bluebox"] > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color) {
  background: #fff;
  color: var(--mainColor);
}
.fl[data-frame="bluebox"] > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color)::before {
  display: none;
  content: none;
}
.fl[data-frame="bluebox"] > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button) > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--secondColor);
}
.fl[data-frame="bluebox"] > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > a.wp-block-button__link:not(.has-text-color) {
  color: #fff;
  border: 2px solid #fff;
  background: transparent;
}
.fl[data-frame="bluebox"] > .inner > div > .wp-block-buttons .wp-block-button:not(.px-teaser .wp-block-button).is-style-outline > a.wp-block-button__link:not(.has-text-color):hover {
  color: var(--mainColor);
  background: #fff;
}
.fl[data-frame="bluebox"] > .inner > div p.is-style-list-check:before, .fl[data-frame="bluebox"] > .inner > div .external-link:not(.wp-block-button .external-link):after, .fl[data-frame="bluebox"] > .inner > div ul.is-style-list-check li:before {
  filter: brightness(0) invert(1);
}
.fl[data-frame="grey_gradient_top_bottom"] {
  background: var(--gradientLightTop);
}
.fl[data-frame="grey_gradient_bottom_top"] {
  background: var(--gradientLightBottom);
}
.fl[data-frame="grey_gradient_bottom_top"], .fl[data-frame="grey_gradient_top_bottom"], .fl[data-frame="bluebox"], .fl[data-frame="shadowbox"] {
  padding: 120px 0;
}
@media (max-width: 1024px) {
  .fl[data-frame="grey_gradient_bottom_top"], .fl[data-frame="grey_gradient_top_bottom"], .fl[data-frame="bluebox"], .fl[data-frame="shadowbox"] {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .fl[data-frame="grey_gradient_bottom_top"], .fl[data-frame="grey_gradient_top_bottom"], .fl[data-frame="bluebox"], .fl[data-frame="shadowbox"] {
    padding: 50px 0;
  }
}
@media (max-width: 450px) {
  .fl[data-frame="grey_gradient_bottom_top"], .fl[data-frame="grey_gradient_top_bottom"], .fl[data-frame="bluebox"], .fl[data-frame="shadowbox"] {
    padding: 30px 0;
  }
}
.fl[data-margin-before="extra-small"] {
  margin-top: var(--fl-margin-before-extra-small);
}
.fl[data-margin-before="small"] {
  margin-top: var(--fl-margin-before-small);
}
.fl[data-margin-before="medium"] {
  margin-top: var(--fl-margin-before-medium);
}
.fl[data-margin-before="large"] {
  margin-top: var(--fl-margin-before-large);
}
.fl[data-margin-before="extra-large"] {
  margin-top: var(--fl-margin-before-extra-large);
}
.fl[data-margin-after="extra-small"] {
  margin-bottom: var(--fl-margin-after-extra-small);
}
.fl[data-margin-after="small"] {
  margin-bottom: var(--fl-margin-after-small);
}
.fl[data-margin-after="medium"] {
  margin-bottom: var(--fl-margin-after-medium);
}
.fl[data-margin-after="large"] {
  margin-bottom: var(--fl-margin-after-large);
}
.fl[data-margin-after="extra-large"] {
  margin-bottom: var(--fl-margin-after-extra-large);
}
.wp-block-columns .fl[data-frame="shadowbox"], .px-frame-layout .fl[data-frame="shadowbox"], .accordion-content .fl[data-frame="shadowbox"], .tab_wrapper .fl[data-frame="shadowbox"] {
  padding: 50px 30px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .wp-block-columns .fl[data-frame="shadowbox"], .px-frame-layout .fl[data-frame="shadowbox"], .accordion-content .fl[data-frame="shadowbox"], .tab_wrapper .fl[data-frame="shadowbox"] {
    padding: 30px 20px;
  }
}
.wp-block-columns .fl[data-frame="bluebox"], .px-frame-layout .fl[data-frame="bluebox"], .accordion-content .fl[data-frame="bluebox"], .tab_wrapper .fl[data-frame="bluebox"] {
  padding: 35px 35px;
  position: relative;
}
@media (max-width: 768px) {
  .wp-block-columns .fl[data-frame="bluebox"], .px-frame-layout .fl[data-frame="bluebox"], .accordion-content .fl[data-frame="bluebox"], .tab_wrapper .fl[data-frame="bluebox"] {
    padding: 30px 20px;
  }
}
.wp-block-columns .fl .inner, .px-frame-layout .fl .inner, .accordion-content .fl .inner, .tab_wrapper .fl .inner {
  width: 100%;
}
.wp-block-columns.has-4-columns .wp-block-column .fl:only-child, .wp-block-columns.has-3-columns .wp-block-column .fl:only-child, .wp-block-columns.has-2-columns .wp-block-column .fl:only-child {
  height: 100%;
}
.wp-block-columns.has-4-columns .wp-block-column .fl:only-child .inner, .wp-block-columns.has-3-columns .wp-block-column .fl:only-child .inner, .wp-block-columns.has-2-columns .wp-block-column .fl:only-child .inner {
  height: 100%;
}
