@font-face {
  font-family: "Monti Reg";
  src: url("../fonts/MontiRom.ttf") format("truetype");
}
html, body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

hr {
  height: 2px !important;
  opacity: 1;
  background-color: #E77500;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05rem;
  font-weight: bold;
  display: table;
}
a.default {
  color: #000;
  border-bottom: 2px solid #E77500;
  margin-bottom: 20px;
}
a.condensed {
  margin-bottom: 5px;
}
a.inverted {
  color: #fff;
  border-bottom: 2px solid #E77500;
  margin-bottom: 15px;
}
a.inverted.clean {
  border-bottom: none;
  margin: 0;
  display: inline-block;
}

@font-face {
  font-family: "Monti Reg";
  src: url("../fonts/MontiRom.ttf") format("truetype");
}
html, body {
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
}

hr {
  height: 2px !important;
  opacity: 1;
  background-color: #E77500;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.05rem;
  font-weight: bold;
  display: table;
}
a.default {
  color: #000;
  border-bottom: 2px solid #E77500;
  margin-bottom: 20px;
}
a.condensed {
  margin-bottom: 5px;
}
a.inverted {
  color: #fff;
  border-bottom: 2px solid #E77500;
  margin-bottom: 15px;
}
a.inverted.clean {
  border-bottom: none;
  margin: 0;
  display: inline-block;
}

button {
  text-transform: uppercase;
  text-align: center;
  padding: 10px 50px 10px 30px;
  position: relative;
  border: none;
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 0.05rem;
}
button.default {
  background-color: #000;
  color: #fff;
  margin-bottom: 20px;
}
button.default::after {
  background-image: url("../images/rightOrangeArrow.svg");
}
button.default.plus::after {
  background-image: url("../images/orangePlus.svg");
  height: 20px;
}
button.secondary {
  background-color: #E77500;
  color: #fff;
  width: auto;
  white-space: nowrap;
}
button.secondary::after {
  background-image: url("../images/rightWhiteArrow.svg");
}
@media screen and (max-width: 767px) {
  button.secondary {
    width: 100%;
  }
}
button:hover {
  cursor: pointer;
}
button:hover::after {
  transform: translate(6px, -50%);
  text-decoration: underline;
}
button::after {
  content: " ";
  position: absolute;
  top: 50%;
  height: 28px;
  transform: translateY(-50%);
  right: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
  transition: 0.35s all;
}
@media screen and (max-width: 767px) {
  button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  button {
    width: auto;
  }
}

.text-right {
  text-align: right;
}

.tracked {
  color: #E77500;
}

.posrel {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.overflowHide {
  overflow: hidden;
}

.marT30, .MarT30, .mart30 {
  margin-top: 30px;
}

.marT40, .MarT40, .mart40 {
  margin-top: 40px;
}

.marT50, .MarT50, .mart50 {
  margin-top: 50px;
}

.marT60, .MarT60, .mart60 {
  margin-top: 60px;
}

.marT80, .MarT80, .mart80 {
  margin-top: 80px;
}

.marT150, .MarT150, .mart150 {
  margin-top: 150px;
}

.marB40, .MarB40, .marb40 {
  margin-bottom: 40px;
}

.marB60, .MarB60, .marb60 {
  margin-bottom: 60px;
}

.marB80, .MarB80, .marb80 {
  margin-bottom: 80px;
}

.marB150, .MarB150, .marb150 {
  margin-bottom: 150px;
}

.float-left {
  float: left;
}

.inline {
  display: inline-block;
  margin-right: 20px;
}

.halfWidth {
  width: 50% !important;
}

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