@charset "UTF-8";
/*
Bootstrap variables
==================================================
Contains all overrides of bootstrap default variables.

https://getbootstrap.com/docs/4.3/getting-started/theming/#variable-defaults
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #707070;
  --gray-dark: #303030;
  --primary: #C90C0F;
  --secondary: #575756;
  --success: #8eb60e;
  --info: #a2c617;
  --warning: #b0b0b0;
  --danger: #DB162F;
  --light: #f2f2f2;
  --dark: #303030;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Merriweather Sans", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 3px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 500;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(112.2, 13.92, 15.48);
  background-color: rgb(244.2, 206.4, 207);
  border-color: rgb(239.88, 186.96, 187.8);
}
.alert-primary hr {
  border-top-color: rgb(235.2436363636, 166.0963636364, 167.1939393939);
}
.alert-primary .alert-link {
  color: rgb(66.8289248335, 8.2910751665, 9.2202473834);
}

.alert-secondary {
  color: rgb(52.92, 52.92, 52.4);
  background-color: rgb(221.4, 221.4, 221.2);
  border-color: rgb(207.96, 207.96, 207.68);
}
.alert-secondary hr {
  border-top-color: rgb(195.2478338279, 195.2478338279, 194.8921661721);
}
.alert-secondary .alert-link {
  color: rgb(27.2940979871, 27.2940979871, 27.0259020129);
}

.alert-success {
  color: rgb(81.52, 102.32, 14.96);
  background-color: rgb(232.4, 240.4, 206.8);
  border-color: rgb(223.36, 234.56, 187.52);
}
.alert-success hr {
  border-top-color: rgb(214.1832484076, 228.631656051, 167.948343949);
}
.alert-success .alert-link {
  color: rgb(46.0704774898, 57.8254570259, 8.4545429741);
}

.alert-info {
  color: rgb(91.92, 110.64, 19.64);
  background-color: rgb(236.4, 243.6, 208.6);
  border-color: rgb(228.96, 239.04, 190.04);
}
.alert-info hr {
  border-top-color: rgb(220.7541176471, 234.0105882353, 169.5694117647);
}
.alert-info .alert-link {
  color: rgb(55.9365796745, 67.3283635247, 11.9516364753);
}

.alert-warning {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(239.2, 239.2, 239.2);
  border-color: rgb(232.88, 232.88, 232.88);
}
.alert-warning hr {
  border-top-color: rgb(220.13, 220.13, 220.13);
}
.alert-warning .alert-link {
  color: rgb(73.7, 73.7, 73.7);
}

.alert-danger {
  color: rgb(121.56, 19.12, 32.12);
  background-color: rgb(247.8, 208.4, 213.4);
  border-color: rgb(244.92, 189.76, 196.76);
}
.alert-danger hr {
  border-top-color: rgb(241.5073605948, 167.6726394052, 177.042527881);
}
.alert-danger .alert-link {
  color: rgb(77.4914756895, 12.1885243105, 20.4757008814);
}

.alert-light {
  color: rgb(133.52, 133.52, 133.52);
  background-color: rgb(252.4, 252.4, 252.4);
  border-color: rgb(251.36, 251.36, 251.36);
}
.alert-light hr {
  border-top-color: rgb(238.61, 238.61, 238.61);
}
.alert-light .alert-link {
  color: rgb(108.02, 108.02, 108.02);
}

.alert-dark {
  color: rgb(32.64, 32.64, 32.64);
  background-color: rgb(213.6, 213.6, 213.6);
  border-color: rgb(197.04, 197.04, 197.04);
}
.alert-dark hr {
  border-top-color: rgb(184.29, 184.29, 184.29);
}
.alert-dark .alert-link {
  color: rgb(7.14, 7.14, 7.14);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(16, 16, 16, 0.03);
  border-bottom: 1px solid transparent;
}
.card-header:first-child {
  border-radius: 2px 2px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(16, 16, 16, 0.03);
  border-top: 1px solid transparent;
}
.card-footer:last-child {
  border-radius: 0 0 2px 2px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 2px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 24px;
  padding-left: 24px;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 30px;
  padding-left: 30px;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #131200;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 12px 32px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 4px;
  transition: background-color 0.05s ease-out, color 0.05s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #131200;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(164.9049295775, 9.8450704225, 12.3063380282);
  border-color: rgb(152.8732394366, 9.1267605634, 11.4084507042);
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(164.9049295775, 9.8450704225, 12.3063380282);
  border-color: rgb(152.8732394366, 9.1267605634, 11.4084507042);
  box-shadow: 0 0 0 0 rgba(209.1, 48.45, 51, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(152.8732394366, 9.1267605634, 11.4084507042);
  border-color: rgb(140.8415492958, 8.4084507042, 10.5105633803);
}
.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 rgba(209.1, 48.45, 51, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #575756;
  border-color: #575756;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(67.7644508671, 67.7644508671, 66.9855491329);
  border-color: rgb(61.3526011561, 61.3526011561, 60.6473988439);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: rgb(67.7644508671, 67.7644508671, 66.9855491329);
  border-color: rgb(61.3526011561, 61.3526011561, 60.6473988439);
  box-shadow: 0 0 0 0 rgba(112.2, 112.2, 111.35, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #575756;
  border-color: #575756;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(61.3526011561, 61.3526011561, 60.6473988439);
  border-color: rgb(54.9407514451, 54.9407514451, 54.3092485549);
}
.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 rgba(112.2, 112.2, 111.35, 0.5);
}

.btn-success {
  color: #202020;
  background-color: #8eb60e;
  border-color: #8eb60e;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(114.2882653061, 146.4821428571, 11.2678571429);
  border-color: rgb(105.0510204082, 134.6428571429, 10.3571428571);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(114.2882653061, 146.4821428571, 11.2678571429);
  border-color: rgb(105.0510204082, 134.6428571429, 10.3571428571);
  box-shadow: 0 0 0 0 rgba(125.5, 159.5, 16.7, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #202020;
  background-color: #8eb60e;
  border-color: #8eb60e;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(105.0510204082, 134.6428571429, 10.3571428571);
  border-color: rgb(95.8137755102, 122.8035714286, 9.4464285714);
}
.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 rgba(125.5, 159.5, 16.7, 0.5);
}

.btn-info {
  color: #202020;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
  box-shadow: 0 0 0 0 rgba(142.5, 173.1, 24.35, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #202020;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
  border-color: rgb(115.2692307692, 140.8846153846, 16.3653846154);
}
.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 rgba(142.5, 173.1, 24.35, 0.5);
}

.btn-warning {
  color: #202020;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-warning:hover {
  color: #202020;
  background-color: rgb(156.875, 156.875, 156.875);
  border-color: rgb(150.5, 150.5, 150.5);
}
.btn-warning:focus, .btn-warning.focus {
  color: #202020;
  background-color: rgb(156.875, 156.875, 156.875);
  border-color: rgb(150.5, 150.5, 150.5);
  box-shadow: 0 0 0 0 rgba(154.4, 154.4, 154.4, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #202020;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #202020;
  background-color: rgb(150.5, 150.5, 150.5);
  border-color: rgb(144.125, 144.125, 144.125);
}
.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 rgba(154.4, 154.4, 154.4, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #DB162F;
  border-color: #DB162F;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(184.2417012448, 18.5082987552, 39.5404564315);
  border-color: rgb(172.6556016598, 17.3443983402, 37.0539419087);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(184.2417012448, 18.5082987552, 39.5404564315);
  border-color: rgb(172.6556016598, 17.3443983402, 37.0539419087);
  box-shadow: 0 0 0 0 rgba(224.4, 56.95, 78.2, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #DB162F;
  border-color: #DB162F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(172.6556016598, 17.3443983402, 37.0539419087);
  border-color: rgb(161.0695020747, 16.1804979253, 34.5674273859);
}
.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 rgba(224.4, 56.95, 78.2, 0.5);
}

.btn-light {
  color: #202020;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:hover {
  color: #202020;
  background-color: rgb(222.875, 222.875, 222.875);
  border-color: rgb(216.5, 216.5, 216.5);
}
.btn-light:focus, .btn-light.focus {
  color: #202020;
  background-color: rgb(222.875, 222.875, 222.875);
  border-color: rgb(216.5, 216.5, 216.5);
  box-shadow: 0 0 0 0 rgba(210.5, 210.5, 210.5, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #202020;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #202020;
  background-color: rgb(216.5, 216.5, 216.5);
  border-color: rgb(210.125, 210.125, 210.125);
}
.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 rgba(210.5, 210.5, 210.5, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #303030;
  border-color: #303030;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(28.875, 28.875, 28.875);
  border-color: rgb(22.5, 22.5, 22.5);
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: rgb(28.875, 28.875, 28.875);
  border-color: rgb(22.5, 22.5, 22.5);
  box-shadow: 0 0 0 0 rgba(79.05, 79.05, 79.05, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #303030;
  border-color: #303030;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(22.5, 22.5, 22.5);
  border-color: rgb(16.125, 16.125, 16.125);
}
.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 rgba(79.05, 79.05, 79.05, 0.5);
}

.btn-outline-primary {
  color: #C90C0F;
  border-color: #C90C0F;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(201, 12, 15, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #C90C0F;
  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: #C90C0F;
  border-color: #C90C0F;
}
.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 rgba(201, 12, 15, 0.5);
}

.btn-outline-secondary {
  color: #575756;
  border-color: #575756;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #575756;
  border-color: #575756;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(87, 87, 86, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #575756;
  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: #575756;
  border-color: #575756;
}
.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 rgba(87, 87, 86, 0.5);
}

.btn-outline-success {
  color: #8eb60e;
  border-color: #8eb60e;
}
.btn-outline-success:hover {
  color: #202020;
  background-color: #8eb60e;
  border-color: #8eb60e;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #8eb60e;
  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: #202020;
  background-color: #8eb60e;
  border-color: #8eb60e;
}
.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 rgba(142, 182, 14, 0.5);
}

.btn-outline-info {
  color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-info:hover {
  color: #202020;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(162, 198, 23, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #a2c617;
  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: #202020;
  background-color: #a2c617;
  border-color: #a2c617;
}
.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 rgba(162, 198, 23, 0.5);
}

.btn-outline-warning {
  color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-outline-warning:hover {
  color: #202020;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(176, 176, 176, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #b0b0b0;
  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: #202020;
  background-color: #b0b0b0;
  border-color: #b0b0b0;
}
.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 rgba(176, 176, 176, 0.5);
}

.btn-outline-danger {
  color: #DB162F;
  border-color: #DB162F;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #DB162F;
  border-color: #DB162F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #DB162F;
  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: #DB162F;
  border-color: #DB162F;
}
.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 rgba(219, 22, 47, 0.5);
}

.btn-outline-light {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:hover {
  color: #202020;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f2f2f2;
  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: #202020;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.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 rgba(242, 242, 242, 0.5);
}

.btn-outline-dark {
  color: #303030;
  border-color: #303030;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #303030;
  border-color: #303030;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(48, 48, 48, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #303030;
  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: #303030;
  border-color: #303030;
}
.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 rgba(48, 48, 48, 0.5);
}

.btn-link {
  font-weight: 300;
  color: #C90C0F;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(128.8098591549, 7.6901408451, 9.6126760563);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #707070;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 16px 40px;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 8px 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

.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%;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #707070;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #707070;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #707070;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #cfcfcf;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #dfdfdf #dfdfdf #cfcfcf;
}
.nav-tabs .nav-link.disabled {
  color: #707070;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #505050;
  background-color: #FFFFFF;
  border-color: #cfcfcf #cfcfcf #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 3px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #C90C0F;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xxl,
.navbar .container-xl,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container-xxl, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container-xxl, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container-xxl, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container-xxl, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container-xxl, .navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container-xxl, .navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(16, 16, 16, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(16, 16, 16, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(16, 16, 16, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(16, 16, 16, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(16, 16, 16, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(16, 16, 16, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(16, 16, 16, 0.5);
  border-color: rgba(16, 16, 16, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2816, 16, 16, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(16, 16, 16, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(16, 16, 16, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(16, 16, 16, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(16, 16, 16, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #131200;
  text-align: left;
  background-color: #FFFFFF;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #C90C0F;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(128.8098591549, 7.6901408451, 9.6126760563);
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #4a4a49;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Merriweather", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #101010;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.75rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
}

h4, .h4 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(16, 16, 16, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 300;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #707070;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #707070;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3px;
  transition: background-color 0.05s ease-out, color 0.05s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #C90C0F;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: rgb(152.8732394366, 9.1267605634, 11.4084507042);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(201, 12, 15, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #575756;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: rgb(61.3526011561, 61.3526011561, 60.6473988439);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(87, 87, 86, 0.5);
}

.badge-success {
  color: #202020;
  background-color: #8eb60e;
}
a.badge-success:hover, a.badge-success:focus {
  color: #202020;
  background-color: rgb(105.0510204082, 134.6428571429, 10.3571428571);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.5);
}

.badge-info {
  color: #202020;
  background-color: #a2c617;
}
a.badge-info:hover, a.badge-info:focus {
  color: #202020;
  background-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(162, 198, 23, 0.5);
}

.badge-warning {
  color: #202020;
  background-color: #b0b0b0;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #202020;
  background-color: rgb(150.5, 150.5, 150.5);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(176, 176, 176, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #DB162F;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: rgb(172.6556016598, 17.3443983402, 37.0539419087);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.5);
}

.badge-light {
  color: #202020;
  background-color: #f2f2f2;
}
a.badge-light:hover, a.badge-light:focus {
  color: #202020;
  background-color: rgb(216.5, 216.5, 216.5);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(242, 242, 242, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #303030;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: rgb(22.5, 22.5, 22.5);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(48, 48, 48, 0.5);
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #131200;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgb(247.35, 247.35, 247.35);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgb(247.35, 247.35, 247.35);
}
.table tbody + tbody {
  border-top: 2px solid rgb(247.35, 247.35, 247.35);
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid rgb(247.35, 247.35, 247.35);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgb(247.35, 247.35, 247.35);
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover {
  color: #131200;
  background-color: rgba(16, 16, 16, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(239.88, 186.96, 187.8);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(226.92, 128.64, 130.2);
}

.table-hover .table-primary:hover {
  background-color: rgb(235.2436363636, 166.0963636364, 167.1939393939);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(235.2436363636, 166.0963636364, 167.1939393939);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(207.96, 207.96, 207.68);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(167.64, 167.64, 167.12);
}

.table-hover .table-secondary:hover {
  background-color: rgb(195.2478338279, 195.2478338279, 194.8921661721);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(195.2478338279, 195.2478338279, 194.8921661721);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(223.36, 234.56, 187.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(196.24, 217.04, 129.68);
}

.table-hover .table-success:hover {
  background-color: rgb(214.1832484076, 228.631656051, 167.948343949);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(214.1832484076, 228.631656051, 167.948343949);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(228.96, 239.04, 190.04);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(206.64, 225.36, 134.36);
}

.table-hover .table-info:hover {
  background-color: rgb(220.7541176471, 234.0105882353, 169.5694117647);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(220.7541176471, 234.0105882353, 169.5694117647);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(232.88, 232.88, 232.88);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(213.92, 213.92, 213.92);
}

.table-hover .table-warning:hover {
  background-color: rgb(220.13, 220.13, 220.13);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(220.13, 220.13, 220.13);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(244.92, 189.76, 196.76);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(236.28, 133.84, 146.84);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.5073605948, 167.6726394052, 177.042527881);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.5073605948, 167.6726394052, 177.042527881);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(251.36, 251.36, 251.36);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(248.24, 248.24, 248.24);
}

.table-hover .table-light:hover {
  background-color: rgb(238.61, 238.61, 238.61);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.61, 238.61, 238.61);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(197.04, 197.04, 197.04);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(147.36, 147.36, 147.36);
}

.table-hover .table-dark:hover {
  background-color: rgb(184.29, 184.29, 184.29);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(184.29, 184.29, 184.29);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(16, 16, 16, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(3.25, 3.25, 3.25, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(3.25, 3.25, 3.25, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #303030;
  border-color: rgb(67.125, 67.125, 67.125);
}
.table .thead-light th {
  color: #505050;
  background-color: #dfdfdf;
  border-color: rgb(247.35, 247.35, 247.35);
}

.table-dark {
  color: #ffffff;
  background-color: #303030;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(67.125, 67.125, 67.125);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
}

.list-group-item-action {
  width: 100%;
  color: #505050;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #505050;
  text-decoration: none;
  background-color: #efefef;
}
.list-group-item-action:active {
  color: #131200;
  background-color: #dfdfdf;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #707070;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(112.2, 13.92, 15.48);
  background-color: rgb(239.88, 186.96, 187.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(112.2, 13.92, 15.48);
  background-color: rgb(235.2436363636, 166.0963636364, 167.1939393939);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(112.2, 13.92, 15.48);
  border-color: rgb(112.2, 13.92, 15.48);
}

.list-group-item-secondary {
  color: rgb(52.92, 52.92, 52.4);
  background-color: rgb(207.96, 207.96, 207.68);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(52.92, 52.92, 52.4);
  background-color: rgb(195.2478338279, 195.2478338279, 194.8921661721);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(52.92, 52.92, 52.4);
  border-color: rgb(52.92, 52.92, 52.4);
}

.list-group-item-success {
  color: rgb(81.52, 102.32, 14.96);
  background-color: rgb(223.36, 234.56, 187.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(81.52, 102.32, 14.96);
  background-color: rgb(214.1832484076, 228.631656051, 167.948343949);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(81.52, 102.32, 14.96);
  border-color: rgb(81.52, 102.32, 14.96);
}

.list-group-item-info {
  color: rgb(91.92, 110.64, 19.64);
  background-color: rgb(228.96, 239.04, 190.04);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(91.92, 110.64, 19.64);
  background-color: rgb(220.7541176471, 234.0105882353, 169.5694117647);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(91.92, 110.64, 19.64);
  border-color: rgb(91.92, 110.64, 19.64);
}

.list-group-item-warning {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(232.88, 232.88, 232.88);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(220.13, 220.13, 220.13);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.2, 99.2, 99.2);
  border-color: rgb(99.2, 99.2, 99.2);
}

.list-group-item-danger {
  color: rgb(121.56, 19.12, 32.12);
  background-color: rgb(244.92, 189.76, 196.76);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(121.56, 19.12, 32.12);
  background-color: rgb(241.5073605948, 167.6726394052, 177.042527881);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.56, 19.12, 32.12);
  border-color: rgb(121.56, 19.12, 32.12);
}

.list-group-item-light {
  color: rgb(133.52, 133.52, 133.52);
  background-color: rgb(251.36, 251.36, 251.36);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(133.52, 133.52, 133.52);
  background-color: rgb(238.61, 238.61, 238.61);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(133.52, 133.52, 133.52);
  border-color: rgb(133.52, 133.52, 133.52);
}

.list-group-item-dark {
  color: rgb(32.64, 32.64, 32.64);
  background-color: rgb(197.04, 197.04, 197.04);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(32.64, 32.64, 32.64);
  background-color: rgb(184.29, 184.29, 184.29);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(32.64, 32.64, 32.64);
  border-color: rgb(32.64, 32.64, 32.64);
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #C90C0F;
  background-color: #ffffff;
  border: 1px solid #707070;
}
.page-link:hover {
  z-index: 2;
  color: rgb(128.8098591549, 7.6901408451, 9.6126760563);
  text-decoration: none;
  background-color: #dfdfdf;
  border-color: #707070;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.page-item.disabled .page-link {
  color: #707070;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #cfcfcf;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 200 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #C90C0F !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(128.8098591549, 7.6901408451, 9.6126760563) !important;
}

.text-secondary {
  color: #575756 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(48.5289017341, 48.5289017341, 47.9710982659) !important;
}

.text-success {
  color: #8eb60e !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(86.5765306122, 110.9642857143, 8.5357142857) !important;
}

.text-info {
  color: #a2c617 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(105.9230769231, 129.4615384615, 15.0384615385) !important;
}

.text-warning {
  color: #b0b0b0 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(137.75, 137.75, 137.75) !important;
}

.text-danger {
  color: #DB162F !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(149.4834024896, 15.0165975104, 32.0809128631) !important;
}

.text-light, .content-text--banner.text-light a,
.content-text--banner.text-light h1, .content-text--banner.text-light h2, .content-text--banner.text-light h3, .content-text--banner.text-light h4, .content-text--banner.text-light h5, .content-text--banner.text-light h6,
.content-text--banner.text-light .h1, .content-text--banner.text-light .h2, .content-text--banner.text-light .h3, .content-text--banner.text-light .h4, .content-text--banner.text-light .h5, .content-text--banner.text-light .h6 {
  color: #f2f2f2 !important;
}

a.text-light:hover, .content-text--banner.text-light a:hover, a.text-light:focus, .content-text--banner.text-light a:focus {
  color: rgb(203.75, 203.75, 203.75) !important;
}

.text-dark {
  color: #303030 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(9.75, 9.75, 9.75) !important;
}

.text-body {
  color: #131200 !important;
}

.text-muted {
  color: #4a4a49 !important;
}

.text-black-50 {
  color: rgba(16, 16, 16, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.border {
  border: 1px solid rgb(247.35, 247.35, 247.35) !important;
}

.border-top {
  border-top: 1px solid rgb(247.35, 247.35, 247.35) !important;
}

.border-right {
  border-right: 1px solid rgb(247.35, 247.35, 247.35) !important;
}

.border-bottom {
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35) !important;
}

.border-left {
  border-left: 1px solid rgb(247.35, 247.35, 247.35) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #C90C0F !important;
}

.border-secondary {
  border-color: #575756 !important;
}

.border-success {
  border-color: #8eb60e !important;
}

.border-info {
  border-color: #a2c617 !important;
}

.border-warning {
  border-color: #b0b0b0 !important;
}

.border-danger {
  border-color: #DB162F !important;
}

.border-light {
  border-color: #f2f2f2 !important;
}

.border-dark {
  border-color: #303030 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 3px !important;
}

.rounded {
  border-radius: 3px !important;
}

.rounded-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.rounded-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.rounded-lg {
  border-radius: 3px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 1rem !important;
}

.mt-1,
.my-1 {
  margin-top: 1rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 1rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 1rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 1rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.mt-2,
.my-2 {
  margin-top: 2rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 2rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 2rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.mt-3,
.my-3 {
  margin-top: 3rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 3rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 3rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.mt-4,
.my-4 {
  margin-top: 4rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 4rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 4rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.mt-6,
.my-6 {
  margin-top: 6rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 6rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 6rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.mt-7,
.my-7 {
  margin-top: 7rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 7rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 7rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.mt-8,
.my-8 {
  margin-top: 8rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 8rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 8rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 1rem !important;
}

.pt-1,
.py-1 {
  padding-top: 1rem !important;
}

.pr-1,
.px-1 {
  padding-right: 1rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 1rem !important;
}

.pl-1,
.px-1 {
  padding-left: 1rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.pt-2,
.py-2 {
  padding-top: 2rem !important;
}

.pr-2,
.px-2 {
  padding-right: 2rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 2rem !important;
}

.pl-2,
.px-2 {
  padding-left: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.pt-3,
.py-3 {
  padding-top: 3rem !important;
}

.pr-3,
.px-3 {
  padding-right: 3rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 3rem !important;
}

.pl-3,
.px-3 {
  padding-left: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.pt-4,
.py-4 {
  padding-top: 4rem !important;
}

.pr-4,
.px-4 {
  padding-right: 4rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 4rem !important;
}

.pl-4,
.px-4 {
  padding-left: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.pt-6,
.py-6 {
  padding-top: 6rem !important;
}

.pr-6,
.px-6 {
  padding-right: 6rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 6rem !important;
}

.pl-6,
.px-6 {
  padding-left: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.pt-7,
.py-7 {
  padding-top: 7rem !important;
}

.pr-7,
.px-7 {
  padding-right: 7rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 7rem !important;
}

.pl-7,
.px-7 {
  padding-left: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.pt-8,
.py-8 {
  padding-top: 8rem !important;
}

.pr-8,
.px-8 {
  padding-right: 8rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 8rem !important;
}

.pl-8,
.px-8 {
  padding-left: 8rem !important;
}

.m-n1 {
  margin: -1rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -1rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -1rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -1rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -1rem !important;
}

.m-n2 {
  margin: -2rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -2rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -2rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -2rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -2rem !important;
}

.m-n3 {
  margin: -3rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -3rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -3rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -3rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -3rem !important;
}

.m-n4 {
  margin: -4rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -4rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -4rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -4rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -4rem !important;
}

.m-n5 {
  margin: -5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -5rem !important;
}

.m-n6 {
  margin: -6rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -6rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -6rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -6rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -6rem !important;
}

.m-n7 {
  margin: -7rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -7rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -7rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -7rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -7rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 1rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1rem !important;
  }
  .m-sm-2 {
    margin: 2rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2rem !important;
  }
  .m-sm-3 {
    margin: 3rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5rem !important;
  }
  .m-sm-6 {
    margin: 6rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6rem !important;
  }
  .m-sm-7 {
    margin: 7rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 1rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1rem !important;
  }
  .p-sm-2 {
    padding: 2rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2rem !important;
  }
  .p-sm-3 {
    padding: 3rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5rem !important;
  }
  .p-sm-6 {
    padding: 6rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6rem !important;
  }
  .p-sm-7 {
    padding: 7rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -1rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1rem !important;
  }
  .m-sm-n2 {
    margin: -2rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2rem !important;
  }
  .m-sm-n3 {
    margin: -3rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5rem !important;
  }
  .m-sm-n6 {
    margin: -6rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6rem !important;
  }
  .m-sm-n7 {
    margin: -7rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 1rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1rem !important;
  }
  .m-md-2 {
    margin: 2rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2rem !important;
  }
  .m-md-3 {
    margin: 3rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5rem !important;
  }
  .m-md-6 {
    margin: 6rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6rem !important;
  }
  .m-md-7 {
    margin: 7rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 1rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1rem !important;
  }
  .p-md-2 {
    padding: 2rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2rem !important;
  }
  .p-md-3 {
    padding: 3rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5rem !important;
  }
  .p-md-6 {
    padding: 6rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6rem !important;
  }
  .p-md-7 {
    padding: 7rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -1rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1rem !important;
  }
  .m-md-n2 {
    margin: -2rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2rem !important;
  }
  .m-md-n3 {
    margin: -3rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5rem !important;
  }
  .m-md-n6 {
    margin: -6rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6rem !important;
  }
  .m-md-n7 {
    margin: -7rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 1rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1rem !important;
  }
  .m-lg-2 {
    margin: 2rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2rem !important;
  }
  .m-lg-3 {
    margin: 3rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5rem !important;
  }
  .m-lg-6 {
    margin: 6rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6rem !important;
  }
  .m-lg-7 {
    margin: 7rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 1rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1rem !important;
  }
  .p-lg-2 {
    padding: 2rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2rem !important;
  }
  .p-lg-3 {
    padding: 3rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5rem !important;
  }
  .p-lg-6 {
    padding: 6rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6rem !important;
  }
  .p-lg-7 {
    padding: 7rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -1rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1rem !important;
  }
  .m-lg-n2 {
    margin: -2rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2rem !important;
  }
  .m-lg-n3 {
    margin: -3rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5rem !important;
  }
  .m-lg-n6 {
    margin: -6rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6rem !important;
  }
  .m-lg-n7 {
    margin: -7rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 1rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1rem !important;
  }
  .m-xl-2 {
    margin: 2rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2rem !important;
  }
  .m-xl-3 {
    margin: 3rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5rem !important;
  }
  .m-xl-6 {
    margin: 6rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6rem !important;
  }
  .m-xl-7 {
    margin: 7rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 1rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1rem !important;
  }
  .p-xl-2 {
    padding: 2rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2rem !important;
  }
  .p-xl-3 {
    padding: 3rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5rem !important;
  }
  .p-xl-6 {
    padding: 6rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6rem !important;
  }
  .p-xl-7 {
    padding: 7rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -1rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1rem !important;
  }
  .m-xl-n2 {
    margin: -2rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2rem !important;
  }
  .m-xl-n3 {
    margin: -3rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n5 {
    margin: -5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5rem !important;
  }
  .m-xl-n6 {
    margin: -6rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6rem !important;
  }
  .m-xl-n7 {
    margin: -7rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.bg-primary {
  background-color: #C90C0F !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(152.8732394366, 9.1267605634, 11.4084507042) !important;
}

.bg-secondary {
  background-color: #575756 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(61.3526011561, 61.3526011561, 60.6473988439) !important;
}

.bg-success {
  background-color: #8eb60e !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(105.0510204082, 134.6428571429, 10.3571428571) !important;
}

.bg-info {
  background-color: #a2c617 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(124.6153846154, 152.3076923077, 17.6923076923) !important;
}

.bg-warning {
  background-color: #b0b0b0 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(150.5, 150.5, 150.5) !important;
}

.bg-danger {
  background-color: #DB162F !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(172.6556016598, 17.3443983402, 37.0539419087) !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(216.5, 216.5, 216.5) !important;
}

.bg-dark {
  background-color: #303030 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(22.5, 22.5, 22.5) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #202020;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 500;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #202020;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
.container-xl, .container-lg, .container-md, .container-sm, .container {
  max-width: 1400px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: -0.125em;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(16, 16, 16, 0.2);
  border-radius: 3px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.modal-header .close {
  padding: 10px 10px;
  margin: -10px -10px -10px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgb(247.35, 247.35, 247.35);
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #131200;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0 solid #707070;
  border-radius: 3px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #202020;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(19.25, 19.25, 19.25);
  text-decoration: none;
  background-color: #dfdfdf;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #C90C0F;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #909090;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #707070;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #202020;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 0.5625rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #707070;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #707070;
  background-color: #ffffff;
  border-color: #101010;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #c3c3c3;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #dfdfdf;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #707070;
}
select.form-control:focus::-ms-value {
  color: #707070;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #131200;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #4a4a49;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #8eb60e;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #202020;
  background-color: rgba(142, 182, 14, 0.9);
  border-radius: 3px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #8eb60e;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #8eb60e;
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.25);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #8eb60e;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #8eb60e;
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #8eb60e;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #8eb60e;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #8eb60e;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(178.9489795918, 229.3571428571, 17.6428571429);
  background-color: rgb(178.9489795918, 229.3571428571, 17.6428571429);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #8eb60e;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #8eb60e;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #8eb60e;
  box-shadow: 0 0 0 0 rgba(142, 182, 14, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #DB162F;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(219, 22, 47, 0.9);
  border-radius: 3px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #DB162F;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #DB162F;
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.25);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #DB162F;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #DB162F;
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #DB162F;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #DB162F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #DB162F;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(235.0995850622, 56.9004149378, 79.5145228216);
  background-color: rgb(235.0995850622, 56.9004149378, 79.5145228216);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #DB162F;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #DB162F;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #DB162F;
  box-shadow: 0 0 0 0 rgba(219, 22, 47, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5625rem 0.5625rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  background-color: #dfdfdf;
  border: 1px solid #707070;
  border-radius: 3px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.5625rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
}

.list-group-item-action {
  width: 100%;
  color: #505050;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #505050;
  text-decoration: none;
  background-color: #efefef;
}
.list-group-item-action:active {
  color: #131200;
  background-color: #dfdfdf;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(16, 16, 16, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #707070;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #C90C0F;
  border-color: #C90C0F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(112.2, 13.92, 15.48);
  background-color: rgb(239.88, 186.96, 187.8);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(112.2, 13.92, 15.48);
  background-color: rgb(235.2436363636, 166.0963636364, 167.1939393939);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(112.2, 13.92, 15.48);
  border-color: rgb(112.2, 13.92, 15.48);
}

.list-group-item-secondary {
  color: rgb(52.92, 52.92, 52.4);
  background-color: rgb(207.96, 207.96, 207.68);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(52.92, 52.92, 52.4);
  background-color: rgb(195.2478338279, 195.2478338279, 194.8921661721);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(52.92, 52.92, 52.4);
  border-color: rgb(52.92, 52.92, 52.4);
}

.list-group-item-success {
  color: rgb(81.52, 102.32, 14.96);
  background-color: rgb(223.36, 234.56, 187.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(81.52, 102.32, 14.96);
  background-color: rgb(214.1832484076, 228.631656051, 167.948343949);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(81.52, 102.32, 14.96);
  border-color: rgb(81.52, 102.32, 14.96);
}

.list-group-item-info {
  color: rgb(91.92, 110.64, 19.64);
  background-color: rgb(228.96, 239.04, 190.04);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(91.92, 110.64, 19.64);
  background-color: rgb(220.7541176471, 234.0105882353, 169.5694117647);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(91.92, 110.64, 19.64);
  border-color: rgb(91.92, 110.64, 19.64);
}

.list-group-item-warning {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(232.88, 232.88, 232.88);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(99.2, 99.2, 99.2);
  background-color: rgb(220.13, 220.13, 220.13);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(99.2, 99.2, 99.2);
  border-color: rgb(99.2, 99.2, 99.2);
}

.list-group-item-danger {
  color: rgb(121.56, 19.12, 32.12);
  background-color: rgb(244.92, 189.76, 196.76);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(121.56, 19.12, 32.12);
  background-color: rgb(241.5073605948, 167.6726394052, 177.042527881);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(121.56, 19.12, 32.12);
  border-color: rgb(121.56, 19.12, 32.12);
}

.list-group-item-light {
  color: rgb(133.52, 133.52, 133.52);
  background-color: rgb(251.36, 251.36, 251.36);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(133.52, 133.52, 133.52);
  background-color: rgb(238.61, 238.61, 238.61);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(133.52, 133.52, 133.52);
  border-color: rgb(133.52, 133.52, 133.52);
}

.list-group-item-dark {
  color: rgb(32.64, 32.64, 32.64);
  background-color: rgb(197.04, 197.04, 197.04);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(32.64, 32.64, 32.64);
  background-color: rgb(184.29, 184.29, 184.29);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(32.64, 32.64, 32.64);
  border-color: rgb(32.64, 32.64, 32.64);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #C90C0F;
}

.hamburger-box {
  width: 2.1875rem;
  height: 1.375rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.125rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2.1875rem;
  height: 0.25rem;
  background-color: #131200;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.5625rem;
}
.hamburger-inner::after {
  bottom: -0.5625rem;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0.125rem;
}
.hamburger--slider .hamburger-inner::before {
  top: 0.5625rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 1.125rem;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.5625rem, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.3125rem, -0.3125rem, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -1.125rem, 0) rotate(-90deg);
}

html {
  font-size: 18px;
}

/* barlow-condensed-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 100;
  src: url("/files/fonts/barlow-condensed-v13-latin-100.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 100;
  src: url("/files/fonts/barlow-condensed-v13-latin-100italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 200;
  src: url("/files/fonts/barlow-condensed-v13-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 200;
  src: url("/files/fonts/barlow-condensed-v13-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 300;
  src: url("/files/fonts/barlow-condensed-v13-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 300;
  src: url("/files/fonts/barlow-condensed-v13-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/barlow-condensed-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/barlow-condensed-v13-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/barlow-condensed-v13-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/barlow-condensed-v13-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/barlow-condensed-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/barlow-condensed-v13-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/barlow-condensed-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/barlow-condensed-v13-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/barlow-condensed-v13-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/barlow-condensed-v13-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("/files/fonts/barlow-condensed-v13-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* barlow-condensed-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 900;
  src: url("/files/fonts/barlow-condensed-v13-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  src: url("/files/fonts/nunito-sans-v18-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 200;
  src: url("/files/fonts/nunito-sans-v18-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/files/fonts/nunito-sans-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/files/fonts/nunito-sans-v18-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/nunito-sans-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/nunito-sans-v18-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/nunito-sans-v18-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/nunito-sans-v18-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/nunito-sans-v18-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/nunito-sans-v18-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/nunito-sans-v18-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/nunito-sans-v18-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/nunito-sans-v18-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/nunito-sans-v18-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("/files/fonts/nunito-sans-v18-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: italic;
  font-weight: 900;
  src: url("/files/fonts/nunito-sans-v18-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 200;
  src: url("/files/fonts/source-sans-3-v19-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 200;
  src: url("/files/fonts/source-sans-3-v19-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 300;
  src: url("/files/fonts/source-sans-3-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 300;
  src: url("/files/fonts/source-sans-3-v19-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/source-sans-3-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/source-sans-3-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/source-sans-3-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/source-sans-3-v19-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/source-sans-3-v19-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/source-sans-3-v19-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/source-sans-3-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/source-sans-3-v19-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/source-sans-3-v19-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/source-sans-3-v19-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: normal;
  font-weight: 900;
  src: url("/files/fonts/source-sans-3-v19-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans 3";
  font-style: italic;
  font-weight: 900;
  src: url("/files/fonts/source-sans-3-v19-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/playfair-display-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/playfair-display-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/playfair-display-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/playfair-display-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/playfair-display-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/playfair-display-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/playfair-display-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/playfair-display-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/playfair-display-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/playfair-display-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("/files/fonts/playfair-display-v40-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 900;
  src: url("/files/fonts/playfair-display-v40-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("/files/fonts/merriweather-v33-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 300;
  src: url("/files/fonts/merriweather-v33-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/merriweather-v33-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/merriweather-v33-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/merriweather-v33-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/merriweather-v33-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/merriweather-v33-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/merriweather-v33-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/merriweather-v33-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/merriweather-v33-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/merriweather-v33-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/merriweather-v33-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 900;
  src: url("/files/fonts/merriweather-v33-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather";
  font-style: italic;
  font-weight: 900;
  src: url("/files/fonts/merriweather-v33-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  src: url("/files/fonts/merriweather-sans-v27-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 300;
  src: url("/files/fonts/merriweather-sans-v27-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/files/fonts/merriweather-sans-v27-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/files/fonts/merriweather-sans-v27-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 500;
  src: url("/files/fonts/merriweather-sans-v27-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 500;
  src: url("/files/fonts/merriweather-sans-v27-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/files/fonts/merriweather-sans-v27-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 600;
  src: url("/files/fonts/merriweather-sans-v27-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/files/fonts/merriweather-sans-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 700;
  src: url("/files/fonts/merriweather-sans-v27-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 800;
  src: url("/files/fonts/merriweather-sans-v27-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Merriweather Sans";
  font-style: italic;
  font-weight: 800;
  src: url("/files/fonts/merriweather-sans-v27-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.bg-primary {
  background-color: #C90C0F;
}

.bg-secondary {
  background-color: #575756;
}

.bg-aksent {
  background-color: #F4F1ED;
}

.bg-danger {
  background-color: #DB162F;
}

.bg-light-gray {
  background-color: #cfcfcf;
}

.text-primary {
  color: #C90C0F;
}

.text-secondary {
  color: #575756;
}

.text-danger {
  color: #DB162F;
}

.text-body {
  color: #303030;
}

.border-primary {
  border-color: #C90C0F;
}

.border-secondary {
  border-color: #575756;
}

.border-danger {
  border-color: #DB162F;
}

.border-light {
  border-color: #cfcfcf;
}

.link-primary {
  color: #C90C0F;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(152.8732394366, 9.1267605634, 11.4084507042);
}

.link-secondary {
  color: #575756;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(61.3526011561, 61.3526011561, 60.6473988439);
}

.link-danger {
  color: #DB162F;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(172.6556016598, 17.3443983402, 37.0539419087);
}

.container-xxl {
  max-width: 1400px;
}

b,
strong {
  font-weight: 500;
}

mark {
  background: none transparent;
  padding: 0.125rem;
  font-weight: 400;
}

blockquote {
  border: none;
  color: #FFFFFF;
}

address {
  font-style: normal;
}

.kh-icon {
  padding-right: 1rem;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.kh-icon:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  background-size: 1rem 1rem;
}
.kh-icon.kh-icon-medium:before {
  width: 1.3rem;
  height: 1.3rem;
  background-size: contain;
}

.kh-icon-background {
  background-size: auto 40%;
  background-position: 0rem;
  background-repeat: no-repeat;
  padding-left: 1rem;
}
.kh-icon-background.kh-icon-medium {
  background-size: auto 75%;
  padding-left: 1.2rem;
}
.kh-icon-background.kh-icon-large {
  background-size: auto 90%;
  padding-left: 1.4rem;
}

.icon-hook, .kh-icon.kh-icon-hook-green-condensed:before,
.kh-icon-background.kh-icon-hook-green-condensed, .kh-icon.kh-icon-hook-black:before,
.kh-icon-background.kh-icon-hook-black, .kh-icon.kh-icon-hook-green:before,
.kh-icon-background.kh-icon-hook-green {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21.311'%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath d='M0 0h20v21.311H0z' style='fill:none'/%3e%3c/clipPath%3e%3c/defs%3e%3cg style='clip-path:url(%23a)'%3e%3cpath d='m1.77-7.6 6.361 5.915 18.505-16.008' style='fill:none%3bstroke:%233f3f42%3bstroke-width:3px' transform='translate(-.002 19.524)'/%3e%3c/g%3e%3c/svg%3e");
}

.kh-icon.kh-icon-logo-facebook:before,
.kh-icon-background.kh-icon-logo-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10.719' height='20'%3e%3cpath fill='white' d='M10.315 0H7.744C4.856 0 2.989 1.932 2.989 4.922v2.269H.404a.406.406 0 0 0-.4.408v3.288a.406.406 0 0 0 .4.408h2.585v8.3a.406.406 0 0 0 .4.408h3.373a.406.406 0 0 0 .4-.408V11.3h3.031a.406.406 0 0 0 .4-.408V7.6a.4.4 0 0 0-.118-.288.4.4 0 0 0-.286-.12H7.171V5.268c0-.925.218-1.394 1.412-1.394h1.732a.406.406 0 0 0 .4-.408V.412a.406.406 0 0 0-.4-.412'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-logo-instagram:before,
.kh-icon-background.kh-icon-logo-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10.719' height='20'%3e%3cpath fill='white' d='M10.315 0H7.744C4.856 0 2.989 1.932 2.989 4.922v2.269H.404a.406.406 0 0 0-.4.408v3.288a.406.406 0 0 0 .4.408h2.585v8.3a.406.406 0 0 0 .4.408h3.373a.406.406 0 0 0 .4-.408V11.3h3.031a.406.406 0 0 0 .4-.408V7.6a.4.4 0 0 0-.118-.288.4.4 0 0 0-.286-.12H7.171V5.268c0-.925.218-1.394 1.412-1.394h1.732a.406.406 0 0 0 .4-.408V.412a.406.406 0 0 0-.4-.412'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-logo-pinterest:before,
.kh-icon-background.kh-icon-logo-pinterest {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15.056' height='20'%3e%3cpath fill='white' d='M14.968 5.561C14.439 1.609 10.628-.4 6.561.067a7.39 7.39 0 0 0-6.554 6.9c-.081 2.345.562 4.1 2.722 4.6.935-1.71-.3-2.084-.495-3.322-.792-5.062 5.651-8.52 9.026-4.982 2.337 2.45.8 9.982-2.967 9.2-3.606-.748 1.766-6.744-1.112-7.92-2.339-.957-3.582 2.925-2.472 4.855-.651 3.319-2.051 6.444-1.484 10.6 1.839-1.38 2.459-4.019 2.967-6.772.924.581 1.419 1.182 2.6 1.276 4.342.35 6.772-4.481 6.176-8.941'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-search:before,
.kh-icon-background.kh-icon-search {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='white' d='M15.5 14h-.79l-.28-.27A6.47 6.47 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14'/%3e%3cpath fill='none' d='M0 0h24v24H0z'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-contact-mail:before,
.kh-icon-background.kh-icon-contact-mail {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='none' d='M0 0h24v24H0z'/%3e%3cpath fill='white' d='M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V8l8 5 8-5zm-8-7L4 6h16z'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-location-search:before,
.kh-icon-background.kh-icon-location-search {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e%3cpath fill='none' d='M0 0h24v24H0z'/%3e%3cpath fill='white' d='M20.94 11A8.994 8.994 0 0 0 13 3.06V1h-2v2.06A8.994 8.994 0 0 0 3.06 11H1v2h2.06A8.994 8.994 0 0 0 11 20.94V23h2v-2.06A8.994 8.994 0 0 0 20.94 13H23v-2zM12 19c-3.87 0-7-3.13-7-7s3.13-7 7-7 7 3.13 7 7-3.13 7-7 7'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-listing:before,
.kh-icon-background.kh-icon-listing,
.kh-icon-background.kh-icon-listing-black,
.kh-icon-background.kh-icon-listing-grey {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cpath fill='currentColor' d='M0 4h4V0H0zm6 12h4v-4H6zm-6 0h4v-4H0zm0-6h4V6H0zm6 0h4V6H6zm6-10v4h4V0zM6 4h4V0H6zm6 6h4V6h-4zm0 6h4v-4h-4z'/%3e%3cpath fill='none' d='M0-4h24v24H0z'/%3e%3c/svg%3e");
}

.kh-icon.kh-icon-star-yellow:before,
.kh-icon.kh-icon-star-grey:before,
.kh-icon-background.kh-icon-star-yellow,
.kh-icon-background.kh-icon-star-grey,
.kh-icon.kh-icon-star-yellowgrey:before,
.kh-icon-background.kh-icon-star-yellowgrey {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 22.27'%3e%3cg style='opacity:.5'%3e%3cpath d='m11.98 0 3.71 7.31L24 8.48l-5.99 5.71 1.38 8.08-7.41-3.83-7.4 3.83 1.41-8.08L0 8.48l8.28-1.17z' style='fill:%23ccc'/%3e%3c/g%3e%3c/svg%3e");
}

.slide-enter {
  height: 0;
  transition: all 5s;
}

.slide-leave-to {
  max-height: 0;
}

.rotate-enter {
  transform: perspective(500px) rotate3d(0, 1, 0, 90deg);
}

.rotate-enter-active,
.rotate-leave-active {
  transition: 0.5s;
}

.rotate-leave-to {
  transform: perspective(500px) rotate3d(0, 1, 0, -90deg);
}

.fly-in-out-slide-leave-active,
.fly-in-out--enter-active {
  transition: 0.5s;
}

.fly-in-out--enter {
  transform: translate(100%, 0);
}

.fly-in-out--leave-to {
  transform: translate(-100%, 0);
}

.expand-enter-active,
.expand-leave-active {
  transition: height 1s ease-in-out;
  overflow: hidden;
}

.expand-enter,
.expand-leave-to {
  height: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(5px);
  opacity: 0;
}

.smooth-enter-active,
.smooth-leave-active {
  transition: opacity 0.25s;
  overflow: hidden;
}

.smooth-enter,
.smooth-leave-to {
  opacity: 0;
}

.bounce-enter-active {
  animation: bounce-in 0.5s;
}

.bounce-leave-active {
  animation: bounce-in 0.5s reverse;
}

@keyframes bounce-in {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateX(10px);
  opacity: 0;
}

.btn.btn-knutzen-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.05s ease-out, color 0.05s ease-out;
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn.btn-knutzen-primary:hover {
  text-decoration: none;
}
.btn.btn-knutzen-primary:focus {
  outline: 0;
  box-shadow: none;
}
.btn.btn-knutzen-primary:disabled, .btn.btn-knutzen-primary.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn.btn-knutzen-primary:hover {
  color: #FFFFFF;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
.btn.btn-knutzen-primary:focus {
  color: #FFFFFF;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
.btn.btn-knutzen-primary:active, .btn.btn-knutzen-primary.active {
  color: #FFFFFF;
  background-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
  border-color: rgb(115.2692307692, 140.8846153846, 16.3653846154);
}
.btn.btn-knutzen-primary:disabled, .btn.btn-knutzen-primary.disabled {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn.btn-knutzen-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.05s ease-out, color 0.05s ease-out;
  color: #a2c617;
  border-color: #a2c617;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn.btn-knutzen-secondary:hover {
  text-decoration: none;
}
.btn.btn-knutzen-secondary:focus {
  outline: 0;
  box-shadow: none;
}
.btn.btn-knutzen-secondary:disabled, .btn.btn-knutzen-secondary.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn.btn-knutzen-secondary:hover {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn.btn-knutzen-secondary:focus {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn.btn-knutzen-secondary:active, .btn.btn-knutzen-secondary.active {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn.btn-knutzen-secondary:disabled, .btn.btn-knutzen-secondary.disabled {
  color: #a2c617;
  background-color: transparent;
}
.btn.btn-knutzen-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.05s ease-out, color 0.05s ease-out;
  color: #FFFFFF;
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.btn.btn-knutzen-ghost:hover {
  text-decoration: none;
}
.btn.btn-knutzen-ghost:focus {
  outline: 0;
  box-shadow: none;
}
.btn.btn-knutzen-ghost:disabled, .btn.btn-knutzen-ghost.disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.btn.btn-knutzen-ghost:hover {
  color: #a2c617;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.child__btn--white .btn {
  color: #ffffff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #101010 !important;
  cursor: pointer;
}
.child__btn--white .btn:hover {
  color: #ffffff;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.child__btn--white .btn:focus {
  color: #ffffff;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.child__btn--white .btn:active, .child__btn--white .btn.active {
  color: #ffffff;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.child__btn--white .btn:disabled, .child__btn--white .btn.disabled {
  color: #ffffff;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-white {
  color: #131200;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #131200;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:focus {
  color: #131200;
  background-color: rgb(235.875, 235.875, 235.875);
  border-color: rgb(229.5, 229.5, 229.5);
}
.btn-white:active, .btn-white.active {
  color: #131200;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(223.125, 223.125, 223.125);
}
.btn-white:disabled, .btn-white.disabled {
  color: #131200;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  color: #131200;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:focus {
  color: #131200;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:active, .btn-outline-white.active {
  color: #131200;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:disabled, .btn-outline-white.disabled {
  color: #FFFFFF;
  background-color: transparent;
}

.btn-ci-green {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-ci-green:hover {
  color: #FFFFFF;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
.btn-ci-green:focus {
  color: #FFFFFF;
  background-color: rgb(133.9615384615, 163.7307692308, 19.0192307692);
  border-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
}
.btn-ci-green:active, .btn-ci-green.active {
  color: #FFFFFF;
  background-color: rgb(124.6153846154, 152.3076923077, 17.6923076923);
  border-color: rgb(115.2692307692, 140.8846153846, 16.3653846154);
}
.btn-ci-green:disabled, .btn-ci-green.disabled {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}

.btn-outline-ci-green {
  color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-ci-green:hover {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-ci-green:focus {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-ci-green:active, .btn-outline-ci-green.active {
  color: #FFFFFF;
  background-color: #a2c617;
  border-color: #a2c617;
}
.btn-outline-ci-green:disabled, .btn-outline-ci-green.disabled {
  color: #a2c617;
  background-color: transparent;
}

.child__a--white a {
  color: #ffffff;
  text-decoration: underline;
}

a[href^="mailto:"]:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
a[href^="mailto:"]:not(.btn)::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  mask-image: url("/files/moebel-hennings/dist/assets/ui/icons/mail.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
}
a[href^="mailto:"]:not(.btn)::after {
  display: none !important;
}

a[href^="tel:"]:not(.btn) {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
a[href^="tel:"]:not(.btn)::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: currentColor;
  mask-image: url("/files/moebel-hennings/dist/assets/ui/icons/phone.svg");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  flex-shrink: 0;
}
a[href^="tel:"]:not(.btn)::after {
  display: none !important;
}

img {
  max-width: 100%;
  height: auto;
}

/**
  Foundation Helper Klassen für Bootstrap Grid
*/
.grid-margin-y > div[class*=col],
.grid-margin-y > div[class*="col-*"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .grid-margin-y > div[class*=col],
  .grid-margin-y > div[class*="col-*"] {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.grid-margin-x > div[class*=col],
.grid-margin-x > div[class*="col-*"] {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .grid-margin-x > div[class*=col],
  .grid-margin-x > div[class*="col-*"] {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.grid-padding-y > div[class*=col],
.grid-padding-y > div[class*="col-*"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .grid-padding-y > div[class*=col],
  .grid-padding-y > div[class*="col-*"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.grid-padding-x > div[class*=col],
.grid-padding-x > div[class*="col-*"] {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .grid-padding-x > div[class*=col],
  .grid-padding-x > div[class*="col-*"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.wp-25 {
  width: 1.5625rem;
}

.wp-50 {
  width: 3.125rem;
}

.wp-75 {
  width: 4.6875rem;
}

.wp-100 {
  width: 6.25rem;
}

.wp-150 {
  width: 9.375rem;
}

.wp-200 {
  width: 12.5rem;
}

.wp-250 {
  width: 15.625rem;
}

hr {
  max-width: 100%;
  width: 100%;
}

*:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 2px !important;
  border-radius: 2px;
  position: relative;
  z-index: 10;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[role=button]:focus-visible,
[tabindex]:focus-visible,
.btn:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 2px !important;
  box-shadow: 0 0 0 4px rgba(0, 102, 255, 0.25);
}

button:focus-visible,
input[type=submit]:focus-visible,
input[type=button]:focus-visible,
.btn:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 3px !important;
  box-shadow: 0 0 0 5px rgba(0, 102, 255, 0.3);
}

input:not([type=submit]):not([type=button]):focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 0px !important;
  border-color: #0066ff !important;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}

a {
  text-decoration: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

figure a,
.news--latest a.blocklink,
.ce_text--lines a.blocklink,
[class*=arc_] a.blocklink,
.card a {
  position: relative;
  display: block;
}
figure a:focus-visible,
.news--latest a.blocklink:focus-visible,
.ce_text--lines a.blocklink:focus-visible,
[class*=arc_] a.blocklink:focus-visible,
.card a:focus-visible {
  outline: none !important;
}
figure a:focus-visible::before,
.news--latest a.blocklink:focus-visible::before,
.ce_text--lines a.blocklink:focus-visible::before,
[class*=arc_] a.blocklink:focus-visible::before,
.card a:focus-visible::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 102, 255, 0.3);
  z-index: 10;
  pointer-events: none;
  border-radius: inherit;
}

.news--latest a.blocklink:focus-visible figure,
.ce_text--lines a.blocklink:focus-visible figure {
  position: relative;
}
.news--latest a.blocklink:focus-visible figure::after,
.ce_text--lines a.blocklink:focus-visible figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 102, 255, 0.2);
  z-index: 10;
  pointer-events: none;
  border-radius: inherit;
}

.content-image a:focus-visible:not(figure a),
#hero a:focus-visible:not(figure a),
[class*=overflow-hidden] a:focus-visible:not(figure a) {
  outline: none !important;
  box-shadow: inset 0 0 0 4px #0066ff !important;
  position: relative;
  z-index: 10;
  border-radius: 4px;
}

.skip-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  transform: translateY(-100%);
}
.skip-navigation .skip-target {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background-color: #303030;
  color: #fff;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 0.25rem;
  font-weight: 500;
  transition: none;
}
.skip-navigation .skip-target:focus {
  position: static;
  width: auto;
  height: auto;
  clip: auto;
  white-space: normal;
  overflow: visible;
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.skip-navigation .skip-target:hover {
  background-color: rgb(22.5, 22.5, 22.5);
  text-decoration: underline;
}
.skip-navigation:focus-within {
  transform: translateY(0);
}

.sr-only, .invisible {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.invisible {
  display: none;
}

.content-image {
  margin-bottom: 2rem;
}
.content-image figure {
  text-align: center;
}
.content-image img {
  max-width: 100%;
}

.content-gallery ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.content-gallery li {
  list-style: none;
}
.content-gallery li figure {
  position: relative;
  margin: 0;
}
.content-gallery li figure figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #C90C0F;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
.content-gallery[class*="--cols-"] ul {
  grid-template-columns: 1fr;
}
.content-gallery[class*="--cols-"] li figure {
  overflow: hidden;
  border-radius: 0;
}
.content-gallery[class*="--cols-"] li figure img, .content-gallery[class*="--cols-"] li figure picture {
  border-radius: inherit;
}
.content-gallery[class*="--cols-"] li:first-child figure {
  border-radius: 2rem 2rem 0 0;
}
.content-gallery[class*="--cols-"] li:last-child figure {
  border-radius: 0 0 2rem 0;
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-2 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-2 li:first-child figure, .content-gallery.content-gallery--cols-2 li:last-child figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-2 li:nth-child(1) figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-2 li:nth-child(2) figure {
    border-radius: 0 2rem 0 0;
  }
  .content-gallery.content-gallery--cols-2 li:nth-last-child(1):nth-child(odd) figure {
    border-radius: 0 0 2rem 2rem;
  }
  .content-gallery.content-gallery--cols-2 li:nth-last-child(1):nth-child(even) figure {
    border-radius: 0 0 2rem 0;
  }
  .content-gallery.content-gallery--cols-2 li:nth-last-child(2):nth-child(even) figure {
    border-radius: 0 0 0 2rem;
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-3 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-3 li:first-child figure, .content-gallery.content-gallery--cols-3 li:last-child figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-3 li:first-child figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-3 li:nth-child(3):nth-last-child(1) figure {
    border-radius: 0 2rem 2rem 0;
  }
  .content-gallery.content-gallery--cols-3 li:nth-child(3):not(:nth-last-child(1)) figure {
    border-radius: 0 2rem 0 0;
  }
  .content-gallery.content-gallery--cols-3 li:last-child:not(:nth-child(3)) figure {
    border-radius: 0 0 2rem 0;
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .content-gallery.content-gallery--cols-4 ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-4 li:first-child figure, .content-gallery.content-gallery--cols-4 li:last-child figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-4 li:nth-child(1) figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-4 li:nth-child(2) figure {
    border-radius: 0 2rem 0 0;
  }
  .content-gallery.content-gallery--cols-4 li:nth-child(4) figure {
    border-radius: 0 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .content-gallery.content-gallery--cols-4 li:nth-child(1) figure, .content-gallery.content-gallery--cols-4 li:nth-child(2) figure, .content-gallery.content-gallery--cols-4 li:nth-child(4) figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-4 li:nth-child(1) figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-4 li:nth-child(4) figure {
    border-radius: 0 2rem 2rem 0;
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .content-gallery.content-gallery--cols-5 ul {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) {
  .content-gallery.content-gallery--cols-5 li:first-child figure, .content-gallery.content-gallery--cols-5 li:last-child figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-child(1) figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-child(3) figure {
    border-radius: 0 2rem 0 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-last-child(1):nth-child(-n+3) figure {
    border-radius: 0 0 2rem 0;
  }
}
@media (min-width: 992px) {
  .content-gallery.content-gallery--cols-5 li:nth-child(1) figure, .content-gallery.content-gallery--cols-5 li:nth-child(3) figure {
    border-radius: 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-child(1) figure {
    border-radius: 2rem 0 0 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-child(5) figure {
    border-radius: 0 2rem 0 0;
  }
  .content-gallery.content-gallery--cols-5 li:last-child:not(:nth-child(5)) figure {
    border-radius: 0 0 2rem 0;
  }
  .content-gallery.content-gallery--cols-5 li:nth-child(5):nth-last-child(1) figure {
    border-radius: 0 2rem 2rem 0;
  }
}
.content-gallery.manufacturer-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .content-gallery.manufacturer-gallery ul {
    gap: 2rem;
  }
}
.content-gallery.manufacturer-gallery ul li {
  width: 9.375rem;
  text-align: center;
  flex: 0 0 auto;
}
.content-gallery.manufacturer-gallery ul li figure {
  height: 5rem;
}
.content-gallery.manufacturer-gallery ul li figure img, .content-gallery.manufacturer-gallery ul li figure svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-text > h1, .content-text > h2, .content-text > h3, .content-text > h4 {
  margin-bottom: 2rem;
}
.content-text.alert {
  padding: 1rem;
}
.content-text.alert ul li {
  list-style: square;
  background: none;
  padding: 0;
}
.content-text .rte > h1, .content-text .rte > h2, .content-text .rte > h3, .content-text .rte > h4 {
  margin-bottom: 2rem;
}
.content-text .rte a:not(.btn) {
  text-decoration: underline;
  color: #303030;
}
.content-text .rte a:not(.btn):hover {
  color: #C90C0F;
  text-decoration: underline;
}
.content-text .rte a:not(.btn):after {
  content: "";
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.125em;
  vertical-align: baseline;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg transform='translate(7.05 7)'%3E%3Cpath d='M9.36967-.48033C9.66256-.773223 10.1374-.773223 10.4303-.48033 10.6966-.214064 10.7208.2026 10.5029.496212L10.4303.58033 .53033 10.4803C.237437 10.7732-.237437 10.7732-.53033 10.4803 -.796597 10.2141-.820803 9.7974-.602948 9.50379L-.53033 9.41967 9.36967-.48033Z'/%3E%3Cpath d='M2.95529-.749981L9.90529-.700981C10.2812-.698331 10.5912-.419425 10.6425-.0571263L10.65.0436052 10.7 6.99461C10.703 7.40881 10.3696 7.747 9.95539 7.75 9.57571 7.75271 9.25989 7.47282 9.2076 7.10711L9.20002 7.00539 9.155.793 2.94471.749981C2.56503.747304 2.25323.462945 2.20615.0965287L2.20002-.00528764C2.2027-.384974 2.48705-.696772 2.85347-.743852L2.95529-.749981Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg transform='translate(7.05 7)'%3E%3Cpath d='M9.36967-.48033C9.66256-.773223 10.1374-.773223 10.4303-.48033 10.6966-.214064 10.7208.2026 10.5029.496212L10.4303.58033 .53033 10.4803C.237437 10.7732-.237437 10.7732-.53033 10.4803 -.796597 10.2141-.820803 9.7974-.602948 9.50379L-.53033 9.41967 9.36967-.48033Z'/%3E%3Cpath d='M2.95529-.749981L9.90529-.700981C10.2812-.698331 10.5912-.419425 10.6425-.0571263L10.65.0436052 10.7 6.99461C10.703 7.40881 10.3696 7.747 9.95539 7.75 9.57571 7.75271 9.25989 7.47282 9.2076 7.10711L9.20002 7.00539 9.155.793 2.94471.749981C2.56503.747304 2.25323.462945 2.20615.0965287L2.20002-.00528764C2.2027-.384974 2.48705-.696772 2.85347-.743852L2.95529-.749981Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
}
.content-text .rte p + h2,
.content-text .rte p + h3,
.content-text .rte p + h4 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.content-text .rte *:last-child {
  margin-bottom: 0;
}
.content-text .rte ul, .content-text .rte ol {
  list-style-position: inside;
}
.content-text .rte ul li {
  list-style-position: inside;
}
.content-text .rte .product-box {
  border: 1px solid #dfdfdf;
}
.content-text .rte .product-box a {
  text-decoration: none;
}
.content-text .content-button {
  margin-top: 2rem;
}
.content-text .content-button .btn {
  display: block;
}
@media (min-width: 768px) {
  .content-text .content-button .btn {
    display: inline-block;
  }
}
.content-text figure img {
  width: 100%;
}
@media (min-width: 768px) {
  .content-text figure img {
    width: auto;
  }
}

.content-text-center {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.content-text-center > h1, .content-text-center > h2, .content-text-center > h3, .content-text-center > h4 {
  display: inline-block;
}
.content-text-center h1 .subline::before, .content-text-center h2 .subline::before, .content-text-center h3 .subline::before, .content-text-center h4 .subline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(8rem, 45%);
  border-top: 2px solid #C90C0F;
  height: 1px;
}

.content-text-max-width {
  max-width: 900px;
}

.content-moon-google-business--reviews {
  overflow: hidden;
}
.content-moon-google-business--reviews > h2 {
  align-items: center;
}
.content-moon-google-business--reviews > h2 .subline::before {
  left: calc(min(8rem, 45%) / 2);
}
.content-moon-google-business--reviews .cardlist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 3rem 1rem;
}
@media (min-width: 992px) {
  .content-moon-google-business--reviews .cardlist {
    padding: 3rem 4rem;
  }
}
.content-moon-google-business--reviews .cardlist .card:nth-child(n+3) {
  display: none;
}
@media (min-width: 992px) {
  .content-moon-google-business--reviews .cardlist .card:nth-child(n+3) {
    display: flex;
  }
}
.content-moon-google-business--reviews .cardlist::before, .content-moon-google-business--reviews .cardlist::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-image: url("/files/moebel-hennings/dist/assets/ui/img/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.content-moon-google-business--reviews .cardlist::before {
  top: 1rem;
  left: 3rem;
}
.content-moon-google-business--reviews .cardlist::after {
  bottom: 1rem;
  right: 3rem;
  transform: rotate(180deg);
}
@media (max-width: 991.98px) {
  .content-moon-google-business--reviews .cardlist {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.content-moon-google-business--reviews .card {
  border-radius: 2rem 2rem 0 2rem;
  background: #ffffff;
  padding: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.content-moon-google-business--reviews .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.content-moon-google-business--reviews .card--primary {
  color: #131200;
}
.content-moon-google-business--reviews .card--primary .stars svg path {
  fill: #ffc107;
}
.content-moon-google-business--reviews .card__header {
  margin-bottom: 1rem;
}
.content-moon-google-business--reviews .card__header .stars {
  display: flex;
  gap: 0.25rem;
  margin: 0;
}
.content-moon-google-business--reviews .card__header .stars svg {
  width: 20px;
  height: 20px;
}
.content-moon-google-business--reviews .card__header .stars svg path {
  fill: #ffc107;
}
.content-moon-google-business--reviews .card__body {
  margin-bottom: 1rem;
}
.content-moon-google-business--reviews .card__body p {
  margin: 0;
  line-height: 1.6;
  font-size: 0.95rem;
}
.content-moon-google-business--reviews .card__footer {
  padding-top: 0.5rem;
}
.content-moon-google-business--reviews .card__footer p {
  margin: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

.mod_newslist {
  padding: 3rem 0;
}
.mod_newslist > h2, .mod_newslist > h2 {
  margin-bottom: 3rem;
  align-items: center;
}
.mod_newslist .news-wrapper,
.mod_newslist .container.news-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 768px) {
  .mod_newslist .news-wrapper,
  .mod_newslist .container.news-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .mod_newslist .news-wrapper,
  .mod_newslist .container.news-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mod_newslist .news--latest {
  background: #ffffff;
  border-radius: 2rem 2rem 2rem 0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  padding: 1.5rem;
  height: 100%;
}
.mod_newslist .news--latest:not(.has-image) {
  background: #C90C0F;
  color: #ffffff;
}
.mod_newslist .news--latest:not(.has-image) .news-headline {
  color: #ffffff;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .mod_newslist .news--latest:not(.has-image) .news-headline {
    font-size: 1.75rem;
  }
}
.mod_newslist .news--latest:not(.has-image) .ce_text p {
  color: rgba(255, 255, 255, 0.9);
}
.mod_newslist .news--latest:not(.has-image)::after {
  color: #ffffff;
}
.mod_newslist .news--latest:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.mod_newslist .news--latest .blocklink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.mod_newslist .news--latest .blocklink:hover {
  text-decoration: none;
  color: inherit;
}
.mod_newslist .news--latest .image_containerfloat_above {
  margin: -1.5rem -1.5rem 1rem -1.5rem;
}
.mod_newslist .news--latest .image_containerfloat_above picture, .mod_newslist .news--latest .image_containerfloat_above img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.mod_newslist .news--latest .news-headline {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #101010;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .mod_newslist .news--latest .news-headline {
    font-size: 1.375rem;
  }
}
.mod_newslist .news--latest .ce_text {
  padding-bottom: 1rem;
}
.mod_newslist .news--latest .ce_text p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #505050;
  margin: 0;
}
@media (min-width: 768px) {
  .mod_newslist .news--latest .ce_text p {
    font-size: 1rem;
  }
}
.mod_newslist .news--latest::after {
  position: absolute;
  bottom: 1rem;
  right: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #C90C0F;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
}
.mod_newslist .news--latest:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.mod_newsreader {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mod_newsreader .back {
  display: none;
}
.mod_newsreader .news-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.mod_newsreader .news-image figure {
  position: relative;
  overflow: hidden;
  border-radius: 2rem 0 2rem 2rem;
}

.layout_full > *:not(.meta) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.layout_full figure {
  position: relative;
}
.layout_full figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #C90C0F;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}

.content-text--banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content-text--banner {
    flex-direction: row-reverse;
  }
}
.content-text--banner > h1, .content-text--banner h2, .content-text--banner h3, .content-text--banner h4, .content-text--banner h5, .content-text--banner h6 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .content-text--banner > h1, .content-text--banner h2, .content-text--banner h3, .content-text--banner h4, .content-text--banner h5, .content-text--banner h6 {
    margin-bottom: 1.5rem;
  }
}
.content-text--banner.text-light a:hover {
  color: #303030 !important;
}
.content-text--banner .banner-content {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 576px) {
  .content-text--banner .banner-content {
    width: 50%;
  }
}
.content-text--banner figure {
  margin: 0;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 576px) {
  .content-text--banner figure img {
    height: 100%;
    min-width: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
}
.content-text--banner .content-button {
  margin-top: 1rem;
}

.nav .button,
.nav a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.nav .active strong {
  font-weight: normal;
}

.navigation--mobile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background-color: #ffffff;
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 0.5rem;
  z-index: 1000;
  box-shadow: 0px -15px 18px 7px rgba(0, 0, 0, 0.14);
  line-height: 1.1;
}
@media (min-width: 768px) {
  .navigation--mobile {
    display: none;
  }
}
.navigation--mobile .action {
  display: flex;
  width: 20%;
  color: #303030;
  border: none;
  padding: 0;
}
.navigation--mobile .action cartwidget {
  display: none;
}
.navigation--mobile .action-button {
  text-align: center;
  background-color: transparent;
  width: 100%;
  color: #303030;
  border: none;
  padding: 0;
  outline: none;
}
.navigation--mobile .action-button:active, .navigation--mobile .action-button:focus {
  outline: none;
  color: #C90C0F;
  text-decoration: none;
}
.navigation--mobile .action-button:active .action-icon, .navigation--mobile .action-button:focus .action-icon {
  color: #C90C0F;
}
.navigation--mobile .action-button p {
  margin-bottom: 0;
  font-size: 0.75rem;
}
.navigation--mobile .action-button svg {
  margin-left: auto;
  margin-right: auto;
  display: block;
  fill: currentColor;
  stroke: currentColor;
  width: 2rem;
  height: 2rem;
}
.navigation--mobile .action-icon {
  color: #161616;
  display: inline-block;
}
.navigation--mobile .action-icon--cart {
  position: relative;
}
.navigation--mobile .action-icon--cart .badge {
  position: absolute;
  right: -1rem;
  top: -0.25rem;
}

.search {
  position: absolute;
  right: 2.5rem;
  top: 0.5rem;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  padding: 0;
  background-size: cover;
}

.action-mobilenav {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
}

.burger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.05s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  max-height: 1.5rem;
}
.burger.is-active .burger-inner {
  background-color: #FFFFFF;
}
.burger.is-active .burger-inner::before, .burger.is-active .burger-inner::after {
  background-color: #FFFFFF;
}

.burger-box {
  width: 2rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}

.burger-inner {
  display: block;
  top: 50%;
  width: 2rem;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.05s;
  transition-timing-function: ease;
}
.burger-inner::before, .burger-inner::after {
  width: 2rem;
  height: 3px;
  background-color: #FFFFFF;
  border-radius: 3px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.05s;
  transition-timing-function: ease;
}
.burger-inner::before, .burger-inner::after {
  content: "";
  display: block;
}
.burger-inner::before {
  top: -10px;
}
.burger-inner::after {
  bottom: -10px;
}

.burger--spring .burger-inner {
  top: 0px;
  transition: background-color 0s 0.13s linear;
}
.burger--spring .burger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger--spring .burger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger--spring.is-active .burger-inner {
  transition-delay: 0.1s;
  background-color: transparent !important;
}
.burger--spring.is-active .burger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.burger--spring.is-active .burger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.burger--spring-r .burger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.05s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger--spring-r .burger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), linear;
}
.burger--spring-r .burger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.burger--spring-r.is-active .burger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.1s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.burger--spring-r.is-active .burger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), linear;
}
.burger--spring-r.is-active .burger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation-top {
  text-align: right;
}
.navigation-top ul {
  justify-content: flex-end;
}
.navigation-top a,
.navigation-top strong {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-style: normal;
  letter-spacing: 0.0625rem;
  font-weight: 300;
}
.navigation-top li a,
.navigation-top li strong {
  padding-left: 0;
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .navigation-top li a,
  .navigation-top li strong {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.navigation-top li:last-of-type a,
.navigation-top li:last-of-type strong {
  padding-right: 0;
}
.navigation-top strong {
  color: #a2c617;
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
@media (min-width: 768px) {
  .navigation-top a,
  .navigation-top strong {
    font-size: 1rem;
    padding: 2rem;
  }
}

.header-top-info .header-google-rezensionen {
  margin-right: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-top-info .header-google-rezensionen .star {
  width: 1rem;
  height: 1rem;
  background-size: 90%;
  background-position: center;
  display: inline;
}
.header-top-info .header-google-rezensionen a {
  display: flex;
  padding-left: 0;
  padding-right: 0.5rem;
}
.header-top-info .header-google-rezensionen a span {
  margin-left: 0.2rem;
}
.header-top-info .header-google-rezensionen p {
  display: flex;
  margin-bottom: 0;
}

.navigation-container {
  position: relative;
  width: 100%;
}

.nav-mobile-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: white;
  border: none;
  padding: 0.75rem;
  margin-left: auto;
  cursor: pointer;
  color: #303030;
  font-size: 1rem;
  position: relative;
  z-index: 1000;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.navigation-main.is-active ~ .header-content .nav-mobile-toggle, .navigation-main.is-active ~ * .nav-mobile-toggle, .is-active ~ * .nav-mobile-toggle {
  z-index: 1002;
  position: relative;
}
.nav-mobile-toggle:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 2px !important;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .nav-mobile-toggle {
    display: none;
  }
}

.nav-mobile-toggle-icon {
  display: flex;
  flex-direction: column;
  width: 24px;
  height: 18px;
  justify-content: space-between;
}
.nav-mobile-toggle-icon span {
  width: 100%;
  height: 2px;
  background-color: currentColor;
  border-radius: 1px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle-icon span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle-icon span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.nav-mobile-toggle[aria-expanded=true] .nav-mobile-toggle-icon span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.navigation-main {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #ffffff 0%, #fafafa 100%);
  z-index: 999;
  overflow-y: auto;
  padding: 1rem 1.5rem 2rem;
  text-align: left;
  margin: 0;
  top: var(--header-height, 120px);
}
.navigation-main.is-active {
  display: block;
}
@media (min-width: 768px) {
  .navigation-main {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    background: none;
    box-shadow: none;
    z-index: auto;
    max-height: none;
    overflow-y: visible;
    padding: 0;
    margin: 0;
  }
}
.navigation-main a, .navigation-main button {
  font-family: "Merriweather Sans", sans-serif, serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.25px;
  color: #303030;
}
@media (min-width: 768px) {
  .navigation-main a, .navigation-main button {
    font-size: 1.0625rem;
    font-weight: 300;
  }
}
.navigation-main a:hover, .navigation-main button:hover {
  text-decoration: none;
  color: #C90C0F;
}
@media (min-width: 768px) {
  .navigation-main a:hover, .navigation-main button:hover {
    text-decoration: underline;
  }
}
.navigation-main a:focus-visible, .navigation-main button:focus-visible {
  outline: 3px solid #0066ff !important;
  outline-offset: 2px !important;
  border-radius: 2px;
}
.navigation-main .active > a,
.navigation-main .active > button {
  color: #C90C0F;
  text-decoration: none;
}
.navigation-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .navigation-main ul {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
}
.navigation-main .level_1 > .nav-item {
  position: relative;
}
@media (min-width: 768px) {
  .navigation-main .level_1 > .nav-item:last-child {
    margin-right: 0;
  }
}
.navigation-main .nav-toggle {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .navigation-main .nav-toggle {
    width: auto;
  }
}
.navigation-main .nav-toggle::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 1rem;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' baseProfile='tiny' version='1.2' viewBox='0 0 26.4 26.4'%3e%3cpath fill='none' stroke='%23A2C617' stroke-width='5' d='m1.8 7.5 11.4 11.4L24.6 7.5'/%3e%3c/svg%3e");
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  transition: transform 0.3s ease;
}
.navigation-main .nav-toggle[aria-expanded=true] {
  color: #C90C0F;
}
.navigation-main .nav-toggle[aria-expanded=true]::after {
  transform: rotate(180deg);
}
@media (min-width: 768px) {
  .navigation-main .nav-toggle[aria-expanded=true]::after {
    transform: translateY(-50%) rotate(180deg);
  }
}
.navigation-main .nav-link-mobile {
  display: block;
  padding: 1rem 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 768px) {
  .navigation-main .nav-link-mobile {
    display: none;
  }
}
.navigation-main .nav-link {
  display: block;
  text-decoration: none;
  padding: 0.5rem;
}
.navigation-main .nav-link.submenu {
  padding: 0.5rem 2rem 0.5rem 0.5rem;
}
.navigation-main .nav-submenu {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    min-width: max-content;
    width: auto;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  }
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu.submenu-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu.submenu-center {
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
  }
  .navigation-main .nav-submenu.submenu-center[aria-hidden=false] {
    transform: translateX(-50%) translateY(0);
  }
}
.navigation-main .nav-submenu[aria-hidden=false] {
  max-height: 1000px;
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu[aria-hidden=false] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu[aria-hidden=false].submenu-center {
    transform: translateX(-50%) translateY(0);
  }
}
.navigation-main .nav-submenu-container {
  padding: 0.5rem 0 0.5rem 0;
  background: rgba(48, 48, 48, 0.02);
  margin: 0 -1.5rem;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .navigation-main .nav-submenu-container {
    padding: 1rem;
    background: none;
    margin: 0;
  }
}
.navigation-main .level_2 {
  flex-direction: column !important;
  align-items: stretch;
}
.navigation-main .level_2 .nav-item {
  margin: 0;
}
.navigation-main .level_2 .nav-link {
  padding: 0.5rem 0;
  font-size: 0.9375rem;
  width: 100%;
  display: block;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .navigation-main .level_2 .nav-link {
    padding: 0.5rem 0.75rem;
  }
  .navigation-main .level_2 .nav-link:hover {
    background: rgba(201, 12, 15, 0.05);
    border-radius: 3px;
  }
}
.navigation-main .has-submenu {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .navigation-main .has-submenu:focus-within .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media (max-width: 767.98px) {
  body:has(.navigation-main.is-active) {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  background: none;
  font-size: 0.875rem;
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    font-size: 1rem;
  }
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .breadcrumb li {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb li[aria-current] {
    display: flex;
  }
}
.breadcrumb a {
  font-weight: 300;
}
.breadcrumb .first {
  font-weight: 300;
}
.breadcrumb .is-active {
  font-weight: 300;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 12px;
  vertical-align: middle;
  color: #4a4a49;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.569726 11.418C0.450976 11.418 0.332227 11.3742 0.238477 11.2804C0.0572266 11.0992 0.0572266 10.7992 0.238477 10.618L4.3135 6.54295C4.6135 6.24295 4.6135 5.75545 4.3135 5.45545L0.238477 1.38047C0.0572266 1.19922 0.0572266 0.899219 0.238477 0.717969C0.419727 0.536719 0.719726 0.536719 0.900976 0.717969L4.976 4.79295C5.29475 5.1117 5.476 5.54295 5.476 5.9992C5.476 6.45545 5.301 6.8867 4.976 7.20545L0.900976 11.2804C0.807226 11.3679 0.688476 11.418 0.569726 11.418Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 6 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.569726 11.418C0.450976 11.418 0.332227 11.3742 0.238477 11.2804C0.0572266 11.0992 0.0572266 10.7992 0.238477 10.618L4.3135 6.54295C4.6135 6.24295 4.6135 5.75545 4.3135 5.45545L0.238477 1.38047C0.0572266 1.19922 0.0572266 0.899219 0.238477 0.717969C0.419727 0.536719 0.719726 0.536719 0.900976 0.717969L4.976 4.79295C5.29475 5.1117 5.476 5.54295 5.476 5.9992C5.476 6.45545 5.301 6.8867 4.976 7.20545L0.900976 11.2804C0.807226 11.3679 0.688476 11.418 0.569726 11.418Z' fill='%23000'/%3E%3C/svg%3E") no-repeat center/contain;
  background-image: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
    margin: 0 0.5rem;
  }
}

#footer .nav-link {
  line-height: 1.2rem;
  padding: 0 0 0.6rem 0;
}
#footer .navigation-footer-last ul {
  text-align: center;
  justify-content: center;
}
@media (min-width: 768px) {
  #footer .navigation-footer-last ul {
    text-align: right;
    justify-content: flex-end;
  }
}
#footer .navigation-footer-last ul a,
#footer .navigation-footer-last ul strong {
  text-transform: uppercase;
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0.0625rem;
  font-weight: 300;
  padding: 0.5rem;
}
#footer .navigation-footer-last ul .nav-link:hover, #footer .navigation-footer-last ul .nav-link:focus {
  text-decoration: underline;
}
#footer .navigation-footer-last ul .active > a {
  background: transparent;
  text-decoration: none;
  color: #a2c617;
}

.nav-flying {
  display: none;
}

h1,
h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}

h3,
h4,
h5,
h6 {
  font-family: "Merriweather", sans-serif;
  font-weight: 400;
  word-wrap: break-word;
}

h1, h2, h3, h4 {
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
h1 .subline, h2 .subline, h3 .subline, h4 .subline {
  display: block;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  margin-top: 0.75rem;
  padding-top: 1rem;
  letter-spacing: -0.25px;
  font-style: italic;
  color: #4a4a49;
}
h1 .subline::before, h2 .subline::before, h3 .subline::before, h4 .subline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: min(8rem, 45%);
  border-top: 2px solid #C90C0F;
  height: 1px;
}

h1 .subline {
  font-size: 1.6875rem;
}

h2 .subline {
  font-size: 1.3125rem;
}

h3 .subline {
  font-size: 1.03125rem;
}

h4 .subline {
  font-size: 0.84375rem;
}

h5 .subline {
  font-size: 0.75rem;
}

h6 .subline {
  font-size: 0.65625rem;
}

#hero .content-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
#hero .content-image figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 2rem 0 2rem 2rem;
  text-align: left;
}
#hero .content-image figure::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
#hero .content-image figure picture,
#hero .content-image figure img {
  width: 100%;
  height: auto;
  display: block;
}
#hero .content-image figure figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem;
  z-index: 2;
}
@media (min-width: 768px) {
  #hero .content-image figure figcaption {
    padding: 2.5rem;
    max-width: 65%;
  }
}
#hero .content-image figure figcaption .hero-title {
  background-color: #C90C0F;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  display: inline-block;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
#hero .content-image figure figcaption .hero-text {
  line-height: 1.2;
  font-weight: 400;
  font-family: "Merriweather Sans", sans-serif;
  font-size: 2rem;
}
@media (min-width: 768px) {
  #hero .content-image figure figcaption .hero-text {
    font-size: 2.625rem;
  }
}
@media (min-width: 992px) {
  #hero .content-image figure figcaption .hero-text {
    font-size: 3.25rem;
  }
}
#hero .content-image figure figcaption span {
  display: block;
  font-family: "Merriweather Sans", sans-serif;
  font-weight: 300;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  #hero .content-image figure figcaption span {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  #hero .content-image figure figcaption span {
    font-size: 2.625rem;
  }
}
#hero .content-image figure figcaption strong {
  display: block;
  font-weight: 500;
}

.app-modal {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .app-modal {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.app-modal h1 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.app-modal h1:after {
  content: "";
  height: 0.125rem;
  background-color: #a2c617;
  margin-top: 0.5rem;
  max-width: 40%;
  display: block;
}

.app-modal__header {
  color: #131200;
  text-align: right;
  z-index: 1;
  display: flex;
}

.app-modal__body {
  position: relative;
  margin-top: 1rem;
}

.app-modal__toolbar--bottom {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  .app-modal__toolbar--bottom {
    margin: 0;
    position: fixed;
    bottom: 4rem;
    display: block;
    z-index: 1100;
    box-shadow: 0px -15px 18px 7px rgba(0, 0, 0, 0.14);
    width: 100%;
    background-color: #fff;
    padding: 0.5rem;
    border-bottom: 1px solid #303030;
  }
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #707070;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #707070;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.form-select:focus {
  border-color: #101010;
  outline: 0;
  box-shadow: none;
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

.form-control {
  color: #707070;
  border-color: #707070;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #101010;
  box-shadow: none;
}
.form-control::placeholder {
  color: #c3c3c3;
}

.form-text {
  font-size: 0.875rem;
  color: #6c757d;
  margin-top: 0.25rem;
  line-height: 1.4;
}

label span.mandatory,
legend span.mandatory {
  color: #6c757d;
  margin-left: 0.25rem;
  font-weight: normal;
}

.modal .form-label {
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
  width: 100%;
}
.modal .form-text {
  font-size: 0.8125rem;
  margin-top: 0.375rem;
}

.widget.error .form-label,
.mb-3.error .form-label {
  color: var(--bs-danger, #dc3545) !important;
}
.widget.error .form-label span.mandatory,
.mb-3.error .form-label span.mandatory {
  color: var(--bs-danger, #dc3545) !important;
}
.widget.error .form-control,
.widget.error .form-select,
.mb-3.error .form-control,
.mb-3.error .form-select {
  border-color: var(--bs-danger, #dc3545) !important;
}
.widget.error .form-control:focus,
.widget.error .form-select:focus,
.mb-3.error .form-control:focus,
.mb-3.error .form-select:focus {
  border-color: var(--bs-danger, #dc3545) !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

p.error {
  color: var(--bs-danger, #dc3545);
  font-size: 0.875rem;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}

.image_container.float_above img,
.image_container.float_below img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .image_container.float_above img,
  .image_container.float_below img {
    display: block;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .image_container.float_right img,
  .image_container.float_left img {
    display: block;
    width: 100%;
  }
}

.ce_text {
  overflow: hidden;
}

.image_container {
  overflow: hidden;
}
.image_container img {
  transition: all 0.4s linear;
  min-width: 1px;
  min-height: 1px;
  width: 100%;
}
.image_container:hover img {
  transform: scale(1.03);
}

.scale-image img {
  transform: scale(1.03);
  width: 100%;
  height: auto;
  transition: all 0.4s linear;
  animation-name: fade-img;
  animation-duration: 4s;
}
.scale-image img .fade-img {
  animation-name: fade-img;
  animation-duration: 4s;
}
@keyframes fade-img {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.image_abovefold_container .image_container__inner {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.image_abovefold_container .image_container__inner .image_container__headlines {
  padding: 2rem 0 0 0;
  flex-shrink: 0;
  z-index: 200;
  max-width: 30rem;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.image_abovefold_container .image_container__inner .image_container__headlines .image_container__headline {
  background-color: #a2c617;
}
.image_abovefold_container .image_container__inner .image_container__headlines .image_container__subline:before {
  width: 31%;
  content: "";
  display: block;
  border-top: 0.125rem solid #FFFFFF;
  height: 1rem;
  margin: 0;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .image_abovefold_container .image_container__inner .image_container__headlines .image_container__subline:before {
    margin: 0 auto;
  }
}
.image_abovefold_container .image_container__inner .image_container__headlines .image_container__subline {
  font-family: "Merriweather", sans-serif;
  font-style: italic;
}
.image_abovefold_container .image_container__inner .image_container__headlines .image_container__headline,
.image_abovefold_container .image_container__inner .image_container__headlines .image_container__subline {
  display: inline;
  color: #FFFFFF;
}

.lp_icon--block-25p {
  text-align: center;
  width: 100%;
}
.lp_icon--block-25p img {
  max-height: 6.25rem;
}
@media (max-width: 767.98px) {
  .lp_icon--block-25p img {
    max-height: 3.75rem;
  }
}
.lp_icon--block-25p figcaption {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  font-family: "Merriweather", sans-serif;
  font-style: italic;
}

@media (min-width: 992px) {
  .image--width-75 img {
    max-width: 75%;
  }
}

.imagelist {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(300px, auto);
  border-radius: 2rem 2rem 2rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .imagelist {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(250px, auto);
  }
}
@media (min-width: 992px) {
  .imagelist {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(200px, auto);
  }
}
.imagelist .content-image {
  position: relative;
  overflow: hidden;
  min-height: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .imagelist .content-image:has(.imagelist-img--full) {
    grid-column: span 2;
  }
  .imagelist .content-image:has(.imagelist-img--large) {
    grid-row: span 2;
  }
}
@media (min-width: 992px) {
  .imagelist .content-image:has(.imagelist-img--full) {
    grid-column: span 3;
  }
  .imagelist .content-image:has(.imagelist-img--wide) {
    grid-column: span 2;
  }
  .imagelist .content-image:has(.imagelist-img--large) {
    grid-row: span 2;
  }
}
.imagelist .content-image figure {
  margin: 0;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.imagelist .content-image figure a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.imagelist .content-image figure a:hover img {
  transform: scale(1.05);
}
.imagelist .content-image figure picture, .imagelist .content-image figure img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transition: transform 300ms ease;
}
.imagelist .content-image figure figcaption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background-color: #C90C0F;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
@media (max-width: 767.98px) {
  .imagelist .content-image figure picture, .imagelist .content-image figure img {
    aspect-ratio: 4/3;
  }
}

.iconlist .content-text.media:not([class*=content-text--]) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
}
.iconlist .content-text.media:not([class*=content-text--]) figure {
  flex: 0 1 5rem;
  position: relative;
  max-width: 3.5rem;
  margin: 0.25rem 0 0;
}
@media (min-width: 768px) {
  .iconlist .content-text.media:not([class*=content-text--]) figure {
    max-width: 4rem;
  }
}
.iconlist .content-text.media:not([class*=content-text--]) figure::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 75%;
  height: 75%;
  background-color: #F5F1EC;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
  z-index: -1;
}
.iconlist .content-text.media:not([class*=content-text--]) figure img {
  display: block;
  position: relative;
  z-index: 1;
}
.iconlist .content-text.media:not([class*=content-text--]) .content {
  flex: 1;
}
.iconlist .content-text.media:not([class*=content-text--]) .rte {
  color: #4a4a49;
}
.iconlist .content-text.media:not([class*=content-text--]) .rte > h2, .iconlist .content-text.media:not([class*=content-text--]) .rte > h3, .iconlist .content-text.media:not([class*=content-text--]) .rte > h4 {
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
}
.iconlist .content-text.media:not([class*=content-text--]) .rte p {
  margin: 0;
  line-height: 1.4;
}

.overlay {
  position: fixed;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 3px;
  border: none;
  box-shadow: none;
}
.card.card-shadow {
  box-shadow: 0 0.125rem 0.25rem rgba(16, 16, 16, 0.075);
}
.card.card-shadow-hover {
  transition: box-shadow 0.3s ease-in-out;
}
.card.card-shadow-hover:hover {
  box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.15);
}
.card.card-rounded {
  border-radius: 2rem;
}
.card.card-rounded-sm {
  border-radius: 0.5rem;
}
.card.card-rounded-lg {
  border-radius: 3rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 3rem;
  border: none;
}
.card-body.card-body-sm {
  padding: 2rem;
}
.card-body.card-body-lg {
  padding: 4rem;
}

.card-header {
  background-color: transparent;
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
  padding: 3rem;
}
.card-header:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid rgb(247.35, 247.35, 247.35);
  padding: 3rem;
}
.card-footer:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}

.card-title {
  font-family: "Merriweather", sans-serif;
  color: #101010;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  margin-bottom: 2rem;
  border-color: rgb(201.3673469388, 201.3673469388, 200.6326530612);
}

.card-text {
  margin-bottom: 2rem;
}
.card-text:last-child {
  margin-bottom: 0;
}

.card-primary {
  border-left: 4px solid #a2c617;
}

.card-secondary {
  border-left: 4px solid #4a4a49;
}

.card-danger {
  border-left: 4px solid #C90C0F;
}

.card-tabs .nav-link {
  font-weight: 400;
  border-bottom-width: 0.125rem;
  line-height: 1.35;
  padding-bottom: 1rem;
  color: #4a4a49;
  border-bottom-color: transparent;
  transition: 0.3s ease-in-out;
}
.card-tabs .nav-link:hover, .card-tabs .nav-link:focus {
  color: #a2c617;
}
.card-tabs .nav-link.active {
  color: #a2c617;
  border-bottom-color: #a2c617;
}
@media (min-width: 576px) {
  .card-tabs .nav-link {
    padding: 0.5rem;
  }
}

.card-img,
.card-img-top,
.card-img-bottom {
  border-radius: 0;
}

.card-img-overlay {
  padding: 3rem;
  border-radius: 0.5rem;
  background: linear-gradient(45deg, rgba(16, 16, 16, 0.6), rgba(16, 16, 16, 0.3));
}
.card-img-overlay .card-title,
.card-img-overlay .card-text {
  color: #FFFFFF;
}

iframe {
  max-width: 100%;
  width: 100%;
}

.content-text.media:not([class*=content-text--]) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 4rem;
  width: 100%;
  flex-wrap: wrap;
}
.content-text.media:not([class*=content-text--]) .rte {
  flex: 1;
}
.content-text.media:not([class*=content-text--]) h1, .content-text.media:not([class*=content-text--]) h2, .content-text.media:not([class*=content-text--]) h3, .content-text.media:not([class*=content-text--]) h4, .content-text.media:not([class*=content-text--]) h5, .content-text.media:not([class*=content-text--]) h6 {
  width: 100%;
  display: block;
  flex: 1 0 100%;
}
.content-text.media:not([class*=content-text--]).media--above {
  flex-direction: column;
}
.content-text.media:not([class*=content-text--]).media--below {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  .content-text.media:not([class*=content-text--]).media--left {
    flex-direction: row;
  }
  .content-text.media:not([class*=content-text--]).media--right {
    flex-direction: row-reverse;
  }
}
.content-text.media:not([class*=content-text--]) > figure {
  margin: 0;
  flex: 0 1 50%;
  width: 100%;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .content-text.media:not([class*=content-text--]) > figure {
    max-width: 50%;
    width: auto;
  }
}
.content-text.media:not([class*=content-text--]) > figure picture, .content-text.media:not([class*=content-text--]) > figure img {
  display: block;
  width: 100%;
  height: auto;
}
.content-text.media:not([class*=content-text--]) > .content-text {
  flex: 1 1 0;
  min-width: 0;
}

.container-small {
  max-width: 900px;
}

header {
  border-bottom: 1px solid var(--header-border-color);
  margin-bottom: 1rem;
}

.module-page-header {
  width: 100%;
  background-color: var(--header-bg-color);
  position: relative;
  z-index: 500;
}
@media (min-width: 768px) {
  .module-page-header {
    position: relative;
  }
}

@media (max-width: 767.98px) {
  body:has(.navigation-main.is-active) .module-page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
  }
}
.page-header-top {
  background-color: var(--header-top-bg-color);
}
.page-header-top .container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-top-left,
.header-top-right {
  color: var(--header-top-color);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  column-gap: 2rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  margin: 0;
}
.header-top-left li,
.header-top-right li {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}

.header-top-left .content-moon-google-business {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  column-gap: 0.5rem;
}
@media (min-width: 768px) {
  .header-top-left .content-moon-google-business {
    column-gap: 1rem;
  }
}
.header-top-left .content-moon-google-business .stars {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  column-gap: 0.25rem;
}
.header-top-left .content-moon-google-business .stars svg {
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 768px) {
  .header-top-left .content-moon-google-business .stars svg {
    width: 1rem;
    height: 1rem;
  }
}
.header-top-left .has-icon {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  column-gap: 0.5rem;
}
.header-top-left .has-icon:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.625' height='14.312'%3E%3Cpath d='m.822 8.16 3.07 4.437 8.93-12' fill='none' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") no-repeat center;
}

.header-top-right a {
  color: var(--header-top-color);
  text-decoration: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-top-right a img {
  filter: brightness(0) invert(1);
}
.header-top-right a:hover {
  color: var(--header-top-color);
  text-decoration: underline;
}

.page-header {
  padding: 1rem 0;
}
.page-header .container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-header .header-nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .page-header .header-nav {
    flex: none;
  }
}
.page-header .header-actions {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  order: 2;
  justify-self: flex-end;
  justify-content: flex-end;
  justify-items: flex-end;
}
@media (min-width: 768px) {
  .page-header .header-actions {
    flex-grow: 0;
  }
}
.page-header .header-actions .header-contact-btn {
  padding-left: 0;
}
@media (max-width: 767.98px) {
  .page-header .header-actions .header-branch-btn {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .page-header .header-actions {
    order: 3;
  }
}
.page-header .header-action.action-mobilenav p {
  margin-top: -0.45rem;
}
.page-header .header-action p {
  font-weight: 400;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-header .header-action p {
    font-size: 0.75rem;
    padding: 0.5rem 0 0 0;
  }
}
.page-header .header-action:hover p {
  color: var(--primary);
}
.page-header .header-action svg {
  stroke: currentColor;
  fill: currentColor;
}

.header-logo {
  display: block;
  max-width: 10rem;
}
@media (min-width: 576px) {
  .header-logo {
    max-width: 14rem;
  }
}

.header-actions {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  column-gap: 1rem;
}

.header-action-link {
  color: var(--dark);
}
.header-action-link:hover {
  color: var(--primary);
  text-decoration: none;
}

.header-action-icon {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.header-action-icon svg {
  display: block;
  max-width: 2.5rem;
}
.header-action-icon figcaption {
  font-size: 0.75rem;
  margin-top: 0.25rem;
  display: block;
  width: 100%;
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

main .mod_article {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  main .mod_article {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  main .mod_article {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
main .mod_article:first-child {
  padding-top: 2rem;
}

footer {
  background-color: #4a4a49;
  color: #f2f2f2;
}
footer a {
  color: #f2f2f2;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
footer a:hover {
  color: #f2f2f2;
  text-decoration: underline !important;
  opacity: 1;
}
footer h2, footer p, footer a {
  opacity: 0.75;
}
footer .opening-hours p,
footer .contact a {
  opacity: 1;
}
footer .nav {
  margin-top: 1rem;
}
footer .nav a, footer .nav-strong, footer .nav-link {
  padding: 0.5rem 0;
}

.page-footer-top {
  padding: 0.5rem 0;
}

.page-footer-social-link {
  transition: opacity 0.3s ease;
  gap: 1rem;
}
.page-footer-social-link a {
  display: inline-block;
  padding: 0.25rem;
}
.page-footer-social-link svg {
  width: 1.5rem;
  height: 1.5rem;
}

.page-footer {
  padding: 2rem 1rem;
}
.page-footer h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #f2f2f2;
}
.page-footer .logo svg {
  width: 200px;
}
.page-footer .address {
  margin-bottom: 1rem;
}
.page-footer .contact {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-footer .contact {
    margin-bottom: 0;
  }
}
.page-footer .mod_customnav,
.page-footer .col-company-info > *:not(.logo):not(.contact) {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .page-footer .mod_customnav,
  .page-footer .col-company-info > *:not(.logo):not(.contact) {
    margin-bottom: 2rem;
  }
}
.page-footer .nav {
  padding-left: 0;
}

.page-footer-bottom {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #2c2c2b;
  color: #f2f2f2;
}
.page-footer-bottom .row {
  width: 100%;
}
.page-footer-bottom .col-12 {
  display: flex;
  justify-content: flex-end;
}
.page-footer-bottom > .container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-footer-bottom .nav {
  justify-content: flex-end;
  gap: 1rem;
}
.page-footer-bottom .nav a, .page-footer-bottom .nav strong {
  padding-top: 0;
  padding-bottom: 0;
}
.page-footer-bottom .info-copyright {
  margin: 0;
}
.page-footer-bottom .bottom-links {
  align-items: flex-end;
}

h1.text-center,
h2.text-center,
h3.text-center,
h4.text-center,
h5.text-center,
h6.text-center {
  display: flex;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
}

.max-w-md {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.margin-top-none {
  margin-top: 0;
}
@media (min-width: 768px) {
  .margin-top-none {
    margin-top: 0;
  }
}

.margin-top-h {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .margin-top-h {
    margin-top: 0.5rem;
  }
}

.margin-top-1 {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .margin-top-1 {
    margin-top: 1rem;
  }
}

.margin-top-1h {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .margin-top-1h {
    margin-top: 1.5rem;
  }
}

.margin-top-2 {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .margin-top-2 {
    margin-top: 2rem;
  }
}

.margin-top-3 {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .margin-top-3 {
    margin-top: 3rem;
  }
}

.margin-top-4 {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .margin-top-4 {
    margin-top: 4rem;
  }
}

.margin-top-5 {
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .margin-top-5 {
    margin-top: 5rem;
  }
}

.margin-top-6 {
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .margin-top-6 {
    margin-top: 6rem;
  }
}

.margin-top-7 {
  margin-top: 3.5rem;
}
@media (min-width: 768px) {
  .margin-top-7 {
    margin-top: 7rem;
  }
}

.margin-top-8 {
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .margin-top-8 {
    margin-top: 8rem;
  }
}

.margin-top-9 {
  margin-top: 4.5rem;
}
@media (min-width: 768px) {
  .margin-top-9 {
    margin-top: 9rem;
  }
}

.margin-top-10 {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .margin-top-10 {
    margin-top: 10rem;
  }
}

.margin-top-11 {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .margin-top-11 {
    margin-top: 11rem;
  }
}

.margin-top-12 {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .margin-top-12 {
    margin-top: 12rem;
  }
}

.margin-right-none {
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-right-none {
    margin-right: 0;
  }
}

.margin-right-h {
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .margin-right-h {
    margin-right: 0.5rem;
  }
}

.margin-right-1 {
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .margin-right-1 {
    margin-right: 1rem;
  }
}

.margin-right-1h {
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .margin-right-1h {
    margin-right: 1.5rem;
  }
}

.margin-right-2 {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .margin-right-2 {
    margin-right: 2rem;
  }
}

.margin-right-3 {
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .margin-right-3 {
    margin-right: 3rem;
  }
}

.margin-right-4 {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .margin-right-4 {
    margin-right: 4rem;
  }
}

.margin-right-5 {
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  .margin-right-5 {
    margin-right: 5rem;
  }
}

.margin-right-6 {
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .margin-right-6 {
    margin-right: 6rem;
  }
}

.margin-right-7 {
  margin-right: 3.5rem;
}
@media (min-width: 768px) {
  .margin-right-7 {
    margin-right: 7rem;
  }
}

.margin-right-8 {
  margin-right: 4rem;
}
@media (min-width: 768px) {
  .margin-right-8 {
    margin-right: 8rem;
  }
}

.margin-right-9 {
  margin-right: 4.5rem;
}
@media (min-width: 768px) {
  .margin-right-9 {
    margin-right: 9rem;
  }
}

.margin-right-10 {
  margin-right: 5rem;
}
@media (min-width: 768px) {
  .margin-right-10 {
    margin-right: 10rem;
  }
}

.margin-right-11 {
  margin-right: 5.5rem;
}
@media (min-width: 768px) {
  .margin-right-11 {
    margin-right: 11rem;
  }
}

.margin-right-12 {
  margin-right: 6rem;
}
@media (min-width: 768px) {
  .margin-right-12 {
    margin-right: 12rem;
  }
}

.margin-bottom-none {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-bottom-none {
    margin-bottom: 0;
  }
}

.margin-bottom-h {
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .margin-bottom-h {
    margin-bottom: 0.5rem;
  }
}

.margin-bottom-1 {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-1 {
    margin-bottom: 1rem;
  }
}

.margin-bottom-1h {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .margin-bottom-1h {
    margin-bottom: 1.5rem;
  }
}

.margin-bottom-2 {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .margin-bottom-2 {
    margin-bottom: 2rem;
  }
}

.margin-bottom-3 {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-3 {
    margin-bottom: 3rem;
  }
}

.margin-bottom-4 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .margin-bottom-4 {
    margin-bottom: 4rem;
  }
}

.margin-bottom-5 {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-5 {
    margin-bottom: 5rem;
  }
}

.margin-bottom-6 {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .margin-bottom-6 {
    margin-bottom: 6rem;
  }
}

.margin-bottom-7 {
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-7 {
    margin-bottom: 7rem;
  }
}

.margin-bottom-8 {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .margin-bottom-8 {
    margin-bottom: 8rem;
  }
}

.margin-bottom-9 {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-9 {
    margin-bottom: 9rem;
  }
}

.margin-bottom-10 {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .margin-bottom-10 {
    margin-bottom: 10rem;
  }
}

.margin-bottom-11 {
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .margin-bottom-11 {
    margin-bottom: 11rem;
  }
}

.margin-bottom-12 {
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .margin-bottom-12 {
    margin-bottom: 12rem;
  }
}

.margin-left-none {
  margin-left: 0;
}
@media (min-width: 768px) {
  .margin-left-none {
    margin-left: 0;
  }
}

.margin-left-h {
  margin-left: 0.25rem;
}
@media (min-width: 768px) {
  .margin-left-h {
    margin-left: 0.5rem;
  }
}

.margin-left-1 {
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .margin-left-1 {
    margin-left: 1rem;
  }
}

.margin-left-1h {
  margin-left: 0.75rem;
}
@media (min-width: 768px) {
  .margin-left-1h {
    margin-left: 1.5rem;
  }
}

.margin-left-2 {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .margin-left-2 {
    margin-left: 2rem;
  }
}

.margin-left-3 {
  margin-left: 1.5rem;
}
@media (min-width: 768px) {
  .margin-left-3 {
    margin-left: 3rem;
  }
}

.margin-left-4 {
  margin-left: 2rem;
}
@media (min-width: 768px) {
  .margin-left-4 {
    margin-left: 4rem;
  }
}

.margin-left-5 {
  margin-left: 2.5rem;
}
@media (min-width: 768px) {
  .margin-left-5 {
    margin-left: 5rem;
  }
}

.margin-left-6 {
  margin-left: 3rem;
}
@media (min-width: 768px) {
  .margin-left-6 {
    margin-left: 6rem;
  }
}

.margin-left-7 {
  margin-left: 3.5rem;
}
@media (min-width: 768px) {
  .margin-left-7 {
    margin-left: 7rem;
  }
}

.margin-left-8 {
  margin-left: 4rem;
}
@media (min-width: 768px) {
  .margin-left-8 {
    margin-left: 8rem;
  }
}

.margin-left-9 {
  margin-left: 4.5rem;
}
@media (min-width: 768px) {
  .margin-left-9 {
    margin-left: 9rem;
  }
}

.margin-left-10 {
  margin-left: 5rem;
}
@media (min-width: 768px) {
  .margin-left-10 {
    margin-left: 10rem;
  }
}

.margin-left-11 {
  margin-left: 5.5rem;
}
@media (min-width: 768px) {
  .margin-left-11 {
    margin-left: 11rem;
  }
}

.margin-left-12 {
  margin-left: 6rem;
}
@media (min-width: 768px) {
  .margin-left-12 {
    margin-left: 12rem;
  }
}

.padding-top-none {
  padding-top: 0;
}
@media (min-width: 768px) {
  .padding-top-none {
    padding-top: 0;
  }
}

.padding-top-h {
  padding-top: 0.25rem;
}
@media (min-width: 768px) {
  .padding-top-h {
    padding-top: 0.5rem;
  }
}

.padding-top-1 {
  padding-top: 0.5rem;
}
@media (min-width: 768px) {
  .padding-top-1 {
    padding-top: 1rem;
  }
}

.padding-top-1h {
  padding-top: 0.75rem;
}
@media (min-width: 768px) {
  .padding-top-1h {
    padding-top: 1.5rem;
  }
}

.padding-top-2 {
  padding-top: 1rem;
}
@media (min-width: 768px) {
  .padding-top-2 {
    padding-top: 2rem;
  }
}

.padding-top-3 {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .padding-top-3 {
    padding-top: 3rem;
  }
}

.padding-top-4 {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .padding-top-4 {
    padding-top: 4rem;
  }
}

.padding-top-5 {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .padding-top-5 {
    padding-top: 5rem;
  }
}

.padding-top-6 {
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .padding-top-6 {
    padding-top: 6rem;
  }
}

.padding-top-7 {
  padding-top: 3.5rem;
}
@media (min-width: 768px) {
  .padding-top-7 {
    padding-top: 7rem;
  }
}

.padding-top-8 {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .padding-top-8 {
    padding-top: 8rem;
  }
}

.padding-top-9 {
  padding-top: 4.5rem;
}
@media (min-width: 768px) {
  .padding-top-9 {
    padding-top: 9rem;
  }
}

.padding-top-10 {
  padding-top: 5rem;
}
@media (min-width: 768px) {
  .padding-top-10 {
    padding-top: 10rem;
  }
}

.padding-top-11 {
  padding-top: 5.5rem;
}
@media (min-width: 768px) {
  .padding-top-11 {
    padding-top: 11rem;
  }
}

.padding-top-12 {
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .padding-top-12 {
    padding-top: 12rem;
  }
}

.padding-right-none {
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-right-none {
    padding-right: 0;
  }
}

.padding-right-h {
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .padding-right-h {
    padding-right: 0.5rem;
  }
}

.padding-right-1 {
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .padding-right-1 {
    padding-right: 1rem;
  }
}

.padding-right-1h {
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .padding-right-1h {
    padding-right: 1.5rem;
  }
}

.padding-right-2 {
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .padding-right-2 {
    padding-right: 2rem;
  }
}

.padding-right-3 {
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .padding-right-3 {
    padding-right: 3rem;
  }
}

.padding-right-4 {
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .padding-right-4 {
    padding-right: 4rem;
  }
}

.padding-right-5 {
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .padding-right-5 {
    padding-right: 5rem;
  }
}

.padding-right-6 {
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .padding-right-6 {
    padding-right: 6rem;
  }
}

.padding-right-7 {
  padding-right: 3.5rem;
}
@media (min-width: 768px) {
  .padding-right-7 {
    padding-right: 7rem;
  }
}

.padding-right-8 {
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .padding-right-8 {
    padding-right: 8rem;
  }
}

.padding-right-9 {
  padding-right: 4.5rem;
}
@media (min-width: 768px) {
  .padding-right-9 {
    padding-right: 9rem;
  }
}

.padding-right-10 {
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .padding-right-10 {
    padding-right: 10rem;
  }
}

.padding-right-11 {
  padding-right: 5.5rem;
}
@media (min-width: 768px) {
  .padding-right-11 {
    padding-right: 11rem;
  }
}

.padding-right-12 {
  padding-right: 6rem;
}
@media (min-width: 768px) {
  .padding-right-12 {
    padding-right: 12rem;
  }
}

.padding-bottom-none {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-bottom-none {
    padding-bottom: 0;
  }
}

.padding-bottom-h {
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .padding-bottom-h {
    padding-bottom: 0.5rem;
  }
}

.padding-bottom-1 {
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-1 {
    padding-bottom: 1rem;
  }
}

.padding-bottom-1h {
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .padding-bottom-1h {
    padding-bottom: 1.5rem;
  }
}

.padding-bottom-2 {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .padding-bottom-2 {
    padding-bottom: 2rem;
  }
}

.padding-bottom-3 {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-3 {
    padding-bottom: 3rem;
  }
}

.padding-bottom-4 {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .padding-bottom-4 {
    padding-bottom: 4rem;
  }
}

.padding-bottom-5 {
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-5 {
    padding-bottom: 5rem;
  }
}

.padding-bottom-6 {
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .padding-bottom-6 {
    padding-bottom: 6rem;
  }
}

.padding-bottom-7 {
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-7 {
    padding-bottom: 7rem;
  }
}

.padding-bottom-8 {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .padding-bottom-8 {
    padding-bottom: 8rem;
  }
}

.padding-bottom-9 {
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-9 {
    padding-bottom: 9rem;
  }
}

.padding-bottom-10 {
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .padding-bottom-10 {
    padding-bottom: 10rem;
  }
}

.padding-bottom-11 {
  padding-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .padding-bottom-11 {
    padding-bottom: 11rem;
  }
}

.padding-bottom-12 {
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .padding-bottom-12 {
    padding-bottom: 12rem;
  }
}

.padding-left-none {
  padding-left: 0;
}
@media (min-width: 768px) {
  .padding-left-none {
    padding-left: 0;
  }
}

.padding-left-h {
  padding-left: 0.25rem;
}
@media (min-width: 768px) {
  .padding-left-h {
    padding-left: 0.5rem;
  }
}

.padding-left-1 {
  padding-left: 0.5rem;
}
@media (min-width: 768px) {
  .padding-left-1 {
    padding-left: 1rem;
  }
}

.padding-left-1h {
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .padding-left-1h {
    padding-left: 1.5rem;
  }
}

.padding-left-2 {
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .padding-left-2 {
    padding-left: 2rem;
  }
}

.padding-left-3 {
  padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .padding-left-3 {
    padding-left: 3rem;
  }
}

.padding-left-4 {
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .padding-left-4 {
    padding-left: 4rem;
  }
}

.padding-left-5 {
  padding-left: 2.5rem;
}
@media (min-width: 768px) {
  .padding-left-5 {
    padding-left: 5rem;
  }
}

.padding-left-6 {
  padding-left: 3rem;
}
@media (min-width: 768px) {
  .padding-left-6 {
    padding-left: 6rem;
  }
}

.padding-left-7 {
  padding-left: 3.5rem;
}
@media (min-width: 768px) {
  .padding-left-7 {
    padding-left: 7rem;
  }
}

.padding-left-8 {
  padding-left: 4rem;
}
@media (min-width: 768px) {
  .padding-left-8 {
    padding-left: 8rem;
  }
}

.padding-left-9 {
  padding-left: 4.5rem;
}
@media (min-width: 768px) {
  .padding-left-9 {
    padding-left: 9rem;
  }
}

.padding-left-10 {
  padding-left: 5rem;
}
@media (min-width: 768px) {
  .padding-left-10 {
    padding-left: 10rem;
  }
}

.padding-left-11 {
  padding-left: 5.5rem;
}
@media (min-width: 768px) {
  .padding-left-11 {
    padding-left: 11rem;
  }
}

.padding-left-12 {
  padding-left: 6rem;
}
@media (min-width: 768px) {
  .padding-left-12 {
    padding-left: 12rem;
  }
}

.gap-none {
  gap: 0;
}
@media (min-width: 768px) {
  .gap-none {
    gap: 0;
  }
}

.gap-h {
  gap: 0.25rem;
}
@media (min-width: 768px) {
  .gap-h {
    gap: 0.5rem;
  }
}

.gap-1 {
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .gap-1 {
    gap: 1rem;
  }
}

.gap-1h {
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .gap-1h {
    gap: 1.5rem;
  }
}

.gap-2 {
  gap: 1rem;
}
@media (min-width: 768px) {
  .gap-2 {
    gap: 2rem;
  }
}

.gap-3 {
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .gap-3 {
    gap: 3rem;
  }
}

.gap-4 {
  gap: 2rem;
}
@media (min-width: 768px) {
  .gap-4 {
    gap: 4rem;
  }
}

.gap-5 {
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .gap-5 {
    gap: 5rem;
  }
}

.gap-6 {
  gap: 3rem;
}
@media (min-width: 768px) {
  .gap-6 {
    gap: 6rem;
  }
}

.gap-7 {
  gap: 3.5rem;
}
@media (min-width: 768px) {
  .gap-7 {
    gap: 7rem;
  }
}

.gap-8 {
  gap: 4rem;
}
@media (min-width: 768px) {
  .gap-8 {
    gap: 8rem;
  }
}

.gap-9 {
  gap: 4.5rem;
}
@media (min-width: 768px) {
  .gap-9 {
    gap: 9rem;
  }
}

.gap-10 {
  gap: 5rem;
}
@media (min-width: 768px) {
  .gap-10 {
    gap: 10rem;
  }
}

.gap-11 {
  gap: 5.5rem;
}
@media (min-width: 768px) {
  .gap-11 {
    gap: 11rem;
  }
}

.gap-12 {
  gap: 6rem;
}
@media (min-width: 768px) {
  .gap-12 {
    gap: 12rem;
  }
}

.margin-x-none {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .margin-x-none {
    margin-left: 0;
    margin-right: 0;
  }
}

.margin-y-none {
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .margin-y-none {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.margin-x-h {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media (min-width: 768px) {
  .margin-x-h {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.margin-y-h {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .margin-y-h {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.margin-x-1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .margin-x-1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

.margin-y-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .margin-y-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.margin-x-1h {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  .margin-x-1h {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.margin-y-1h {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .margin-y-1h {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.margin-x-2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .margin-x-2 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}

.margin-y-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .margin-y-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

.margin-x-3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .margin-x-3 {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.margin-y-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .margin-y-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.margin-x-4 {
  margin-left: 2rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .margin-x-4 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.margin-y-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .margin-y-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.margin-x-5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media (min-width: 768px) {
  .margin-x-5 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

.margin-y-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .margin-y-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.margin-x-6 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media (min-width: 768px) {
  .margin-x-6 {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

.margin-y-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .margin-y-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}

.margin-x-7 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
@media (min-width: 768px) {
  .margin-x-7 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
}

.margin-y-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .margin-y-7 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
}

.margin-x-8 {
  margin-left: 4rem;
  margin-right: 4rem;
}
@media (min-width: 768px) {
  .margin-x-8 {
    margin-left: 8rem;
    margin-right: 8rem;
  }
}

.margin-y-8 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .margin-y-8 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }
}

.margin-x-9 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
@media (min-width: 768px) {
  .margin-x-9 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
}

.margin-y-9 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .margin-y-9 {
    margin-top: 9rem;
    margin-bottom: 9rem;
  }
}

.margin-x-10 {
  margin-left: 5rem;
  margin-right: 5rem;
}
@media (min-width: 768px) {
  .margin-x-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
}

.margin-y-10 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .margin-y-10 {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

.margin-x-11 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}
@media (min-width: 768px) {
  .margin-x-11 {
    margin-left: 11rem;
    margin-right: 11rem;
  }
}

.margin-y-11 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .margin-y-11 {
    margin-top: 11rem;
    margin-bottom: 11rem;
  }
}

.margin-x-12 {
  margin-left: 6rem;
  margin-right: 6rem;
}
@media (min-width: 768px) {
  .margin-x-12 {
    margin-left: 12rem;
    margin-right: 12rem;
  }
}

.margin-y-12 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media (min-width: 768px) {
  .margin-y-12 {
    margin-top: 12rem;
    margin-bottom: 12rem;
  }
}

.padding-x-none {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .padding-x-none {
    padding-left: 0;
    padding-right: 0;
  }
}

.padding-y-none {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .padding-y-none {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.padding-x-h {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (min-width: 768px) {
  .padding-x-h {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

.padding-y-h {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 768px) {
  .padding-y-h {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.padding-x-1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 768px) {
  .padding-x-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.padding-y-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .padding-y-1 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.padding-x-1h {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 768px) {
  .padding-x-1h {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.padding-y-1h {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .padding-y-1h {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.padding-x-2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .padding-x-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.padding-y-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .padding-y-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.padding-x-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .padding-x-3 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.padding-y-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .padding-y-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.padding-x-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 768px) {
  .padding-x-4 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.padding-y-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .padding-y-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.padding-x-5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (min-width: 768px) {
  .padding-x-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.padding-y-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .padding-y-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.padding-x-6 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (min-width: 768px) {
  .padding-x-6 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.padding-y-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .padding-y-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.padding-x-7 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
@media (min-width: 768px) {
  .padding-x-7 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

.padding-y-7 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .padding-y-7 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.padding-x-8 {
  padding-left: 4rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .padding-x-8 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.padding-y-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .padding-y-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.padding-x-9 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media (min-width: 768px) {
  .padding-x-9 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}

.padding-y-9 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .padding-y-9 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}

.padding-x-10 {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media (min-width: 768px) {
  .padding-x-10 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.padding-y-10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .padding-y-10 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.padding-x-11 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}
@media (min-width: 768px) {
  .padding-x-11 {
    padding-left: 11rem;
    padding-right: 11rem;
  }
}

.padding-y-11 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
@media (min-width: 768px) {
  .padding-y-11 {
    padding-top: 11rem;
    padding-bottom: 11rem;
  }
}

.padding-x-12 {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (min-width: 768px) {
  .padding-x-12 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
}

.padding-y-12 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  .padding-y-12 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.padding-remove {
  padding: 0;
}

.d-contents {
  display: contents !important;
}

.position-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.position-center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-knutzen-green {
  color: #a2c617 !important;
}

.text-knutzen-grey {
  color: #4a4a49 !important;
}

.text-knutzen-red {
  color: #C90C0F !important;
}

.bg-knutzen-green {
  background-color: #a2c617 !important;
}

.bg-knutzen-grey {
  background-color: #4a4a49 !important;
}

.bg-knutzen-red {
  background-color: #C90C0F !important;
}

.bg-gradient-primary {
  background: linear-gradient(135deg, #a2c617, rgb(198.2692307692, 232.8846153846, 64.6153846154)) !important;
}

.bg-gradient-dark {
  background: linear-gradient(135deg, rgba(16, 16, 16, 0.8), rgba(16, 16, 16, 0.6)) !important;
}

.border-knutzen-green {
  border-color: #a2c617 !important;
}

.border-knutzen-grey {
  border-color: #4a4a49 !important;
}

.border-knutzen-red {
  border-color: #C90C0F !important;
}

.border-radius-none {
  border-radius: 0 !important;
}

.border-radius-sm {
  border-radius: 0.5rem !important;
}

.border-radius-md {
  border-radius: 2rem !important;
}

.border-radius-lg {
  border-radius: 3rem !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(16, 16, 16, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(16, 16, 16, 0.175) !important;
}

.shadow-knutzen {
  box-shadow: 0 0.5rem 1rem rgba(162, 198, 23, 0.25) !important;
}

.aspect-ratio-1-1 {
  position: relative;
}
.aspect-ratio-1-1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aspect-ratio-1-1 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio-4-3 {
  position: relative;
}
.aspect-ratio-4-3::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.aspect-ratio-4-3 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio-16-9 {
  position: relative;
}
.aspect-ratio-16-9::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.aspect-ratio-16-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aspect-ratio-21-9 {
  position: relative;
}
.aspect-ratio-21-9::before {
  content: "";
  display: block;
  padding-top: 42.8571428571%;
}
.aspect-ratio-21-9 > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.z-negative {
  z-index: -1 !important;
}

.z-base {
  z-index: 0 !important;
}

.z-dropdown {
  z-index: 100 !important;
}

.z-sticky {
  z-index: 200 !important;
}

.z-overlay {
  z-index: 300 !important;
}

.z-modal {
  z-index: 400 !important;
}

.transition-fast {
  transition: all 0.2s ease-in-out !important;
}

.transition-normal {
  transition: all 0.3s ease-in-out !important;
}

.transition-slow {
  transition: all 1.5s ease-in-out !important;
}

.transition-none {
  transition: none !important;
}

.transform-scale-hover {
  transition: transform 0.3s ease-in-out;
}
.transform-scale-hover:hover {
  transform: scale(1.05);
}

.transform-scale-small-hover {
  transition: transform 0.3s ease-in-out;
}
.transform-scale-small-hover:hover {
  transform: scale(1.02);
}

.hover-lift {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.hover-lift:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.5rem 1rem rgba(16, 16, 16, 0.15);
}

.hover-brightness {
  transition: filter 0.3s ease-in-out;
}
.hover-brightness:hover {
  filter: brightness(1.1);
}

.sr-only-focusable {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.sr-only-focusable:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: inherit !important;
  margin: inherit !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: inherit !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-fill {
  object-fit: fill !important;
}

.object-fit-scale-down {
  object-fit: scale-down !important;
}

.gap-none {
  gap: 0 !important;
}

.gap-x-none {
  column-gap: 0 !important;
}

.gap-y-none {
  row-gap: 0 !important;
}

.gap-h {
  gap: 0.5rem !important;
}

.gap-x-h {
  column-gap: 0.5rem !important;
}

.gap-y-h {
  row-gap: 0.5rem !important;
}

.gap-1 {
  gap: 1rem !important;
}

.gap-x-1 {
  column-gap: 1rem !important;
}

.gap-y-1 {
  row-gap: 1rem !important;
}

.gap-1h {
  gap: 1.5rem !important;
}

.gap-x-1h {
  column-gap: 1.5rem !important;
}

.gap-y-1h {
  row-gap: 1.5rem !important;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-x-2 {
  column-gap: 2rem !important;
}

.gap-y-2 {
  row-gap: 2rem !important;
}

.gap-3 {
  gap: 3rem !important;
}

.gap-x-3 {
  column-gap: 3rem !important;
}

.gap-y-3 {
  row-gap: 3rem !important;
}

.gap-4 {
  gap: 4rem !important;
}

.gap-x-4 {
  column-gap: 4rem !important;
}

.gap-y-4 {
  row-gap: 4rem !important;
}

.gap-5 {
  gap: 5rem !important;
}

.gap-x-5 {
  column-gap: 5rem !important;
}

.gap-y-5 {
  row-gap: 5rem !important;
}

.gap-6 {
  gap: 6rem !important;
}

.gap-x-6 {
  column-gap: 6rem !important;
}

.gap-y-6 {
  row-gap: 6rem !important;
}

.gap-7 {
  gap: 7rem !important;
}

.gap-x-7 {
  column-gap: 7rem !important;
}

.gap-y-7 {
  row-gap: 7rem !important;
}

.gap-8 {
  gap: 8rem !important;
}

.gap-x-8 {
  column-gap: 8rem !important;
}

.gap-y-8 {
  row-gap: 8rem !important;
}

.gap-9 {
  gap: 9rem !important;
}

.gap-x-9 {
  column-gap: 9rem !important;
}

.gap-y-9 {
  row-gap: 9rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.gap-x-10 {
  column-gap: 10rem !important;
}

.gap-y-10 {
  row-gap: 10rem !important;
}

.gap-11 {
  gap: 11rem !important;
}

.gap-x-11 {
  column-gap: 11rem !important;
}

.gap-y-11 {
  row-gap: 11rem !important;
}

.gap-12 {
  gap: 12rem !important;
}

.gap-x-12 {
  column-gap: 12rem !important;
}

.gap-y-12 {
  row-gap: 12rem !important;
}

.m-none {
  margin: 0 !important;
}

.m-h {
  margin: 0.5rem !important;
}

.m-1 {
  margin: 1rem !important;
}

.m-1h {
  margin: 1.5rem !important;
}

.m-2 {
  margin: 2rem !important;
}

.m-3 {
  margin: 3rem !important;
}

.m-4 {
  margin: 4rem !important;
}

.m-5 {
  margin: 5rem !important;
}

.m-6 {
  margin: 6rem !important;
}

.m-7 {
  margin: 7rem !important;
}

.m-8 {
  margin: 8rem !important;
}

.m-9 {
  margin: 9rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-11 {
  margin: 11rem !important;
}

.m-12 {
  margin: 12rem !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mt-h {
  margin-top: 0.5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-1h {
  margin-top: 1.5rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mr-h {
  margin-right: 0.5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-1h {
  margin-right: 1.5rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mr-6 {
  margin-right: 6rem !important;
}

.mr-7 {
  margin-right: 7rem !important;
}

.mr-8 {
  margin-right: 8rem !important;
}

.mr-9 {
  margin-right: 9rem !important;
}

.mr-10 {
  margin-right: 10rem !important;
}

.mr-11 {
  margin-right: 11rem !important;
}

.mr-12 {
  margin-right: 12rem !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.mb-h {
  margin-bottom: 0.5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-1h {
  margin-bottom: 1.5rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.ml-none {
  margin-left: 0 !important;
}

.ml-h {
  margin-left: 0.5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-1h {
  margin-left: 1.5rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.ml-6 {
  margin-left: 6rem !important;
}

.ml-7 {
  margin-left: 7rem !important;
}

.ml-8 {
  margin-left: 8rem !important;
}

.ml-9 {
  margin-left: 9rem !important;
}

.ml-10 {
  margin-left: 10rem !important;
}

.ml-11 {
  margin-left: 11rem !important;
}

.ml-12 {
  margin-left: 12rem !important;
}

.mx-none {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx-h {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.mx-1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.mx-1h {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.mx-2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.mx-3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.mx-4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.mx-5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.mx-6 {
  margin-left: 6rem !important;
  margin-right: 6rem !important;
}

.mx-7 {
  margin-left: 7rem !important;
  margin-right: 7rem !important;
}

.mx-8 {
  margin-left: 8rem !important;
  margin-right: 8rem !important;
}

.mx-9 {
  margin-left: 9rem !important;
  margin-right: 9rem !important;
}

.mx-10 {
  margin-left: 10rem !important;
  margin-right: 10rem !important;
}

.mx-11 {
  margin-left: 11rem !important;
  margin-right: 11rem !important;
}

.mx-12 {
  margin-left: 12rem !important;
  margin-right: 12rem !important;
}

.my-none {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-h {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-1h {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.my-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-7 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.my-8 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.my-9 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-11 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.my-12 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.p-none {
  padding: 0 !important;
}

.p-h {
  padding: 0.5rem !important;
}

.p-1 {
  padding: 1rem !important;
}

.p-1h {
  padding: 1.5rem !important;
}

.p-2 {
  padding: 2rem !important;
}

.p-3 {
  padding: 3rem !important;
}

.p-4 {
  padding: 4rem !important;
}

.p-5 {
  padding: 5rem !important;
}

.p-6 {
  padding: 6rem !important;
}

.p-7 {
  padding: 7rem !important;
}

.p-8 {
  padding: 8rem !important;
}

.p-9 {
  padding: 9rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.p-11 {
  padding: 11rem !important;
}

.p-12 {
  padding: 12rem !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pt-h {
  padding-top: 0.5rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-1h {
  padding-top: 1.5rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pr-h {
  padding-right: 0.5rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-1h {
  padding-right: 1.5rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pr-11 {
  padding-right: 11rem !important;
}

.pr-12 {
  padding-right: 12rem !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pb-h {
  padding-bottom: 0.5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-1h {
  padding-bottom: 1.5rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pl-none {
  padding-left: 0 !important;
}

.pl-h {
  padding-left: 0.5rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-1h {
  padding-left: 1.5rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pl-11 {
  padding-left: 11rem !important;
}

.pl-12 {
  padding-left: 12rem !important;
}

.px-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px-h {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.px-1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.px-1h {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.px-4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.px-5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-6 {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

.px-7 {
  padding-left: 7rem !important;
  padding-right: 7rem !important;
}

.px-8 {
  padding-left: 8rem !important;
  padding-right: 8rem !important;
}

.px-9 {
  padding-left: 9rem !important;
  padding-right: 9rem !important;
}

.px-10 {
  padding-left: 10rem !important;
  padding-right: 10rem !important;
}

.px-11 {
  padding-left: 11rem !important;
  padding-right: 11rem !important;
}

.px-12 {
  padding-left: 12rem !important;
  padding-right: 12rem !important;
}

.py-none {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-h {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-1h {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.py-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-7 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.py-8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.py-9 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.py-10 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-11 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.py-12 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

:root {
  --header-top-bg-color: #3C3C3B;
  --header-bg-color: transparent;
  --header-top-color: #f2f2f2;
  --border-color-default: #cfcfcf;
  --header-border-color: var(--border-color-default);
  --footer-top-bg-color: var(--primary);
  --footer-bg-color: transparent;
  --footer-bottom-border-color: var(--border-color-default);
}