/* BUTTONS */
.sePage .sePageLayout .sePageMain .btn:not(.btn-link),
.sePage .sePageLayout .sePageMain .btn-primary,
.sePage .sePageLayout .sePageMain a.btn.btn-primary {
 margin-bottom: 0;
 border-radius: 0;
 padding: 4px 35px;
 font-size: 16px;
 font-family: roboto;
 text-align: center;
 text-decoration: none;
 white-space: normal;
 cursor: pointer;
 background: #87743D!important;
 background: -moz-linear-gradient(left, #87743D 25%, #A78D4E 100%) !important;
 background: -webkit-linear-gradient(
 left,
 #87743D 25%,
 #A78D4E 100%
 ) !important;
 background: linear-gradient(to right, #87743D 25%, #A78D4E 100%) !important;
 color: #fff !important;
 font-weight: 700;
 border: unset;
 position: relative;
 line-height: 35px;
 transition: all 0.2s ease;
 text-transform: uppercase;
 letter-spacing: 0.1rem;
 touch-action: manipulation;
}