body {
  margin: 0;
}

.alphabetic-nav-wrapper {
  overflow: auto;
}

.alphabetic-nav {
  background-color: black;
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
}

.alphabetic-nav__item {
  height: 40px;
  width: 40px;
  cursor: pointer;
  color: #FFFFFFb3;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-family: Dubai;
  justify-content: center;
  text-decoration: none;
}

.alphabetic-nav__item:hover {
  color: #FFFFFFb3;
  text-decoration: none;
}

.alphabetic-nav__item--active {
  color: #000000b3;
  border-radius: 50px;
  background-color: white;
}

.alphabetic-nav__item.alphabetic-nav__item--active:hover {
  color: #000000b3;
}

.service-container__item {
  background-color: #F7F7F7;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  padding: 12.5px 15px 12.5px 20px;
}

.service-container .service-container__item:first-of-type {
  margin-top: 24px;
}

.service-container .service-container__item:last-of-type {
  margin-bottom: 0;
}

.service-container__item-link {
  margin-top: 16px;
}

.service-container__item-availability {
  display: none;
}

.service-container__item:hover .service-container__item-availability {
  display: flex;
  gap: 8px;
}

.service-container__badge-image {
  height: 32px;
}

.entity-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.entity-container__item {
  height: 160px;
  flex-basis: 429px;
  flex-grow: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CDCDCD;
}

.sector-card {
  width: 429px;
  cursor: pointer;
  margin-bottom: 64px;
}

.sector-card--push-24 {
  margin-bottom: 24px;
}

.sector-card img {
  width: 429px;
  height: 260px;
}

.entity-logo {
  border: 1px solid #CDCDCD;
  width: 429px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
}

html.dark .entity-logo,
html.green-weakness .entity-logo {
  border-color: white;
}

html.red-weakness .entity-logo {
  border-color: #E1E100;
}

.entity-logo--small {
  height: 160px;
  overflow: hidden;
}

.sector-card .entity-logo img {
  width: unset;
  height: unset;
}

.service__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  background: #F7F7F7;
  font-family: Dubai;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: -0.015625rem;
  padding: 12.5px 15px 12.5px 20px;
  height: 60px;
}

html.dark .service__container,
html.green-weakness .service__container {
  border: 1px solid white;
}

html.red-weakness .service__container {
  border: 1px solid #E1E100;
}

.service__container:first-of-type {
  margin-top: 24px;
}

.service__container:last-of-type {
  margin-bottom: 16px;
}

.service__entities {
  display: none;
}

.service__container:hover .service__entities {
  display: flex;
  gap: 8px;
}

.service__entity-badge {
  width: 126px;
  height: 35px;
  border-radius: 25px;
  background-color: white;
  filter: drop-shadow(0px 3px 2px rgba(0, 0, 0, 0.1));
}

.govt__heading {
  display: flex;
  justify-content: space-between;
}

.govt__heading-logo-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #F7F7F7;
  padding: 14px 20px;
}

.govt__heading-logo-img {
  width: 213.27px;
  height: 43px;
  cursor: pointer;
}

.social__icons {
  display: none;
  top: 216px;
  left: 25px;
  position: absolute;
}

.sector-card__hover {
  display: none;
  position: absolute;
  right: 25px;
  top: 12px;
}

html.green-weakness .sector-card__hover svg path,
html.dark .sector-card__hover svg path {
  fill: white;
}

html.red-weakness .sector-card__hover svg path {
  fill: #E1E100;
}

.sector-card:hover .sector-card__hover,
.sector-card:hover .social__icons {
  display: block;
}


.social__icons a:hover {
  text-decoration: none;
}

.social__icons div {
  display: flex;
  gap: 10px;
  justify-content: start;
}

@media screen and (max-width: 768px) {
  .entity-logo {
    width: 90vw;
    height: 180px;
  }
  .entity-logo img {
    max-width: 90vw;
  }
}
