@charset "UTF-8";
.bttn {
  display: inline-block;
  height: 2.4em;
  border: solid 2px;
  border-radius: 1.3em;
  padding: 0 1.5em;
  line-height: 2.1em;
  text-align: center;
  transition: background-color 0.4s ease, color 0.4s ease;
}

.bttn-white {
  color: white;
  border-color: white;
}
.bttn-white:hover {
  color: white;
  background: rgba(255, 255, 255, 0.375);
}

.bttn-black {
  color: black;
  border-color: black;
}
.bttn-black:hover {
  color: #bb373c;
  background: rgba(47, 47, 47, 0.375);
}

.bttn-red {
  color: #bb373c;
  border-color: #bb373c;
}
.bttn-red:hover {
  color: white;
  background: rgba(187, 55, 60, 0.375);
}

.arrow {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 17%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  font-size: 3em;
  border-radius: 50%;
  background: no-repeat center url("img/icons/arrow.png");
  background-size: contain;
  box-shadow: #bb373c 0 0 0;
  transition: all 0.3s ease;
}
.arrow:hover {
  font-size: 3.5em;
  bottom: 16.5%;
  box-shadow: #bb373c 0 0 30px;
}

::selection {
  color: white;
  background: #bb373c;
}

#main #main-top {
  position: relative;
  display: table;
  width: 100%;
  color: white;
  padding: 5em 0 7em;
  z-index: 2;
  background: url("img/bgTop.png") no-repeat center;
  background-size: 100% 100%;
}
#main #main-top h1 {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
  line-height: 1.6em;
}
#main #main-top p {
  max-width: 27em;
  margin: 1.5em 0;
  font-size: 1.1em;
  line-height: 1.5em;
}
#main #main-top > div {
  display: table-cell;
  width: 50%;
}
#main #main-top > div:first-of-type {
  padding: 5em 0 15em 10vw;
}
#main #main-top > div:last-of-type {
  background: url("img/robotIcons.png") no-repeat 10% center;
  background-size: contain;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #main #main-top h1 {
    font-size: 1.6em;
  }
  #main #main-top p {
    font-size: 1em;
  }
  #main #main-top > div {
    display: table-cell;
    width: 50%;
  }
  #main #main-top > div:first-of-type {
    padding: 5em 0 15em 5vw;
  }
  #main #main-top > div:last-of-type {
    background: url("img/robotIcons.png") no-repeat 10% center;
    background-size: contain;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #main #main-top {
    padding: 5em 0 7em;
    background-size: 150% 100%;
  }
  #main #main-top h1 {
    font-size: 2em;
  }
  #main #main-top p {
    max-width: 27em;
    margin: 1.5em 0;
    font-size: 1.1em;
    line-height: 1.5em;
  }
  #main #main-top > div {
    display: block;
    width: 100%;
  }
  #main #main-top > div:first-of-type {
    padding: 0 7vw;
  }
  #main #main-top > div:last-of-type {
    padding: 0 7vw 20em;
    background-position: center right;
    background-size: contain;
  }
  #main #main-top .arrow {
    display: none;
  }
}
#main #main-why {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: -50vh;
  padding-top: 50vh;
  overflow: hidden;
}
#main #main-why > section {
  display: block;
  position: relative;
  overflow: hidden;
}
#main #main-why > section:first-of-type {
  z-index: 1;
  width: 200%;
  height: 200%;
  margin-left: -50%;
  margin-top: -50vh;
  padding-top: 50vh;
  box-shadow: black 0 10px 20px -15px;
  transform: rotate(-10deg);
  background: white;
}
#main #main-why > section:first-of-type > div {
  width: 50%;
  margin: 0 25%;
  transform: rotate(10deg);
}
#main #main-why > section:last-of-type {
  padding-bottom: 3em;
}
#main #main-why > section > div > div {
  display: block;
  max-width: 80em;
  margin: 0 auto;
}
#main #main-why > section > div > div > div {
  display: inline-block;
  width: 50%;
}
#main #main-why > section > div > div > div.main-whyText h2 {
  font-weight: normal;
  color: #bb373c;
}
#main #main-why > section > div > div > div.main-whyText .main-whyIcons .main-whyIcon {
  display: inline-block;
  width: 50%;
  height: 17.5em;
  vertical-align: top;
}
#main #main-why > section > div > div > div.main-whyText .main-whyIcons .main-whyIcon p {
  max-width: 10em;
  margin: 0 auto;
  color: #bb373c;
}
#main #main-why > section > div > div > div.main-whyText .main-whyIcons .main-whyIcon:first-of-type p, #main #main-why > section > div > div > div.main-whyText .main-whyIcons .main-whyIcon:last-of-type p {
  color: black;
}
#main #main-why > section > div > div > div.main-whyPic {
  position: relative;
  height: 40em;
  padding: 15% 10%;
  vertical-align: bottom;
}
#main #main-why > section > div > div > div.main-whyPic img {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #main #main-why {
    margin-top: 0;
    padding: 1em 3vw;
  }
  #main #main-why > section:first-of-type {
    margin-top: 0;
    padding-top: 0;
  }
  #main #main-why > section > div > div > div {
    display: block;
    width: 100%;
  }
  #main #main-why > section > div > div > div.main-whyPic {
    padding: 4vh 10%;
    height: auto;
  }
}
#main #main-where {
  margin: 0;
  border-top: solid #ccc;
  text-align: center;
}
#main #main-where h1 {
  margin: 0;
  padding: 1em;
  font-size: 2em;
  color: black;
}
#main #main-where div {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 75em;
  padding: 10em 1em 0;
  transition: background-color 0.6s ease;
}
#main #main-where div:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 75em;
  background: no-repeat center;
  background-size: cover;
  z-index: -1;
}
#main #main-where div h2 {
  margin: 0 0 1em;
  font-size: 1.8em;
  color: white;
}
#main #main-where div a {
  width: 10em;
}
#main #main-where div:first-of-type {
  background: rgba(0, 0, 0, 0.75);
}
#main #main-where div:first-of-type:hover {
  background: rgba(0, 0, 0, 0.5);
}
#main #main-where div:first-of-type:after {
  background-image: url("img/whereBusiness.jpg");
}
#main #main-where div:last-of-type {
  background: rgba(187, 55, 60, 0.75);
}
#main #main-where div:last-of-type:hover {
  background: rgba(187, 55, 60, 0.5);
}
#main #main-where div:last-of-type:after {
  background-image: url("img/whereMuni.jpg");
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #main #main-where h1 {
    font-size: 7vw;
  }
  #main #main-where div {
    width: 100%;
  }
  #main #main-where div:first-of-type {
    height: 25em;
  }
  #main #main-where div:last-of-type {
    height: 75em;
  }
}
#main #main-intg {
  position: relative;
  display: table;
  width: 100%;
  margin-top: -50em;
  padding-top: 7em;
  overflow: hidden;
  background: no-repeat center url("img/bgBot.png");
  background-size: 100% 100%;
}
#main #main-intg > div {
  display: table-cell;
  position: relative;
  z-index: 1;
  width: 70%;
  padding: 12.5em 10% 5em;
  color: white;
}
#main #main-intg > div h1 {
  margin: 1em 0;
  font-size: 2em;
  font-weight: normal;
}
#main #main-intg > div p {
  line-height: 1.4em;
  font-style: italic;
}
#main #main-intg > div > p {
  margin-bottom: 3em;
  font-size: 1.1em;
}
#main #main-intg > div #main-intgLineCover {
  position: relative;
  width: 100%;
  z-index: 1;
}
#main #main-intg > div #main-intgLineCover #main-intgLine {
  position: absolute;
  background: #2f2f2f;
  width: 300vw;
  height: 7em;
  top: 0;
  left: -100vw;
  z-index: -1;
}
#main #main-intg > div #main-intgLineCover #main-intgLineSocials {
  text-align: center;
}
#main #main-intg > div #main-intgLineCover #main-intgLineSocials img {
  display: inline-block;
  height: 5em;
  margin: 1em 0.5em;
}
#main #main-intg > div > section {
  margin: 7em -10% 0;
}
#main #main-intg > div > section > div {
  display: inline-block;
  width: 50%;
  height: 6em;
  border: solid white 0;
  font-size: 1.2em;
}
#main #main-intg > div > section > div p {
  padding: 0 1em 2em;
}
#main #main-intg > div > section > div:first-of-type {
  border-left-width: 2px;
}
#main #main-intg > div > section > div:last-of-type {
  border-right-width: 2px;
  text-align: right;
}
#main #main-intg > div > section > div a {
  margin: 0 -2px;
}
#main #main-intg #main-intgPreview {
  display: table-cell;
  position: relative;
  z-index: 2;
  background: url("img/robotMobile.png") no-repeat center left;
  background-size: contain;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #main #main-intg {
    background-size: 125% 100%;
  }
  #main #main-intg > div #main-intgLineCover {
    font-size: 0.64em;
  }
  #main #main-intg > div > section > div {
    font-size: 1em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #main #main-intg {
    background-size: 400% 100%;
  }
  #main #main-intg > div {
    width: 100%;
    padding: 5em 10% 0;
  }
  #main #main-intg > div h1 {
    font-size: 1.8em;
  }
  #main #main-intg > div > p {
    font-size: 1em;
  }
  #main #main-intg > div #main-intgLineCover {
    font-size: 2vw;
  }
  #main #main-intg > div > section {
    margin: 0;
  }
  #main #main-intg > div > section > div {
    display: block;
    margin: 4em 0;
    width: 100%;
    height: 6em;
    font-size: 1.1em;
  }
  #main #main-intg #main-intgPreview {
    display: table-cell;
    position: relative;
    z-index: 2;
    background: url("img/robotMobile.png") no-repeat center left;
    background-size: contain;
  }
}

#buss #buss-top {
  position: relative;
  z-index: 2;
  width: 100%;
  color: white;
  padding: 5em 0 4em;
  background: url("img/bgTop.png") no-repeat center;
  background-size: 140% 100%;
}
#buss #buss-top h1 {
  display: block;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}
#buss #buss-top > div {
  display: table;
  max-width: 100em;
  width: 100%;
  margin: 0 auto;
}
#buss #buss-top > div > div {
  display: table-cell;
  width: 70%;
}
#buss #buss-top > div > div > div {
  padding: 0 0 5em 10%;
}
#buss #buss-top > div > div > div p {
  display: table;
  font-size: 1.1em;
}
#buss #buss-top > div > div > div p span {
  display: table-cell;
  margin: 0.5em 0;
  height: 4em;
  vertical-align: middle;
}
#buss #buss-top > div > div > div p img {
  vertical-align: middle;
  height: 4em;
}
#buss #buss-top > div > section {
  position: relative;
  display: table-cell;
  width: 30%;
  background: url("img/iphone.png") no-repeat center left;
  background-size: contain;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buss #buss-top {
    padding: 5em 0 4em;
    background-size: 250% 100%;
  }
  #buss #buss-top h1 {
    font-size: 1.8em;
  }
  #buss #buss-top > div {
    display: block;
    max-width: unset;
  }
  #buss #buss-top > div > div {
    display: block;
    width: 100%;
  }
  #buss #buss-top > div > div > div {
    padding: 0 1em 5em;
  }
  #buss #buss-top > div > div > div p {
    display: block;
    font-size: 1em;
  }
  #buss #buss-top > div > div > div p img {
    display: block;
    margin: 0 auto;
    height: 6em;
  }
  #buss #buss-top > div > div > div p span {
    display: block;
    margin: 0.5em 0;
    height: auto;
    text-align: center;
  }
  #buss #buss-top > div > section {
    display: block;
    width: 100%;
    height: 30em;
    background-position: center center;
  }
}
#buss #buss-puzle {
  padding-bottom: 3em;
}
#buss #buss-puzle h1 {
  font-size: 2em;
  font-weight: normal;
  text-align: center;
}
#buss #buss-puzle > span {
  display: block;
  text-align: center;
  font-size: 1.4em;
}
#buss #buss-puzle > span > span {
  padding: 0 2em;
}
#buss #buss-puzle > span a.bttn.bttn-red {
  width: 11em;
}
#buss #buss-puzle > span a.bttn.bttn-black:hover {
  color: white;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #buss #buss-puzle h1 {
    font-size: 1.9em;
  }
  #buss #buss-puzle > span {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buss #buss-puzle > span {
    font-size: 1.1em;
  }
  #buss #buss-puzle > span > span {
    display: block;
    padding: 0.5em 2em;
  }
}

#build #build-top {
  display: table;
  position: relative;
  z-index: 2;
  width: 100%;
  color: white;
  padding: 5em 5em 15em 0;
  background: url("img/bgTop.png") no-repeat center;
  background-size: 140% 100%;
}
#build #build-top > div {
  position: relative;
  display: table-cell;
  width: 50%;
}
#build #build-top > div:first-of-type {
  padding-left: 10%;
}
#build #build-top > div > div {
  position: relative;
  max-width: 18em;
}
#build #build-top > div > div h1 {
  font-size: 2em;
}
#build #build-top > div > div p {
  font-size: 1.1em;
  font-style: italic;
}
#build #build-top > div > div p:last-of-type {
  margin: 10em 0 1em;
}
#build #build-top > div > div .arrow {
  left: 1.6em;
  bottom: -1.5em;
}
#build #build-top > div > div .arrow:hover {
  left: 1.374em;
  bottom: -1.4em;
}
#build #build-top > div:last-of-type {
  background: url("http://via.placeholder.com/400x320") no-repeat center left;
  background-size: contain;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #build #build-top {
    display: block;
    padding: 5em 1em 7em;
    background-size: 200% 100%;
    text-align: center;
  }
  #build #build-top > div {
    display: block;
    width: 100%;
  }
  #build #build-top > div:first-of-type {
    padding: 0;
  }
  #build #build-top > div:first-of-type > div {
    max-width: unset;
  }
  #build #build-top > div:first-of-type > div p {
    margin: 1em 0 3em;
  }
  #build #build-top > div:first-of-type > div .arrow {
    left: 50%;
  }
  #build #build-top > div:last-of-type {
    display: none;
  }
}
#build #build-icons {
  display: table;
  width: 100%;
  padding-bottom: 3em;
  box-shadow: black 0 10px 20px -15px;
}
#build #build-icons > div {
  display: table-cell;
  width: 33.33%;
  padding-bottom: 2em;
  vertical-align: top;
}
#build #build-icons > div > div.build-icon {
  display: block;
  width: 15em;
  height: 15em;
  margin: 0 auto 2em;
  padding: 5em;
  border-radius: 50%;
  border: solid #bb373c 0.5em;
  transition: padding 0.4s ease;
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.2);
}
#build #build-icons > div > div.build-icon:hover {
  padding: 4.5em;
}
#build #build-icons > div > div.build-icon > div {
  background: no-repeat center;
  background-size: contain;
  width: 100%;
  height: 100%;
}
#build #build-icons > div:nth-of-type(2) {
  border: solid #ccc 0;
  border-left-width: 1px;
  border-right-width: 1px;
}
#build #build-icons > div h3 {
  margin: 0;
  font-size: 1.4em;
  text-align: center;
}
#build #build-icons > div h3:first-of-type {
  color: #bb373c;
  font-weight: bold;
}
#build #build-icons > div h3:last-of-type {
  font-weight: normal;
  margin-bottom: 3em;
}
#build #build-icons > div > div.build-extend {
  position: relative;
  width: 90%;
  margin: 0 auto 1em;
  padding-top: 0.7em;
  border-radius: 0.4em;
  font-size: 0.9em;
  background: #bb373c;
  color: white;
}
#build #build-icons > div > div.build-extend:before {
  font-size: 2em;
  position: absolute;
  display: block;
  content: "";
  font-family: FontAwesome;
  top: 0.13em;
  right: 0.65em;
  width: 0.5em;
  height: 0.5em;
  transition: all 0.6s ease;
}
#build #build-icons > div > div.build-extend h1 {
  margin: 0 0.9em 0.7em;
  padding: 0 2em 0 0.5em;
  border-left: solid white 1px;
  font-size: 1em;
}
#build #build-icons > div > div.build-extend > div {
  box-sizing: content-box;
  display: block;
  padding: 0 1em;
  overflow: hidden;
  background: #472a46;
  border-bottom-left-radius: 0.4em;
  border-bottom-right-radius: 0.4em;
  transition: all 0.6s ease;
}
#build #build-icons > div > div.build-extend > div p {
  margin: 0;
  font-size: 1em;
}
#build #build-icons > div > div.build-extend.build-extended:before {
  top: 0.6em;
  transform: rotate(180deg);
}
#build #build-icons > div > div.build-extend.build-extended > div {
  height: auto;
  padding: 0.7em 1em;
}
#build #build-icons > div > div.build-extend:not(.build-extended) > div {
  height: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #build #build-icons {
    display: block;
  }
  #build #build-icons > div {
    display: block;
    width: 100%;
  }
  #build #build-icons > div:nth-of-type(2) {
    padding-top: 2em;
    margin-bottom: 2em;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
}
#build #build-solve {
  width: 100%;
  text-align: center;
}
#build #build-solve h1 {
  margin: 0.5em;
  font-size: 2em;
  font-weight: normal;
}
#build #build-solve > div {
  display: table;
}
#build #build-solve > div > div {
  display: table-cell;
  width: 25%;
  padding: 2em;
  color: white;
}
#build #build-solve > div > div:nth-of-type(1) {
  background: #bb373c;
}
#build #build-solve > div > div:nth-of-type(2) {
  background: #393939;
}
#build #build-solve > div > div:nth-of-type(3) {
  background: #472a46;
}
#build #build-solve > div > div:nth-of-type(4) {
  background: #bb373c;
}
#build #build-solve > div > div h1 {
  margin: 0.5em 0;
  font-size: 1.7em;
}
#build #build-solve > div > div span {
  display: block;
  width: 33%;
  height: 0.3em;
  margin: 0 auto 3em;
  background: white;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #build #build-solve > div {
    display: flex;
    flex-wrap: wrap;
  }
  #build #build-solve > div > div {
    display: block;
    width: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #build #build-solve h1 {
    font-size: 1.7em;
  }
  #build #build-solve > div {
    display: block;
  }
  #build #build-solve > div > div {
    display: block;
    width: 100%;
  }
}
#build #build-qoute {
  width: 100%;
  padding: 5% 5em;
  background: #2f2f2f;
}
#build #build-qoute > div {
  width: 90%;
  max-width: 100em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#build #build-qoute > div > div:first-of-type {
  width: 70%;
  padding: 0 3em;
}
#build #build-qoute > div > div:first-of-type p {
  margin: 1em;
  font-size: 2em;
  text-align: center;
  color: white;
}
#build #build-qoute > div > div:first-of-type span {
  display: block;
  margin: 1em 0;
  font-size: 2em;
  text-align: right;
  color: #bb373c;
}
#build #build-qoute > div > div:last-of-type {
  width: 30%;
}
#build #build-qoute > div > div:last-of-type > img {
  border-radius: 50%;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (min-width: 767px) and (max-width: 1199px) {
  #build #build-qoute {
    font-size: 1vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #build #build-qoute {
    padding: 2em;
    font-size: 3vw;
  }
  #build #build-qoute > div {
    width: 100%;
    flex-wrap: wrap;
  }
  #build #build-qoute > div > div:first-of-type {
    width: 100%;
  }
  #build #build-qoute > div > div:last-of-type {
    width: 50%;
    margin: 0 auto;
  }
}

#cont #cont-form {
  width: 90%;
  max-width: 85em;
  margin: 0 auto;
}
#cont #cont-form > h1 {
  margin: 0 0 1.2em;
  font-size: 1.6em;
  color: #bb373c;
}
#cont #cont-form form > div {
  display: inline-block;
  width: 50%;
  font-size: 1em;
  vertical-align: top;
}
#cont #cont-form form > div:first-of-type {
  padding-right: 1em;
}
#cont #cont-form form > div:last-of-type {
  padding-left: 1em;
}
#cont #cont-form form > div > span {
  display: block;
  margin: 0.5em 0 0.1em;
}
#cont #cont-form form > div input, #cont #cont-form form > div textarea {
  width: 100%;
  margin: 0 0 0.5em;
  padding: 0.6em 0.8em;
  border: solid #ccc 1px;
  border-radius: 0.2em;
  font-family: inherit;
}
#cont #cont-form form > div input:hover, #cont #cont-form form > div input:active, #cont #cont-form form > div input:focus, #cont #cont-form form > div textarea:hover, #cont #cont-form form > div textarea:active, #cont #cont-form form > div textarea:focus {
  color: #bb373c;
  border-color: #bb373c;
}
#cont #cont-form form > div textarea {
  height: 11em;
  resize: vertical;
}
#cont #cont-form form > div input[type=submit] {
  text-align: center;
  color: white;
  background: #2f2f2f;
}
#cont #cont-form form > div input[type=submit]:hover {
  color: black;
  background: rgba(0, 0, 0, 0.2);
}
#cont #cont-form form > div > div.cont-extend {
  position: relative;
  margin: 0 auto 1em;
  padding-top: 0.7em;
  border-radius: 0.2em;
  font-size: 0.8em;
  background: #bb373c;
  color: white;
}
#cont #cont-form form > div > div.cont-extend:before {
  font-size: 2em;
  position: absolute;
  display: block;
  content: "";
  font-family: FontAwesome;
  top: 0.13em;
  right: 0.65em;
  width: 0.5em;
  height: 0.5em;
  transition: all 0.6s ease;
}
#cont #cont-form form > div > div.cont-extend h1 {
  margin: 0 0.9em 0.7em;
  padding: 0 2em 0 0;
  font-size: 1em;
}
#cont #cont-form form > div > div.cont-extend > div {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  border-bottom-left-radius: 0.2em;
  border-bottom-right-radius: 0.2em;
  background: #472a46;
  transition: all 0.6s ease;
}
#cont #cont-form form > div > div.cont-extend > div p {
  margin: 0;
  padding: 0 1em;
  font-size: 1em;
  display: block;
  background: transparent;
  transition: all 0.6s ease;
}
#cont #cont-form form > div > div.cont-extend > div p:not(:first-of-type) {
  margin-top: -5px;
}
#cont #cont-form form > div > div.cont-extend > div p:hover {
  background: #331f32;
}
#cont #cont-form form > div > div.cont-extend.cont-extended:before {
  top: 0.6em;
  transform: rotate(180deg);
}
#cont #cont-form form > div > div.cont-extend.cont-extended > div {
  height: auto;
}
#cont #cont-form form > div > div.cont-extend.cont-extended > div p {
  padding: 0.7em 1em;
}
#cont #cont-form form > div > div.cont-extend:not(.cont-extended) > div {
  height: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #cont #cont-form form > div {
    width: 100%;
    padding: 0 !important;
  }
}

/*# sourceMappingURL=styleSass.css.map */
