footer.enf1 {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
}
footer.enf1 > div.enf-main {
  position: relative;
  z-index: 1;
  background: var(--footer-main-background);
  padding: 79px 0 75px;
}
footer a:any-link {
  position: relative;
  text-decoration: none;
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
  font-weight: 400;
  letter-spacing: 0.2px;
  display: inline-block;
  transition: 0.4s all ease;
  font-size: var(--footer-font-size);
  font-family: var(--footer-font-family);
}
footer .enf1-webste-name a {
  font-family: "Liberator_Heavy";
  color: #fff;
  font-size: clamp(55px, 5.8vw, 68.84px);
  line-height: clamp(50px, 6vw, 61px);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0;
  display: flex;
  pointer-events: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
footer .enf1-webste-name {
  position: relative;
  margin: 11px 0 0 0;
}
footer .enf1-webste-name a span {
  font-size: clamp(40px, 4.18vw, 46px);
  line-height: clamp(40px, 3.8vw, 46px);
  position: relative;
  letter-spacing: 1.1px;
  left: 1px;
}
footer.enf1 a:any-link:is(:hover, :focus) {
  text-decoration: underline;
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  display: grid;
  position: relative;
  grid-template-columns: auto 60%;
  grid-template-rows: auto;
  justify-content: flex-end;
  max-width: 100%;
  align-items: flex-start;
  overflow: hidden;
}
footer #inner_wrapper {
  position: relative;
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 108px 0 0;
  left: 17px;
  align-items: flex-start;
  min-width: 360px;
}
footer.enf1 div.enf-address a#footer_contact1 {
  margin: 0.3px 0 0;
}
#footer_links {
  position: relative;
  top: 5.5px;
  left: 0.5px;
}
footer.enf1 > div.enf-main > div.enf-main > * {
  overflow: hidden;
}
footer.enf1 .enf1-logo-cont {
  position: relative;
  margin: 0;
  max-width: 304px;
}
footer .enf-main::before {
  content: "";
  position: absolute;
  background: url(/pics/footer_bg.png) no-repeat left top -155px;
  width: 100%;
  max-width: 1628px;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0 auto;
  right: 0;
}
#footer_links a {
  display: inline-grid;
}
footer.enf1 .enf1-logo-cont a {
  position: relative;
  margin: 0;
  display: inline-grid;
}
footer.enf1 div.enf-address a {
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
footer .enf-address {
  margin: 26.5px 0 0 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  left: -1px;
  gap: 16.5px;
}
footer.enf1 > div.enf-subfooter {
  background: var(--subfooter-background);
  position: relative;
}
footer.enf1.enf1logo-2-2 .enf1-logo-cont img {
  max-width: calc(100% - 2px);
  max-height: calc(100% - 2px);
  border: 1px solid var(--logo-border-color);
}
footer.enf1.enf1logo-4-2 .enf1-logo-cont a {
  display: inline-block;
  z-index: 2;
  margin: 0;
}
.enf-subfooter-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  min-height: 66px;
  align-items: center;
  padding: 8px 0 6px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.enf-subfooter-inner a#footer_edunet {
  top: 19px;
  display: inline-grid !important;
  position: absolute;
  left: -2px;
  right: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 186px;
}
footer .enf-subfooter-inner a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -0.08px;
}
#subfooter_left {
  left: 1px;
}
.enf-subfooter-inner div {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 400px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.enf-subfooter-inner #subfooter_right {
  flex-direction: row;
  align-items: center;
  gap: 10px 25.5px;
  justify-content: flex-end;
}
#subfooter_right #nyc {
  display: inline-grid;
  left: -1px;
  top: 0.5px;
}
footer #slideshow {
  left: 15px;
}
footer.enf1 div.enf-address a:is(:hover, :focus) {
  color: #2b7bb1;
}
@media only screen and (max-width: 1225px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    width: auto;
    padding: 0 15px;
    justify-content: space-between;
    grid-template-columns: auto 65%;
  }
  footer #inner_wrapper {
    left: 0;
  }
  .enf-subfooter-inner {
    padding-inline: 10px;
  }
  footer .enf-main::before {
    max-width: 863px;
    left: -180px;
    margin: 0;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .enf-subfooter-inner a#footer_edunet {
    top: 50%;
    transform: translateY(-50%);
  }
  .enf-subfooter-inner div {
    max-width: 35%;
  }
}

@media only screen and (max-width: 768px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: 100%;
    justify-content: center;
    row-gap: 35px;
    padding: 0;
  }
  footer.enf1 > div.enf-main {
    padding: 60px 15px;
  }
  footer.enf1 .enf1-logo-cont img {
    width: clamp(250px, 36vw, 304px);
  }
  footer #slideshow {
    left: 0;
  }
  footer .enf-address > br {
    display: none;
  }
  #footer_center h2 span:last-child {
    top: 0;
    left: 0;
  }
  footer #inner_wrapper {
    min-width: auto;
    padding: 0;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
  }
  footer .enf-address {
    margin: 0;
    position: relative;
    left: 0;
    text-align: center;
    display: flex;
    row-gap: 3px;
  }
  .enf-subfooter-inner a#footer_edunet {
    position: relative;
    top: 0;
    grid-row: 3;
    margin: 15px 0 0;
  }
  .enf-subfooter-inner div {
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: unset;
    column-gap: 25px;
    flex-wrap: wrap;
  }
  .enf-subfooter-inner {
    display: grid;
    justify-content: center;
    place-items: center;
    text-align: center;
    padding: 20px 15px 10px;
  }
  .enf-subfooter-inner #subfooter_right {
    left: 0;
    justify-content: center;
    row-gap: 15px;
  }
  #subfooter_right #nyc {
    left: 0;
    top: 0;
  }
  .enf-subfooter-inner,
  .enf-subfooter-inner div {
    row-gap: 5px;
  }
  footer #slideshow img,
  footer #slideshow .nivoSlider,
  footer #slideshow .nivo-slice {
    max-height: 40vw;
  }
  footer .enf-main::before {
    margin: 0;
    background-position: center right;
    left: 0;
    background-size: 125%;
  }
}
