/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.btn, .heroes__cta {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.65rem 0.57rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .heroes__cta {
      transition: none; } }
  .btn:hover, .heroes__cta:hover {
    color: #000000;
    text-decoration: none; }
  .btn:focus, .heroes__cta:focus, .btn.focus, .focus.heroes__cta {
    outline: 0;
    box-shadow: #003DA5; }
  .btn.disabled, .disabled.heroes__cta, .btn:disabled, .heroes__cta:disabled {
    opacity: 0.65; }

a.btn.disabled, a.disabled.heroes__cta,
fieldset:disabled a.btn,
fieldset:disabled a.heroes__cta {
  pointer-events: none; }

.btn-primary {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-primary:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-secondary {
  color: #FFFFFF;
  background-color: #003DA5;
  border-color: #003DA5; }
  .btn-secondary:hover {
    color: #FFFFFF;
    background-color: #002f7f;
    border-color: #002a72; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #002a72;
    border-color: #002565; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 90, 179, 0.5); }

.btn-success {
  color: #FFFFFF;
  background-color: #169816;
  border-color: #169816; }
  .btn-success:hover {
    color: #FFFFFF;
    background-color: #117711;
    border-color: #106b10; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #106b10;
    border-color: #0e600e; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 167, 57, 0.5); }

.btn-info {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-info:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-warning {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-warning:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-danger {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-danger:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-light {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-dark {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-dark:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-custom {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-custom:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-custom:focus, .btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-custom.disabled, .btn-custom:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-custom:not(:disabled):not(.disabled):active, .btn-custom:not(:disabled):not(.disabled).active,
  .show > .btn-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-custom:not(:disabled):not(.disabled):active:focus, .btn-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-00 {
  color: #FFFFFF;
  background-color: #DE2726;
  border-color: #DE2726; }
  .btn-red-00:hover {
    color: #FFFFFF;
    background-color: #c01e1d;
    border-color: #b51c1c; }
  .btn-red-00:focus, .btn-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }
  .btn-red-00.disabled, .btn-red-00:disabled {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-red-00:not(:disabled):not(.disabled):active, .btn-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #b51c1c;
    border-color: #aa1b1a; }
    .btn-red-00:not(:disabled):not(.disabled):active:focus, .btn-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(227, 71, 71, 0.5); }

.btn-red-100 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-100:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-100:focus, .btn-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-100.disabled, .btn-red-100:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-100:not(:disabled):not(.disabled):active, .btn-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-100:not(:disabled):not(.disabled):active:focus, .btn-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-red-200 {
  color: #FFFFFF;
  background-color: #B11B1B;
  border-color: #B11B1B; }
  .btn-red-200:hover {
    color: #FFFFFF;
    background-color: #901616;
    border-color: #851414; }
  .btn-red-200:focus, .btn-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }
  .btn-red-200.disabled, .btn-red-200:disabled {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-red-200:not(:disabled):not(.disabled):active, .btn-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #851414;
    border-color: #7a1313; }
    .btn-red-200:not(:disabled):not(.disabled):active:focus, .btn-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(189, 61, 61, 0.5); }

.btn-beige-00 {
  color: #212529;
  background-color: #F2EFED;
  border-color: #F2EFED; }
  .btn-beige-00:hover {
    color: #212529;
    background-color: #e2dbd7;
    border-color: #ddd5cf; }
  .btn-beige-00:focus, .btn-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }
  .btn-beige-00.disabled, .btn-beige-00:disabled {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-beige-00:not(:disabled):not(.disabled):active, .btn-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #ddd5cf;
    border-color: #d7cec8; }
    .btn-beige-00:not(:disabled):not(.disabled):active:focus, .btn-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(211, 209, 208, 0.5); }

.btn-beige-100 {
  color: #212529;
  background-color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-beige-100:hover {
    color: #212529;
    background-color: #e8e2df;
    border-color: #e3dbd7; }
  .btn-beige-100:focus, .btn-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }
  .btn-beige-100.disabled, .btn-beige-100:disabled {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-beige-100:not(:disabled):not(.disabled):active, .btn-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #e3dbd7;
    border-color: #ded4d0; }
    .btn-beige-100:not(:disabled):not(.disabled):active:focus, .btn-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 215, 214, 0.5); }

.btn-beige-200 {
  color: #212529;
  background-color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-beige-200:hover {
    color: #212529;
    background-color: #e0d4cf;
    border-color: #dbcec7; }
  .btn-beige-200:focus, .btn-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }
  .btn-beige-200.disabled, .btn-beige-200:disabled {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-beige-200:not(:disabled):not(.disabled):active, .btn-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #dbcec7;
    border-color: #d6c7bf; }
    .btn-beige-200:not(:disabled):not(.disabled):active:focus, .btn-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(208, 204, 202, 0.5); }

.btn-beige-300 {
  color: #212529;
  background-color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-beige-300:hover {
    color: #212529;
    background-color: #d2c6c0;
    border-color: #cdbfb8; }
  .btn-beige-300:focus, .btn-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }
  .btn-beige-300.disabled, .btn-beige-300:disabled {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-beige-300:not(:disabled):not(.disabled):active, .btn-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #cdbfb8;
    border-color: #c8b8b1; }
    .btn-beige-300:not(:disabled):not(.disabled):active:focus, .btn-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(197, 191, 188, 0.5); }

.btn-beige-400 {
  color: #FFFFFF;
  background-color: #846C62;
  border-color: #846C62; }
  .btn-beige-400:hover {
    color: #FFFFFF;
    background-color: #6e5a52;
    border-color: #67544c; }
  .btn-beige-400:focus, .btn-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }
  .btn-beige-400.disabled, .btn-beige-400:disabled {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-beige-400:not(:disabled):not(.disabled):active, .btn-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #67544c;
    border-color: #5f4e47; }
    .btn-beige-400:not(:disabled):not(.disabled):active:focus, .btn-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(150, 130, 122, 0.5); }

.btn-error {
  color: #FFFFFF;
  background-color: #D52020;
  border-color: #D52020; }
  .btn-error:hover {
    color: #FFFFFF;
    background-color: #b41b1b;
    border-color: #a91919; }
  .btn-error:focus, .btn-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }
  .btn-error.disabled, .btn-error:disabled {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-error:not(:disabled):not(.disabled):active, .btn-error:not(:disabled):not(.disabled).active,
  .show > .btn-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #a91919;
    border-color: #9e1818; }
    .btn-error:not(:disabled):not(.disabled):active:focus, .btn-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(219, 65, 65, 0.5); }

.btn-disabled {
  color: #212529;
  background-color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-disabled:hover {
    color: #FFFFFF;
    background-color: #959393;
    border-color: #8f8c8c; }
  .btn-disabled:focus, .btn-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }
  .btn-disabled.disabled, .btn-disabled:disabled {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-disabled:not(:disabled):not(.disabled):active, .btn-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-disabled.dropdown-toggle {
    color: #FFFFFF;
    background-color: #8f8c8c;
    border-color: #888686; }
    .btn-disabled:not(:disabled):not(.disabled):active:focus, .btn-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(148, 147, 147, 0.5); }

.btn-focus {
  color: #FFFFFF;
  background-color: #4062BB;
  border-color: #4062BB; }
  .btn-focus:hover {
    color: #FFFFFF;
    background-color: #36539f;
    border-color: #334e95; }
  .btn-focus:focus, .btn-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }
  .btn-focus.disabled, .btn-focus:disabled {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-focus:not(:disabled):not(.disabled):active, .btn-focus:not(:disabled):not(.disabled).active,
  .show > .btn-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #334e95;
    border-color: #30498c; }
    .btn-focus:not(:disabled):not(.disabled):active:focus, .btn-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 122, 197, 0.5); }

.btn-tertiary, .light-theme .heroes__cta {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-tertiary:hover, .light-theme .heroes__cta:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-tertiary:focus, .light-theme .heroes__cta:focus, .btn-tertiary.focus, .light-theme .focus.heroes__cta {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-tertiary.disabled, .light-theme .disabled.heroes__cta, .btn-tertiary:disabled, .light-theme .heroes__cta:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .light-theme .heroes__cta:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .light-theme .heroes__cta:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle,
  .light-theme .show > .dropdown-toggle.heroes__cta {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .light-theme .heroes__cta:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus,
    .light-theme .show > .dropdown-toggle.heroes__cta:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-quaternary {
  color: #212529;
  background-color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-quaternary:hover {
    color: #212529;
    background-color: #e4dcdc;
    border-color: #dfd5d5; }
  .btn-quaternary:focus, .btn-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }
  .btn-quaternary.disabled, .btn-quaternary:disabled {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-quaternary:not(:disabled):not(.disabled):active, .btn-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #dfd5d5;
    border-color: #d9cece; }
    .btn-quaternary:not(:disabled):not(.disabled):active:focus, .btn-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 211, 212, 0.5); }

.btn-quinary {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-quinary:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-quinary:focus, .btn-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-quinary.disabled, .btn-quinary:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-quinary:not(:disabled):not(.disabled):active, .btn-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-quinary.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-quinary:not(:disabled):not(.disabled):active:focus, .btn-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-senary {
  color: #FFFFFF;
  background-color: #2B2926;
  border-color: #2B2926; }
  .btn-senary:hover {
    color: #FFFFFF;
    background-color: #171614;
    border-color: #100f0e; }
  .btn-senary:focus, .btn-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }
  .btn-senary.disabled, .btn-senary:disabled {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-senary:not(:disabled):not(.disabled):active, .btn-senary:not(:disabled):not(.disabled).active,
  .show > .btn-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #100f0e;
    border-color: #090908; }
    .btn-senary:not(:disabled):not(.disabled):active:focus, .btn-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(75, 73, 71, 0.5); }

.btn-white {
  color: #212529;
  background-color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-gray:hover {
    color: #212529;
    background-color: #cec9c9;
    border-color: #c8c2c2; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #c8c2c2;
    border-color: #c2bcbc; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(195, 193, 194, 0.5); }

.btn-gray_light {
  color: #FFFFFF;
  background-color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(23, 22, 20, 0.6);
    border-color: rgba(16, 15, 14, 0.6); }
  .btn-gray_light:focus, .btn-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }
  .btn-gray_light.disabled, .btn-gray_light:disabled {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-gray_light:not(:disabled):not(.disabled):active, .btn-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(16, 15, 14, 0.6);
    border-color: rgba(9, 9, 8, 0.6); }
    .btn-gray_light:not(:disabled):not(.disabled):active:focus, .btn-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 103, 101, 0.5); }

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000; }
  .btn-black:hover {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5); }

.btn-outline-primary {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-primary:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-secondary {
  color: #003DA5;
  border-color: #003DA5; }
  .btn-outline-secondary:hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003DA5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 61, 165, 0.5); }

.btn-outline-success {
  color: #169816;
  border-color: #169816; }
  .btn-outline-success:hover {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #169816;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #FFFFFF;
    background-color: #169816;
    border-color: #169816; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(22, 152, 22, 0.5); }

.btn-outline-info {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-info:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-warning {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-warning:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-danger {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-danger:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-light {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-dark {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-dark:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-custom {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-custom:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-custom:focus, .btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-custom.disabled, .btn-outline-custom:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-custom:not(:disabled):not(.disabled):active, .btn-outline-custom:not(:disabled):not(.disabled).active,
  .show > .btn-outline-custom.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-custom:not(:disabled):not(.disabled):active:focus, .btn-outline-custom:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-custom.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-00 {
  color: #DE2726;
  border-color: #DE2726; }
  .btn-outline-red-00:hover {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
  .btn-outline-red-00:focus, .btn-outline-red-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }
  .btn-outline-red-00.disabled, .btn-outline-red-00:disabled {
    color: #DE2726;
    background-color: transparent; }
  .btn-outline-red-00:not(:disabled):not(.disabled):active, .btn-outline-red-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-00.dropdown-toggle {
    color: #FFFFFF;
    background-color: #DE2726;
    border-color: #DE2726; }
    .btn-outline-red-00:not(:disabled):not(.disabled):active:focus, .btn-outline-red-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 39, 38, 0.5); }

.btn-outline-red-100 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-100:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-100:focus, .btn-outline-red-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-100.disabled, .btn-outline-red-100:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-100:not(:disabled):not(.disabled):active, .btn-outline-red-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-100.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-100:not(:disabled):not(.disabled):active:focus, .btn-outline-red-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-red-200 {
  color: #B11B1B;
  border-color: #B11B1B; }
  .btn-outline-red-200:hover {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
  .btn-outline-red-200:focus, .btn-outline-red-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }
  .btn-outline-red-200.disabled, .btn-outline-red-200:disabled {
    color: #B11B1B;
    background-color: transparent; }
  .btn-outline-red-200:not(:disabled):not(.disabled):active, .btn-outline-red-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red-200.dropdown-toggle {
    color: #FFFFFF;
    background-color: #B11B1B;
    border-color: #B11B1B; }
    .btn-outline-red-200:not(:disabled):not(.disabled):active:focus, .btn-outline-red-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(177, 27, 27, 0.5); }

.btn-outline-beige-00 {
  color: #F2EFED;
  border-color: #F2EFED; }
  .btn-outline-beige-00:hover {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
  .btn-outline-beige-00:focus, .btn-outline-beige-00.focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }
  .btn-outline-beige-00.disabled, .btn-outline-beige-00:disabled {
    color: #F2EFED;
    background-color: transparent; }
  .btn-outline-beige-00:not(:disabled):not(.disabled):active, .btn-outline-beige-00:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-00.dropdown-toggle {
    color: #212529;
    background-color: #F2EFED;
    border-color: #F2EFED; }
    .btn-outline-beige-00:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-00:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-00.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(242, 239, 237, 0.5); }

.btn-outline-beige-100 {
  color: #F8F6F5;
  border-color: #F8F6F5; }
  .btn-outline-beige-100:hover {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
  .btn-outline-beige-100:focus, .btn-outline-beige-100.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }
  .btn-outline-beige-100.disabled, .btn-outline-beige-100:disabled {
    color: #F8F6F5;
    background-color: transparent; }
  .btn-outline-beige-100:not(:disabled):not(.disabled):active, .btn-outline-beige-100:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-100.dropdown-toggle {
    color: #212529;
    background-color: #F8F6F5;
    border-color: #F8F6F5; }
    .btn-outline-beige-100:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-100:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-100.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 246, 245, 0.5); }

.btn-outline-beige-200 {
  color: #EFE9E6;
  border-color: #EFE9E6; }
  .btn-outline-beige-200:hover {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-outline-beige-200:focus, .btn-outline-beige-200.focus {
    box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }
  .btn-outline-beige-200.disabled, .btn-outline-beige-200:disabled {
    color: #EFE9E6;
    background-color: transparent; }
  .btn-outline-beige-200:not(:disabled):not(.disabled):active, .btn-outline-beige-200:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-200.dropdown-toggle {
    color: #212529;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
    .btn-outline-beige-200:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-200:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-200.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(239, 233, 230, 0.5); }

.btn-outline-beige-300 {
  color: #E2DAD6;
  border-color: #E2DAD6; }
  .btn-outline-beige-300:hover {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
  .btn-outline-beige-300:focus, .btn-outline-beige-300.focus {
    box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }
  .btn-outline-beige-300.disabled, .btn-outline-beige-300:disabled {
    color: #E2DAD6;
    background-color: transparent; }
  .btn-outline-beige-300:not(:disabled):not(.disabled):active, .btn-outline-beige-300:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-300.dropdown-toggle {
    color: #212529;
    background-color: #E2DAD6;
    border-color: #E2DAD6; }
    .btn-outline-beige-300:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-300:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-300.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(226, 218, 214, 0.5); }

.btn-outline-beige-400 {
  color: #846C62;
  border-color: #846C62; }
  .btn-outline-beige-400:hover {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
  .btn-outline-beige-400:focus, .btn-outline-beige-400.focus {
    box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }
  .btn-outline-beige-400.disabled, .btn-outline-beige-400:disabled {
    color: #846C62;
    background-color: transparent; }
  .btn-outline-beige-400:not(:disabled):not(.disabled):active, .btn-outline-beige-400:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige-400.dropdown-toggle {
    color: #FFFFFF;
    background-color: #846C62;
    border-color: #846C62; }
    .btn-outline-beige-400:not(:disabled):not(.disabled):active:focus, .btn-outline-beige-400:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige-400.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(132, 108, 98, 0.5); }

.btn-outline-error {
  color: #D52020;
  border-color: #D52020; }
  .btn-outline-error:hover {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
  .btn-outline-error:focus, .btn-outline-error.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }
  .btn-outline-error.disabled, .btn-outline-error:disabled {
    color: #D52020;
    background-color: transparent; }
  .btn-outline-error:not(:disabled):not(.disabled):active, .btn-outline-error:not(:disabled):not(.disabled).active,
  .show > .btn-outline-error.dropdown-toggle {
    color: #FFFFFF;
    background-color: #D52020;
    border-color: #D52020; }
    .btn-outline-error:not(:disabled):not(.disabled):active:focus, .btn-outline-error:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-error.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(213, 32, 32, 0.5); }

.btn-outline-disabled {
  color: #A8A6A6;
  border-color: #A8A6A6; }
  .btn-outline-disabled:hover {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
  .btn-outline-disabled:focus, .btn-outline-disabled.focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }
  .btn-outline-disabled.disabled, .btn-outline-disabled:disabled {
    color: #A8A6A6;
    background-color: transparent; }
  .btn-outline-disabled:not(:disabled):not(.disabled):active, .btn-outline-disabled:not(:disabled):not(.disabled).active,
  .show > .btn-outline-disabled.dropdown-toggle {
    color: #212529;
    background-color: #A8A6A6;
    border-color: #A8A6A6; }
    .btn-outline-disabled:not(:disabled):not(.disabled):active:focus, .btn-outline-disabled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-disabled.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(168, 166, 166, 0.5); }

.btn-outline-focus {
  color: #4062BB;
  border-color: #4062BB; }
  .btn-outline-focus:hover {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
  .btn-outline-focus:focus, .btn-outline-focus.focus {
    box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }
  .btn-outline-focus.disabled, .btn-outline-focus:disabled {
    color: #4062BB;
    background-color: transparent; }
  .btn-outline-focus:not(:disabled):not(.disabled):active, .btn-outline-focus:not(:disabled):not(.disabled).active,
  .show > .btn-outline-focus.dropdown-toggle {
    color: #FFFFFF;
    background-color: #4062BB;
    border-color: #4062BB; }
    .btn-outline-focus:not(:disabled):not(.disabled):active:focus, .btn-outline-focus:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-focus.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(64, 98, 187, 0.5); }

.btn-outline-tertiary {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-tertiary:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-quaternary {
  color: #F5F2F2;
  border-color: #F5F2F2; }
  .btn-outline-quaternary:hover {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
  .btn-outline-quaternary:focus, .btn-outline-quaternary.focus {
    box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }
  .btn-outline-quaternary.disabled, .btn-outline-quaternary:disabled {
    color: #F5F2F2;
    background-color: transparent; }
  .btn-outline-quaternary:not(:disabled):not(.disabled):active, .btn-outline-quaternary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quaternary.dropdown-toggle {
    color: #212529;
    background-color: #F5F2F2;
    border-color: #F5F2F2; }
    .btn-outline-quaternary:not(:disabled):not(.disabled):active:focus, .btn-outline-quaternary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quaternary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(245, 242, 242, 0.5); }

.btn-outline-quinary {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-quinary:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-quinary:focus, .btn-outline-quinary.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-quinary.disabled, .btn-outline-quinary:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-quinary:not(:disabled):not(.disabled):active, .btn-outline-quinary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-quinary.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-quinary:not(:disabled):not(.disabled):active:focus, .btn-outline-quinary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-quinary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-senary {
  color: #2B2926;
  border-color: #2B2926; }
  .btn-outline-senary:hover {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
  .btn-outline-senary:focus, .btn-outline-senary.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-senary.disabled, .btn-outline-senary:disabled {
    color: #2B2926;
    background-color: transparent; }
  .btn-outline-senary:not(:disabled):not(.disabled):active, .btn-outline-senary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-senary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #2B2926;
    border-color: #2B2926; }
    .btn-outline-senary:not(:disabled):not(.disabled):active:focus, .btn-outline-senary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-senary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #FFFFFF;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #FFFFFF;
    border-color: #FFFFFF; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray {
  color: #E0DDDD;
  border-color: #E0DDDD; }
  .btn-outline-gray:hover {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #E0DDDD;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #212529;
    background-color: #E0DDDD;
    border-color: #E0DDDD; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(224, 221, 221, 0.5); }

.btn-outline-gray_light {
  color: rgba(43, 41, 38, 0.6);
  border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:hover {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
  .btn-outline-gray_light:focus, .btn-outline-gray_light.focus {
    box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }
  .btn-outline-gray_light.disabled, .btn-outline-gray_light:disabled {
    color: rgba(43, 41, 38, 0.6);
    background-color: transparent; }
  .btn-outline-gray_light:not(:disabled):not(.disabled):active, .btn-outline-gray_light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray_light.dropdown-toggle {
    color: #FFFFFF;
    background-color: rgba(43, 41, 38, 0.6);
    border-color: rgba(43, 41, 38, 0.6); }
    .btn-outline-gray_light:not(:disabled):not(.disabled):active:focus, .btn-outline-gray_light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray_light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(43, 41, 38, 0.5); }

.btn-outline-black {
  color: #000000;
  border-color: #000000; }
  .btn-outline-black:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #003DA5;
  text-decoration: none; }
  .btn-link:hover {
    color: #0059f2;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.btn, .heroes__cta {
  display: inline-flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #000000;
  letter-spacing: 0.6px;
  font-weight: 600;
  outline: 2px solid transparent;
  border-radius: 10px;
  /*padding: 10px calculateRem(15px) 16px;*/
  /*padding: toRem(15);*/
  padding: 15px 18px;
  height: 2.8125rem;
  letter-spacing: .64px !important; }
  .btn.icon-search:focus:not(:focus-visible), .icon-search.heroes__cta:focus:not(:focus-visible) {
    outline: none !important;
    border: 0 !important; }
  .btn.icon-search:active, .icon-search.heroes__cta:active {
    outline: none !important;
    border: 0 !important; }
  .btn:focus, .heroes__cta:focus, .btn:active, .heroes__cta:active {
    outline: 2px dashed #003DA5;
    box-shadow: none;
    text-decoration: underline; }
  .btn:focus:not(:focus-visible), .heroes__cta:focus:not(:focus-visible) {
    outline: none !important;
    text-decoration: none; }
  .btn:focus-visible, .heroes__cta:focus-visible {
    outline: dashed #003DA5 2px;
    text-decoration: underline; }
  .btn:not(:disabled):not(.disabled):active:focus, .heroes__cta:not(:disabled):not(.disabled):active:focus {
    box-shadow: none; }

.btn-primary {
  border-color: transparent;
  background-color: #DE2726;
  color: #FFFFFF; }
  .btn-primary .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-primary:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: transparent; }
  .btn-primary:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: #DE2726;
    border-color: #FFFFFF;
    color: #FFFFFF; }
  .btn-primary.disabled, .btn-primary:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    background: #85888F;
    cursor: not-allowed;
    border-color: transparent; }

.btn-secondary {
  border-color: #003DA5;
  background-color: transparent;
  color: #003DA5; }
  .btn-secondary .icon {
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
  .btn-secondary:not(:disabled):not(.disabled):hover {
    color: #FFFFFF;
    background-color: #003DA5;
    border-color: #003DA5; }
  .btn-secondary:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    outline: dashed #4D85FF 2px;
    background-color: transparent;
    border-color: #003DA5;
    color: #003DA5; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    opacity: 0.8;
    color: #85888F;
    background: #85888F;
    cursor: not-allowed;
    border-color: #85888F; }

.btn-outline-primary {
  color: #DE2726;
  background-color: #FFFFFF; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #FFFFFF; }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #000000;
    cursor: not-allowed;
    opacity: 0.35;
    background-color: #FFFFFF;
    border-color: #000000; }

.btn-tertiary, .light-theme .heroes__cta {
  background: transparent;
  color: #000000;
  outline: none;
  transition: all 0.1s ease-in-out;
  position: relative;
  display: inline-flex;
  flex-flow: row nowrap;
  padding: 0px 5px; }
  .btn-tertiary:before, .light-theme .heroes__cta:before, .btn-tertiary:after, .light-theme .heroes__cta:after {
    content: "";
    position: absolute;
    bottom: -2px;
    width: 0px;
    height: 2px;
    margin: 0 auto;
    transition: all 0.1s ease-in-out;
    transition-duration: 0.2s;
    opacity: 0;
    background-color: #000000;
    left: 5px; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .light-theme .heroes__cta:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .light-theme .heroes__cta:not(:disabled):not(.disabled).active, .btn-tertiary:not(:disabled):not(.disabled):active:focus, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled):hover, .light-theme .heroes__cta:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary:not(:disabled):not(.disabled):active:before, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:before, .btn-tertiary:not(:disabled):not(.disabled):active:after, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:after, .btn-tertiary:not(:disabled):not(.disabled).active:before, .light-theme .heroes__cta:not(:disabled):not(.disabled).active:before, .btn-tertiary:not(:disabled):not(.disabled).active:after, .light-theme .heroes__cta:not(:disabled):not(.disabled).active:after, .btn-tertiary:not(:disabled):not(.disabled):active:focus:before, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary:not(:disabled):not(.disabled):active:focus:after, .light-theme .heroes__cta:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary:not(:disabled):not(.disabled):hover:before, .light-theme .heroes__cta:not(:disabled):not(.disabled):hover:before, .btn-tertiary:not(:disabled):not(.disabled):hover:after, .light-theme .heroes__cta:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 40px);
      opacity: 1; }
  .btn-tertiary.disabled, .light-theme .disabled.heroes__cta, .btn-tertiary:disabled, .light-theme .heroes__cta:disabled {
    background: transparent;
    color: #85888F;
    outline: none;
    opacity: 0.8;
    cursor: not-allowed; }
    .btn-tertiary.disabled:hover, .light-theme .disabled.heroes__cta:hover, .btn-tertiary:disabled:hover, .light-theme .heroes__cta:disabled:hover {
      cursor: not-allowed; }
  .btn-tertiary:active, .light-theme .heroes__cta:active, .btn-tertiary:hover, .light-theme .heroes__cta:hover {
    background: transparent;
    color: #000000;
    outline: none; }
  .btn-tertiary:focus, .light-theme .heroes__cta:focus, .btn-tertiary:focus:not(:focus-visible), .light-theme .heroes__cta:focus:not(:focus-visible) {
    outline: 2px dashed #4D85FF;
    border: 2px solid transparent;
    background: transparent;
    color: #000000;
    text-decoration: none; }
  .btn-tertiary .icon, .light-theme .heroes__cta .icon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background-size: 20px; }
  .btn-tertiary.no-icon:not(:disabled):not(.disabled):active, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled).active, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active:focus, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):hover {
    background: transparent;
    border-color: transparent; }
    .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:before, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:after, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:before, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled).active:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled).active:after, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled).active:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:before, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active:focus:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):active:focus:after, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):active:focus:after, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:before, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):hover:before, .btn-tertiary.no-icon:not(:disabled):not(.disabled):hover:after, .light-theme .no-icon.heroes__cta:not(:disabled):not(.disabled):hover:after {
      width: calc(100% - 10px);
      opacity: 1; }

.cta-secondary {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #DE2726; }
  .cta-secondary:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: .5rem;
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg");
    background-repeat: no-repeat;
    background-position: center center; }

.btn-primary-white {
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #DE2726; }
  .btn-primary-white:not(:disabled):not(.disabled):hover {
    color: #DE2726;
    background-color: #EFE9E6;
    border-color: #EFE9E6; }
  .btn-primary-white:not(:disabled):not(.disabled):focus, .btn-primary-white:not(:disabled):not(.disabled):active, .btn-primary-white:not(:disabled):not(.disabled).active {
    outline: dashed #FFFFFF 2px;
    background-color: #EFE9E6;
    border-color: #EFE9E6;
    color: #DE2726; }
  .btn-primary-white.disabled, .btn-primary-white:disabled {
    opacity: 0.8;
    color: #DE2726; }

.btn-outline-white:not(:disabled):not(.disabled):hover {
  color: #FFFFFF;
  background-color: #9f1918;
  border-color: #FFFFFF; }

.btn-outline-white:not(:disabled):not(.disabled):focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
  outline: dashed #FFFFFF 2px;
  background-color: #9f1918;
  border-color: #FFFFFF;
  color: #FFFFFF; }

.btn-outline-white.disabled, .btn-outline-white:disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.btn-tertiary-white, .heroes__cta {
  padding: 0;
  color: #FFFFFF;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;
  border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):hover, .heroes__cta:not(:disabled):not(.disabled):hover {
    border-color: transparent;
    border-bottom-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF;
    border-radius: 0; }
  .btn-tertiary-white:not(:disabled):not(.disabled):active, .heroes__cta:not(:disabled):not(.disabled):active, .btn-tertiary-white:not(:disabled):not(.disabled).active, .heroes__cta:not(:disabled):not(.disabled).active, .btn-tertiary-white:not(:disabled):not(.disabled):active:focus, .heroes__cta:not(:disabled):not(.disabled):active:focus, .btn-tertiary-white:not(:disabled):not(.disabled):focus, .heroes__cta:not(:disabled):not(.disabled):focus {
    background-color: transparent;
    border-color: transparent;
    color: #FFFFFF;
    outline: dashed #FFFFFF 2px; }
  .btn-tertiary-white.disabled, .disabled.heroes__cta, .btn-tertiary-white:disabled, .heroes__cta:disabled {
    opacity: 0.8;
    color: #FFFFFF;
    cursor: not-allowed; }

.primary-background {
  background-color: #DE2726; }
  .primary-background .btn-primary {
    border-color: transparent;
    background-color: #FFFFFF;
    color: #DE2726; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: transparent; }
    .primary-background .btn-primary:not(:disabled):not(.disabled):focus, .primary-background .btn-primary:not(:disabled):not(.disabled):active, .primary-background .btn-primary:not(:disabled):not(.disabled).active {
      outline: dashed #85888F 2px;
      background-color: #FFFFFF;
      border-color: #DE2726;
      color: #DE2726; }
    .primary-background .btn-primary.disabled, .primary-background .btn-primary:disabled {
      opacity: 0.8;
      color: #DE2726;
      background: #CCD0DB;
      cursor: not-allowed;
      border-color: #DE2726; }
  .primary-background .btn-secondary {
    border-color: #FFFFFF;
    background-color: transparent;
    color: #FFFFFF; }
    .primary-background .btn-secondary .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):hover {
      color: #003DA5;
      background-color: #FFFFFF;
      border-color: #FFFFFF; }
    .primary-background .btn-secondary:not(:disabled):not(.disabled):focus, .primary-background .btn-secondary:not(:disabled):not(.disabled):active, .primary-background .btn-secondary:not(:disabled):not(.disabled).active {
      outline: dashed #B5D0FF 2px;
      background-color: transparent;
      border-color: #FFFFFF;
      color: #FFFFFF; }
    .primary-background .btn-secondary.disabled, .primary-background .btn-secondary:disabled {
      opacity: 0.8;
      color: #CCD0DB;
      background: transparent;
      cursor: not-allowed;
      border-color: #CCD0DB; }
  .primary-background .btn-tertiary, .primary-background .light-theme .heroes__cta, .light-theme .primary-background .heroes__cta {
    color: #FFFFFF;
    border-color: transparent; }
    .primary-background .btn-tertiary:before, .primary-background .light-theme .heroes__cta:before, .light-theme .primary-background .heroes__cta:before, .primary-background .btn-tertiary:after, .primary-background .light-theme .heroes__cta:after, .light-theme .primary-background .heroes__cta:after {
      background-color: #FFFFFF; }
    .primary-background .btn-tertiary.disabled, .primary-background .light-theme .disabled.heroes__cta, .light-theme .primary-background .disabled.heroes__cta, .primary-background .btn-tertiary:disabled, .primary-background .light-theme .heroes__cta:disabled, .light-theme .primary-background .heroes__cta:disabled {
      color: #CCD0DB; }
      .primary-background .btn-tertiary.disabled:hover, .primary-background .light-theme .disabled.heroes__cta:hover, .light-theme .primary-background .disabled.heroes__cta:hover, .primary-background .btn-tertiary:disabled:hover, .primary-background .light-theme .heroes__cta:disabled:hover, .light-theme .primary-background .heroes__cta:disabled:hover {
        cursor: not-allowed; }
    .primary-background .btn-tertiary:active, .primary-background .light-theme .heroes__cta:active, .light-theme .primary-background .heroes__cta:active, .primary-background .btn-tertiary:hover, .primary-background .light-theme .heroes__cta:hover, .light-theme .primary-background .heroes__cta:hover {
      background: transparent;
      color: #FFFFFF;
      outline: none; }
    .primary-background .btn-tertiary:focus, .primary-background .light-theme .heroes__cta:focus, .light-theme .primary-background .heroes__cta:focus, .primary-background .btn-tertiary:focus:not(:focus-visible), .primary-background .light-theme .heroes__cta:focus:not(:focus-visible), .light-theme .primary-background .heroes__cta:focus:not(:focus-visible) {
      outline: 2px dashed #B5D0FF;
      border: 2px solid transparent;
      color: #FFFFFF; }
    .primary-background .btn-tertiary .icon, .primary-background .light-theme .heroes__cta .icon, .light-theme .primary-background .heroes__cta .icon {
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }

.btn-filters {
  font-size: 14px;
  padding: .75rem 1rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .btn-filters {
      /*padding: 10px;*/
      padding: 0.625rem; } }

/*.btn.expand-collapse__show-more {
  padding: 0;
  color: #D52020;
  background-color: transparent;
  border-color: transparent;
  border-left: none;
  border-right: none;
  position: relative;

  .icon {
    filter: invert(24%) sepia(96%) saturate(2570%) hue-rotate(337deg) brightness(85%) contrast(114%);
  }
}*/
/*$font-league-gothic: "League Gothic", "Source Sans 3", sans-serif;
$font-league-gothic-condensed: "League Gothic Condensed", "Source Sans 3", sans-serif;
$font-league-spartan: "League Spartan", "Source Sans 3", sans-serif;
*/
.tns__controls {
  position: relative;
  margin-top: -40px;
  margin-bottom: 60px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 728px) {
    .tns__controls {
      flex: 0 0 50%;
      max-width: 50%;
      margin-left: 50%;
      margin-top: -60px; } }
  .tns__controls .tns__arrow {
    transition: all 0.25s ease-in-out;
    border: none;
    background: none;
    font-size: 0;
    position: relative;
    top: 6px; }
    .tns__controls .tns__arrow:after {
      content: '';
      width: 25px;
      height: 25px;
      display: inline-flex;
      background-image: url("/themes/custom/dempsters/assets/icons/arrow-left.svg");
      filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%); }
    .tns__controls .tns__arrow:last-child:after {
      background-image: url("/themes/custom/dempsters/assets/icons/arrow-right.svg"); }

.tns__dots button {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background-color: transparent;
  border: 3px solid #FFFFFF;
  padding: 0;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .tns__dots button.tns-nav-active {
    background-color: #FFFFFF; }

.light-theme .tns__arrow:after {
  filter: none; }

.light-theme .tns__dots button {
  border-color: #000000; }
  .light-theme .tns__dots button.tns-nav-active {
    background-color: #000000; }

.heroes__container {
  position: relative;
  overflow: hidden; }

.heroes__row {
  background-color: #003DA5; }
  @media (min-width: 728px) {
    .heroes__row {
      align-items: stretch; } }

.heroes__col-left {
  padding: 0 !important;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center; }
  @media (min-width: 728px) {
    .heroes__col-left {
      margin-left: 1px;
      height: auto !important; } }
  .heroes__col-left .img-wrapper {
    width: 100%;
    height: 100%; }
  .heroes__col-left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative; }

.heroes__col-right {
  padding: 50px 50px 60px 50px !important;
  color: #FFFFFF;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center; }
  @media (min-width: 992px) {
    .heroes__col-right {
      /*padding: 50px !important;*/
      padding: 50px 85px 50px 50px !important; } }

.heroes .tns-custom-controls {
  background-color: transparent;
  top: 30%; }

.heroes .tnsAdaControls {
  position: relative;
  transform: none;
  right: unset !important;
  margin: 10px auto; }
  .heroes .tnsAdaControls .tns-custom-nav button {
    border: 2px solid #FFFFFF !important;
    border-radius: 50%;
    background-color: transparent !important; }
    .heroes .tnsAdaControls .tns-custom-nav button[aria-current="true"] {
      background-color: #ffc107 !important;
      border-color: #ffc107 !important; }

.heroes__subtitle {
  /*@include styleFont( 24px, 26px, $font-family-base, $white, 1px, 400);*/
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase; }

.heroes__title {
  font-size: 3.375rem;
  line-height: 3.5rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: -1.2px;
  font-weight: 400; }
  @media (min-width: 576px) {
    .heroes__title {
      font-size: 4.6875rem;
      line-height: 4.5625rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -1.2px;
      font-weight: 400; } }
  @media (min-width: 1200px) {
    .heroes__title {
      font-size: 5rem;
      line-height: 5.125rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -1.2px;
      font-weight: 400; } }

.heroes p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 540px;
  margin: 0 auto 40px; }

.heroes__cta {
  height: auto; }
  .heroes__cta:after {
    content: '';
    display: inline-block;
    width: 19px;
    height: 15px;
    margin-left: .5rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("/themes/custom/dempsters/assets/icons/arrow-cta-secondary.svg");
    filter: invert(100%) sepia(69%) saturate(179%) hue-rotate(162deg) brightness(150%) contrast(100%);
    position: absolute;
    top: 44%;
    right: -24px;
    transform: translateY(-43%);
    background-size: 19px; }
  .heroes__cta:focus:not(:focus-visible) {
    outline: none !important; }

.heroes .tns-custom-nav {
  top: unset;
  bottom: 10px !important; }
  .heroes .tns-custom-nav button span {
    display: none; }

.heroes .tns__controls {
  margin-top: -56px;
  margin-bottom: 90px; }
  @media (min-width: 728px) and (max-width: 991.98px) {
    .heroes .tns__controls {
      margin: 20px auto 40px !important; } }
  @media (min-width: 992px) {
    .heroes .tns__controls {
      margin-bottom: 60px; } }

.heroes-primary {
  position: relative;
  overflow: hidden;
  background-color: #003DA5; }
  @media (min-width: 728px) and (max-width: 991.98px) {
    .heroes-primary .heroes__row {
      height: auto; } }
  @media (min-width: 728px) {
    .heroes-primary .heroes__row {
      position: relative;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .heroes-primary .heroes__row {
      height: 650px; } }
  @media (min-width: 728px) and (max-width: 991.98px) {
    .heroes-primary .heroes .heroes__item {
      flex-direction: column;
      align-items: center; } }
  @media (min-width: 728px) {
    .heroes-primary .heroes .heroes__item {
      display: flex !important;
      height: 100%; } }
  .heroes-primary .heroes .heroes__item:not(.tns-item) {
    margin: 0 3%; }
    @media (min-width: 728px) {
      .heroes-primary .heroes .heroes__item:not(.tns-item) {
        margin: 0 1%; } }
    .heroes-primary .heroes .heroes__item:not(.tns-item):nth-of-type(n+2) {
      display: none; }
  .heroes-primary .heroes .heroes__col-left {
    height: auto;
    padding: 1.2rem 15px 0 15px !important; }
    @media (min-width: 728px) {
      .heroes-primary .heroes .heroes__col-left {
        height: 56vw;
        padding: 0 !important; } }
    .heroes-primary .heroes .heroes__col-left img {
      border-radius: 30px;
      height: auto;
      -o-object-fit: unset;
         object-fit: unset; }
      @media (min-width: 728px) and (max-width: 991.98px) {
        .heroes-primary .heroes .heroes__col-left img {
          margin: 10% 0% !important; } }
      @media (min-width: 728px) {
        .heroes-primary .heroes .heroes__col-left img {
          width: 80%;
          position: relative;
          margin: 10% 0% 10% 10%;
          padding: 0; } }
      @media (min-width: 992px) {
        .heroes-primary .heroes .heroes__col-left img {
          -o-object-fit: cover;
             object-fit: cover; } }
    @media (min-width: 728px) {
      .heroes-primary .heroes .heroes__col-left {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
    @media (min-width: 1200px) {
      .heroes-primary .heroes .heroes__col-left {
        flex: 0 0 50%;
        max-width: 50%; } }
  @media (min-width: 728px) and (max-width: 991.98px) {
    .heroes-primary .heroes .heroes__col-right {
      flex: 0 0 75% !important;
      max-width: 75% !important;
      padding: 0 !important; } }
  @media (min-width: 728px) {
    .heroes-primary .heroes .heroes__col-right {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 1200px) {
    .heroes-primary .heroes .heroes__col-right {
      flex: 0 0 50%;
      max-width: 50%;
      padding: 50px !important;
      padding: 50px 50px 50px 0px !important; } }
  .heroes-primary .heroes .tns-outer {
    position: relative;
    overflow: hidden; }
  .heroes-primary .heroes__title {
    margin-bottom: 30px; }
    @media (min-width: 728px) and (max-width: 991.98px) {
      .heroes-primary .heroes__title {
        font-size: 3.375rem; } }
  .heroes-primary .heroes p {
    /*@include media-breakpoint-down(md) {
        margin-bottom: .4rem;
      }*/ }
  @media (min-width: 992px) {
    .heroes-primary .heroes .tns__controls {
      position: relative;
      top: -50px; } }
  .heroes-primary .heroes .tns__controls .tns__dots {
    margin-top: 3px; }

.heroes-contest {
  background-color: #003DA5; }
  @media (min-width: 728px) {
    .heroes-contest .heroes__row, .heroes-contest .heroes__item {
      min-height: 500px; } }
  .heroes-contest .heroes__item {
    display: flex !important;
    height: 100%; }
  .heroes-contest .heroes__col-left {
    order: 1; }
    @media (min-width: 728px) {
      .heroes-contest .heroes__col-left {
        order: 0; } }
    .heroes-contest .heroes__col-left img {
      padding: 2rem 2rem 0rem 2rem;
      max-width: 100%;
      height: auto;
      /*object-fit: contain;*/ }
      @media (min-width: 728px) {
        .heroes-contest .heroes__col-left img {
          padding: 2rem 2rem; } }
      @media (min-width: 992px) {
        .heroes-contest .heroes__col-left img {
          padding: 3rem 5rem; } }
  @media (min-width: 992px) {
    .heroes-contest .heroes__col-right {
      padding-right: 5rem !important; } }
  .heroes-contest .heroes__col-right p {
    text-align: left; }

.heroes-secondary .heroes__row {
  background-color: #B11B1B; }
  @media (min-width: 728px) {
    .heroes-secondary .heroes__row {
      height: 500px; } }
  @media (min-width: 992px) {
    .heroes-secondary .heroes__row {
      height: auto;
      max-height: calc(100vh - 100px); } }

@media (max-width: 727.98px) {
  .heroes-secondary .heroes__item {
    display: inline-flex !important;
    flex-direction: column; } }

.heroes-secondary .heroes__col-left {
  height: 56vw; }
  @media (min-width: 992px) {
    .heroes-secondary .heroes__col-left {
      max-height: calc(100vh - 100px); } }
  @media (max-width: 727.98px) {
    .heroes-secondary .heroes__col-left {
      flex: 0 0 56vw !important; } }

@media (max-width: 727.98px) {
  .heroes-secondary .heroes__col-right {
    flex: 1 0 auto !important; } }

.heroes-secondary .heroes__title {
  margin-bottom: 1.875rem;
  font-size: 2.625rem;
  line-height: 2.375rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  font-weight: bold; }
  @media (min-width: 576px) {
    .heroes-secondary .heroes__title {
      font-size: 3rem;
      line-height: 2.75rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.4px;
      font-weight: bold; } }
  @media (max-width: 991.98px) {
    .heroes-secondary .heroes__title {
      margin-bottom: 15px; } }

.heroes-secondary .heroes__subtitle {
  margin-bottom: 0; }

.heroes-secondary .heroes p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .heroes-secondary .heroes p {
      margin-bottom: 0; } }

@media (max-width: 991.98px) {
  .heroes-secondary.light-theme .heroes__row {
    height: auto; } }

@media (max-width: 727.98px) {
  .heroes-secondary.light-theme .heroes__col-left {
    min-height: 375px;
    max-height: 500px; } }

.heroes-tertiary .heroes .heroes__col-right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 60px 30px !important; }

.heroes-tertiary .heroes .heroes__row {
  display: block !important; }

.heroes-tertiary .heroes .heroes__container {
  max-width: none; }

.heroes-tertiary .heroes .heroes__description {
  max-width: 75%;
  margin: 0 auto; }

.heroes-tertiary .heroes__title {
  font-size: 2.625rem;
  line-height: 2.375rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  font-weight: bold;
  margin-bottom: 1.875rem; }
  @media (min-width: 576px) {
    .heroes-tertiary .heroes__title {
      font-size: 3rem;
      line-height: 2.75rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.4px;
      font-weight: bold; } }

.heroes-tertiary .heroes p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 26.875rem; }

.heroes-promotional .heroes__row {
  height: 500px; }

.heroes-promotional .heroes__item {
  width: 100%;
  height: 100%; }

.heroes-promotional .heroes .heroes__col-left {
  flex: 0 0 100%;
  max-width: 100%;
  height: 100% !important; }

.heroes-promotional .heroes .heroes__col-right {
  right: 50%;
  padding: 50px 80px !important;
  position: absolute;
  top: 0;
  height: calc(100% - 80px);
  background-color: #FFFFFF;
  transform: translateX(50%);
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }
  @media (max-width: 991.98px) {
    .heroes-promotional .heroes .heroes__col-right {
      height: calc(100% - 185px);
      margin-top: 75px;
      max-width: 84%; } }
  @media (min-width: 728px) {
    .heroes-promotional .heroes .heroes__col-right {
      flex: 0 0 41.66667%;
      max-width: 41.66667%;
      margin-left: 58.33333%;
      right: 40px;
      margin-left: 0;
      transform: none;
      max-width: 43.75%; } }
  @media (min-width: 992px) {
    .heroes-promotional .heroes .heroes__col-right {
      height: calc(100% - 86px);
      margin: 45px 0;
      max-width: 43.125%; } }
  @media (min-width: 1200px) {
    .heroes-promotional .heroes .heroes__col-right {
      max-width: 414px; } }
  @media (max-width: 991.98px) {
    .heroes-promotional .heroes .heroes__col-right .heroes__content {
      height: initial; } }

.heroes-promotional .heroes__title {
  font-size: 2.625rem;
  line-height: 2.375rem;
  font-family: "proxima-soft", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  font-weight: bold;
  margin-bottom: 1.875rem; }
  @media (min-width: 576px) {
    .heroes-promotional .heroes__title {
      font-size: 2.625rem;
      line-height: 2.5rem;
      font-family: "proxima-soft", "Source Sans 3", sans-serif;
      color: #FFFFFF;
      letter-spacing: -0.4px;
      font-weight: bold; } }

.heroes-promotional .heroes p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "HCo Gotham", "Source Sans 3", sans-serif;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: 400;
  max-width: 26.875rem; }

.tns-visually-hidden {
  display: none; }

.tns-carousel {
  margin: 0 !important; }
  @media (min-width: 728px) {
    .tns-carousel {
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .tns-carousel .heroes__item {
      height: inherit; } }
  @media (min-width: 728px) {
    .tns-carousel .heroes__item {
      display: flex !important;
      height: 100%; } }

@media (max-width: 727.98px) {
  .light-theme .heroes__col__col-left {
    flex: auto !important;
    height: auto  !important; } }

.light-theme .heroes__row {
  background-color: #FFFFFF; }

.light-theme .heroes__subtitle, .light-theme .heroes__title,
.light-theme .heroes p {
  color: #000000; }

.heroes .heroes__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1200px) {
    .heroes .heroes__container {
      max-width: 1400px; } }

.heroes .heroes__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  display: flex !important; }

.heroes .heroes__col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0; }
  @media (min-width: 728px) {
    .heroes .heroes__col {
      flex: 0 0 50%;
      max-width: 50%; } }

.hero-small {
  background: #003DA5;
  color: #FFFFFF;
  /*padding: 3rem 0;*/
  padding: 54px 15px 6px; }
  @media (min-width: 576px) {
    .hero-small {
      padding: 46px 15px 10px; } }
  @media (min-width: 992px) {
    .hero-small {
      padding: 60px 15px 54px; } }
  .hero-small .sg__font-subtitle2 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    font-family: "HCo Gotham", "Source Sans 3", sans-serif;
    color: #FFFFFF;
    letter-spacing: -0.22px;
    font-weight: 500; }
  .hero-small__content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center; }
  .hero-small__title {
    color: #FFFFFF;
    width: 75%;
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 576px) {
      .hero-small__title {
        width: 100%;
        margin-right: auto;
        margin-left: auto; } }
    @media (min-width: 728px) {
      .hero-small__title {
        margin-bottom: 1.5rem; } }
    @media (min-width: 992px) {
      .hero-small__title {
        font-size: 4rem;
        line-height: 4.125rem; } }
  .hero-small__body p {
    font-size: 22px; }

@media (min-width: 992px) {
  .path-recettes .hero-small,
  .path-recipes .hero-small {
    padding: 60px 15px 30px; } }

@media (min-width: 728px) {
  .path-recettes .hero-small__title,
  .path-recipes .hero-small__title {
    margin-bottom: 0; } }
