/* .ebp-custom-footer-1 {
  --ebp-footer-font-color: var(--color-green, #1f5c4b);
  --ebp-footer-heading-color: var(--color-white, #ffffff);
  --ebp-footer-background-color: var(--color-white, #ffffff);
} */

.ebp-custom-footer-1 {
  padding-block-start: var(--spacing-8);
  min-height: 60vh;
  position: relative;
  color: var(--white);
  background-color: var(--blue);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.footer-copyright {
  margin-block-start: var(--spacing-5);
  width: 100%;
}

.ebp-custom-footer-1 .container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.ebp-custom-footer-1 h2 {
  /* color: var(--ebp-footer-heading-color); */
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

.ebp-custom-footer-1 > * {
  color: inherit;
  /* text-transform: uppercase; */
  text-decoration: none;
  font-size: 1rem;
}

/* .footer-copyright--left {
  text-transform: uppercase;
} */

.ebp-custom-footer-1 .link-animation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  cursor: pointer;
}

.ebp-custom-footer-1 .site-footer--middle {
  margin: auto;
}

.ebp-custom-footer-1 .site-footer--middle .row {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ebp-custom-footer-1 .site-footer--middle_play,
.ebp-custom-footer-1 .site-footer--middle_contact {
  flex: 1;
  opacity: 0;
}

.ebp-custom-footer-1 .site-footer--middle_play {
  text-align: right;
}

.ebp-custom-footer-1 .site-footer--middle_contact {
  text-align: left;
}

.ebp-custom-footer-1 .site-footer--middle_contact a {
  justify-content: flex-start;
}

.ebp-custom-footer-1 .site-footer--middle_video {
  flex: 3;
  margin-inline: auto;
  overflow: hidden;
  max-width: 0%;
}

.ebp-custom-footer-1 .site-footer--middle img {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.ebp-custom-footer-1 .site-footer--policies {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
  padding-inline: 0.5rem;
  padding-block-end: 0.5rem;
}

.ebp-custom-footer-1 .menu,
.ebp-custom-footer-1 #policies-menu,
.ebp-custom-footer-1 #social-menu {
  display: flex;
  gap: 1rem;
  padding-inline-start: 0;
  margin: 0;
  list-style: none;
}

.ebp-custom-footer-1 .menu li,
.ebp-custom-footer-1 #policies-menu li,
.ebp-custom-footer-1 #social-menu li {
  display: flex;
}

.ebp-custom-footer-1 .menu-social-container,
.ebp-custom-footer-1 .menu-policies-container {
  flex: 1;
}

.ebp-custom-footer-1 .menu-social-container .menu {
  justify-content: center;
}

.ebp-custom-footer-1 .footer-credits {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}

.ebp-custom-footer-1 .site-footer--top a,
.ebp-custom-footer-1 .site-footer--bottom a {
  justify-content: center;
	display: none;
}

.ebp-custom-footer-1 .menu li:before {
  content: none !important;
}

@media (min-width: 992px) {
  /* .ebp-custom-footer-1 .site-footer--top a,
  .ebp-custom-footer-1 .site-footer--bottom a {
    display: none;
  } */
}

@media (max-width: 991px) {
  .ebp-custom-footer-1 {
    min-height: auto;
  }

  /* .ebp-custom-footer-1 .site-footer--middle_links--desktop {
    display: none;
  } */

  /* .ebp-custom-footer-1 a {
    font-size: 0.7rem;
  } */

  .ebp-custom-footer-1 .site-footer--policies {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ebp-custom-footer-1 #policies-menu,
  .ebp-custom-footer-1 #social-menu {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  .ebp-custom-footer-1 .footer-credits {
    justify-content: center;
  }

  .ebp-custom-footer-1 .site-footer--top a,
  .ebp-custom-footer-1 .site-footer--bottom a {
    display: none;
  }
}

@media (max-width: 575px) {
  .site-footer--top h2 {
    margin-block-end: 1rem;
  }

  .site-footer--bottom h2 {
    margin-block-start: 1rem;
  }
	
	.ebp-custom-footer-1 h2{
		font-size: 3rem;
	}
}
