/* reset */

* {
  font-family: Arial, Helvetica, sans-serif;
}

html,
body,
object,
img {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  cursor: pointer;
}

#content {
  overflow: hidden;
}

div,
svg,
img,
#hero_f1,
#hero_f2,
#hero_f3,
#wrap,
#border rect {
  top: 0;
  left: 0;
  width: 728px;
  height: 90px;
  position: absolute;
  overflow: hidden;
}

#border {
  fill: none;
  stroke-width: 1;
  stroke: #1A1A1A;
}

#wrap{
width: 317.24px;
height: 82.5px;
border-radius: 21.8px 21.8px 0px 0px ;
top: 7.12px;
left: 404px;
background-color: red;
}

#hero_f1,#hero_f2 {
  top: -7.12px;
  left: -404px;
}
