* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background: #fff;
  color: #03294f;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}

.container {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #03294f;
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.topContainer {
  flex: 1 1 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6svi 4svi 3svi;
  width: 100%;
  background: #03294f;
  color: #fff;
  clip-path: ellipse(75% 100% at 50% 0%);
}

.iconContainer {
  display: block;
  width: fit-content;
  position: relative;
}

.icon {
  width: auto;
  height: 33svi;
  max-height: 100%;
  max-width: 100%;
}

.bottomContainer {
  flex: 1 1 71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1svi 6svi 1svi;
  gap: 8svi;
}

.streetItem {
  display: flex;
  flex-direction: column;
}

.streetItemTop {
  display: flex;
  align-items: center;
  gap: 6svi;
}

.iconWrapper {
  min-width: 15.5svi;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconDirection {
  width: 15.5svi;
  height: 9.5svi;
}

.iconDirection.left {
  transform: rotate(-90deg);
}

.iconDirection.right {
  transform: rotate(90deg);
}

.iconDirection.bottom {
  transform: rotate(180deg);
}

.count {
  font-size: 25svi;
  line-height: 0.85;
  margin-top: -0.1em;
  color: #03294f;
  min-height: 25svi;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.count:empty::before {
  content: "\00a0";
}

.label {
  font-size: 10svi;
  color: #a5a5a5;
}
