/*$color-palette: (
        "orange": #FF6B35,
        "light-orange": #F7C59F,
        "lightest-orange": #EFEFD0,
        "blue": #004E89,
        "light-blue": #1A659E,
) !default;

$gradients: (
        "orange": (
                "start": #FF6B35,
                "end": #F7C59F
        ),
        "blue": (
                "start": #004E89,
                "end": #1A659E
        ),
) !default;

$orange: map-get($color-palette, "orange") !default;
$light-orange: map-get($color-palette, "light-orange") !default;
$lightest-orange: map-get($color-palette, "lightest-orange") !default;
$blue: map-get($color-palette, "blue") !default;
$light-blue: map-get($color-palette, "light-blue") !default;*/
.block--section-wrapper.is-style-overlay-50-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 24, 50, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-dark::before {
    background: linear-gradient(90deg, rgba(14, 24, 50, 0.78) 34%, rgba(14, 24, 50, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-light::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-light::before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-dark--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 24, 50, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-dark--right::before {
    background: linear-gradient(-90deg, rgba(14, 24, 50, 0.78) 34%, rgba(14, 24, 50, 0) 64%);
  }
}
.block--section-wrapper.is-style-overlay-50-light--right::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.78);
}

@media (min-width: 768px) {
  .block--section-wrapper.is-style-overlay-50-light--right::before {
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0.78) 34%, rgba(255, 255, 255, 0) 64%);
  }
}
.block--section-wrapper .wp-block-columns {
  margin: 0;
}

@media (max-width: 991.98px) {
  .block--section-wrapper .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap !important;
  }
}
.block--section-wrapper [data-stretchedbackground]::before {
  content: "";
  background: inherit;
  width: 100vw;
  height: 100%;
  left: calc((100% - 100vw) * 0.5);
  position: absolute;
  top: 0;
}

.wp-block-lvl-section-wrapper {
  float: none !important;
}

.editor-styles-wrapper .wp-block-lvl-section-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.editor-styles-wrapper .wp-block-lvl-section-wrapper[style*=background-color] .block--section-wrapper {
  background-color: transparent !important;
}
