/*---------------------------------
-----  dimension variables --------
----------------------------------*/
/*------  standard elements padding & margin  -------*/
/**
**  Official Font sizes
------------------------------- */
.ux-w-empty {
  overflow: hidden;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ux-w-empty__background {
  position: absolute;
  font-size: 500px;
  top: 10px;
  left: 50px;
  opacity: 0.04;
}
.ux-w-empty__background [fill] {
  fill: #131313;
}
.ux-w-empty__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 600px;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ux-w-empty__icon {
  font-size: 120px;
}
.ux-w-empty__text {
  font-family: "Frutiger-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  line-height: 1.375em;
  margin-top: 5px;
  padding: 0 10px;
}
.ux-w-empty__text strong {
  font-family: "Frutiger-Bold", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.ux-w-empty__text-content {
  font-size: 18px;
}
.ux-w-empty__text-content p {
  color: #727272;
  font-size: 16px;
  line-height: 1.375em;
  margin-top: 16px;
}
.ux-w-empty__link {
  margin-top: 20px;
}