:root {
  --btn-width: 250px;
  --btn-height: 56px;
  --btn-font-size: 20px; }

@media screen and (max-width: 800px) {
  :root {
    --btn-height: 48px;
    --btn-font-size: 16px
    ; } }
.btn {
  height: var(--btn-height);
  font-size: var(--btn-font-size); }
  .btn.btn-light-animation {
    overflow: hidden; }
  .btn.btn-checkout-updf {
    width: var(--btn-width);
    background: linear-gradient(91deg, #fc8215 2.68%, #ffab6a 99.24%) !important;
    color: #fff;
    border: none;
    margin-left: 10px; }
  .btn.btn-download-updf {
    width: var(--btn-width);
    background: #ff4e62;
    position: relative;
    overflow: hidden;
    color: #fff; }
    .btn.btn-download-updf .icon, .btn.btn-download-updf::after {
      display: none; }

/*# sourceMappingURL=button.css.map */
