/* Falcon swarm with shadow*/
.falcon-swarm {
  align-items: center;
  background-color: #f4f6f8;
  box-shadow: 0 0 3px rgba(0,0,0,0.6);
  display: flex;
  height: 86.6px;
  justify-content: center;
  margin: 43.3px 0;
  position: relative;
  width: 150px;
}
.falcon-swarm__shadow {
  background: inherit;
  display: block;
  height: 86.6025px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 150px;
  z-index: 2;
}
.falcon-swarm:before,
.falcon-swarm:after {
  background-color: inherit;
  content: "";
  height: 106.07px;
  left: 21.967px;
  position: absolute;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  width: 106.07px;
  z-index: 1;
}
.falcon-swarm:before {
  top: -53.033px;
}
.falcon-swarm:after {
  bottom: -53.033px;
  box-shadow: 0 0 20px rgba(0,0,0,0.6);
}
/* Falcon swarm bordered styles */
.falcon-swarm_bordered {
  background-size: auto 133.9453px;
  background-position: center;
  background-repeat: no-repeat;
  border-left: solid 5px #ffcb12;
  border-right: solid 5px #ffcb12;
  height: 74.06px;
  margin: 10px;
  position: relative;
  width: 120px;
  z-index: 3;
}
.falcon-swarm_bordered:after {
  background: inherit;
  content: "";
  height: 66.9726px;
  left: 0;
  position: absolute;
  top: 3.0515px;
  width: 120px;
  z-index: 3;
}
.falcon-swarm_bordered_top,
.falcon-swarm_bordered_bottom {
  background: inherit;
  position: absolute;
  z-index: 3;
  width: 85.09px;
  height: 84.94px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  left: 14.2px;
}
.falcon-swarm_bordered_top:after,
.falcon-swarm_bordered_bottom:after {
  background: inherit;
  content: "";
  height: 65.9726312259966px;
  position: absolute;
  -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-33.4863px);
  -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-33.4863px);
  transform: rotate(45deg) scaleY(1.7321) translateY(-33.4863px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 120px;
}
.falcon-swarm_bordered_top {
  top: -45.9519px;
  border-top: solid 6.8995px #ffcb12;
  border-right: solid 6.8995px #ffcb12;
}
.falcon-swarm_bordered_top:after {
  background-position: center top;
}
.falcon-swarm_bordered_bottom {
  bottom: -45.9519px;
  border-bottom: solid 6.8995px #ffcb12;
  border-left: solid 6.8995px #ffcb12;
}
.falcon-swarm_bordered_bottom:after {
  background-position: center bottom;
}
