body {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/clients/bg2.png);
  background-repeat: no-repeat;
  background-position: center 220px;
}

div.countries {
  position: relative;
  min-height: 350px;
}
div.countries > span {
  color: #fff;
  text-transform: uppercase;
  position: absolute;
  font-weight: 700;
  font-size: 11px;
}
div.countries > span.in {
  top: 188px;
  left: 690px;
}
div.countries > span.th {
  top: 142px;
  left: 722px;
}
div.countries > span.id {
  top: 283px;
  left: 811px;
}
div.countries > span.sg {
  top: 256px;
  left: 684px;
}
div.countries > span.ph {
  top: 190px;
  left: 843px;
}
div.countries > span.kw {
  top: 171px;
  left: 529px;
}
div.countries > span.Db {
  top: 139px;
  left: 615px;
}
div.countries > span.me {
  top: 170px;
  left: 190px;
}
div.countries > span.cz {
  top: 102px;
  left: 479px;
}
div.countries > span.Au {
  top: 369px;
  left: 779px;
}
div.countries > span.nz {
  top: 354px;
  left: 889px;
}
div.business-segment {
  background-color: rgba(253, 253, 253, 0.8);
}

fieldset {
  background-color: rgba(253, 253, 253, 0.8);
}

div.business-segment legend, fieldset legend {
  width: auto;
}

div.business-segment legend i, fieldset legend i {
  background-image: url(https://dealpos-media.b-cdn.net/umbraco/clients/icon.png);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  display: inline-block;
}

div.business-segment legend i.retail, fieldset legend i.retail {
  top: -14px;
  left: 21px;
}

div.business-segment legend i.fnb, fieldset legend i.fnb {
  background-position: 0 -145px;
}

div.business-segment legend i.service, fieldset legend i.service {
  background-position: 0 -214px;
}

div.business-segment legend i.electronic, fieldset legend i.electronic {
  background-position: 0 -73px;
}

div.business-segment img, fieldset img {
  background: #fff;
  box-shadow: 0 0 0 6px #fff, 2px 2px 13px #000;
}

div.business-segment a, fieldset a {
  font-size: 1.5rem;
}

@media (max-width: 575.98px) {
  body {
    background-image: none;
  }
  main div.countries {
    display: none;
  }
}/*# sourceMappingURL=clients.css.map */