.FooterPane {
  padding-block: 56px 24px;
  background: linear-gradient(75deg, #e8eaf8 0%, #e5f6f4 100%);
  position: relative;
}
.FooterPane::before {
  content: "";
  position: absolute;
  border-radius: 0 0 8px 8px;
  background: var(
    --Gradient,
    linear-gradient(95deg, #152aa1 0%, #26b0a0 98.72%)
  );
  width: 80%;
  max-width: 1293px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  z-index: 0;
}
.FooterPane .footer-pattern {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: auto;
  left: 0px;
  top: 0;
}

.footer_Top {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--Gray-90);
  gap: 104px;
  z-index: 2;
  position: relative;
}

.footer_Bottom_CopyRight {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fz-b4);
  font-weight: 400;
  gap: 2px;
}

.footer_Bottom_CopyRight span {
  color: var(--Gray-40) !important;
  opacity: 0.5 !important;
}

.footer_Top_Itm {
  flex: auto;
}

.footer_Top_Itm:first-child {
  display: flex;
  flex-direction: column;
}

.footer_Desc {
  margin-block: 32px 24px;
}

.footer_Logo img {
  width: 137px;
  height: 56px;
}

.footer_Imgs {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-around;
}

.footer_Imgs img {
  width: auto;
  height: 28px;
  filter: grayscale(1);
  opacity: 0.5;
  transition: var(--transition);
}
.footer_Imgs .line {
  height: 20px;
  width: 1px;
  background-color: #00000030;
}
.footer_Imgs img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.footer_Top_Itm_Link h3 {
  position: relative;
  margin-bottom: 28px;
}

.footer_Top_Itm_Link h3::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 62px;
  height: 2px;
  background: url(../assets/images/footer-line.svg) no-repeat center center;
  background-size: contain;
}

.footer_Top_Itm_List ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-right: 0;
}
.footer_Top_Itm_List.navigation ul a {
  transition: all 300ms;
  display: flex;
  align-items: center;
  gap: 4px;
}
.footer_Top_Itm_List.navigation ul a::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #00a28f;
  -webkit-mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/chevron.svg);
  mask-image: url(/Portals/_default/Skins/ez-skin/assets/icons/chevron.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  transition: all 0.3s ease;
}
.footer_Top_Itm_List.navigation ul a:hover {
  padding-right: 6px;
  color: var(--primary-30, #007a6b) !important;
}

.footer_Top_Itm_Link:last-child li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer_Top_Itm_Link:last-child li .ezIcon {
  --icon: 20px;
}

@media (max-width: 992px) {
  .footer_Top_Itm:first-child {
    margin-bottom: 48px;
  }

  .footer_Top_Itm:last-child {
    margin-top: 56px;
  }

  .footer_Top_Itm:first-child,
  .footer_Top_Itm:last-child {
    width: 100%;
  }

  .footer_Top_Itm:nth-child(2),
  .footer_Top_Itm:nth-child(3) {
    width: 50%;
  }

  .footer_Top {
    flex-wrap: wrap;
    padding-bottom: 64px;
    margin-bottom: 1rem;
  }

  .footer_Bottom_CopyRight {
    flex-direction: column;
  }

  .FooterPane {
    padding-top: 32px;
  }
}
