/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/* TYPOGRAPHY */
/* Google Fonts */
.btn {
  font-size: 1rem;
  line-height: 1.5rem;
  text-decoration: none !important;
  border: unset;
}
@media (max-width: 90rem) {
  .btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 64rem) {
  .btn {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
.btn.btn-with-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  border: unset;
}
.btn.btn-with-icon::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: #1A1C1E;
  -webkit-mask-image: url("../images/icons/arrow-up-right.svg");
          mask-image: url("../images/icons/arrow-up-right.svg");
  -webkit-mask-size: 20px;
          mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 0.15s ease-in-out;
}
.btn.btn-with-icon.icon-xxl, .btn.btn-with-icon.icon-xl, .btn.btn-with-icon.icon-lg {
  padding: 1.5rem;
  font-size: 0;
  gap: 0;
}
.btn.btn-with-icon.icon-xxl::before, .btn.btn-with-icon.icon-xl::before, .btn.btn-with-icon.icon-lg::before {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}
.btn.btn-with-icon.icon-xl {
  padding: 1.25rem;
}
.btn.btn-with-icon.icon-lg {
  padding: 1rem;
}
.btn.btn-with-icon.icon-base {
  font-size: 0;
  gap: 0;
}
.btn.btn-with-icon.icon-base::before {
  width: 20px;
  height: 20px;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}
.btn.btn-with-icon.icon-sm, .btn.btn-with-icon.icon-xs {
  padding: 0.75rem;
  font-size: 0;
  gap: 0;
}
.btn.btn-with-icon.icon-sm::before, .btn.btn-with-icon.icon-xs::before {
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.btn.btn-with-icon.icon-xs {
  padding: 0.5rem;
}
@media (min-width: 48.0625rem) {
  .btn.btn-with-icon.icon-md-xxl {
    padding: 1.5rem;
  }
  .btn.btn-with-icon.icon-md-xxl::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px;
            mask-size: 24px;
  }
}
@media (min-width: 62.0625rem) {
  .btn.btn-with-icon.icon-lg-sm {
    padding: 1rem;
  }
  .btn.btn-with-icon.icon-lg-sm::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px;
            mask-size: 24px;
  }
}
@media (min-width: 75.0625rem) {
  .btn.btn-with-icon.icon-xxl-sm {
    padding: 1.5rem;
  }
  .btn.btn-with-icon.icon-xxl-sm::before {
    width: 24px;
    height: 24px;
    -webkit-mask-size: 24px;
            mask-size: 24px;
  }
}
.btn.btn-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
  gap: 0.625rem;
}
@media (max-width: 90rem) {
  .btn.btn-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 64rem) {
  .btn.btn-lg {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.btn.btn-lg::before {
  width: 24px;
  height: 24px;
  -webkit-mask-size: 24px;
          mask-size: 24px;
}
.btn.btn-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 0.75rem;
  padding: 0.625rem 1.25rem;
  gap: 0.375rem;
}
@media (max-width: 90rem) {
  .btn.btn-sm {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
}
@media (max-width: 36rem) {
  .btn.btn-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
.btn.btn-sm::before {
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.btn.btn-xs {
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 0.625rem;
  padding: 0.5rem 1rem;
  gap: 0.25rem;
}
@media (max-width: 90rem) {
  .btn.btn-xs {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }
}
@media (max-width: 36rem) {
  .btn.btn-xs {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }
}
.btn.btn-xs::before {
  width: 16px;
  height: 16px;
  -webkit-mask-size: 16px;
          mask-size: 16px;
}
.btn.btn-primary, .btn.btn-secondary {
  color: #1A1C1E;
}
.btn.btn-primary:hover, .btn.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #A44F17;
}
.btn.btn-primary:hover::before, .btn.btn-secondary:hover::before {
  background-color: #FFFFFF;
}
.btn.btn-white {
  padding: 1.25rem 1.5rem;
  font-size: 1.375rem;
  line-height: 2rem;
  gap: 1.5rem;
}
@media (max-width: 90rem) {
  .btn.btn-white {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (max-width: 75rem) {
  .btn.btn-white {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 36rem) {
  .btn.btn-white {
    font-size: 0.9375rem;
    line-height: 1.375rem;
  }
}
.btn.btn-white:before {
  background-color: #F2D793;
  background-image: url("../images/icons/arrow-up-right.svg");
  -webkit-mask-image: none;
          mask-image: none;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.25rem;
  border-radius: 1.25rem;
  min-height: 56px;
  min-width: 56px;
}
.btn.btn-white:hover:before {
  background-image: url("../images/icons/arrow-up-right-white.svg");
  background-color: #A44F17;
}
.btn.btn-success, .btn.btn-outline-success {
  color: #289A14;
}
.btn.btn-success:hover, .btn.btn-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success:active {
  color: #185C0C;
  background: #A9D7A1;
}
.btn.btn-danger, .btn.btn-outline-danger {
  color: #E54C34;
}
.btn.btn-danger:hover, .btn.btn-danger:active, .btn.btn-outline-danger:hover, .btn.btn-outline-danger:active {
  color: #892E1F;
  background: #F5B7AE;
}
.btn.btn-outline-primary {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #E8E2DB;
  color: #1A1C1E;
}
.btn.btn-outline-primary:hover {
  background: #A44F17;
  color: #FFFFFF;
}
.btn.active {
  background: #A44F17;
}
