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: 2;
  background: var(--footer-main-background);
}
footer a:any-link {
  position: relative;
  text-decoration: none;
  line-height: var(--footer-line-height);
  color: var(--footer-font-color);
  font-weight: 500;
  display: inline-block;
  transition: 0.2s all ease;
  font-size: var(--footer-font-size);
  font-family: var(--footer-font-family);
  letter-spacing: 0;
}
footer .enf1-webste-name {
  font-family: "SUSE", sans-serif;
  color: #090959;
  font-size: clamp(20px, 2.1vw, 26px);
  line-height: clamp(28px, 5.8vw, 52px);
  font-weight: 300;
  letter-spacing: 1.19px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 44px auto 0;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  left: -5px;
}
footer .enf1-webste-name span {
  position: relative;
  font-size: clamp(28px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -0.3px;
  line-height: clamp(28px, 4.2vw, 52px);
  text-transform: none;
  margin: -8.5px 0 0;
}
#footer_address h3 {
  font-family: var(--footer-font-family);
  color: #090959;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding: 0;
  margin: 0 0 2.5px -0.5px;
  background: none;
  letter-spacing: 0.8px;
}
footer.enf1 a:any-link:is(:hover, :focus) {
  text-decoration: underline;
}
footer.enf1 > div.enf-main > div.enf-main-inner {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 215px 720px auto;
  align-items: flex-start;
  padding: 56px 0 29.5px;
  grid-gap: 20px;
  justify-content: space-between;
}
#footer_address a#footer_contact1 {
  letter-spacing: 0.37px;
}
footer.enf1 > div.enf-main > div.enf-main > * {
  overflow: hidden;
}
footer.enf1 .enf1-logo-cont {
  position: relative;
  margin: 0;
  max-width: 238px;
}
footer.enf1 .enf1-logo-cont a {
  position: relative;
  margin: 0;
  z-index: 1;
  display: inline-grid;
}
#footer_address a {
  padding: 0;
  font-family: var(--address-font-family);
  font-size: var(--address-font-size);
  color: var(--address-font-color);
  font-weight: 600;
  line-height: var(--address-line-height);
  letter-spacing: 0.28px;
  left: -1.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;
  min-height: 41px;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.enf-subfooter-inner a#footer_edunet {
  top: -1px;
  display: inline-grid !important;
  max-width: 181px;
  left: -0.5px;
}
#district_links a {
  display: inline-flex;
}
#district_links a:is(:hover, :focus) img {
  transform: scale(1.04);
}
#district_links img {
  transition: 0.4s all ease;
}
#footer_address {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 215px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  left: 0;
}
#district_links {
  position: relative;
  margin: 36px 0 0;
  max-width: 205px;
  left: 2px;
}
#footer_links {
  position: relative;
  margin: 0 auto;
  background: #090959;
}
#footer_links .rows-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 70px;
  align-items: center;
  padding: 8px 0 9px;
}
#footer_links a:nth-child(1) {
  left: -26.5px;
}
#footer_links a:nth-child(2) {
  left: 10.5px;
}
#footer_links a:nth-child(3) {
  left: 43px;
}
#footer_links a {
  padding: 0;
  letter-spacing: 0.7px;
}
#footer_middle {
  position: relative;
  display: flex;
  max-width: 720px;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1265px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    width: auto;
    padding-inline: 10px;
    grid-template-columns: auto auto auto;
  }
  #footer_address,
  #district_links,
  #footer_address a {
    left: 0;
  }
}

@media only screen and (max-width: 1099px) {
  footer.enf1 .enf1-logo-cont,
  footer .enf1-webste-name,
  #footer_middle {
    left: 0;
  }
  footer .enf1-webste-name span {
    margin: 0;
  }
  footer .enf1-webste-name {
    font-size: clamp(18.5px, 1.8vw, 26px);
    line-height: clamp(25px, 3vw, 52px);
  }
  footer .enf1-webste-name span {
    font-size: clamp(28px, 3.7vw, 50px);
  }
  #district_links img {
    width: clamp(150px, 20vw, 205px);
  }
  #footer_links a {
    left: 0 !important;
  }
  #footer_links .rows-inner {
    gap: 10px 35px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  footer .enf1-webste-name {
    font-size: clamp(13px, 1.6vw, 26px);
    line-height: clamp(22px, 2.4vw, 52px);
  }
  footer .enf1-webste-name span {
    font-size: clamp(25px, 3.3vw, 50px);
  }
}

@media only screen and (max-width: 768px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    grid-template-columns: auto;
    justify-content: center;
    place-items: center;
    row-gap: 18px;
    padding: 50px 10px 35px;
    margin: 0;
    top: 0;
  }
  footer .enf1-webste-name {
    font-size: clamp(11.5px, 2.2vw, 26px);
    line-height: clamp(22px, 4.5vw, 52px);
  }
  footer .enf1-webste-name span {
    font-size: clamp(24px, 4.8vw, 50px);
  }
  footer .enf1-webste-name {
    margin: 10px auto 0;
  }
  footer.enf1 .enf1-logo-cont img {
    width: clamp(165px, 27vw, 238px);
  }
  footer.enf1 .enf1-logo-cont {
    margin: 0;
  }
  #footer_links a {
    left: 0 !important;
  }
  #footer_address h3 {
    margin: 0 0 3px 0;
  }
  #district_links {
    margin: 0;
  }
  #footer_middle {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 0;
    grid-row: 1;
  }
  #footer_links {
    margin: 0;
    gap: 5px 20px;
    justify-content: center;
  }
  #footer_address {
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: center;
    margin: 0;
  }
  #footer_links .rows-inner {
    gap: 7px 25px;
    padding: 15px 5px !important;
  }
  #footer_links a {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  #footer_address a {
    text-align: center;
  }
}

@media only screen and (max-width: 359px) {
  footer.enf1 > div.enf-main > div.enf-main-inner {
    padding: 50px 39px 35px;
  }
}

@media only screen and (min-width: 769px) {
  footer.enf1 .enf1-logo-cont a {
    position: absolute;
    top: -177px;
    left: 50%;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
    transform: translateX(-52%);
    width: 238px;
  }
}
