
.content {
  transform-origin: top left;
  transition: transform 0.3s ease;
}




.fusion-footer {
  --footer_area_padding-top: 80px;
  --footer_area_padding-bottom: 80px;
  --footer_area_padding-left: 0px;
  --footer_area_padding-right: 0px;
  --footer_divider_line-flex: block;
  --footer_divider_line_size: 1px;
  --footer_divider_line_style: solid;
  --footer_widgets_padding: 15px;
  background-color: #00263a;
}



.ed-grid-homepage {
  display: grid;
  grid-template-columns: 2fr 2fr 6fr;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "top-area top-area top-right-image "
    "ben-1 ben-1 lower-right-image";

  font-weight: 700;
}

.ben-1 {
  grid-area: ben-1;
  margin: 0.5em;
}

.middle-image {
  grid-area: middle-image;
  margin: 0.5em;
}

.lower-right-image {
  grid-area: lower-right-image;
  margin: 0.5em;
}

.top-area {
  grid-area: top-area;
  margin: 2em;
  justify-content: center;
}

.top-right-image {
  grid-area: top-right-image;

  justify-content: center;
  padding: 2em;
}

.fusion-footer-widget-area {
  --footerw_bg_full-size: initial;
  --footerw_bg_full-position: var(--footerw_bg_pos);
  --footerw_bg_repeat: no-repeat;
  --footerw_bg_pos: center center;

  --footer_border_size: 0px;

  --footer_link_color: #fff;
  --footer_link_color_hover: #fff;
}



