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

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

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

section {
  width: 100%;
}

body {
  margin: 0;
  color: #000000;
  font-weight: 400;
  font-family: "Basis Grotesque Pro", "Helvetica Neue", Arial, "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
  text-align: left;
  background-color: #FFFFFF;
  font-size: 1.125rem;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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;
}

ol ol {
  list-style-type: lower-alpha;
}

li {
  margin-bottom: 0.5rem;
}
li > ul, li > ol {
  margin-top: 0.5rem;
  padding-left: 1.5rem;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

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: #333333;
  font-weight: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
a:hover, a.hover, a:focus, a.focus {
  color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
  text-decoration: none;
  outline: 0;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]).hover, a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]).focus {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

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

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

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.25rem;
  padding-bottom: 0.25rem;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  color: inherit;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -0.125rem;
  -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;
}

.btn {
  display: inline-block;
  color: #000000;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0.6875rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}
.btn.disabled, .btn:disabled {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.25;
  pointer-events: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled):active.focus, .btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled).active.focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0 transparent, inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 0 transparent, inset 0 0.125rem 0.25rem rgba(0, 0, 0, 0.125);
}
.btn:hover, .btn.hover, .btn:hover {
  color: #000000;
  text-decoration: none;
}
.btn:focus, .btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent;
}
.btn-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.5rem;
}
.btn-lg {
  padding: 1.125rem 0.875rem;
  font-size: 0.875rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #328D45;
  border-color: #328D45;
}
.btn-primary:hover, .btn-primary.hover, .btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
  border-color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
}
.btn-primary:focus, .btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(74.6, 154.68, 91.32, 0.5);
          box-shadow: 0 0 0 0 rgba(74.6, 154.68, 91.32, 0.5);
}
.btn-secondary {
  color: #FFFFFF;
  background-color: #c6143d;
  border-color: #c6143d;
}
.btn-secondary:hover, .btn-secondary.hover, .btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: rgb(142.4146788991, 14.3853211009, 43.8752293578);
  border-color: rgb(142.4146788991, 14.3853211009, 43.8752293578);
}
.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(204.84, 48.2, 84.28, 0.5);
          box-shadow: 0 0 0 0 rgba(204.84, 48.2, 84.28, 0.5);
}
.btn-info {
  color: #FFFFFF;
  background-color: #4AA0B5;
  border-color: #4AA0B5;
}
.btn-info:hover, .btn-info.hover, .btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: rgb(56.24, 121.6, 137.56);
  border-color: rgb(56.24, 121.6, 137.56);
}
.btn-info:focus, .btn-info.focus, .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(95.72, 171.4, 189.88, 0.5);
          box-shadow: 0 0 0 0 rgba(95.72, 171.4, 189.88, 0.5);
}
.btn-success {
  color: #FFFFFF;
  background-color: #53A451;
  border-color: #53A451;
}
.btn-success:hover, .btn-success.hover, .btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: rgb(62.2669387755, 123.0334693878, 60.7665306122);
  border-color: rgb(62.2669387755, 123.0334693878, 60.7665306122);
}
.btn-success:focus, .btn-success.focus, .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(103.64, 174.92, 101.88, 0.5);
          box-shadow: 0 0 0 0 rgba(103.64, 174.92, 101.88, 0.5);
}
.btn-warning {
  color: #000000;
  background-color: #F6C244;
  border-color: #F6C244;
}
.btn-warning:hover, .btn-warning.hover, .btn-warning:focus, .btn-warning.focus {
  color: #000000;
  background-color: rgb(241.1918367347, 174.1224489796, 11.6081632653);
  border-color: rgb(241.1918367347, 174.1224489796, 11.6081632653);
}
.btn-warning:focus, .btn-warning.focus, .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(216.48, 170.72, 59.84, 0.5);
          box-shadow: 0 0 0 0 rgba(216.48, 170.72, 59.84, 0.5);
}
.btn-danger {
  color: #FFFFFF;
  background-color: #FF0200;
  border-color: #FF0200;
}
.btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: rgb(193.8, 1.52, 0);
  border-color: rgb(193.8, 1.52, 0);
}
.btn-danger:focus, .btn-danger.focus, .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 32.36, 30.6, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 32.36, 30.6, 0.5);
}
.btn-white {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover, .btn-white.hover, .btn-white:focus, .btn-white.focus {
  color: #000000;
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-white:focus, .btn-white.focus, .btn-white:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(224.4, 224.4, 224.4, 0.5);
          box-shadow: 0 0 0 0 rgba(224.4, 224.4, 224.4, 0.5);
}
.btn-gray {
  color: #000000;
  background-color: #D9D7D1;
  border-color: #D9D7D1;
}
.btn-gray:hover, .btn-gray.hover, .btn-gray:focus, .btn-gray.focus {
  color: #000000;
  background-color: rgb(189.3142857143, 185.8571428571, 175.4857142857);
  border-color: rgb(189.3142857143, 185.8571428571, 175.4857142857);
}
.btn-gray:focus, .btn-gray.focus, .btn-gray:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(190.96, 189.2, 183.92, 0.5);
          box-shadow: 0 0 0 0 rgba(190.96, 189.2, 183.92, 0.5);
}
.btn-outline-primary {
  color: #328D45;
  background-color: #FFFFFF;
  border-color: #328D45;
}
.btn-outline-primary:hover, .btn-outline-primary.hover, .btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #FFFFFF;
  background-color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
  border-color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
}
.btn-outline-primary:focus, .btn-outline-primary.focus, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(50, 141, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(50, 141, 69, 0.5);
}
.btn-outline-secondary {
  color: #c6143d;
  background-color: #FFFFFF;
  border-color: #c6143d;
}
.btn-outline-secondary:hover, .btn-outline-secondary.hover, .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #FFFFFF;
  background-color: rgb(142.4146788991, 14.3853211009, 43.8752293578);
  border-color: rgb(142.4146788991, 14.3853211009, 43.8752293578);
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(198, 20, 61, 0.5);
          box-shadow: 0 0 0 0 rgba(198, 20, 61, 0.5);
}
.btn-outline-info {
  color: #4AA0B5;
  background-color: #FFFFFF;
  border-color: #4AA0B5;
}
.btn-outline-info:hover, .btn-outline-info.hover, .btn-outline-info:focus, .btn-outline-info.focus {
  color: #FFFFFF;
  background-color: rgb(56.24, 121.6, 137.56);
  border-color: rgb(56.24, 121.6, 137.56);
}
.btn-outline-info:focus, .btn-outline-info.focus, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(74, 160, 181, 0.5);
          box-shadow: 0 0 0 0 rgba(74, 160, 181, 0.5);
}
.btn-outline-success {
  color: #53A451;
  background-color: #FFFFFF;
  border-color: #53A451;
}
.btn-outline-success:hover, .btn-outline-success.hover, .btn-outline-success:focus, .btn-outline-success.focus {
  color: #FFFFFF;
  background-color: rgb(62.2669387755, 123.0334693878, 60.7665306122);
  border-color: rgb(62.2669387755, 123.0334693878, 60.7665306122);
}
.btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(83, 164, 81, 0.5);
          box-shadow: 0 0 0 0 rgba(83, 164, 81, 0.5);
}
.btn-outline-warning {
  color: #F6C244;
  background-color: #FFFFFF;
  border-color: #F6C244;
}
.btn-outline-warning:hover, .btn-outline-warning.hover, .btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #000000;
  background-color: rgb(241.1918367347, 174.1224489796, 11.6081632653);
  border-color: rgb(241.1918367347, 174.1224489796, 11.6081632653);
}
.btn-outline-warning:focus, .btn-outline-warning.focus, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(246, 194, 68, 0.5);
          box-shadow: 0 0 0 0 rgba(246, 194, 68, 0.5);
}
.btn-outline-danger {
  color: #FF0200;
  background-color: #FFFFFF;
  border-color: #FF0200;
}
.btn-outline-danger:hover, .btn-outline-danger.hover, .btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #FFFFFF;
  background-color: rgb(193.8, 1.52, 0);
  border-color: rgb(193.8, 1.52, 0);
}
.btn-outline-danger:focus, .btn-outline-danger.focus, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 2, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 2, 0, 0.5);
}
.btn-outline-white {
  color: #FFFFFF;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover, .btn-outline-white.hover, .btn-outline-white:focus, .btn-outline-white.focus {
  color: #000000;
  background-color: rgb(224.4, 224.4, 224.4);
  border-color: rgb(224.4, 224.4, 224.4);
}
.btn-outline-white:focus, .btn-outline-white.focus, .btn-outline-white:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-gray {
  color: #D9D7D1;
  background-color: #FFFFFF;
  border-color: #D9D7D1;
}
.btn-outline-gray:hover, .btn-outline-gray.hover, .btn-outline-gray:focus, .btn-outline-gray.focus {
  color: #000000;
  background-color: rgb(189.3142857143, 185.8571428571, 175.4857142857);
  border-color: rgb(189.3142857143, 185.8571428571, 175.4857142857);
}
.btn-outline-gray:focus, .btn-outline-gray.focus, .btn-outline-gray:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 215, 209, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 215, 209, 0.5);
}
.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0;
  background: 0 0;
  border: none;
}
.btn-circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
}
.btn-circle.btn-sm {
  width: 2rem;
  height: 2rem;
}
.btn-circle.btn-lg {
  width: 4rem;
  height: 4rem;
}
.btn-link {
  padding: 0;
  color: #333333;
  font-weight: 400;
  text-transform: none;
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #B2B2B2;
  pointer-events: none;
}
.btn-link:hover, .btn-link.hover, .btn-link:focus, .btn-link.focus {
  color: rgb(33.9790575916, 95.8209424084, 46.8910994764);
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-loading {
  position: relative;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out, padding-left 0.3s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, opacity 0.15s ease-out, padding-left 0.3s ease-out, -webkit-box-shadow 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, padding-left 0.3s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, padding-left 0.3s ease-out, -webkit-box-shadow 0.15s ease-out;
}
.btn-loading .spinner-loader {
  top: calc(50% - 0.5rem);
  left: 1rem;
  border-color: currentColor;
  border-right-color: transparent;
}
.btn-loading.loading {
  padding-left: 2.75rem;
}

+ .btn:not(.btn-block) {
  margin-left: 1.25rem;
}

.btn-inline {
  width: auto;
}
.btn-inline + .btn-inline {
  margin-left: 1.25rem;
}

.btn-block {
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

.table,
table:not(.table-unstyled) {
  width: 100%;
  margin: 0 0 2.3125rem 0;
  color: #000000;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: bottom;
  table-layout: fixed;
  background: #FFFFFF;
  border-color: #D0CDC2;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  border-collapse: collapse;
}
.table th, .table td,
table:not(.table-unstyled) th,
table:not(.table-unstyled) td {
  padding: 0.25rem;
  border-color: #D0CDC2;
  border-style: solid;
  border-width: 0;
}
.table th:last-child, .table td:last-child,
table:not(.table-unstyled) th:last-child,
table:not(.table-unstyled) td:last-child {
  border-right: none;
}
.table tr:last-child th, .table tr:last-child td,
table:not(.table-unstyled) tr:last-child th,
table:not(.table-unstyled) tr:last-child td {
  border-bottom: none;
}
.table thead,
table:not(.table-unstyled) thead {
  color: #000000;
  font-weight: 400;
  text-transform: none;
  background: #FFFFFF;
  border-color: #D0CDC2;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.table thead th,
table:not(.table-unstyled) thead th {
  font-weight: inherit;
}
.table tbody,
table:not(.table-unstyled) tbody {
  border-color: #D0CDC2;
  border-style: solid;
  border-width: 0 0 1px 0;
}
.table tbody tr:hover, .table tbody tr.hover, .table tbody tr:hover,
table:not(.table-unstyled) tbody tr:hover,
table:not(.table-unstyled) tbody tr.hover,
table:not(.table-unstyled) tbody tr:hover {
  color: inherit;
  background: inherit;
  border-color: inherit;
}
.table tbody tr:nth-of-type(odd),
table:not(.table-unstyled) tbody tr:nth-of-type(odd) {
  color: #000000;
  background: transparent;
  border-color: #D0CDC2;
}
.table tbody tr:nth-of-type(odd):hover, .table tbody tr:nth-of-type(odd).hover, .table tbody tr:nth-of-type(odd):hover,
table:not(.table-unstyled) tbody tr:nth-of-type(odd):hover,
table:not(.table-unstyled) tbody tr:nth-of-type(odd).hover,
table:not(.table-unstyled) tbody tr:nth-of-type(odd):hover {
  color: #000000;
  background: transparent;
  border-color: #D0CDC2;
}
.table tbody tr.highlight,
table:not(.table-unstyled) tbody tr.highlight {
  color: #000000;
  font-weight: 400;
  background: rgba(50, 141, 69, 0.25);
  border-color: #D0CDC2;
}
.table tbody tr.highlight:hover, .table tbody tr.highlight.hover, .table tbody tr.highlight:hover,
table:not(.table-unstyled) tbody tr.highlight:hover,
table:not(.table-unstyled) tbody tr.highlight.hover,
table:not(.table-unstyled) tbody tr.highlight:hover {
  color: #000000;
  background: rgba(50, 141, 69, 0.25);
  border-color: #D0CDC2;
}
.table caption,
table:not(.table-unstyled) caption {
  margin: 0;
  padding: 0.25rem;
  color: #000000;
  font-size: 0.875rem;
}
.table p,
table:not(.table-unstyled) p {
  margin-bottom: 0;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.5rem;
  color: inherit;
  font-weight: 400;
  font-family: "BobackW03", "Helvetica Neue", Arial, "Noto Sans", "sans-serif", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.2;
  text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  font-weight: inherit;
}
h1 a:hover, h1 a.hover, h1 a:focus, h1 a.focus, h2 a:hover, h2 a.hover, h2 a:focus, h2 a.focus, h3 a:hover, h3 a.hover, h3 a:focus, h3 a.focus, h4 a:hover, h4 a.hover, h4 a:focus, h4 a.focus, h5 a:hover, h5 a.hover, h5 a:focus, h5 a.focus, h6 a:hover, h6 a.hover, h6 a:focus, h6 a.focus,
.h1 a:hover,
.h1 a.hover,
.h1 a:focus,
.h1 a.focus, .h2 a:hover, .h2 a.hover, .h2 a:focus, .h2 a.focus, .h3 a:hover, .h3 a.hover, .h3 a:focus, .h3 a.focus, .h4 a:hover, .h4 a.hover, .h4 a:focus, .h4 a.focus, .h5 a:hover, .h5 a.hover, .h5 a:focus, .h5 a.focus, .h6 a:hover, .h6 a.hover, .h6 a:focus, .h6 a.focus {
  color: #333333;
}

h1, .h1 {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  margin-bottom: 1.5rem;
  color: inherit;
  font-weight: 400;
  line-height: 1.2;
  text-transform: none;
  font-size: 2rem;
}

.lead {
  margin-bottom: 3rem;
  color: inherit;
  line-height: 1.5;
  text-transform: none;
  font-size: 1.1875rem;
}

small,
.small {
  margin-bottom: 1.5rem;
  color: inherit;
  line-height: 1.2;
  text-transform: none;
  font-size: 1rem;
}

.tag {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0;
  color: #328D45;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
  background-color: transparent;
  font-size: 0.75rem;
}
.tag + .tag {
  margin-left: 0.5rem;
}

hr {
  width: auto;
  margin: 1rem 0;
  border-color: #D0CDC2;
  border-style: solid;
  border-width: 1px 0 0 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-unstyled > li:last-child {
  margin-bottom: 0 !important;
}

.list-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.list-inline > li:not(:last-child) {
  margin-right: 0.5rem;
}

ul:not(.list-unstyled):not(.list-inline) {
  margin: 0 0 1.5rem 0;
  padding-left: 0;
  list-style: none;
}
ul:not(.list-unstyled):not(.list-inline) > li {
  position: relative;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 2rem;
  font-size: 1rem;
  line-height: 1.5;
}
ul:not(.list-unstyled):not(.list-inline) > li::before {
  position: absolute;
  top: 0.125rem;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M5.6,13.39.71,8.5a.77.77,0,0,1,0-1.06L1.79,6.38a.65.65,0,0,1,.51-.24.71.71,0,0,1,.54.24l3.28,3.3,7-7.07a.7.7,0,0,1,.54-.23.64.64,0,0,1,.51.23l1.08,1.06a.71.71,0,0,1,.21.53.71.71,0,0,1-.21.53L6.65,13.39a.64.64,0,0,1-.53.23A.64.64,0,0,1,5.6,13.39Z' fill='%23191919'/%3E%3C/svg%3E%0A") center no-repeat;
  background-size: 1rem;
  content: "";
}
ul:not(.list-unstyled):not(.list-inline) li.cke_panel_listItem::before {
  content: none;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  display: block;
  padding-top: 42.8571428571%;
  content: "";
}

.embed-responsive-16by9::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.embed-responsive-4by3::before {
  display: block;
  padding-top: 75%;
  content: "";
}

.embed-responsive-1by1::before {
  display: block;
  padding-top: 100%;
  content: "";
}

.embed-responsive-21by9::before {
  display: block;
  padding-top: 42.8571428571%;
  content: "";
}

.embed-responsive-16by9::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.embed-responsive-4by3::before {
  display: block;
  padding-top: 75%;
  content: "";
}

.embed-responsive-1by1::before {
  display: block;
  padding-top: 100%;
  content: "";
}

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

.figure-caption {
  color: #7F7F7F;
  font-weight: 400;
  font-size: 0.875rem;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}
.icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

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

.img-full-width {
  display: block;
  width: 100%;
  height: auto;
}

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

.zoom-picture-hover {
  display: block;
}
.zoom-picture-hover .picture {
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.zoom-picture-hover .picture img {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.zoom-picture-hover:hover .picture img, .zoom-picture-hover.hover .picture img, .zoom-picture-hover:hover .picture img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.link-wrapper {
  color: inherit;
}
.link-wrapper:hover, .link-wrapper.hover, .link-wrapper:focus, .link-wrapper.focus, .link-wrapper:active, .link-wrapper.active {
  color: inherit;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  content: "";
  pointer-events: auto;
}

.link-with-arrow {
  position: relative;
  padding: 0 2rem 0 0;
  color: #333333;
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
}
.link-with-arrow::before, .link-with-arrow::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 1rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  content: "";
}
.link-with-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%23333333' points='9.85 1.83 8.89 2.79 13.43 7.33 0 7.33 0 8.67 13.43 8.67 8.89 13.21 9.85 14.17 15.54 8.48 16 8 15.54 7.52 9.85 1.83'/%3E%3C/svg%3E%0A");
}
.link-with-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolygon fill='%232F7DF6' points='9.85 1.83 8.89 2.79 13.43 7.33 0 7.33 0 8.67 13.43 8.67 8.89 13.21 9.85 14.17 15.54 8.48 16 8 15.54 7.52 9.85 1.83'/%3E%3C/svg%3E%0A");
  opacity: 0;
}
.link-with-arrow[target=_blank]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23333333' d='M3,.5A.92.92,0,1,0,3,2.34h9.38L.77,13.93a.91.91,0,0,0,0,1.29.92.92,0,0,0,1.3,0L13.66,3.65V13a1,1,0,0,0,.93.93A.92.92,0,0,0,15.5,13V1.42A.91.91,0,0,0,14.58.5Z'/%3E%3C/svg%3E");
}
.link-with-arrow[target=_blank]::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232F7DF6' d='M3,.5A.92.92,0,1,0,3,2.34h9.38L.77,13.93a.91.91,0,0,0,0,1.29.92.92,0,0,0,1.3,0L13.66,3.65V13a1,1,0,0,0,.93.93A.92.92,0,0,0,15.5,13V1.42A.91.91,0,0,0,14.58.5Z'/%3E%3C/svg%3E");
}
.link-with-arrow:not(:disabled):hover, .link-with-arrow:not(:disabled).hover, .link-with-arrow:not(:disabled):focus, .link-with-arrow:not(:disabled).focus {
  color: #328D45;
}
.link-with-arrow:not(:disabled):hover::before, .link-with-arrow:not(:disabled):hover::after, .link-with-arrow:not(:disabled).hover::before, .link-with-arrow:not(:disabled).hover::after, .link-with-arrow:not(:disabled):focus::before, .link-with-arrow:not(:disabled):focus::after, .link-with-arrow:not(:disabled).focus::before, .link-with-arrow:not(:disabled).focus::after {
  -webkit-transform: translate(0.25rem, -50%);
          transform: translate(0.25rem, -50%);
}
.link-with-arrow:not(:disabled):hover::before, .link-with-arrow:not(:disabled).hover::before, .link-with-arrow:not(:disabled):focus::before, .link-with-arrow:not(:disabled).focus::before {
  opacity: 0;
}
.link-with-arrow:not(:disabled):hover::after, .link-with-arrow:not(:disabled).hover::after, .link-with-arrow:not(:disabled):focus::after, .link-with-arrow:not(:disabled).focus::after {
  opacity: 1;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !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: 1900;
}

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

.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-quarter {
  margin: 0.25rem !important;
}

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

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

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

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

.m-half {
  margin: 0.5rem !important;
}

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

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

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

.ml-half,
.mx-half {
  margin-left: 0.5rem !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-1-half {
  margin: 1.5rem !important;
}

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

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

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

.ml-1-half,
.mx-1-half {
  margin-left: 1.5rem !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-2-half {
  margin: 2.5rem !important;
}

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

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

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

.ml-2-half,
.mx-2-half {
  margin-left: 2.5rem !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-3-half {
  margin: 3.5rem !important;
}

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

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

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

.ml-3-half,
.mx-3-half {
  margin-left: 3.5rem !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-three-quarter {
  margin: 0.7518796992rem !important;
}

.mt-three-quarter,
.my-three-quarter {
  margin-top: 0.7518796992rem !important;
}

.mr-three-quarter,
.mx-three-quarter {
  margin-right: 0.7518796992rem !important;
}

.mb-three-quarter,
.my-three-quarter {
  margin-bottom: 0.7518796992rem !important;
}

.ml-three-quarter,
.mx-three-quarter {
  margin-left: 0.7518796992rem !important;
}

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

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

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

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

.ml-4-half,
.mx-4-half {
  margin-left: 4.5rem !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-5-half {
  margin: 5.5rem !important;
}

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

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

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

.ml-5-half,
.mx-5-half {
  margin-left: 5.5rem !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-quarter {
  padding: 0.25rem !important;
}

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

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

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

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

.p-half {
  padding: 0.5rem !important;
}

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

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

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

.pl-half,
.px-half {
  padding-left: 0.5rem !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-1-half {
  padding: 1.5rem !important;
}

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

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

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

.pl-1-half,
.px-1-half {
  padding-left: 1.5rem !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-2-half {
  padding: 2.5rem !important;
}

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

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

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

.pl-2-half,
.px-2-half {
  padding-left: 2.5rem !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-3-half {
  padding: 3.5rem !important;
}

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

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

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

.pl-3-half,
.px-3-half {
  padding-left: 3.5rem !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-three-quarter {
  padding: 0.7518796992rem !important;
}

.pt-three-quarter,
.py-three-quarter {
  padding-top: 0.7518796992rem !important;
}

.pr-three-quarter,
.px-three-quarter {
  padding-right: 0.7518796992rem !important;
}

.pb-three-quarter,
.py-three-quarter {
  padding-bottom: 0.7518796992rem !important;
}

.pl-three-quarter,
.px-three-quarter {
  padding-left: 0.7518796992rem !important;
}

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

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

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

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

.pl-4-half,
.px-4-half {
  padding-left: 4.5rem !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-5-half {
  padding: 5.5rem !important;
}

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

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

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

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

.m-nquarter {
  margin: -0.25rem !important;
}

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

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

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

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

.m-nhalf {
  margin: -0.5rem !important;
}

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

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

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

.ml-nhalf,
.mx-nhalf {
  margin-left: -0.5rem !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-n1-half {
  margin: -1.5rem !important;
}

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

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

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

.ml-n1-half,
.mx-n1-half {
  margin-left: -1.5rem !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-n2-half {
  margin: -2.5rem !important;
}

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

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

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

.ml-n2-half,
.mx-n2-half {
  margin-left: -2.5rem !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-n3-half {
  margin: -3.5rem !important;
}

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

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

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

.ml-n3-half,
.mx-n3-half {
  margin-left: -3.5rem !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-nthree-quarter {
  margin: -0.7518796992rem !important;
}

.mt-nthree-quarter,
.my-nthree-quarter {
  margin-top: -0.7518796992rem !important;
}

.mr-nthree-quarter,
.mx-nthree-quarter {
  margin-right: -0.7518796992rem !important;
}

.mb-nthree-quarter,
.my-nthree-quarter {
  margin-bottom: -0.7518796992rem !important;
}

.ml-nthree-quarter,
.mx-nthree-quarter {
  margin-left: -0.7518796992rem !important;
}

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

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

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

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

.ml-n4-half,
.mx-n4-half {
  margin-left: -4.5rem !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-n5-half {
  margin: -5.5rem !important;
}

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

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

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

.ml-n5-half,
.mx-n5-half {
  margin-left: -5.5rem !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;
}
.spinner-loader {
  position: absolute;
  left: calc(50% - 1.5rem / 2);
  z-index: 1;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.125rem solid #328D45;
  border-right-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: spinner-loader 0.75s linear infinite;
          animation: spinner-loader 0.75s linear infinite;
}
.spinner-loader-sm {
  left: calc(50% - 1rem / 2);
  width: 1rem;
  height: 1rem;
  border-width: 0.1rem;
}

@-webkit-keyframes spinner-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0, 0, 0, 0);
}

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

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

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

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

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

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

a.text-primary:hover, a.text-primary.hover, a.text-primary:focus, a.text-primary.focus {
  color: rgb(33.9790575916, 95.8209424084, 46.8910994764) !important;
}

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

a.text-secondary:hover, a.text-secondary.hover, a.text-secondary:focus, a.text-secondary.focus {
  color: rgb(142.4146788991, 14.3853211009, 43.8752293578) !important;
}

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

a.text-info:hover, a.text-info.hover, a.text-info:focus, a.text-info.focus {
  color: rgb(56.24, 121.6, 137.56) !important;
}

.text-success {
  color: #53A451 !important;
}

a.text-success:hover, a.text-success.hover, a.text-success:focus, a.text-success.focus {
  color: rgb(62.2669387755, 123.0334693878, 60.7665306122) !important;
}

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

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

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

a.text-danger:hover, a.text-danger.hover, a.text-danger:focus, a.text-danger.focus {
  color: rgb(193.8, 1.52, 0) !important;
}

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

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

.text-gray {
  color: #D9D7D1 !important;
}

a.text-gray:hover, a.text-gray.hover, a.text-gray:focus, a.text-gray.focus {
  color: rgb(189.3142857143, 185.8571428571, 175.4857142857) !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.font-size-sm {
  font-size: 0.875rem !important;
}

.font-size-normal {
  font-size: 1rem !important;
}

.font-size-lg {
  font-size: 1.125rem !important;
}

.font-size-xl {
  font-size: 1.25rem !important;
}

.font-weight-lightest {
  font-weight: 100 !important;
}

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

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

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

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

.font-weight-semibold {
  font-weight: 600 !important;
}

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

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

.font-weight-boldest {
  font-weight: 900 !important;
}

.line-height-sm {
  line-height: 1.2 !important;
}

.line-height-normal {
  line-height: 1.5 !important;
}

.line-height-lg {
  line-height: 1.7 !important;
}

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

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

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

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

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

.text-strikeout {
  text-decoration: line-through !important;
}

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

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

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

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

@media (min-width: 375px) {
  .btn-xs-inline {
    width: auto;
  }
  .btn-xs-inline + .btn-xs-inline {
    margin-left: 1.25rem;
  }
  .btn-xs-block {
    width: 100%;
  }
  .btn-xs-block + .btn-xs-block {
    margin-top: 0.5rem;
  }
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xs-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xs-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xs-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xs-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xs-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xs-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xs-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xs-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xs-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xs-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xs-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xs-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xs-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xs-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xs-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xs-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xs-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xs-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xs-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xs-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xs-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xs-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xs-left {
    float: left !important;
  }
  .float-xs-right {
    float: right !important;
  }
  .float-xs-none {
    float: none !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-quarter {
    margin: 0.25rem !important;
  }
  .mt-xs-quarter,
  .my-xs-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-xs-quarter,
  .mx-xs-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-xs-quarter,
  .my-xs-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-quarter,
  .mx-xs-quarter {
    margin-left: 0.25rem !important;
  }
  .m-xs-half {
    margin: 0.5rem !important;
  }
  .mt-xs-half,
  .my-xs-half {
    margin-top: 0.5rem !important;
  }
  .mr-xs-half,
  .mx-xs-half {
    margin-right: 0.5rem !important;
  }
  .mb-xs-half,
  .my-xs-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-half,
  .mx-xs-half {
    margin-left: 0.5rem !important;
  }
  .m-xs-1 {
    margin: 1rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 1rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 1rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 1rem !important;
  }
  .m-xs-1-half {
    margin: 1.5rem !important;
  }
  .mt-xs-1-half,
  .my-xs-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-xs-1-half,
  .mx-xs-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-xs-1-half,
  .my-xs-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-1-half,
  .mx-xs-1-half {
    margin-left: 1.5rem !important;
  }
  .m-xs-2 {
    margin: 2rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 2rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 2rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 2rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 2rem !important;
  }
  .m-xs-2-half {
    margin: 2.5rem !important;
  }
  .mt-xs-2-half,
  .my-xs-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-xs-2-half,
  .mx-xs-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-xs-2-half,
  .my-xs-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-xs-2-half,
  .mx-xs-2-half {
    margin-left: 2.5rem !important;
  }
  .m-xs-3 {
    margin: 3rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 3rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 3rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 3rem !important;
  }
  .m-xs-3-half {
    margin: 3.5rem !important;
  }
  .mt-xs-3-half,
  .my-xs-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-xs-3-half,
  .mx-xs-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-xs-3-half,
  .my-xs-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-xs-3-half,
  .mx-xs-3-half {
    margin-left: 3.5rem !important;
  }
  .m-xs-4 {
    margin: 4rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 4rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 4rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 4rem !important;
  }
  .m-xs-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-xs-three-quarter,
  .my-xs-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-xs-three-quarter,
  .mx-xs-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-xs-three-quarter,
  .my-xs-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-xs-three-quarter,
  .mx-xs-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-xs-4-half {
    margin: 4.5rem !important;
  }
  .mt-xs-4-half,
  .my-xs-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-xs-4-half,
  .mx-xs-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-xs-4-half,
  .my-xs-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-xs-4-half,
  .mx-xs-4-half {
    margin-left: 4.5rem !important;
  }
  .m-xs-5 {
    margin: 5rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 5rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 5rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 5rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 5rem !important;
  }
  .m-xs-5-half {
    margin: 5.5rem !important;
  }
  .mt-xs-5-half,
  .my-xs-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-xs-5-half,
  .mx-xs-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-xs-5-half,
  .my-xs-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-xs-5-half,
  .mx-xs-5-half {
    margin-left: 5.5rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-quarter {
    padding: 0.25rem !important;
  }
  .pt-xs-quarter,
  .py-xs-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-xs-quarter,
  .px-xs-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-xs-quarter,
  .py-xs-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-quarter,
  .px-xs-quarter {
    padding-left: 0.25rem !important;
  }
  .p-xs-half {
    padding: 0.5rem !important;
  }
  .pt-xs-half,
  .py-xs-half {
    padding-top: 0.5rem !important;
  }
  .pr-xs-half,
  .px-xs-half {
    padding-right: 0.5rem !important;
  }
  .pb-xs-half,
  .py-xs-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-half,
  .px-xs-half {
    padding-left: 0.5rem !important;
  }
  .p-xs-1 {
    padding: 1rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 1rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 1rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 1rem !important;
  }
  .p-xs-1-half {
    padding: 1.5rem !important;
  }
  .pt-xs-1-half,
  .py-xs-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-xs-1-half,
  .px-xs-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-xs-1-half,
  .py-xs-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-1-half,
  .px-xs-1-half {
    padding-left: 1.5rem !important;
  }
  .p-xs-2 {
    padding: 2rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 2rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 2rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 2rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 2rem !important;
  }
  .p-xs-2-half {
    padding: 2.5rem !important;
  }
  .pt-xs-2-half,
  .py-xs-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-xs-2-half,
  .px-xs-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-xs-2-half,
  .py-xs-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-xs-2-half,
  .px-xs-2-half {
    padding-left: 2.5rem !important;
  }
  .p-xs-3 {
    padding: 3rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 3rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 3rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 3rem !important;
  }
  .p-xs-3-half {
    padding: 3.5rem !important;
  }
  .pt-xs-3-half,
  .py-xs-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-xs-3-half,
  .px-xs-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-xs-3-half,
  .py-xs-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-xs-3-half,
  .px-xs-3-half {
    padding-left: 3.5rem !important;
  }
  .p-xs-4 {
    padding: 4rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 4rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 4rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 4rem !important;
  }
  .p-xs-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-xs-three-quarter,
  .py-xs-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-xs-three-quarter,
  .px-xs-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-xs-three-quarter,
  .py-xs-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-xs-three-quarter,
  .px-xs-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-xs-4-half {
    padding: 4.5rem !important;
  }
  .pt-xs-4-half,
  .py-xs-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-xs-4-half,
  .px-xs-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-xs-4-half,
  .py-xs-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-xs-4-half,
  .px-xs-4-half {
    padding-left: 4.5rem !important;
  }
  .p-xs-5 {
    padding: 5rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 5rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 5rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 5rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 5rem !important;
  }
  .p-xs-5-half {
    padding: 5.5rem !important;
  }
  .pt-xs-5-half,
  .py-xs-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-xs-5-half,
  .px-xs-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-xs-5-half,
  .py-xs-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-xs-5-half,
  .px-xs-5-half {
    padding-left: 5.5rem !important;
  }
  .m-xs-nquarter {
    margin: -0.25rem !important;
  }
  .mt-xs-nquarter,
  .my-xs-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-xs-nquarter,
  .mx-xs-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-xs-nquarter,
  .my-xs-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-nquarter,
  .mx-xs-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-xs-nhalf {
    margin: -0.5rem !important;
  }
  .mt-xs-nhalf,
  .my-xs-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-xs-nhalf,
  .mx-xs-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-xs-nhalf,
  .my-xs-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-nhalf,
  .mx-xs-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-xs-n1 {
    margin: -1rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -1rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -1rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -1rem !important;
  }
  .m-xs-n1-half {
    margin: -1.5rem !important;
  }
  .mt-xs-n1-half,
  .my-xs-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n1-half,
  .mx-xs-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n1-half,
  .my-xs-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n1-half,
  .mx-xs-n1-half {
    margin-left: -1.5rem !important;
  }
  .m-xs-n2 {
    margin: -2rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -2rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -2rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -2rem !important;
  }
  .m-xs-n2-half {
    margin: -2.5rem !important;
  }
  .mt-xs-n2-half,
  .my-xs-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-xs-n2-half,
  .mx-xs-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-xs-n2-half,
  .my-xs-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-xs-n2-half,
  .mx-xs-n2-half {
    margin-left: -2.5rem !important;
  }
  .m-xs-n3 {
    margin: -3rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -3rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -3rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -3rem !important;
  }
  .m-xs-n3-half {
    margin: -3.5rem !important;
  }
  .mt-xs-n3-half,
  .my-xs-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-xs-n3-half,
  .mx-xs-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-xs-n3-half,
  .my-xs-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-xs-n3-half,
  .mx-xs-n3-half {
    margin-left: -3.5rem !important;
  }
  .m-xs-n4 {
    margin: -4rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -4rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -4rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -4rem !important;
  }
  .m-xs-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-xs-nthree-quarter,
  .my-xs-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-xs-nthree-quarter,
  .mx-xs-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-xs-nthree-quarter,
  .my-xs-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-xs-nthree-quarter,
  .mx-xs-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-xs-n4-half {
    margin: -4.5rem !important;
  }
  .mt-xs-n4-half,
  .my-xs-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-xs-n4-half,
  .mx-xs-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-xs-n4-half,
  .my-xs-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-xs-n4-half,
  .mx-xs-n4-half {
    margin-left: -4.5rem !important;
  }
  .m-xs-n5 {
    margin: -5rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -5rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -5rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -5rem !important;
  }
  .m-xs-n5-half {
    margin: -5.5rem !important;
  }
  .mt-xs-n5-half,
  .my-xs-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-xs-n5-half,
  .mx-xs-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-xs-n5-half,
  .my-xs-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-xs-n5-half,
  .mx-xs-n5-half {
    margin-left: -5.5rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}

@media (min-width: 576px) {
  .btn-sm-inline {
    width: auto;
  }
  .btn-sm-inline + .btn-sm-inline {
    margin-left: 1.25rem;
  }
  .btn-sm-block {
    width: 100%;
  }
  .btn-sm-block + .btn-sm-block {
    margin-top: 0.5rem;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .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-quarter {
    margin: 0.25rem !important;
  }
  .mt-sm-quarter,
  .my-sm-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-sm-quarter,
  .mx-sm-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-sm-quarter,
  .my-sm-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-quarter,
  .mx-sm-quarter {
    margin-left: 0.25rem !important;
  }
  .m-sm-half {
    margin: 0.5rem !important;
  }
  .mt-sm-half,
  .my-sm-half {
    margin-top: 0.5rem !important;
  }
  .mr-sm-half,
  .mx-sm-half {
    margin-right: 0.5rem !important;
  }
  .mb-sm-half,
  .my-sm-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-half,
  .mx-sm-half {
    margin-left: 0.5rem !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-1-half {
    margin: 1.5rem !important;
  }
  .mt-sm-1-half,
  .my-sm-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-sm-1-half,
  .mx-sm-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-sm-1-half,
  .my-sm-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-1-half,
  .mx-sm-1-half {
    margin-left: 1.5rem !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-2-half {
    margin: 2.5rem !important;
  }
  .mt-sm-2-half,
  .my-sm-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-sm-2-half,
  .mx-sm-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-sm-2-half,
  .my-sm-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-2-half,
  .mx-sm-2-half {
    margin-left: 2.5rem !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-3-half {
    margin: 3.5rem !important;
  }
  .mt-sm-3-half,
  .my-sm-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-sm-3-half,
  .mx-sm-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-sm-3-half,
  .my-sm-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-3-half,
  .mx-sm-3-half {
    margin-left: 3.5rem !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-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-sm-three-quarter,
  .my-sm-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-sm-three-quarter,
  .mx-sm-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-sm-three-quarter,
  .my-sm-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-sm-three-quarter,
  .mx-sm-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-sm-4-half {
    margin: 4.5rem !important;
  }
  .mt-sm-4-half,
  .my-sm-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-sm-4-half,
  .mx-sm-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-sm-4-half,
  .my-sm-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-4-half,
  .mx-sm-4-half {
    margin-left: 4.5rem !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-5-half {
    margin: 5.5rem !important;
  }
  .mt-sm-5-half,
  .my-sm-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-sm-5-half,
  .mx-sm-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-sm-5-half,
  .my-sm-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-5-half,
  .mx-sm-5-half {
    margin-left: 5.5rem !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-quarter {
    padding: 0.25rem !important;
  }
  .pt-sm-quarter,
  .py-sm-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-sm-quarter,
  .px-sm-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-sm-quarter,
  .py-sm-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-quarter,
  .px-sm-quarter {
    padding-left: 0.25rem !important;
  }
  .p-sm-half {
    padding: 0.5rem !important;
  }
  .pt-sm-half,
  .py-sm-half {
    padding-top: 0.5rem !important;
  }
  .pr-sm-half,
  .px-sm-half {
    padding-right: 0.5rem !important;
  }
  .pb-sm-half,
  .py-sm-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-half,
  .px-sm-half {
    padding-left: 0.5rem !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-1-half {
    padding: 1.5rem !important;
  }
  .pt-sm-1-half,
  .py-sm-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-sm-1-half,
  .px-sm-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-sm-1-half,
  .py-sm-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-1-half,
  .px-sm-1-half {
    padding-left: 1.5rem !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-2-half {
    padding: 2.5rem !important;
  }
  .pt-sm-2-half,
  .py-sm-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-sm-2-half,
  .px-sm-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-sm-2-half,
  .py-sm-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-2-half,
  .px-sm-2-half {
    padding-left: 2.5rem !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-3-half {
    padding: 3.5rem !important;
  }
  .pt-sm-3-half,
  .py-sm-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-sm-3-half,
  .px-sm-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-sm-3-half,
  .py-sm-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-3-half,
  .px-sm-3-half {
    padding-left: 3.5rem !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-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-sm-three-quarter,
  .py-sm-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-sm-three-quarter,
  .px-sm-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-sm-three-quarter,
  .py-sm-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-sm-three-quarter,
  .px-sm-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-sm-4-half {
    padding: 4.5rem !important;
  }
  .pt-sm-4-half,
  .py-sm-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-sm-4-half,
  .px-sm-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-sm-4-half,
  .py-sm-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-4-half,
  .px-sm-4-half {
    padding-left: 4.5rem !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-5-half {
    padding: 5.5rem !important;
  }
  .pt-sm-5-half,
  .py-sm-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-sm-5-half,
  .px-sm-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-sm-5-half,
  .py-sm-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-5-half,
  .px-sm-5-half {
    padding-left: 5.5rem !important;
  }
  .m-sm-nquarter {
    margin: -0.25rem !important;
  }
  .mt-sm-nquarter,
  .my-sm-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-sm-nquarter,
  .mx-sm-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-sm-nquarter,
  .my-sm-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-nquarter,
  .mx-sm-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-sm-nhalf {
    margin: -0.5rem !important;
  }
  .mt-sm-nhalf,
  .my-sm-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-sm-nhalf,
  .mx-sm-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-sm-nhalf,
  .my-sm-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-nhalf,
  .mx-sm-nhalf {
    margin-left: -0.5rem !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-n1-half {
    margin: -1.5rem !important;
  }
  .mt-sm-n1-half,
  .my-sm-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n1-half,
  .mx-sm-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n1-half,
  .my-sm-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n1-half,
  .mx-sm-n1-half {
    margin-left: -1.5rem !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-n2-half {
    margin: -2.5rem !important;
  }
  .mt-sm-n2-half,
  .my-sm-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-sm-n2-half,
  .mx-sm-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-sm-n2-half,
  .my-sm-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-sm-n2-half,
  .mx-sm-n2-half {
    margin-left: -2.5rem !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-n3-half {
    margin: -3.5rem !important;
  }
  .mt-sm-n3-half,
  .my-sm-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n3-half,
  .mx-sm-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n3-half,
  .my-sm-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n3-half,
  .mx-sm-n3-half {
    margin-left: -3.5rem !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-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-sm-nthree-quarter,
  .my-sm-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-sm-nthree-quarter,
  .mx-sm-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-sm-nthree-quarter,
  .my-sm-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-sm-nthree-quarter,
  .mx-sm-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-sm-n4-half {
    margin: -4.5rem !important;
  }
  .mt-sm-n4-half,
  .my-sm-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n4-half,
  .mx-sm-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n4-half,
  .my-sm-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n4-half,
  .mx-sm-n4-half {
    margin-left: -4.5rem !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-n5-half {
    margin: -5.5rem !important;
  }
  .mt-sm-n5-half,
  .my-sm-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n5-half,
  .mx-sm-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n5-half,
  .my-sm-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n5-half,
  .mx-sm-n5-half {
    margin-left: -5.5rem !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;
  }
  .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) {
  .btn-md-inline {
    width: auto;
  }
  .btn-md-inline + .btn-md-inline {
    margin-left: 1.25rem;
  }
  .btn-md-block {
    width: 100%;
  }
  .btn-md-block + .btn-md-block {
    margin-top: 0.5rem;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .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-quarter {
    margin: 0.25rem !important;
  }
  .mt-md-quarter,
  .my-md-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-md-quarter,
  .mx-md-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-md-quarter,
  .my-md-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-quarter,
  .mx-md-quarter {
    margin-left: 0.25rem !important;
  }
  .m-md-half {
    margin: 0.5rem !important;
  }
  .mt-md-half,
  .my-md-half {
    margin-top: 0.5rem !important;
  }
  .mr-md-half,
  .mx-md-half {
    margin-right: 0.5rem !important;
  }
  .mb-md-half,
  .my-md-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-half,
  .mx-md-half {
    margin-left: 0.5rem !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-1-half {
    margin: 1.5rem !important;
  }
  .mt-md-1-half,
  .my-md-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-md-1-half,
  .mx-md-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-md-1-half,
  .my-md-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-1-half,
  .mx-md-1-half {
    margin-left: 1.5rem !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-2-half {
    margin: 2.5rem !important;
  }
  .mt-md-2-half,
  .my-md-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-md-2-half,
  .mx-md-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-md-2-half,
  .my-md-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-md-2-half,
  .mx-md-2-half {
    margin-left: 2.5rem !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-3-half {
    margin: 3.5rem !important;
  }
  .mt-md-3-half,
  .my-md-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-md-3-half,
  .mx-md-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-md-3-half,
  .my-md-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-3-half,
  .mx-md-3-half {
    margin-left: 3.5rem !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-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-md-three-quarter,
  .my-md-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-md-three-quarter,
  .mx-md-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-md-three-quarter,
  .my-md-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-md-three-quarter,
  .mx-md-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-md-4-half {
    margin: 4.5rem !important;
  }
  .mt-md-4-half,
  .my-md-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-md-4-half,
  .mx-md-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-md-4-half,
  .my-md-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-4-half,
  .mx-md-4-half {
    margin-left: 4.5rem !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-5-half {
    margin: 5.5rem !important;
  }
  .mt-md-5-half,
  .my-md-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-md-5-half,
  .mx-md-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-md-5-half,
  .my-md-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-5-half,
  .mx-md-5-half {
    margin-left: 5.5rem !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-quarter {
    padding: 0.25rem !important;
  }
  .pt-md-quarter,
  .py-md-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-md-quarter,
  .px-md-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-md-quarter,
  .py-md-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-quarter,
  .px-md-quarter {
    padding-left: 0.25rem !important;
  }
  .p-md-half {
    padding: 0.5rem !important;
  }
  .pt-md-half,
  .py-md-half {
    padding-top: 0.5rem !important;
  }
  .pr-md-half,
  .px-md-half {
    padding-right: 0.5rem !important;
  }
  .pb-md-half,
  .py-md-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-half,
  .px-md-half {
    padding-left: 0.5rem !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-1-half {
    padding: 1.5rem !important;
  }
  .pt-md-1-half,
  .py-md-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-md-1-half,
  .px-md-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-md-1-half,
  .py-md-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-1-half,
  .px-md-1-half {
    padding-left: 1.5rem !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-2-half {
    padding: 2.5rem !important;
  }
  .pt-md-2-half,
  .py-md-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-md-2-half,
  .px-md-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-md-2-half,
  .py-md-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-md-2-half,
  .px-md-2-half {
    padding-left: 2.5rem !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-3-half {
    padding: 3.5rem !important;
  }
  .pt-md-3-half,
  .py-md-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-md-3-half,
  .px-md-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-md-3-half,
  .py-md-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-3-half,
  .px-md-3-half {
    padding-left: 3.5rem !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-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-md-three-quarter,
  .py-md-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-md-three-quarter,
  .px-md-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-md-three-quarter,
  .py-md-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-md-three-quarter,
  .px-md-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-md-4-half {
    padding: 4.5rem !important;
  }
  .pt-md-4-half,
  .py-md-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-md-4-half,
  .px-md-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-md-4-half,
  .py-md-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-4-half,
  .px-md-4-half {
    padding-left: 4.5rem !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-5-half {
    padding: 5.5rem !important;
  }
  .pt-md-5-half,
  .py-md-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-md-5-half,
  .px-md-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-md-5-half,
  .py-md-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-5-half,
  .px-md-5-half {
    padding-left: 5.5rem !important;
  }
  .m-md-nquarter {
    margin: -0.25rem !important;
  }
  .mt-md-nquarter,
  .my-md-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-md-nquarter,
  .mx-md-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-md-nquarter,
  .my-md-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-nquarter,
  .mx-md-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-md-nhalf {
    margin: -0.5rem !important;
  }
  .mt-md-nhalf,
  .my-md-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-md-nhalf,
  .mx-md-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-md-nhalf,
  .my-md-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-nhalf,
  .mx-md-nhalf {
    margin-left: -0.5rem !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-n1-half {
    margin: -1.5rem !important;
  }
  .mt-md-n1-half,
  .my-md-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-md-n1-half,
  .mx-md-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-md-n1-half,
  .my-md-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n1-half,
  .mx-md-n1-half {
    margin-left: -1.5rem !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-n2-half {
    margin: -2.5rem !important;
  }
  .mt-md-n2-half,
  .my-md-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-md-n2-half,
  .mx-md-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-md-n2-half,
  .my-md-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-md-n2-half,
  .mx-md-n2-half {
    margin-left: -2.5rem !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-n3-half {
    margin: -3.5rem !important;
  }
  .mt-md-n3-half,
  .my-md-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-md-n3-half,
  .mx-md-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-md-n3-half,
  .my-md-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n3-half,
  .mx-md-n3-half {
    margin-left: -3.5rem !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-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-md-nthree-quarter,
  .my-md-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-md-nthree-quarter,
  .mx-md-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-md-nthree-quarter,
  .my-md-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-md-nthree-quarter,
  .mx-md-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-md-n4-half {
    margin: -4.5rem !important;
  }
  .mt-md-n4-half,
  .my-md-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-md-n4-half,
  .mx-md-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-md-n4-half,
  .my-md-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n4-half,
  .mx-md-n4-half {
    margin-left: -4.5rem !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-n5-half {
    margin: -5.5rem !important;
  }
  .mt-md-n5-half,
  .my-md-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-md-n5-half,
  .mx-md-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-md-n5-half,
  .my-md-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n5-half,
  .mx-md-n5-half {
    margin-left: -5.5rem !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;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 62rem) {
  body {
    font-size: calc(1.125rem + 100vw * 0);
  }
  h1, .h1 {
    font-size: calc(-0.0394736842rem + 100vw * 0.0328947368);
  }
  h2, .h2 {
    font-size: calc(0.5263157895rem + 100vw * 0.0197368421);
  }
  h3, .h3 {
    font-size: calc(0.6842105263rem + 100vw * 0.0131578947);
  }
  h4, .h4 {
    font-size: calc(0.1842105263rem + 100vw * 0.0131578947);
  }
  h5, .h5 {
    font-size: calc(0.6710526316rem + 100vw * 0.0032894737);
  }
  h6, .h6 {
    font-size: calc(0.5460526316rem + 100vw * 0.0032894737);
  }
  .display-1 {
    font-size: calc(-2.0789473684rem + 100vw * 0.0657894737);
  }
  .lead {
    font-size: calc(0.6776315789rem + 100vw * 0.0082236842);
  }
  small,
  .small {
    font-size: calc(1rem + 100vw * 0);
  }
  .tag {
    font-size: calc(0.75rem + 100vw * 0);
  }
}

@media (min-width: 992px) {
  .btn-lg-inline {
    width: auto;
  }
  .btn-lg-inline + .btn-lg-inline {
    margin-left: 1.25rem;
  }
  .btn-lg-block {
    width: 100%;
  }
  .btn-lg-block + .btn-lg-block {
    margin-top: 0.5rem;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .link-hover-underlined {
    position: relative;
    text-decoration: none;
  }
  .link-hover-underlined::after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    height: 1px;
    background: currentColor;
    opacity: 0;
    -webkit-transition: left 0.4s ease-out, right 0.4s ease-out, opacity 0.4s ease-out;
    transition: left 0.4s ease-out, right 0.4s ease-out, opacity 0.4s ease-out;
    content: "";
  }
  .link-hover-underlined:hover, .link-hover-underlined.hover, .link-hover-underlined:focus, .link-hover-underlined.focus {
    text-decoration: none;
  }
  .link-hover-underlined:hover::after, .link-hover-underlined.hover::after, .link-hover-underlined:focus::after, .link-hover-underlined.focus::after {
    right: 0;
    left: 0;
    opacity: 1;
  }
  .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-quarter {
    margin: 0.25rem !important;
  }
  .mt-lg-quarter,
  .my-lg-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-lg-quarter,
  .mx-lg-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-lg-quarter,
  .my-lg-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-quarter,
  .mx-lg-quarter {
    margin-left: 0.25rem !important;
  }
  .m-lg-half {
    margin: 0.5rem !important;
  }
  .mt-lg-half,
  .my-lg-half {
    margin-top: 0.5rem !important;
  }
  .mr-lg-half,
  .mx-lg-half {
    margin-right: 0.5rem !important;
  }
  .mb-lg-half,
  .my-lg-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-half,
  .mx-lg-half {
    margin-left: 0.5rem !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-1-half {
    margin: 1.5rem !important;
  }
  .mt-lg-1-half,
  .my-lg-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-lg-1-half,
  .mx-lg-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-lg-1-half,
  .my-lg-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-1-half,
  .mx-lg-1-half {
    margin-left: 1.5rem !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-2-half {
    margin: 2.5rem !important;
  }
  .mt-lg-2-half,
  .my-lg-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-lg-2-half,
  .mx-lg-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-lg-2-half,
  .my-lg-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-2-half,
  .mx-lg-2-half {
    margin-left: 2.5rem !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-3-half {
    margin: 3.5rem !important;
  }
  .mt-lg-3-half,
  .my-lg-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-lg-3-half,
  .mx-lg-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-lg-3-half,
  .my-lg-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-3-half,
  .mx-lg-3-half {
    margin-left: 3.5rem !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-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-lg-three-quarter,
  .my-lg-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-lg-three-quarter,
  .mx-lg-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-lg-three-quarter,
  .my-lg-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-lg-three-quarter,
  .mx-lg-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-lg-4-half {
    margin: 4.5rem !important;
  }
  .mt-lg-4-half,
  .my-lg-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-lg-4-half,
  .mx-lg-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-lg-4-half,
  .my-lg-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-4-half,
  .mx-lg-4-half {
    margin-left: 4.5rem !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-5-half {
    margin: 5.5rem !important;
  }
  .mt-lg-5-half,
  .my-lg-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-lg-5-half,
  .mx-lg-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-lg-5-half,
  .my-lg-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-5-half,
  .mx-lg-5-half {
    margin-left: 5.5rem !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-quarter {
    padding: 0.25rem !important;
  }
  .pt-lg-quarter,
  .py-lg-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-lg-quarter,
  .px-lg-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-lg-quarter,
  .py-lg-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-quarter,
  .px-lg-quarter {
    padding-left: 0.25rem !important;
  }
  .p-lg-half {
    padding: 0.5rem !important;
  }
  .pt-lg-half,
  .py-lg-half {
    padding-top: 0.5rem !important;
  }
  .pr-lg-half,
  .px-lg-half {
    padding-right: 0.5rem !important;
  }
  .pb-lg-half,
  .py-lg-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-half,
  .px-lg-half {
    padding-left: 0.5rem !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-1-half {
    padding: 1.5rem !important;
  }
  .pt-lg-1-half,
  .py-lg-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-lg-1-half,
  .px-lg-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-lg-1-half,
  .py-lg-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-1-half,
  .px-lg-1-half {
    padding-left: 1.5rem !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-2-half {
    padding: 2.5rem !important;
  }
  .pt-lg-2-half,
  .py-lg-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-lg-2-half,
  .px-lg-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-lg-2-half,
  .py-lg-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-2-half,
  .px-lg-2-half {
    padding-left: 2.5rem !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-3-half {
    padding: 3.5rem !important;
  }
  .pt-lg-3-half,
  .py-lg-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-lg-3-half,
  .px-lg-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-lg-3-half,
  .py-lg-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-3-half,
  .px-lg-3-half {
    padding-left: 3.5rem !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-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-lg-three-quarter,
  .py-lg-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-lg-three-quarter,
  .px-lg-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-lg-three-quarter,
  .py-lg-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-lg-three-quarter,
  .px-lg-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-lg-4-half {
    padding: 4.5rem !important;
  }
  .pt-lg-4-half,
  .py-lg-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-lg-4-half,
  .px-lg-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-lg-4-half,
  .py-lg-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-4-half,
  .px-lg-4-half {
    padding-left: 4.5rem !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-5-half {
    padding: 5.5rem !important;
  }
  .pt-lg-5-half,
  .py-lg-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-lg-5-half,
  .px-lg-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-lg-5-half,
  .py-lg-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-5-half,
  .px-lg-5-half {
    padding-left: 5.5rem !important;
  }
  .m-lg-nquarter {
    margin: -0.25rem !important;
  }
  .mt-lg-nquarter,
  .my-lg-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-lg-nquarter,
  .mx-lg-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-lg-nquarter,
  .my-lg-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-nquarter,
  .mx-lg-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-lg-nhalf {
    margin: -0.5rem !important;
  }
  .mt-lg-nhalf,
  .my-lg-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-lg-nhalf,
  .mx-lg-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-lg-nhalf,
  .my-lg-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-nhalf,
  .mx-lg-nhalf {
    margin-left: -0.5rem !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-n1-half {
    margin: -1.5rem !important;
  }
  .mt-lg-n1-half,
  .my-lg-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n1-half,
  .mx-lg-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n1-half,
  .my-lg-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n1-half,
  .mx-lg-n1-half {
    margin-left: -1.5rem !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-n2-half {
    margin: -2.5rem !important;
  }
  .mt-lg-n2-half,
  .my-lg-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-lg-n2-half,
  .mx-lg-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-lg-n2-half,
  .my-lg-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-lg-n2-half,
  .mx-lg-n2-half {
    margin-left: -2.5rem !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-n3-half {
    margin: -3.5rem !important;
  }
  .mt-lg-n3-half,
  .my-lg-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n3-half,
  .mx-lg-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n3-half,
  .my-lg-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n3-half,
  .mx-lg-n3-half {
    margin-left: -3.5rem !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-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-lg-nthree-quarter,
  .my-lg-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-lg-nthree-quarter,
  .mx-lg-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-lg-nthree-quarter,
  .my-lg-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-lg-nthree-quarter,
  .mx-lg-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-lg-n4-half {
    margin: -4.5rem !important;
  }
  .mt-lg-n4-half,
  .my-lg-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n4-half,
  .mx-lg-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n4-half,
  .my-lg-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n4-half,
  .mx-lg-n4-half {
    margin-left: -4.5rem !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-n5-half {
    margin: -5.5rem !important;
  }
  .mt-lg-n5-half,
  .my-lg-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n5-half,
  .mx-lg-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n5-half,
  .my-lg-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n5-half,
  .mx-lg-n5-half {
    margin-left: -5.5rem !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;
  }
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1360px) {
  .btn-xl-inline {
    width: auto;
  }
  .btn-xl-inline + .btn-xl-inline {
    margin-left: 1.25rem;
  }
  .btn-xl-block {
    width: 100%;
  }
  .btn-xl-block + .btn-xl-block {
    margin-top: 0.5rem;
  }
  .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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .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-quarter {
    margin: 0.25rem !important;
  }
  .mt-xl-quarter,
  .my-xl-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-xl-quarter,
  .mx-xl-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-xl-quarter,
  .my-xl-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-quarter,
  .mx-xl-quarter {
    margin-left: 0.25rem !important;
  }
  .m-xl-half {
    margin: 0.5rem !important;
  }
  .mt-xl-half,
  .my-xl-half {
    margin-top: 0.5rem !important;
  }
  .mr-xl-half,
  .mx-xl-half {
    margin-right: 0.5rem !important;
  }
  .mb-xl-half,
  .my-xl-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-half,
  .mx-xl-half {
    margin-left: 0.5rem !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-1-half {
    margin: 1.5rem !important;
  }
  .mt-xl-1-half,
  .my-xl-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-xl-1-half,
  .mx-xl-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-xl-1-half,
  .my-xl-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-1-half,
  .mx-xl-1-half {
    margin-left: 1.5rem !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-2-half {
    margin: 2.5rem !important;
  }
  .mt-xl-2-half,
  .my-xl-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-xl-2-half,
  .mx-xl-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-xl-2-half,
  .my-xl-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-2-half,
  .mx-xl-2-half {
    margin-left: 2.5rem !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-3-half {
    margin: 3.5rem !important;
  }
  .mt-xl-3-half,
  .my-xl-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-xl-3-half,
  .mx-xl-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-xl-3-half,
  .my-xl-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-3-half,
  .mx-xl-3-half {
    margin-left: 3.5rem !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-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-xl-three-quarter,
  .my-xl-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-xl-three-quarter,
  .mx-xl-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-xl-three-quarter,
  .my-xl-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-xl-three-quarter,
  .mx-xl-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-xl-4-half {
    margin: 4.5rem !important;
  }
  .mt-xl-4-half,
  .my-xl-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-xl-4-half,
  .mx-xl-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-xl-4-half,
  .my-xl-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-4-half,
  .mx-xl-4-half {
    margin-left: 4.5rem !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-5-half {
    margin: 5.5rem !important;
  }
  .mt-xl-5-half,
  .my-xl-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-xl-5-half,
  .mx-xl-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-xl-5-half,
  .my-xl-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-5-half,
  .mx-xl-5-half {
    margin-left: 5.5rem !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-quarter {
    padding: 0.25rem !important;
  }
  .pt-xl-quarter,
  .py-xl-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-xl-quarter,
  .px-xl-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-xl-quarter,
  .py-xl-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-quarter,
  .px-xl-quarter {
    padding-left: 0.25rem !important;
  }
  .p-xl-half {
    padding: 0.5rem !important;
  }
  .pt-xl-half,
  .py-xl-half {
    padding-top: 0.5rem !important;
  }
  .pr-xl-half,
  .px-xl-half {
    padding-right: 0.5rem !important;
  }
  .pb-xl-half,
  .py-xl-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-half,
  .px-xl-half {
    padding-left: 0.5rem !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-1-half {
    padding: 1.5rem !important;
  }
  .pt-xl-1-half,
  .py-xl-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-xl-1-half,
  .px-xl-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-xl-1-half,
  .py-xl-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-1-half,
  .px-xl-1-half {
    padding-left: 1.5rem !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-2-half {
    padding: 2.5rem !important;
  }
  .pt-xl-2-half,
  .py-xl-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-xl-2-half,
  .px-xl-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-xl-2-half,
  .py-xl-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-2-half,
  .px-xl-2-half {
    padding-left: 2.5rem !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-3-half {
    padding: 3.5rem !important;
  }
  .pt-xl-3-half,
  .py-xl-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-xl-3-half,
  .px-xl-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-xl-3-half,
  .py-xl-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-3-half,
  .px-xl-3-half {
    padding-left: 3.5rem !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-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-xl-three-quarter,
  .py-xl-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-xl-three-quarter,
  .px-xl-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-xl-three-quarter,
  .py-xl-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-xl-three-quarter,
  .px-xl-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-xl-4-half {
    padding: 4.5rem !important;
  }
  .pt-xl-4-half,
  .py-xl-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-xl-4-half,
  .px-xl-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-xl-4-half,
  .py-xl-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-4-half,
  .px-xl-4-half {
    padding-left: 4.5rem !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-5-half {
    padding: 5.5rem !important;
  }
  .pt-xl-5-half,
  .py-xl-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-xl-5-half,
  .px-xl-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-xl-5-half,
  .py-xl-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-5-half,
  .px-xl-5-half {
    padding-left: 5.5rem !important;
  }
  .m-xl-nquarter {
    margin: -0.25rem !important;
  }
  .mt-xl-nquarter,
  .my-xl-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-xl-nquarter,
  .mx-xl-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-xl-nquarter,
  .my-xl-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-nquarter,
  .mx-xl-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-xl-nhalf {
    margin: -0.5rem !important;
  }
  .mt-xl-nhalf,
  .my-xl-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-xl-nhalf,
  .mx-xl-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-xl-nhalf,
  .my-xl-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-nhalf,
  .mx-xl-nhalf {
    margin-left: -0.5rem !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-n1-half {
    margin: -1.5rem !important;
  }
  .mt-xl-n1-half,
  .my-xl-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n1-half,
  .mx-xl-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n1-half,
  .my-xl-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n1-half,
  .mx-xl-n1-half {
    margin-left: -1.5rem !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-n2-half {
    margin: -2.5rem !important;
  }
  .mt-xl-n2-half,
  .my-xl-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-xl-n2-half,
  .mx-xl-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-xl-n2-half,
  .my-xl-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-xl-n2-half,
  .mx-xl-n2-half {
    margin-left: -2.5rem !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-n3-half {
    margin: -3.5rem !important;
  }
  .mt-xl-n3-half,
  .my-xl-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n3-half,
  .mx-xl-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n3-half,
  .my-xl-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n3-half,
  .mx-xl-n3-half {
    margin-left: -3.5rem !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-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-xl-nthree-quarter,
  .my-xl-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-xl-nthree-quarter,
  .mx-xl-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-xl-nthree-quarter,
  .my-xl-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-xl-nthree-quarter,
  .mx-xl-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-xl-n4-half {
    margin: -4.5rem !important;
  }
  .mt-xl-n4-half,
  .my-xl-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n4-half,
  .mx-xl-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n4-half,
  .my-xl-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n4-half,
  .mx-xl-n4-half {
    margin-left: -4.5rem !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-n5-half {
    margin: -5.5rem !important;
  }
  .mt-xl-n5-half,
  .my-xl-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n5-half,
  .mx-xl-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n5-half,
  .my-xl-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n5-half,
  .mx-xl-n5-half {
    margin-left: -5.5rem !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;
  }
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 100rem) {
  body {
    font-size: 1.125rem;
  }
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 2rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1rem;
  }
  h6, .h6 {
    font-size: 0.875rem;
  }
  .display-1 {
    font-size: 4.5rem;
  }
  .lead {
    font-size: 1.5rem;
  }
  small,
  .small {
    font-size: 1rem;
  }
  .tag {
    font-size: 0.75rem;
  }
}

@media (min-width: 1600px) {
  .btn-hd-inline {
    width: auto;
  }
  .btn-hd-inline + .btn-hd-inline {
    margin-left: 1.25rem;
  }
  .btn-hd-block {
    width: 100%;
  }
  .btn-hd-block + .btn-hd-block {
    margin-top: 0.5rem;
  }
  .d-hd-none {
    display: none !important;
  }
  .d-hd-inline {
    display: inline !important;
  }
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-block {
    display: block !important;
  }
  .d-hd-table {
    display: table !important;
  }
  .d-hd-table-row {
    display: table-row !important;
  }
  .d-hd-table-cell {
    display: table-cell !important;
  }
  .d-hd-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-hd-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-hd-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-hd-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-hd-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-hd-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-hd-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-hd-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-hd-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-hd-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-hd-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-hd-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-hd-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-hd-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-hd-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-hd-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-hd-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-hd-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-hd-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-hd-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-hd-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-hd-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-hd-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-hd-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-hd-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-hd-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-hd-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-hd-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-hd-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-hd-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-hd-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-hd-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-hd-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-hd-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-hd-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-hd-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
  .float-hd-left {
    float: left !important;
  }
  .float-hd-right {
    float: right !important;
  }
  .float-hd-none {
    float: none !important;
  }
  .m-hd-0 {
    margin: 0 !important;
  }
  .mt-hd-0,
  .my-hd-0 {
    margin-top: 0 !important;
  }
  .mr-hd-0,
  .mx-hd-0 {
    margin-right: 0 !important;
  }
  .mb-hd-0,
  .my-hd-0 {
    margin-bottom: 0 !important;
  }
  .ml-hd-0,
  .mx-hd-0 {
    margin-left: 0 !important;
  }
  .m-hd-quarter {
    margin: 0.25rem !important;
  }
  .mt-hd-quarter,
  .my-hd-quarter {
    margin-top: 0.25rem !important;
  }
  .mr-hd-quarter,
  .mx-hd-quarter {
    margin-right: 0.25rem !important;
  }
  .mb-hd-quarter,
  .my-hd-quarter {
    margin-bottom: 0.25rem !important;
  }
  .ml-hd-quarter,
  .mx-hd-quarter {
    margin-left: 0.25rem !important;
  }
  .m-hd-half {
    margin: 0.5rem !important;
  }
  .mt-hd-half,
  .my-hd-half {
    margin-top: 0.5rem !important;
  }
  .mr-hd-half,
  .mx-hd-half {
    margin-right: 0.5rem !important;
  }
  .mb-hd-half,
  .my-hd-half {
    margin-bottom: 0.5rem !important;
  }
  .ml-hd-half,
  .mx-hd-half {
    margin-left: 0.5rem !important;
  }
  .m-hd-1 {
    margin: 1rem !important;
  }
  .mt-hd-1,
  .my-hd-1 {
    margin-top: 1rem !important;
  }
  .mr-hd-1,
  .mx-hd-1 {
    margin-right: 1rem !important;
  }
  .mb-hd-1,
  .my-hd-1 {
    margin-bottom: 1rem !important;
  }
  .ml-hd-1,
  .mx-hd-1 {
    margin-left: 1rem !important;
  }
  .m-hd-1-half {
    margin: 1.5rem !important;
  }
  .mt-hd-1-half,
  .my-hd-1-half {
    margin-top: 1.5rem !important;
  }
  .mr-hd-1-half,
  .mx-hd-1-half {
    margin-right: 1.5rem !important;
  }
  .mb-hd-1-half,
  .my-hd-1-half {
    margin-bottom: 1.5rem !important;
  }
  .ml-hd-1-half,
  .mx-hd-1-half {
    margin-left: 1.5rem !important;
  }
  .m-hd-2 {
    margin: 2rem !important;
  }
  .mt-hd-2,
  .my-hd-2 {
    margin-top: 2rem !important;
  }
  .mr-hd-2,
  .mx-hd-2 {
    margin-right: 2rem !important;
  }
  .mb-hd-2,
  .my-hd-2 {
    margin-bottom: 2rem !important;
  }
  .ml-hd-2,
  .mx-hd-2 {
    margin-left: 2rem !important;
  }
  .m-hd-2-half {
    margin: 2.5rem !important;
  }
  .mt-hd-2-half,
  .my-hd-2-half {
    margin-top: 2.5rem !important;
  }
  .mr-hd-2-half,
  .mx-hd-2-half {
    margin-right: 2.5rem !important;
  }
  .mb-hd-2-half,
  .my-hd-2-half {
    margin-bottom: 2.5rem !important;
  }
  .ml-hd-2-half,
  .mx-hd-2-half {
    margin-left: 2.5rem !important;
  }
  .m-hd-3 {
    margin: 3rem !important;
  }
  .mt-hd-3,
  .my-hd-3 {
    margin-top: 3rem !important;
  }
  .mr-hd-3,
  .mx-hd-3 {
    margin-right: 3rem !important;
  }
  .mb-hd-3,
  .my-hd-3 {
    margin-bottom: 3rem !important;
  }
  .ml-hd-3,
  .mx-hd-3 {
    margin-left: 3rem !important;
  }
  .m-hd-3-half {
    margin: 3.5rem !important;
  }
  .mt-hd-3-half,
  .my-hd-3-half {
    margin-top: 3.5rem !important;
  }
  .mr-hd-3-half,
  .mx-hd-3-half {
    margin-right: 3.5rem !important;
  }
  .mb-hd-3-half,
  .my-hd-3-half {
    margin-bottom: 3.5rem !important;
  }
  .ml-hd-3-half,
  .mx-hd-3-half {
    margin-left: 3.5rem !important;
  }
  .m-hd-4 {
    margin: 4rem !important;
  }
  .mt-hd-4,
  .my-hd-4 {
    margin-top: 4rem !important;
  }
  .mr-hd-4,
  .mx-hd-4 {
    margin-right: 4rem !important;
  }
  .mb-hd-4,
  .my-hd-4 {
    margin-bottom: 4rem !important;
  }
  .ml-hd-4,
  .mx-hd-4 {
    margin-left: 4rem !important;
  }
  .m-hd-three-quarter {
    margin: 0.7518796992rem !important;
  }
  .mt-hd-three-quarter,
  .my-hd-three-quarter {
    margin-top: 0.7518796992rem !important;
  }
  .mr-hd-three-quarter,
  .mx-hd-three-quarter {
    margin-right: 0.7518796992rem !important;
  }
  .mb-hd-three-quarter,
  .my-hd-three-quarter {
    margin-bottom: 0.7518796992rem !important;
  }
  .ml-hd-three-quarter,
  .mx-hd-three-quarter {
    margin-left: 0.7518796992rem !important;
  }
  .m-hd-4-half {
    margin: 4.5rem !important;
  }
  .mt-hd-4-half,
  .my-hd-4-half {
    margin-top: 4.5rem !important;
  }
  .mr-hd-4-half,
  .mx-hd-4-half {
    margin-right: 4.5rem !important;
  }
  .mb-hd-4-half,
  .my-hd-4-half {
    margin-bottom: 4.5rem !important;
  }
  .ml-hd-4-half,
  .mx-hd-4-half {
    margin-left: 4.5rem !important;
  }
  .m-hd-5 {
    margin: 5rem !important;
  }
  .mt-hd-5,
  .my-hd-5 {
    margin-top: 5rem !important;
  }
  .mr-hd-5,
  .mx-hd-5 {
    margin-right: 5rem !important;
  }
  .mb-hd-5,
  .my-hd-5 {
    margin-bottom: 5rem !important;
  }
  .ml-hd-5,
  .mx-hd-5 {
    margin-left: 5rem !important;
  }
  .m-hd-5-half {
    margin: 5.5rem !important;
  }
  .mt-hd-5-half,
  .my-hd-5-half {
    margin-top: 5.5rem !important;
  }
  .mr-hd-5-half,
  .mx-hd-5-half {
    margin-right: 5.5rem !important;
  }
  .mb-hd-5-half,
  .my-hd-5-half {
    margin-bottom: 5.5rem !important;
  }
  .ml-hd-5-half,
  .mx-hd-5-half {
    margin-left: 5.5rem !important;
  }
  .p-hd-0 {
    padding: 0 !important;
  }
  .pt-hd-0,
  .py-hd-0 {
    padding-top: 0 !important;
  }
  .pr-hd-0,
  .px-hd-0 {
    padding-right: 0 !important;
  }
  .pb-hd-0,
  .py-hd-0 {
    padding-bottom: 0 !important;
  }
  .pl-hd-0,
  .px-hd-0 {
    padding-left: 0 !important;
  }
  .p-hd-quarter {
    padding: 0.25rem !important;
  }
  .pt-hd-quarter,
  .py-hd-quarter {
    padding-top: 0.25rem !important;
  }
  .pr-hd-quarter,
  .px-hd-quarter {
    padding-right: 0.25rem !important;
  }
  .pb-hd-quarter,
  .py-hd-quarter {
    padding-bottom: 0.25rem !important;
  }
  .pl-hd-quarter,
  .px-hd-quarter {
    padding-left: 0.25rem !important;
  }
  .p-hd-half {
    padding: 0.5rem !important;
  }
  .pt-hd-half,
  .py-hd-half {
    padding-top: 0.5rem !important;
  }
  .pr-hd-half,
  .px-hd-half {
    padding-right: 0.5rem !important;
  }
  .pb-hd-half,
  .py-hd-half {
    padding-bottom: 0.5rem !important;
  }
  .pl-hd-half,
  .px-hd-half {
    padding-left: 0.5rem !important;
  }
  .p-hd-1 {
    padding: 1rem !important;
  }
  .pt-hd-1,
  .py-hd-1 {
    padding-top: 1rem !important;
  }
  .pr-hd-1,
  .px-hd-1 {
    padding-right: 1rem !important;
  }
  .pb-hd-1,
  .py-hd-1 {
    padding-bottom: 1rem !important;
  }
  .pl-hd-1,
  .px-hd-1 {
    padding-left: 1rem !important;
  }
  .p-hd-1-half {
    padding: 1.5rem !important;
  }
  .pt-hd-1-half,
  .py-hd-1-half {
    padding-top: 1.5rem !important;
  }
  .pr-hd-1-half,
  .px-hd-1-half {
    padding-right: 1.5rem !important;
  }
  .pb-hd-1-half,
  .py-hd-1-half {
    padding-bottom: 1.5rem !important;
  }
  .pl-hd-1-half,
  .px-hd-1-half {
    padding-left: 1.5rem !important;
  }
  .p-hd-2 {
    padding: 2rem !important;
  }
  .pt-hd-2,
  .py-hd-2 {
    padding-top: 2rem !important;
  }
  .pr-hd-2,
  .px-hd-2 {
    padding-right: 2rem !important;
  }
  .pb-hd-2,
  .py-hd-2 {
    padding-bottom: 2rem !important;
  }
  .pl-hd-2,
  .px-hd-2 {
    padding-left: 2rem !important;
  }
  .p-hd-2-half {
    padding: 2.5rem !important;
  }
  .pt-hd-2-half,
  .py-hd-2-half {
    padding-top: 2.5rem !important;
  }
  .pr-hd-2-half,
  .px-hd-2-half {
    padding-right: 2.5rem !important;
  }
  .pb-hd-2-half,
  .py-hd-2-half {
    padding-bottom: 2.5rem !important;
  }
  .pl-hd-2-half,
  .px-hd-2-half {
    padding-left: 2.5rem !important;
  }
  .p-hd-3 {
    padding: 3rem !important;
  }
  .pt-hd-3,
  .py-hd-3 {
    padding-top: 3rem !important;
  }
  .pr-hd-3,
  .px-hd-3 {
    padding-right: 3rem !important;
  }
  .pb-hd-3,
  .py-hd-3 {
    padding-bottom: 3rem !important;
  }
  .pl-hd-3,
  .px-hd-3 {
    padding-left: 3rem !important;
  }
  .p-hd-3-half {
    padding: 3.5rem !important;
  }
  .pt-hd-3-half,
  .py-hd-3-half {
    padding-top: 3.5rem !important;
  }
  .pr-hd-3-half,
  .px-hd-3-half {
    padding-right: 3.5rem !important;
  }
  .pb-hd-3-half,
  .py-hd-3-half {
    padding-bottom: 3.5rem !important;
  }
  .pl-hd-3-half,
  .px-hd-3-half {
    padding-left: 3.5rem !important;
  }
  .p-hd-4 {
    padding: 4rem !important;
  }
  .pt-hd-4,
  .py-hd-4 {
    padding-top: 4rem !important;
  }
  .pr-hd-4,
  .px-hd-4 {
    padding-right: 4rem !important;
  }
  .pb-hd-4,
  .py-hd-4 {
    padding-bottom: 4rem !important;
  }
  .pl-hd-4,
  .px-hd-4 {
    padding-left: 4rem !important;
  }
  .p-hd-three-quarter {
    padding: 0.7518796992rem !important;
  }
  .pt-hd-three-quarter,
  .py-hd-three-quarter {
    padding-top: 0.7518796992rem !important;
  }
  .pr-hd-three-quarter,
  .px-hd-three-quarter {
    padding-right: 0.7518796992rem !important;
  }
  .pb-hd-three-quarter,
  .py-hd-three-quarter {
    padding-bottom: 0.7518796992rem !important;
  }
  .pl-hd-three-quarter,
  .px-hd-three-quarter {
    padding-left: 0.7518796992rem !important;
  }
  .p-hd-4-half {
    padding: 4.5rem !important;
  }
  .pt-hd-4-half,
  .py-hd-4-half {
    padding-top: 4.5rem !important;
  }
  .pr-hd-4-half,
  .px-hd-4-half {
    padding-right: 4.5rem !important;
  }
  .pb-hd-4-half,
  .py-hd-4-half {
    padding-bottom: 4.5rem !important;
  }
  .pl-hd-4-half,
  .px-hd-4-half {
    padding-left: 4.5rem !important;
  }
  .p-hd-5 {
    padding: 5rem !important;
  }
  .pt-hd-5,
  .py-hd-5 {
    padding-top: 5rem !important;
  }
  .pr-hd-5,
  .px-hd-5 {
    padding-right: 5rem !important;
  }
  .pb-hd-5,
  .py-hd-5 {
    padding-bottom: 5rem !important;
  }
  .pl-hd-5,
  .px-hd-5 {
    padding-left: 5rem !important;
  }
  .p-hd-5-half {
    padding: 5.5rem !important;
  }
  .pt-hd-5-half,
  .py-hd-5-half {
    padding-top: 5.5rem !important;
  }
  .pr-hd-5-half,
  .px-hd-5-half {
    padding-right: 5.5rem !important;
  }
  .pb-hd-5-half,
  .py-hd-5-half {
    padding-bottom: 5.5rem !important;
  }
  .pl-hd-5-half,
  .px-hd-5-half {
    padding-left: 5.5rem !important;
  }
  .m-hd-nquarter {
    margin: -0.25rem !important;
  }
  .mt-hd-nquarter,
  .my-hd-nquarter {
    margin-top: -0.25rem !important;
  }
  .mr-hd-nquarter,
  .mx-hd-nquarter {
    margin-right: -0.25rem !important;
  }
  .mb-hd-nquarter,
  .my-hd-nquarter {
    margin-bottom: -0.25rem !important;
  }
  .ml-hd-nquarter,
  .mx-hd-nquarter {
    margin-left: -0.25rem !important;
  }
  .m-hd-nhalf {
    margin: -0.5rem !important;
  }
  .mt-hd-nhalf,
  .my-hd-nhalf {
    margin-top: -0.5rem !important;
  }
  .mr-hd-nhalf,
  .mx-hd-nhalf {
    margin-right: -0.5rem !important;
  }
  .mb-hd-nhalf,
  .my-hd-nhalf {
    margin-bottom: -0.5rem !important;
  }
  .ml-hd-nhalf,
  .mx-hd-nhalf {
    margin-left: -0.5rem !important;
  }
  .m-hd-n1 {
    margin: -1rem !important;
  }
  .mt-hd-n1,
  .my-hd-n1 {
    margin-top: -1rem !important;
  }
  .mr-hd-n1,
  .mx-hd-n1 {
    margin-right: -1rem !important;
  }
  .mb-hd-n1,
  .my-hd-n1 {
    margin-bottom: -1rem !important;
  }
  .ml-hd-n1,
  .mx-hd-n1 {
    margin-left: -1rem !important;
  }
  .m-hd-n1-half {
    margin: -1.5rem !important;
  }
  .mt-hd-n1-half,
  .my-hd-n1-half {
    margin-top: -1.5rem !important;
  }
  .mr-hd-n1-half,
  .mx-hd-n1-half {
    margin-right: -1.5rem !important;
  }
  .mb-hd-n1-half,
  .my-hd-n1-half {
    margin-bottom: -1.5rem !important;
  }
  .ml-hd-n1-half,
  .mx-hd-n1-half {
    margin-left: -1.5rem !important;
  }
  .m-hd-n2 {
    margin: -2rem !important;
  }
  .mt-hd-n2,
  .my-hd-n2 {
    margin-top: -2rem !important;
  }
  .mr-hd-n2,
  .mx-hd-n2 {
    margin-right: -2rem !important;
  }
  .mb-hd-n2,
  .my-hd-n2 {
    margin-bottom: -2rem !important;
  }
  .ml-hd-n2,
  .mx-hd-n2 {
    margin-left: -2rem !important;
  }
  .m-hd-n2-half {
    margin: -2.5rem !important;
  }
  .mt-hd-n2-half,
  .my-hd-n2-half {
    margin-top: -2.5rem !important;
  }
  .mr-hd-n2-half,
  .mx-hd-n2-half {
    margin-right: -2.5rem !important;
  }
  .mb-hd-n2-half,
  .my-hd-n2-half {
    margin-bottom: -2.5rem !important;
  }
  .ml-hd-n2-half,
  .mx-hd-n2-half {
    margin-left: -2.5rem !important;
  }
  .m-hd-n3 {
    margin: -3rem !important;
  }
  .mt-hd-n3,
  .my-hd-n3 {
    margin-top: -3rem !important;
  }
  .mr-hd-n3,
  .mx-hd-n3 {
    margin-right: -3rem !important;
  }
  .mb-hd-n3,
  .my-hd-n3 {
    margin-bottom: -3rem !important;
  }
  .ml-hd-n3,
  .mx-hd-n3 {
    margin-left: -3rem !important;
  }
  .m-hd-n3-half {
    margin: -3.5rem !important;
  }
  .mt-hd-n3-half,
  .my-hd-n3-half {
    margin-top: -3.5rem !important;
  }
  .mr-hd-n3-half,
  .mx-hd-n3-half {
    margin-right: -3.5rem !important;
  }
  .mb-hd-n3-half,
  .my-hd-n3-half {
    margin-bottom: -3.5rem !important;
  }
  .ml-hd-n3-half,
  .mx-hd-n3-half {
    margin-left: -3.5rem !important;
  }
  .m-hd-n4 {
    margin: -4rem !important;
  }
  .mt-hd-n4,
  .my-hd-n4 {
    margin-top: -4rem !important;
  }
  .mr-hd-n4,
  .mx-hd-n4 {
    margin-right: -4rem !important;
  }
  .mb-hd-n4,
  .my-hd-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-hd-n4,
  .mx-hd-n4 {
    margin-left: -4rem !important;
  }
  .m-hd-nthree-quarter {
    margin: -0.7518796992rem !important;
  }
  .mt-hd-nthree-quarter,
  .my-hd-nthree-quarter {
    margin-top: -0.7518796992rem !important;
  }
  .mr-hd-nthree-quarter,
  .mx-hd-nthree-quarter {
    margin-right: -0.7518796992rem !important;
  }
  .mb-hd-nthree-quarter,
  .my-hd-nthree-quarter {
    margin-bottom: -0.7518796992rem !important;
  }
  .ml-hd-nthree-quarter,
  .mx-hd-nthree-quarter {
    margin-left: -0.7518796992rem !important;
  }
  .m-hd-n4-half {
    margin: -4.5rem !important;
  }
  .mt-hd-n4-half,
  .my-hd-n4-half {
    margin-top: -4.5rem !important;
  }
  .mr-hd-n4-half,
  .mx-hd-n4-half {
    margin-right: -4.5rem !important;
  }
  .mb-hd-n4-half,
  .my-hd-n4-half {
    margin-bottom: -4.5rem !important;
  }
  .ml-hd-n4-half,
  .mx-hd-n4-half {
    margin-left: -4.5rem !important;
  }
  .m-hd-n5 {
    margin: -5rem !important;
  }
  .mt-hd-n5,
  .my-hd-n5 {
    margin-top: -5rem !important;
  }
  .mr-hd-n5,
  .mx-hd-n5 {
    margin-right: -5rem !important;
  }
  .mb-hd-n5,
  .my-hd-n5 {
    margin-bottom: -5rem !important;
  }
  .ml-hd-n5,
  .mx-hd-n5 {
    margin-left: -5rem !important;
  }
  .m-hd-n5-half {
    margin: -5.5rem !important;
  }
  .mt-hd-n5-half,
  .my-hd-n5-half {
    margin-top: -5.5rem !important;
  }
  .mr-hd-n5-half,
  .mx-hd-n5-half {
    margin-right: -5.5rem !important;
  }
  .mb-hd-n5-half,
  .my-hd-n5-half {
    margin-bottom: -5.5rem !important;
  }
  .ml-hd-n5-half,
  .mx-hd-n5-half {
    margin-left: -5.5rem !important;
  }
  .m-hd-auto {
    margin: auto !important;
  }
  .mt-hd-auto,
  .my-hd-auto {
    margin-top: auto !important;
  }
  .mr-hd-auto,
  .mx-hd-auto {
    margin-right: auto !important;
  }
  .mb-hd-auto,
  .my-hd-auto {
    margin-bottom: auto !important;
  }
  .ml-hd-auto,
  .mx-hd-auto {
    margin-left: auto !important;
  }
  .text-hd-left {
    text-align: left !important;
  }
  .text-hd-right {
    text-align: right !important;
  }
  .text-hd-center {
    text-align: center !important;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-hd {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1359.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
  }
  p {
    margin-bottom: 1rem;
  }
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  h1, h2, h3, h4, h5, h6,
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 1rem;
  }
  .display-1 {
    margin-bottom: 1rem;
  }
  .lead {
    margin-bottom: 3rem;
    line-height: 1.5;
  }
  small,
  .small {
    margin-bottom: 1rem;
  }
  ul:not(.list-unstyled):not(.list-inline) {
    margin: 0 0 1rem 0;
  }
  ul:not(.list-unstyled):not(.list-inline) > li {
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 374.98px) {
  .table-responsive-xs {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}@font-face {
  font-weight: 300;
  font-family: "Basis Grotesque Pro";
  font-style: normal;
  src: local("Basis Grotesque Pro Light"), local("BasisGrotesquePro-Light"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Light.woff2") format("woff2"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 400;
  font-family: "Basis Grotesque Pro";
  font-style: normal;
  src: local("Basis Grotesque Pro"), local("BasisGrotesquePro-Regular"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Regular.woff2") format("woff2"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-weight: 700;
  font-family: "Basis Grotesque Pro";
  font-style: normal;
  src: local("Basis Grotesque Pro Bold"), local("BasisGrotesquePro-Bold"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Bold.woff2") format("woff2"), url("/_assets/4b8eedeac75dabf6c5c55a34303952fc/Fonts/BasisGrotesque/BasisGrotesquePro-Bold.woff") format("woff");
  font-display: swap;
}