@charset "utf-8";

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#CONT .box .btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#CONT .box .btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.7rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #DD0000;
  border-radius: 1rem;
margin-top: 10px;
margin-bottom: 10px;
}

#CONT .box .btn--orange,
#CONT .box a.btn--orange {
  color: #fff;
  background-color: #ff0000;
}

#CONT .box .btn--orange:hover,
#CONT .box a.btn--orange:hover {
  color: #fff;
  background: #cc0000;
}

#CONT .box .fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

