@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "benton-sans", arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #3b3b3b;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #9c0d63;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #5e083b;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #3b3b3b;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0.1875em;
  transition: color 0.2s linear, background-color 0.2s linear, border-color 0.2s linear, box-shadow 0.2s linear;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #3b3b3b;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 13, 99, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.4;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #9c0d63;
  border-color: #9c0d63;
}
.btn-primary:hover {
  color: #fff;
  background-color: #790a4d;
  border-color: #6d0945;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #790a4d;
  border-color: #6d0945;
  box-shadow: 0 0 0 0.2rem rgba(171, 49, 122, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #9c0d63;
  border-color: #9c0d63;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #6d0945;
  border-color: #61083e;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(171, 49, 122, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00866b;
  border-color: #00866b;
}
.btn-success:hover {
  color: #fff;
  background-color: #00604c;
  border-color: #005342;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #00604c;
  border-color: #005342;
  box-shadow: 0 0 0 0.2rem rgba(38, 152, 129, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00866b;
  border-color: #00866b;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #005342;
  border-color: #004638;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 152, 129, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #db2e00;
  border-color: #db2e00;
}
.btn-danger:hover {
  color: #fff;
  background-color: #b52600;
  border-color: #a82300;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #b52600;
  border-color: #a82300;
  box-shadow: 0 0 0 0.2rem rgba(224, 77, 38, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #db2e00;
  border-color: #db2e00;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a82300;
  border-color: #9b2100;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 77, 38, 0.5);
}

.btn-outline-primary {
  color: #9c0d63;
  border-color: #9c0d63;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #9c0d63;
  border-color: #9c0d63;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 13, 99, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #9c0d63;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #9c0d63;
  border-color: #9c0d63;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 13, 99, 0.5);
}

.btn-outline-success {
  color: #00866b;
  border-color: #00866b;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00866b;
  border-color: #00866b;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00866b;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00866b;
  border-color: #00866b;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #9c0d63;
  text-decoration: none;
}
.btn-link:hover {
  color: #5e083b;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2.5em;
}

.card-title {
  margin-bottom: 1.5em;
}

.card-subtitle {
  margin-top: -0.75em;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 2.5em;
}

.card-header {
  padding: 1.5em 2.5em;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e9e9e9;
}
.card-header:first-child {
  border-radius: calc(0.1875em - 1px) calc(0.1875em - 1px) 0 0;
}

.card-footer {
  padding: 1.5em 2.5em;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e9e9e9;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.1875em - 1px) calc(0.1875em - 1px);
}

.card-header-tabs {
  margin-right: -1.25em;
  margin-bottom: -1.5em;
  margin-left: -1.25em;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -1.25em;
  margin-left: -1.25em;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.1875em - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.1875em - 1px);
  border-top-right-radius: calc(0.1875em - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.1875em - 1px);
  border-bottom-left-radius: calc(0.1875em - 1px);
}

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu, .amplify-dropdown .dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #3b3b3b;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.1875em;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1500px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu, .dropup .amplify-dropdown .dropdown-list, .amplify-dropdown .dropup .dropdown-list {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu, .dropright .amplify-dropdown .dropdown-list, .amplify-dropdown .dropright .dropdown-list {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu, .dropleft .amplify-dropdown .dropdown-list, .amplify-dropdown .dropleft .dropdown-list {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3b3b3b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #080808;
  text-decoration: none;
  background-color: #e9e9e9;
}
.dropdown-item.active, .dropdown-item:active {
  color: #080808;
  text-decoration: none;
  background-color: #dddddd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show, .amplify-dropdown .show.dropdown-list {
  display: block;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.1875em;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #a0a0a0;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(156, 13, 99, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00866b;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: #00866b;
  border-radius: 0.1875em;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #00866b;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300866b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #00866b;
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00866b;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2300866b' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00866b;
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00866b;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00866b;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #00b994;
  background-color: #00b994;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #00866b;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00866b;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00866b;
  box-shadow: 0 0 0 0.2rem rgba(0, 134, 107, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: #db2e00;
  border-radius: 0.1875em;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #db2e00;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2e00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db2e00' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #db2e00;
  box-shadow: 0 0 0 0.2rem rgba(219, 46, 0, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #db2e00;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db2e00' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db2e00' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #db2e00;
  box-shadow: 0 0 0 0.2rem rgba(219, 46, 0, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #db2e00;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #db2e00;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff410f;
  background-color: #ff410f;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(219, 46, 0, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #db2e00;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1500px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1440px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1500px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.1875em;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #3b3b3b;
  background-color: #e9ecef;
}

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

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

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

.list-group-item-primary {
  color: #510733;
  background-color: #e3bbd3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #510733;
  background-color: #dca9c7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #510733;
  border-color: #510733;
}

.list-group-item-success {
  color: #004638;
  background-color: #b8ddd6;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #004638;
  background-color: #a7d5cc;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #004638;
  border-color: #004638;
}

.list-group-item-danger {
  color: #721800;
  background-color: #f5c4b8;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721800;
  background-color: #f2b1a2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721800;
  border-color: #721800;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

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

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

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.4;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bdbdbd;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.1875em;
  border-top-right-radius: 0.1875em;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu, .nav-tabs .amplify-dropdown .dropdown-list, .amplify-dropdown .nav-tabs .dropdown-list {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.1875em;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #9c0d63;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "benton-sans", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  color: #3b3b3b;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "benton-sans", arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem calc(var(--rhythm-unit-px, 12) / 16 * 1rem) 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: calc(var(--rhythm-unit-px, 12) / 16 * 1rem) calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.1875em;
}

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #6d0945 !important;
}

.bg-success {
  background-color: #00866b !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005342 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a82300 !important;
}

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

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

.border {
  border: 1px solid #bdbdbd !important;
}

.border-top {
  border-top: 1px solid #bdbdbd !important;
}

.border-right {
  border-right: 1px solid #bdbdbd !important;
}

.border-bottom {
  border-bottom: 1px solid #bdbdbd !important;
}

.border-left {
  border-left: 1px solid #bdbdbd !important;
}

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

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

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

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

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

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

.border-success {
  border-color: #00866b !important;
}

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.1875em !important;
}

.rounded-top {
  border-top-left-radius: 0.1875em !important;
  border-top-right-radius: 0.1875em !important;
}

.rounded-right {
  border-top-right-radius: 0.1875em !important;
  border-bottom-right-radius: 0.1875em !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.1875em !important;
  border-bottom-left-radius: 0.1875em !important;
}

.rounded-left {
  border-top-left-radius: 0.1875em !important;
  border-bottom-left-radius: 0.1875em !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1500px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.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: 1030;
}

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !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;
  }
}
@media (min-width: 1500px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #550736 !important;
}

.text-success {
  color: #00866b !important;
}

a.text-success:hover, a.text-success:focus {
  color: #003a2e !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #8f1e00 !important;
}

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

.text-muted {
  color: #6c757d !important;
}

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

.amplify-spinner {
  align-items: center;
  display: flex;
  height: 1.625em;
  width: 1.625em;
}
.amplify-spinner .loader {
  -webkit-animation: load-white 1s infinite ease;
          animation: load-white 1s infinite ease;
  border-radius: 50%;
  height: 0.3125em;
  margin: 0.65625em auto;
  width: 0.3125em;
}
@-webkit-keyframes load-white {
  0%, 100% {
    box-shadow: 0 -0.625em 0 0 white, 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.5), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.8);
  }
  15% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.8), 0.4375em -0.4375em 0 0 white, 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.5), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.8), 0.625em 0 0 0 white, 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.5), 0.625em 0 0 0 rgba(255, 255, 255, 0.8), 0.4375em 0.4375em 0 0 white, 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.5), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.8), 0 0.625em 0 0 white, -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  60% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.5), 0 0.625em 0 0 rgba(255, 255, 255, 0.8), -0.4375em 0.4375em 0 0 white, -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.5), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.8), -0.625em 0 0 0 white, -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  85% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.5), -0.625em 0 0 0 rgba(255, 255, 255, 0.8), -0.4375em -0.4375em 0 0 white;
  }
}
@keyframes load-white {
  0%, 100% {
    box-shadow: 0 -0.625em 0 0 white, 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.5), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.8);
  }
  15% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.8), 0.4375em -0.4375em 0 0 white, 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.5), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.8), 0.625em 0 0 0 white, 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  40% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.5), 0.625em 0 0 0 rgba(255, 255, 255, 0.8), 0.4375em 0.4375em 0 0 white, 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.5), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.8), 0 0.625em 0 0 white, -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  60% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.5), 0 0.625em 0 0 rgba(255, 255, 255, 0.8), -0.4375em 0.4375em 0 0 white, -0.625em 0 0 0 rgba(255, 255, 255, 0.2), -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.5), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.8), -0.625em 0 0 0 white, -0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2);
  }
  85% {
    box-shadow: 0 -0.625em 0 0 rgba(255, 255, 255, 0.2), 0.4375em -0.4375em 0 0 rgba(255, 255, 255, 0.2), 0.625em 0 0 0 rgba(255, 255, 255, 0.2), 0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.2), 0 0.625em 0 0 rgba(255, 255, 255, 0.2), -0.4375em 0.4375em 0 0 rgba(255, 255, 255, 0.5), -0.625em 0 0 0 rgba(255, 255, 255, 0.8), -0.4375em -0.4375em 0 0 white;
  }
}
.amplify-spinner.spinner-centered {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.amplify-spinner.spinner-large {
  font-size: 2em;
}
.amplify-spinner.spinner-scrim {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0.75em;
  height: 5.625em;
  width: 5.625em;
}
.amplify-spinner.spinner-scrim .loader {
  font-size: 2em;
}
.amplify-spinner.spinner-dark > .loader {
  -webkit-animation: load-gray 1s infinite ease;
          animation: load-gray 1s infinite ease;
}
@-webkit-keyframes load-gray {
  0%, 100% {
    box-shadow: 0 -0.625em 0 0 #464646, 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.5), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.8);
  }
  15% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.8), 0.4375em -0.4375em 0 0 #464646, 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.5);
  }
  25% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.5), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.8), 0.625em 0 0 0 #464646, 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  40% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.5), 0.625em 0 0 0 rgba(70, 70, 70, 0.8), 0.4375em 0.4375em 0 0 #464646, 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  50% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.5), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.8), 0 0.625em 0 0 #464646, -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  60% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.5), 0 0.625em 0 0 rgba(70, 70, 70, 0.8), -0.4375em 0.4375em 0 0 #464646, -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  75% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.5), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.8), -0.625em 0 0 0 #464646, -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  85% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.5), -0.625em 0 0 0 rgba(70, 70, 70, 0.8), -0.4375em -0.4375em 0 0 #464646;
  }
}
@keyframes load-gray {
  0%, 100% {
    box-shadow: 0 -0.625em 0 0 #464646, 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.5), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.8);
  }
  15% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.8), 0.4375em -0.4375em 0 0 #464646, 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.5);
  }
  25% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.5), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.8), 0.625em 0 0 0 #464646, 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  40% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.5), 0.625em 0 0 0 rgba(70, 70, 70, 0.8), 0.4375em 0.4375em 0 0 #464646, 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  50% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.5), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.8), 0 0.625em 0 0 #464646, -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  60% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.5), 0 0.625em 0 0 rgba(70, 70, 70, 0.8), -0.4375em 0.4375em 0 0 #464646, -0.625em 0 0 0 rgba(70, 70, 70, 0.2), -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  75% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.5), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.8), -0.625em 0 0 0 #464646, -0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2);
  }
  85% {
    box-shadow: 0 -0.625em 0 0 rgba(70, 70, 70, 0.2), 0.4375em -0.4375em 0 0 rgba(70, 70, 70, 0.2), 0.625em 0 0 0 rgba(70, 70, 70, 0.2), 0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.2), 0 0.625em 0 0 rgba(70, 70, 70, 0.2), -0.4375em 0.4375em 0 0 rgba(70, 70, 70, 0.5), -0.625em 0 0 0 rgba(70, 70, 70, 0.8), -0.4375em -0.4375em 0 0 #464646;
  }
}

.btn .amplify-spinner {
  font-size: 1em;
  vertical-align: middle;
}

.content-box {
  background-color: #fff;
  border-radius: 0.1875em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.12);
  padding: 2.5em;
}

.amplify-wordmark {
  align-items: center;
  color: #f37321;
  display: inline-flex;
  height: 1em;
}
.amplify-wordmark.wordmark-dark {
  color: #3b3b3b;
}
.amplify-wordmark.wordmark-light {
  color: #fff;
}
.amplify-wordmark svg {
  display: block;
  height: 0.95em;
  width: 3.82375em;
}

.amplify-program-wordmark {
  --period-fill: transparent;
  display: inline-flex;
}
.amplify-program-wordmark .amplify-wordmark {
  flex-shrink: 0;
}
.amplify-program-wordmark .program-name {
  color: #4d4d4f;
  font-family: "amplify";
  font-weight: 200;
  letter-spacing: -0.005em;
  line-height: 0.8;
  margin-left: -0.05em;
  position: relative;
  word-spacing: -0.125em;
}

.amplify-program .amplify-logo svg, .amplify-logo.no-period svg {
  -webkit-clip-path: inset(0 4% 0 0);
          clip-path: inset(0 4% 0 0);
}

.amplify-logo {
  fill: #f37321;
  height: 1.2em;
  position: relative;
  width: 4.86em;
}
.amplify-logo svg {
  position: absolute;
}
.amplify-logo.logo-dark {
  fill: #3b3b3b;
}
.amplify-logo.logo-light {
  fill: #fff;
}
.amplify-program .amplify-logo {
  display: inline-block;
  vertical-align: top;
}

.amplify-program {
  height: 1.2em;
  line-height: 1.2em;
  position: relative;
  white-space: nowrap;
}
.amplify-program .program-name {
  color: #676767;
  display: inline-block;
  font-family: "amplify";
  font-weight: 200;
  margin-left: -0.35em;
  position: relative;
  top: -0.025em;
}

.btn {
  background-color: #9c0d63;
  border-color: transparent;
  color: #fff;
  border: 0.0625em solid transparent;
  border-radius: 0.1875em;
  font-family: "benton-sans";
  font-size: 1em;
  height: 2.5em;
  line-height: 2.375em;
  padding: 0 1em;
  position: relative;
}
.btn:focus, .btn:hover {
  background-color: #5e083b;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.btn:active, .btn.active {
  background-color: #2f041e;
}
.btn:focus {
  outline: 0;
  z-index: 10;
}
.btn:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .btn:focus {
  box-shadow: none;
}
.btn.disabled, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active, .btn.disabled.active, .btn[disabled], .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn[disabled].active {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.btn i {
  display: inline-block;
  font-size: 1.5em;
  line-height: inherit;
  margin: 0 0.25em 0 0;
  vertical-align: top;
}
.btn i.btn-icon-right {
  margin: 0 0 0 0.25em;
}

.btn-oval {
  border-radius: 1.25em;
  padding: 0 1.5em;
}

.btn-secondary {
  background-color: #fff;
  border-color: #bdbdbd;
  color: #3b3b3b;
}
.btn-secondary:focus, .btn-secondary:hover {
  background-color: #fff;
  border-color: #9c0d63;
  color: #3b3b3b;
  outline: none;
}
.btn-secondary:active, .btn-secondary.active {
  background-color: #e6e6e6;
}

.btn-blue {
  background-color: #3278c8;
  border-color: transparent;
  color: #fff;
}
.btn-blue:focus, .btn-blue:hover {
  background-color: #23538b;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.btn-blue:active, .btn-blue.active {
  background-color: #193b62;
}

.btn-green {
  background-color: #00866b;
  border-color: transparent;
  color: #fff;
}
.btn-green:focus, .btn-green:hover {
  background-color: #005342;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.btn-green:active, .btn-green.active {
  background-color: #00201a;
}

.btn-primary-dark {
  background-color: #9c0d63;
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.btn-primary-dark:focus, .btn-primary-dark:hover {
  background-color: #5e083b;
  border-color: #fff;
  color: #fff;
  outline: none;
}
.btn-primary-dark:active, .btn-primary-dark.active {
  background-color: #2f041e;
}

.btn-secondary-dark {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
.btn-secondary-dark:focus, .btn-secondary-dark:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: #fff;
  color: #fff;
  outline: none;
}
.btn-secondary-dark:active, .btn-secondary-dark.active {
  background-color: rgba(0, 0, 0, 0.4);
}

.btn-ghost {
  background-color: transparent;
  border-color: transparent;
  color: #3b3b3b;
  font-weight: 500;
}
.btn-ghost:focus, .btn-ghost:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  color: #3b3b3b;
  outline: none;
}
.btn-ghost:active, .btn-ghost.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.btn-ghost-alt {
  background-color: transparent;
  border-color: transparent;
  color: #3b3b3b;
  font-weight: 500;
}
.btn-ghost-alt:focus, .btn-ghost-alt:hover {
  background-color: transparent;
  border-color: transparent;
  color: #9c0d63;
  outline: none;
}
.btn-ghost-alt:active, .btn-ghost-alt.active {
  background-color: rgba(0, 0, 0, 0);
}

.btn-icon-ghost {
  background-color: transparent;
  border-color: transparent;
  color: #3b3b3b;
  align-items: center;
  border-radius: 1.25em;
  display: inline-flex;
  justify-content: center;
  padding: 0;
  width: 2.5em;
}
.btn-icon-ghost:focus, .btn-icon-ghost:hover {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: transparent;
  color: #3b3b3b;
  outline: none;
}
.btn-icon-ghost:active, .btn-icon-ghost.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn-icon-ghost .btn-label,
.btn-icon-ghost label {
  background-color: #676767;
  border-radius: 0.0625em;
  color: #fff;
  display: inline-block;
  font-size: 0.625em;
  font-weight: 500;
  height: 1.8em;
  line-height: 1.8em;
  opacity: 0;
  padding: 0 0.5em;
  position: absolute;
  top: 4.4em;
  transition: opacity 0.2s linear;
}
.btn-icon-ghost i {
  line-height: 1;
  margin: 0;
}
.btn-icon-ghost:hover .btn-label,
.btn-icon-ghost:hover label, .btn-icon-ghost:focus .btn-label,
.btn-icon-ghost:focus label {
  opacity: 1;
  transition-delay: 0;
}

.btn-icon-label {
  background-color: transparent;
  border-color: transparent;
  color: #3b3b3b;
  line-height: 1;
  padding: 0 0.5em;
}
.btn-icon-label:focus, .btn-icon-label:hover {
  background-color: transparent;
  border-color: transparent;
  color: #9c0d63;
  outline: none;
}
.btn-icon-label:active, .btn-icon-label.active {
  background-color: rgba(0, 0, 0, 0);
}
.btn-icon-label i {
  display: block;
  margin: 0 auto;
}
.btn-icon-label .btn-label {
  font-size: 0.75em;
  font-weight: 500;
  margin-top: 0.25em;
}

.btn-icon-float {
  background-color: #fff;
  border-color: transparent;
  color: #676767;
  align-items: center;
  border-radius: 1.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  display: inline-flex;
  height: 3em;
  justify-content: center;
  padding: 0;
  width: 3em;
}
.btn-icon-float:focus, .btn-icon-float:hover {
  background-color: #fafafa;
  border-color: transparent;
  color: #080808;
  outline: none;
}
.btn-icon-float:active, .btn-icon-float.active {
  background-color: #e1e1e1;
}
.btn-icon-float:focus {
  outline: 0;
  z-index: 10;
}
.btn-icon-float:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.using-mouse .btn-icon-float:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.btn-icon-float .btn-label,
.btn-icon-float label {
  background-color: #676767;
  border-radius: 0.0625em;
  bottom: -0.8em;
  color: #fff;
  display: inline-block;
  font-size: 0.625em;
  font-weight: 500;
  height: 1.8em;
  line-height: 1.8em;
  margin: 0;
  opacity: 0;
  padding: 0 0.5em;
  position: absolute;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: opacity 0.2s linear;
}
.btn-icon-float i {
  margin: 0;
}
.btn-icon-float:hover .btn-label,
.btn-icon-float:hover label, .btn-icon-float:focus .btn-label,
.btn-icon-float:focus label {
  opacity: 1;
  transition-delay: 0;
}
.btn-icon-float.label-right .btn-label,
.btn-icon-float.label-right label {
  bottom: auto;
  right: -0.8em;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.btn-icon-float.label-left .btn-label,
.btn-icon-float.label-left label {
  bottom: auto;
  left: -0.8em;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.btn-icon-float.label-top .btn-label,
.btn-icon-float.label-top label {
  bottom: auto;
  top: -0.8em;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.btn-icon-float.fancy-label {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  display: inline-block;
}
.btn-icon-float.fancy-label:focus {
  outline: 0;
  z-index: 10;
}
.btn-icon-float.fancy-label:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .btn-icon-float.fancy-label:focus {
  box-shadow: none;
}
.btn-icon-float.fancy-label i {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
.btn-icon-float.fancy-label .btn-label,
.btn-icon-float.fancy-label label {
  background-color: transparent;
  bottom: auto;
  display: inline-block;
  font-size: 1em;
  font-weight: 400;
  height: auto;
  left: auto;
  margin: 0;
  opacity: 1;
  overflow: hidden;
  padding: 0.5em;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-icon-float.fancy-label .label-inner {
  background-color: #676767;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  display: inline-block;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1em;
  position: relative;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.btn-icon-float.fancy-label.label-left .btn-label,
.btn-icon-float.fancy-label.label-left label {
  padding-right: 0;
  right: 50%;
}
.btn-icon-float.fancy-label.label-left .label-inner {
  padding-right: 2.25em;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}
.btn-icon-float.fancy-label.label-right .btn-label,
.btn-icon-float.fancy-label.label-right label {
  left: 50%;
  padding-left: 0;
}
.btn-icon-float.fancy-label.label-right .label-inner {
  padding-left: 2.25em;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}
.btn-icon-float.fancy-label:hover .label-inner, .btn-icon-float.fancy-label:focus .label-inner {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.btn-small {
  font-size: 0.85rem;
}

.btn-medium {
  font-size: 1rem;
}

.btn-touch {
  font-size: 1.1rem;
}

.btn-large {
  font-size: 1.25rem;
}

.btn-jumbo {
  font-size: 1.5rem;
}

.btn-special {
  background-color: #f37321;
  border-color: transparent;
  color: #fff;
  border-radius: 1.25em;
  font-size: 1.3125em;
  font-weight: 500;
  padding: 0 2em;
}
.btn-special:focus, .btn-special:hover {
  background-color: #bd500a;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.btn-special:active, .btn-special.active {
  background-color: #8d3c08;
}

.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.card-block:not(:last-of-type) {
  margin-bottom: 0.75em;
}

.card-title {
  font-weight: 700;
  margin: 0;
}

.card-label {
  font-size: 0.6875em;
  font-weight: 700;
  line-height: 2.1818181818em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.card-label i {
  display: inline-block;
  font-size: 2.1818181818em;
  margin-right: 0.125em;
  vertical-align: top;
}
.card-label.label-red {
  color: #db2e00;
}

.card-actions {
  background-color: #f6f6f6;
  text-align: right;
}

@font-face {
  font-family: "amplify";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/amplify-light/amplify-light.woff") format("woff"), url("../fonts/amplify-light/amplify-light.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/amplify-light-italic/amplify-light-italic.woff") format("woff"), url("../fonts/amplify-light-italic/amplify-light-italic.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/amplify-regular/amplify-regular.woff") format("woff"), url("../fonts/amplify-regular/amplify-regular.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/amplify-regular-italic/amplify-regular-italic.woff") format("woff"), url("../fonts/amplify-regular-italic/amplify-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/amplify-medium/amplify-medium.woff") format("woff"), url("../fonts/amplify-medium/amplify-medium.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/amplify-medium-italic/amplify-medium-italic.woff") format("woff"), url("../fonts/amplify-medium-italic/amplify-medium-italic.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/amplify-bold/amplify-bold.woff") format("woff"), url("../fonts/amplify-bold/amplify-bold.woff2") format("woff2");
}
@font-face {
  font-family: "amplify";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/amplify-bold-italic/amplify-bold-italic.woff") format("woff"), url("../fonts/amplify-bold-italic/amplify-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/benton-sans-light/benton-sans-light.woff") format("woff"), url("../fonts/benton-sans-light/benton-sans-light.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/benton-sans-light-italic/benton-sans-light-italic.woff") format("woff"), url("../fonts/benton-sans-light-italic/benton-sans-light-italic.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/benton-sans-book/benton-sans-book.woff") format("woff"), url("../fonts/benton-sans-book/benton-sans-book.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/benton-sans-book-italic/benton-sans-book-italic.woff") format("woff"), url("../fonts/benton-sans-book-italic/benton-sans-book-italic.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/benton-sans-regular/benton-sans-regular.woff") format("woff"), url("../fonts/benton-sans-regular/benton-sans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/benton-sans-regular-italic/benton-sans-regular-italic.woff") format("woff"), url("../fonts/benton-sans-regular-italic/benton-sans-regular-italic.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/benton-sans-medium/benton-sans-medium.woff") format("woff"), url("../fonts/benton-sans-medium/benton-sans-medium.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/benton-sans-medium-italic/benton-sans-medium-italic.woff") format("woff"), url("../fonts/benton-sans-medium-italic/benton-sans-medium-italic.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/benton-sans-bold/benton-sans-bold.woff") format("woff"), url("../fonts/benton-sans-bold/benton-sans-bold.woff2") format("woff2");
}
@font-face {
  font-family: "benton-sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/benton-sans-bold-italic/benton-sans-bold-italic.woff") format("woff"), url("../fonts/benton-sans-bold-italic/benton-sans-bold-italic.woff2") format("woff2");
}
@font-face {
  font-family: "gaegu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/gaegu-light/gaegu-light.woff") format("woff"), url("../fonts/gaegu-light/gaegu-light.woff2") format("woff2");
}
@font-face {
  font-family: "gaegu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gaegu-regular/gaegu-regular.woff") format("woff"), url("../fonts/gaegu-regular/gaegu-regular.woff2") format("woff2");
}
@font-face {
  font-family: "gaegu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gaegu-bold/gaegu-bold.woff") format("woff"), url("../fonts/gaegu-bold/gaegu-bold.woff2") format("woff2");
}
@font-face {
  font-family: "icons-amplify-v2";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons-amplify-v2/icons-amplify-v2.woff") format("woff"), url("../fonts/icons-amplify-v2/icons-amplify-v2.ttf") format("truetype");
}
@font-face {
  font-family: "icons-amplify";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons-amplify/icons-amplify.woff") format("woff"), url("../fonts/icons-amplify/icons-amplify.ttf") format("truetype");
}
@font-face {
  font-family: "icons-material";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons-material/icons-material.woff") format("woff"), url("../fonts/icons-material/icons-material.ttf") format("truetype");
}
@font-face {
  font-family: "icons-vamp";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons-vamp/icons-vamp.woff") format("woff"), url("../fonts/icons-vamp/icons-vamp.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-thin/lato-thin.woff") format("woff"), url("../fonts/lato-thin/lato-thin.woff2") format("woff2"), url("../fonts/lato-thin/lato-thin.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/lato-thin-italic/lato-thin-italic.woff") format("woff"), url("../fonts/lato-thin-italic/lato-thin-italic.woff2") format("woff2"), url("../fonts/lato-thin-italic/lato-thin-italic.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-light/lato-light.woff") format("woff"), url("../fonts/lato-light/lato-light.woff2") format("woff2"), url("../fonts/lato-light/lato-light.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-light-italic/lato-light-italic.woff") format("woff"), url("../fonts/lato-light-italic/lato-light-italic.woff2") format("woff2"), url("../fonts/lato-light-italic/lato-light-italic.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-regular/lato-regular.woff") format("woff"), url("../fonts/lato-regular/lato-regular.woff2") format("woff2"), url("../fonts/lato-regular/lato-regular.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-italic/lato-italic.woff") format("woff"), url("../fonts/lato-italic/lato-italic.woff2") format("woff2"), url("../fonts/lato-italic/lato-italic.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-bold/lato-bold.woff") format("woff"), url("../fonts/lato-bold/lato-bold.woff2") format("woff2"), url("../fonts/lato-bold/lato-bold.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-bold-italic/lato-bold-italic.woff") format("woff"), url("../fonts/lato-bold-italic/lato-bold-italic.woff2") format("woff2"), url("../fonts/lato-bold-italic/lato-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-black/lato-black.woff") format("woff"), url("../fonts/lato-black/lato-black.woff2") format("woff2"), url("../fonts/lato-black/lato-black.ttf") format("truetype");
}
@font-face {
  font-family: "lato";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/lato-black-italic/lato-black-italic.woff") format("woff"), url("../fonts/lato-black-italic/lato-black-italic.woff2") format("woff2"), url("../fonts/lato-black-italic/lato-black-italic.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/merriweather-light/merriweather-light.woff") format("woff"), url("../fonts/merriweather-light/merriweather-light.woff2") format("woff2"), url("../fonts/merriweather-light/merriweather-light.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/merriweather-light-italic/merriweather-light-italic.woff") format("woff"), url("../fonts/merriweather-light-italic/merriweather-light-italic.woff2") format("woff2"), url("../fonts/merriweather-light-italic/merriweather-light-italic.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/merriweather-regular/merriweather-regular.woff") format("woff"), url("../fonts/merriweather-regular/merriweather-regular.woff2") format("woff2"), url("../fonts/merriweather-regular/merriweather-regular.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/merriweather-italic/merriweather-italic.woff") format("woff"), url("../fonts/merriweather-italic/merriweather-italic.woff2") format("woff2"), url("../fonts/merriweather-italic/merriweather-italic.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/merriweather-bold/merriweather-bold.woff") format("woff"), url("../fonts/merriweather-bold/merriweather-bold.woff2") format("woff2"), url("../fonts/merriweather-bold/merriweather-bold.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/merriweather-bold-italic/merriweather-bold-italic.woff") format("woff"), url("../fonts/merriweather-bold-italic/merriweather-bold-italic.woff2") format("woff2"), url("../fonts/merriweather-bold-italic/merriweather-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/merriweather-black/merriweather-black.woff") format("woff"), url("../fonts/merriweather-black/merriweather-black.woff2") format("woff2"), url("../fonts/merriweather-black/merriweather-black.ttf") format("truetype");
}
@font-face {
  font-family: "merriweather";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/merriweather-black-italic/merriweather-black-italic.woff") format("woff"), url("../fonts/merriweather-black-italic/merriweather-black-italic.woff2") format("woff2"), url("../fonts/merriweather-black-italic/merriweather-black-italic.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/quicksand-light/quicksand-light.woff") format("woff"), url("../fonts/quicksand-light/quicksand-light.woff2") format("woff2"), url("../fonts/quicksand-light/quicksand-light.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/quicksand-regular/quicksand-regular.woff") format("woff"), url("../fonts/quicksand-regular/quicksand-regular.woff2") format("woff2"), url("../fonts/quicksand-regular/quicksand-regular.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/quicksand-medium/quicksand-medium.woff") format("woff"), url("../fonts/quicksand-medium/quicksand-medium.woff2") format("woff2"), url("../fonts/quicksand-medium/quicksand-medium.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/quicksand-semi-bold/quicksand-semi-bold.woff") format("woff"), url("../fonts/quicksand-semi-bold/quicksand-semi-bold.woff2") format("woff2"), url("../fonts/quicksand-semi-bold/quicksand-semi-bold.ttf") format("truetype");
}
@font-face {
  font-family: "quicksand";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/quicksand-bold/quicksand-bold.woff") format("woff"), url("../fonts/quicksand-bold/quicksand-bold.woff2") format("woff2"), url("../fonts/quicksand-bold/quicksand-bold.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-light/open-sans-light.woff2") format("woff2"), url("../fonts/open-sans-light/open-sans-light.woff") format("woff"), url("../fonts/open-sans-light/open-sans-light.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-regular/open-sans-regular.woff2") format("woff2"), url("../fonts/open-sans-regular/open-sans-regular.woff") format("woff"), url("../fonts/open-sans-regular/open-sans-regular.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-italic/open-sans-italic.woff2") format("woff2"), url("../fonts/open-sans-italic/open-sans-italic.woff") format("woff"), url("../fonts/open-sans-italic/open-sans-italic.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-semi-bold/open-sans-semi-bold.woff2") format("woff2"), url("../fonts/open-sans-semi-bold/open-sans-semi-bold.woff") format("woff"), url("../fonts/open-sans-semi-bold/open-sans-semi-bold.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.woff2") format("woff2"), url("../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.woff") format("woff"), url("../fonts/open-sans-semi-bold-italic/open-sans-semi-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-bold/open-sans-bold.woff2") format("woff2"), url("../fonts/open-sans-bold/open-sans-bold.woff") format("woff"), url("../fonts/open-sans-bold/open-sans-bold.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-bold-italic/open-sans-bold-italic.woff2") format("woff2"), url("../fonts/open-sans-bold-italic/open-sans-bold-italic.woff") format("woff"), url("../fonts/open-sans-bold-italic/open-sans-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "open-sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-extra-bold/open-sans-extra-bold.woff2") format("woff2"), url("../fonts/open-sans-extra-bold/open-sans-extra-bold.woff") format("woff"), url("../fonts/open-sans-extra-bold/open-sans-extra-bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-light/roboto-light.woff") format("woff"), url("../fonts/roboto-light/roboto-light.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/roboto-light-italic/roboto-light-italic.woff") format("woff"), url("../fonts/roboto-light-italic/roboto-light-italic.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-regular/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular/roboto-regular.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-italic/roboto-italic.woff") format("woff"), url("../fonts/roboto-italic/roboto-italic.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-medium/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium/roboto-medium.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-medium-italic/roboto-medium-italic.woff") format("woff"), url("../fonts/roboto-medium-italic/roboto-medium-italic.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-bold/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
}
@font-face {
  font-family: "roboto";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/roboto-black/roboto-black.woff") format("woff"), url("../fonts/roboto-black/roboto-black.ttf") format("truetype");
}
@font-face {
  font-family: "rockwell";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/rockwell-regular/rockwell-regular.woff") format("woff"), url("../fonts/rockwell-regular/rockwell-regular.woff2") format("woff2");
}
@font-face {
  font-family: "rockwell";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/rockwell-bold/rockwell-bold.woff") format("woff"), url("../fonts/rockwell-bold/rockwell-bold.woff2") format("woff2");
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  max-width: 1440px;
}

[class^=icon-v2-],
[class*=" icon-v2-"] {
  font-family: "icons-amplify-v2" !important;
  font-size: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-v2-arrow-back::before {
  content: "\e900";
}

.icon-v2-arrow-next::before {
  content: "\e901";
}

.icon-v2-arrow-up::before {
  content: "\e902";
}

.icon-v2-arrow-down::before {
  content: "\e903";
}

.icon-v2-caret-left::before {
  content: "\e904";
}

.icon-v2-caret-right::before {
  content: "\e905";
}

.icon-v2-caret-up::before {
  content: "\e906";
}

.icon-v2-caret-down::before {
  content: "\e907";
}

.icon-v2-caret-small-left::before {
  content: "\e908";
}

.icon-v2-caret-small-right::before {
  content: "\e909";
}

.icon-v2-caret-small-up::before {
  content: "\e90a";
}

.icon-v2-caret-small-down::before {
  content: "\e90b";
}

.icon-v2-chevron-left::before {
  content: "\e90c";
}

.icon-v2-chevron-right::before {
  content: "\e90d";
}

.icon-v2-chevron-up::before {
  content: "\e90e";
}

.icon-v2-chevron-down::before {
  content: "\e90f";
}

.icon-v2-chevron-small-left::before {
  content: "\e910";
}

.icon-v2-chevron-small-right::before {
  content: "\e911";
}

.icon-v2-chevron-small-up::before {
  content: "\e912";
}

.icon-v2-chevron-small-down::before {
  content: "\e913";
}

.icon-v2-double-chevron-left::before {
  content: "\e914";
}

.icon-v2-double-chevron-right::before {
  content: "\e915";
}

.icon-v2-double-chevron-up::before {
  content: "\e916";
}

.icon-v2-double-chevron-down::before {
  content: "\e917";
}

.icon-v2-first-page::before {
  content: "\e918";
}

.icon-v2-last-page::before {
  content: "\e919";
}

.icon-v2-sort::before {
  content: "\e91a";
}

.icon-v2-sort-down::before {
  content: "\e91b";
}

.icon-v2-sort-up::before {
  content: "\e91c";
}

.icon-v2-back-to-top::before {
  content: "\e91d";
}

.icon-v2-down-to-bottom::before {
  content: "\e91e";
}

.icon-v2-log-in::before {
  content: "\e91f";
}

.icon-v2-log-out::before {
  content: "\e920";
}

.icon-v2-maximize::before {
  content: "\e921";
}

.icon-v2-minimize::before {
  content: "\e922";
}

.icon-v2-overflow-horizontal::before {
  content: "\e923";
}

.icon-v2-overflow-vertical::before {
  content: "\e924";
}

.icon-v2-zoom-in::before {
  content: "\e925";
}

.icon-v2-zoom-out::before {
  content: "\e926";
}

.icon-v2-home::before {
  content: "\e927";
}

.icon-v2-hamburger-menu::before {
  content: "\e928";
}

.icon-v2-apps::before {
  content: "\e929";
}

.icon-v2-launch::before {
  content: "\e92a";
}

.icon-v2-user::before {
  content: "\e92b";
}

.icon-v2-classes::before {
  content: "\e92c";
}

.icon-v2-jump-to::before {
  content: "\e92d";
}

.icon-v2-differentiation::before {
  content: "\e92e";
}

.icon-v2-on-the-fly::before {
  content: "\e92f";
}

.icon-v2-data::before {
  content: "\e930";
}

.icon-v2-ereader::before {
  content: "\e931";
}

.icon-v2-new-tab::before {
  content: "\e97e";
}

.icon-v2-close::before {
  content: "\e932";
}

.icon-v2-question-mark::before {
  content: "\e9bd";
}

.icon-v2-list-view::before {
  content: "\e9be";
}

.icon-v2-sample-response::before {
  content: "\e9bf";
}

.icon-v2-lesson-brief::before {
  content: "\e9c0";
}

.icon-v2-student-support::before {
  content: "\e9c1";
}

.icon-v2-grid-view::before {
  content: "\e9c2";
}

.icon-v2-run-sample-class::before {
  content: "\e9d6";
}

.icon-v2-readonly-editor::before {
  content: "\e9d7";
}

.icon-v2-snapshot::before {
  content: "\e9d8";
}

.icon-v2-grading::before {
  content: "\e9d9";
}

.icon-v2-rubric::before {
  content: "\e9da";
}

.icon-v2-person::before {
  content: "\e933";
}

.icon-v2-group::before {
  content: "\e934";
}

.icon-v2-absent-person::before {
  content: "\e97f";
}

.icon-v2-folder::before {
  content: "\e9c3";
}

.icon-v2-file::before {
  content: "\e935";
}

.icon-v2-notes::before {
  content: "\e936";
}

.icon-v2-teacher-material::before {
  content: "\e937";
}

.icon-v2-assignment::before {
  content: "\e938";
}

.icon-v2-composite::before {
  content: "\e981";
}

.icon-v2-image::before {
  content: "\e939";
}

.icon-v2-projection::before {
  content: "\e93a";
}

.icon-v2-video::before {
  content: "\e93b";
}

.icon-v2-pdf::before {
  content: "\e93c";
}

.icon-v2-ppt::before {
  content: "\e93d";
}

.icon-v2-zip::before {
  content: "\e93e";
}

.icon-v2-xls::before {
  content: "\e9c4";
}

.icon-v2-csv::before {
  content: "\e9a6";
}

.icon-v2-school::before {
  content: "\e987";
}

.icon-v2-sim::before {
  content: "\e99f";
}

.icon-v2-clock-outlined::before {
  content: "\e9a0";
}

.icon-v2-clock-filled::before {
  content: "\e9a1";
}

.icon-v2-lightning::before {
  content: "\e9ac";
}

.icon-v2-calculator::before {
  content: "\e9af";
}

.icon-v2-tools::before {
  content: "\e9b7";
}

.icon-v2-scratchpad::before {
  content: "\e9b8";
}

.icon-v2-languages::before {
  content: "\e9b9";
}

.icon-v2-teacher-guide::before {
  content: "\e9c5";
}

.icon-v2-single-session-code::before {
  content: "\e9c6";
}

.icon-v2-reporting::before {
  content: "\e9c7";
}

.icon-v2-paper::before {
  content: "\e9c8";
}

.icon-v2-qr-code::before {
  content: "\e9c9";
}

.icon-v2-curricula::before {
  content: "\e9ca";
}

.icon-v2-classwork::before {
  content: "\e9cb";
}

.icon-v2-chat::before {
  content: "\e93f";
}

.icon-v2-messages::before {
  content: "\e9cc";
}

.icon-v2-add-comment::before {
  content: "\e940";
}

.icon-v2-add-note::before {
  content: "\e941";
}

.icon-v2-add-person::before {
  content: "\e942";
}

.icon-v2-add-group::before {
  content: "\e943";
}

.icon-v2-add::before {
  content: "\e944";
}

.icon-v2-subtract::before {
  content: "\e945";
}

.icon-v2-block::before {
  content: "\e946";
}

.icon-v2-bookmark::before {
  content: "\e947";
}

.icon-v2-bookmark-filled::before {
  content: "\e9b6";
}

.icon-v2-edit::before {
  content: "\e948";
}

.icon-v2-search::before {
  content: "\e949";
}

.icon-v2-calendar::before {
  content: "\e94a";
}

.icon-v2-filter::before {
  content: "\e94b";
}

.icon-v2-hand-out::before {
  content: "\e94c";
}

.icon-v2-collect::before {
  content: "\e94d";
}

.icon-v2-copy::before {
  content: "\e94e";
}

.icon-v2-delete::before {
  content: "\e94f";
}

.icon-v2-upload::before {
  content: "\e950";
}

.icon-v2-download::before {
  content: "\e951";
}

.icon-v2-downloaded::before {
  content: "\e9cd";
}

.icon-v2-offline::before {
  content: "\e9ce";
}

.icon-v2-draggable-horizontal::before {
  content: "\e952";
}

.icon-v2-draggable-vertical::before {
  content: "\e953";
}

.icon-v2-email::before {
  content: "\e954";
}

.icon-v2-export::before {
  content: "\e955";
}

.icon-v2-import::before {
  content: "\e956";
}

.icon-v2-present-this::before {
  content: "\e957";
}

.icon-v2-stop-presenting::before {
  content: "\e9cf";
}

.icon-v2-presentation::before {
  content: "\e958";
}

.icon-v2-monitor::before {
  content: "\e959";
}

.icon-v2-student-solo::before {
  content: "\e9d0";
}

.icon-v2-print::before {
  content: "\e95a";
}

.icon-v2-undo::before {
  content: "\e95b";
}

.icon-v2-redo::before {
  content: "\e95c";
}

.icon-v2-sync::before {
  content: "\e95d";
}

.icon-v2-reset::before {
  content: "\e95e";
}

.icon-v2-reset-lesson::before {
  content: "\e95f";
}

.icon-v2-save::before {
  content: "\e960";
}

.icon-v2-settings::before {
  content: "\e961";
}

.icon-v2-share::before {
  content: "\e962";
}

.icon-v2-table-of-contents::before {
  content: "\e963";
}

.icon-v2-pin::before {
  content: "\e964";
}

.icon-v2-transfer::before {
  content: "\e965";
}

.icon-v2-link::before {
  content: "\e966";
}

.icon-v2-unlink::before {
  content: "\e967";
}

.icon-v2-locked::before {
  content: "\e969";
}

.icon-v2-unlocked::before {
  content: "\e96a";
}

.icon-v2-notification::before {
  content: "\e96b";
}

.icon-v2-notification-off::before {
  content: "\e96c";
}

.icon-v2-notification-filled::before {
  content: "\e9ab";
}

.icon-v2-view::before {
  content: "\e96d";
}

.icon-v2-view-off::before {
  content: "\e96e";
}

.icon-v2-preview::before {
  content: "\e9d1";
}

.icon-v2-archive::before {
  content: "\e968";
}

.icon-v2-assign::before {
  content: "\e980";
}

.icon-v2-eraser::before {
  content: "\e982";
}

.icon-v2-keyboard::before {
  content: "\e983";
}

.icon-v2-line-tool::before {
  content: "\e984";
}

.icon-v2-math-type::before {
  content: "\e985";
}

.icon-v2-teach::before {
  content: "\e986";
}

.icon-v2-favorite::before {
  content: "\e9a8";
}

.icon-v2-favorite-off::before {
  content: "\e9a9";
}

.icon-v2-move::before {
  content: "\e9aa";
}

.icon-v2-sort-arrow-up::before {
  content: "\e9ad";
}

.icon-v2-sort-arrow-down::before {
  content: "\e9ae";
}

.icon-v2-raise-hand::before {
  content: "\e9ba";
}

.icon-v2-view-history::before {
  content: "\e9bb";
}

.icon-v2-drill-down::before {
  content: "\e9bc";
}

.icon-v2-pace::before {
  content: "\e9d2";
}

.icon-v2-celebration::before {
  content: "\e9d3";
}

.icon-v2-anonymize::before {
  content: "\e9d4";
}

.icon-v2-publish::before {
  content: "\e9db";
}

.icon-v2-activity-data::before {
  content: "\e9dc";
}

.icon-v2-contrast::before {
  content: "\e9dd";
}

.icon-v2-checkmark-outline::before {
  content: "\e96f";
}

.icon-v2-checkmark::before {
  content: "\e970";
}

.icon-v2-error-critical::before {
  content: "\e971";
}

.icon-v2-error::before {
  content: "\e972";
}

.icon-v2-help::before {
  content: "\e973";
}

.icon-v2-information::before {
  content: "\e974";
}

.icon-v2-warning::before {
  content: "\e975";
}

.icon-v2-in-progress::before {
  content: "\e9a7";
}

.icon-v2-audio::before {
  content: "\e988";
}

.icon-v2-volume-down::before {
  content: "\e989";
}

.icon-v2-volume-up::before {
  content: "\e98a";
}

.icon-v2-mute::before {
  content: "\e98b";
}

.icon-v2-play::before {
  content: "\e98c";
}

.icon-v2-pause::before {
  content: "\e98d";
}

.icon-v2-skip-forward::before {
  content: "\e98e";
}

.icon-v2-skip-back::before {
  content: "\e98f";
}

.icon-v2-stop::before {
  content: "\e990";
}

.icon-v2-replay::before {
  content: "\e991";
}

.icon-v2-mic-on::before {
  content: "\e992";
}

.icon-v2-mic-off::before {
  content: "\e993";
}

.icon-v2-headphones::before {
  content: "\e994";
}

.icon-v2-speed-halfx::before {
  content: "\e995";
}

.icon-v2-speed-1x::before {
  content: "\e996";
}

.icon-v2-speed-2x::before {
  content: "\e997";
}

.icon-v2-speed-3x::before {
  content: "\e998";
}

.icon-v2-rewind-5::before {
  content: "\e999";
}

.icon-v2-rewind-10::before {
  content: "\e99a";
}

.icon-v2-rewind-30::before {
  content: "\e99b";
}

.icon-v2-forward-5::before {
  content: "\e99c";
}

.icon-v2-forward-10::before {
  content: "\e99d";
}

.icon-v2-forward-30::before {
  content: "\e99e";
}

.icon-v2-recording-start::before {
  content: "\e9f1";
}

.icon-v2-recording-stop::before {
  content: "\e9f2";
}

.icon-v2-bold::before {
  content: "\e9b0";
}

.icon-v2-italic::before {
  content: "\e9b1";
}

.icon-v2-underline::before {
  content: "\e9b2";
}

.icon-v2-text-color::before {
  content: "\e9b3";
}

.icon-v2-bulleted-list::before {
  content: "\e9b4";
}

.icon-v2-code::before {
  content: "\e9b5";
}

.icon-v2-clear::before {
  content: "\e9d5";
}

.icon-v2-ordered-list::before {
  content: "\e9ec";
}

.icon-v2-align-center::before {
  content: "\e9ed";
}

.icon-v2-align-justify::before {
  content: "\e9ee";
}

.icon-v2-align-left::before {
  content: "\e9ef";
}

.icon-v2-align-right::before {
  content: "\e9f0";
}

.icon-v2-correct::before {
  content: "\e9a2";
}

.icon-v2-incorrect::before {
  content: "\e9a3";
}

.icon-v2-incomplete::before {
  content: "\e9a4";
}

.icon-v2-unanswered::before {
  content: "\e9a5";
}

.icon-v2-challenge-creator::before {
  content: "\e9de";
}

.icon-v2-action-button::before {
  content: "\e9df";
}

.icon-v2-card-sort::before {
  content: "\e9e0";
}

.icon-v2-checkboxes::before {
  content: "\e9e1";
}

.icon-v2-free-response::before {
  content: "\e9e2";
}

.icon-v2-graph::before {
  content: "\e9e3";
}

.icon-v2-graphing-calculator::before {
  content: "\e9e4";
}

.icon-v2-media::before {
  content: "\e9e5";
}

.icon-v2-multiple-choice::before {
  content: "\e9e6";
}

.icon-v2-note::before {
  content: "\e9e7";
}

.icon-v2-polygraph::before {
  content: "\e9e8";
}

.icon-v2-polypad::before {
  content: "\e9e9";
}

.icon-v2-sketch::before {
  content: "\e9ea";
}

.icon-v2-table::before {
  content: "\e9eb";
}

.icon-v2-glyph-checkmark::before {
  content: "\e976";
}

.icon-v2-glyph-exclamation::before {
  content: "\e977";
}

.icon-v2-glyph-exclamation-short::before {
  content: "\e978";
}

.icon-v2-glyph-i::before {
  content: "\e979";
}

.icon-v2-glyph-questionmark::before {
  content: "\e97a";
}

.icon-v2-shape-circle::before {
  content: "\e97b";
}

.icon-v2-shape-octagon::before {
  content: "\e97c";
}

.icon-v2-shape-triangle::before {
  content: "\e97d";
}

[class^=icon-v2-messaging-],
[class*=" icon-v2-messaging-"] {
  position: relative;
}
[class^=icon-v2-messaging-]::after,
[class*=" icon-v2-messaging-"]::after {
  left: 0;
  position: absolute;
  top: 0;
}

.icon-v2-messaging-error::before {
  color: #db2e00;
  content: "\e97d";
}
.icon-v2-messaging-error::after {
  color: #fff;
  content: "\e978";
}

.icon-v2-messaging-warning::before {
  color: #d8a202;
  content: "\e97d";
}
.icon-v2-messaging-warning::after {
  color: #fff;
  content: "\e978";
}

.icon-v2-messaging-info::before {
  color: #3278c8;
  content: "\e97b";
}
.icon-v2-messaging-info::after {
  color: #fff;
  content: "\e979";
}

.icon-v2-messaging-success::before {
  color: #00866b;
  content: "\e97b";
}
.icon-v2-messaging-success::after {
  color: #fff;
  content: "\e976";
}

[class^=icon-amplify-],
[class*=" icon-amplify-"] {
  font-family: "icons-amplify" !important;
  font-size: 1.5rem;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.icon-amplify-data::before {
  content: "\e924";
}

.icon-amplify-play-speed-half::before {
  content: "\e91d";
}

.icon-amplify-play-speed-3x::before {
  content: "\e920";
}

.icon-amplify-play-speed-2x::before {
  content: "\e921";
}

.icon-amplify-play-speed-1x::before {
  content: "\e922";
}

.icon-amplify-audio::before {
  content: "\e923";
}

.icon-amplify-play::before {
  content: "\e91e";
}

.icon-amplify-start-over::before {
  content: "\e91f";
}

.icon-amplify-glyph-check::before {
  content: "\e915";
}

.icon-amplify-glyph-exclamation::before {
  content: "\e917";
}

.icon-amplify-glyph-i::before {
  content: "\e918";
}

.icon-amplify-glyph-x::before {
  content: "\e919";
}

.icon-amplify-shape-circle::before {
  content: "\e91a";
}

.icon-amplify-shape-stop::before {
  content: "\e91b";
}

.icon-amplify-shape-caution::before {
  content: "\e91c";
}

.icon-amplify-question::before {
  content: "\e914";
}

.icon-amplify-double-chevron::before {
  content: "\e913";
}

.icon-amplify-hand-out::before {
  content: "\e911";
}

.icon-amplify-collect::before {
  content: "\e912";
}

.icon-amplify-assignment::before {
  content: "\e910";
}

.icon-amplify-chevron::before {
  content: "\e90f";
}

.icon-amplify-success::before {
  content: "\e90e";
}

.icon-amplify-present-this::before {
  content: "\e90c";
}

.icon-amplify-presentation::before {
  content: "\e90d";
}

.icon-amplify-monitor::before {
  content: "\e30c";
}

.icon-amplify-done::before {
  content: "\e876";
}

.icon-amplify-lock::before {
  content: "\e897";
}

.icon-amplify-pause::before {
  content: "\e90b";
}

.icon-amplify-volume::before {
  content: "\e909";
}

.icon-amplify-admin::before {
  content: "\e254";
}

.icon-amplify-exit::before {
  content: "\e879";
}

.icon-amplify-help_outline::before {
  content: "\e8fd";
}

.icon-amplify-launch::before {
  content: "\e908";
}

.icon-amplify-arrow-back::before {
  content: "\e907";
}

.icon-amplify-profile::before {
  content: "\e900";
}

.icon-amplify-classes::before {
  content: "\e906";
}

.icon-amplify-chat::before {
  content: "\e0ca";
}

.icon-amplify-chat-outline::before {
  content: "\e0cb";
}

.icon-amplify-file::before {
  content: "\e24d";
}

.icon-amplify-new-window::before {
  content: "\e89e";
}

.icon-amplify-email::before {
  content: "\e0e1";
}

.icon-amplify-add-person::before {
  content: "\e7fe";
}

.icon-amplify-home::before {
  content: "\e88a";
}

.icon-amplify-person::before {
  content: "\e7fd";
}

.icon-amplify-transfer::before {
  content: "\e90a";
}

.icon-amplify-menu::before {
  content: "\e5d2";
}

.icon-amplify-print::before {
  content: "\e8ad";
}

.icon-amplify-refresh::before {
  content: "\e5d5";
}

.icon-amplify-error-critical::before {
  content: "\e901";
}

.icon-amplify-disable::before {
  content: "\e902";
}

.icon-amplify-sort::before {
  content: "\e903";
}

.icon-amplify-sort-down::before {
  content: "\e904";
}

.icon-amplify-sort-up::before {
  content: "\e905";
}

.icon-amplify-add::before {
  content: "\e145";
}

.icon-amplify-apps::before {
  content: "\e5c3";
}

.icon-amplify-drop-down::before {
  content: "\e5c5";
}

.icon-amplify-block::before {
  content: "\e14b";
}

.icon-amplify-cancel::before {
  content: "\e5c9";
}

.icon-amplify-close::before {
  content: "\e5cd";
}

.icon-amplify-date::before {
  content: "\e916";
}

.icon-amplify-delete::before {
  content: "\e872";
}

.icon-amplify-download::before {
  content: "\e884";
}

.icon-amplify-upload::before {
  content: "\e2c6";
}

.icon-amplify-group::before {
  content: "\e7fb";
}

.icon-amplify-add-group::before {
  content: "\e7f0";
}

.icon-amplify-help::before {
  content: "\e887";
}

.icon-amplify-info::before {
  content: "\e88e";
}

.icon-amplify-info-outline::before {
  content: "\e88f";
}

.icon-amplify-arrow-top::before {
  content: "\e316";
}

.icon-amplify-arrow-right::before {
  content: "\e317";
}

.icon-amplify-arrow-left::before {
  content: "\e318";
}

.icon-amplify-arrow-bottom::before {
  content: "\e319";
}

.icon-amplify-details::before {
  content: "\e5d3";
}

.icon-amplify-details-vertical::before {
  content: "\e5d4";
}

.icon-amplify-caution::before {
  content: "\e002";
}

.icon-amplify-search::before {
  content: "\e8b6";
}

[class^=icon-amplify-twotone-],
[class*=" icon-amplify-twotone-"] {
  position: relative;
}
[class^=icon-amplify-twotone-]::after,
[class*=" icon-amplify-twotone-"]::after {
  left: 0;
  position: absolute;
  top: 0;
}

.icon-amplify-twotone-error::before {
  color: #db2e00;
  content: "\e91b";
}
.icon-amplify-twotone-error::after {
  color: #fff;
  content: "\e917";
}

.icon-amplify-twotone-warning::before {
  color: #d8a202;
  content: "\e91c";
}
.icon-amplify-twotone-warning::after {
  color: #fff;
  content: "\e917";
}

.icon-amplify-twotone-info::before {
  color: #3278c8;
  content: "\e91a";
}
.icon-amplify-twotone-info::after {
  color: #fff;
  content: "\e918";
}

.icon-amplify-twotone-success::before {
  color: #00866b;
  content: "\e91a";
}
.icon-amplify-twotone-success::after {
  color: #fff;
  content: "\e915";
}

.form-control {
  caret-color: #9c0d63;
  font-size: 1em;
  height: 2.5em;
  padding: 0 1em;
}
.form-control:focus {
  outline: 0;
  z-index: 10;
}
.form-control:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .form-control:focus {
  box-shadow: none;
}
.form-control:focus, .form-control:hover {
  border-color: #9c0d63;
}
.form-control::-webkit-input-placeholder {
  color: #676767;
  font-style: italic;
}
.form-control::-moz-placeholder {
  color: #676767;
  font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #676767;
  font-style: italic;
}
.form-control::-ms-input-placeholder {
  color: #676767;
  font-style: italic;
}
.form-control::placeholder {
  color: #676767;
  font-style: italic;
}
.form-control:focus::-webkit-input-placeholder, .form-control:valid::-webkit-input-placeholder {
  opacity: 0.4;
}
.form-control:focus::-moz-placeholder, .form-control:valid::-moz-placeholder {
  opacity: 0.4;
}
.form-control:focus:-ms-input-placeholder, .form-control:valid:-ms-input-placeholder {
  opacity: 0.4;
}
.form-control:focus::-ms-input-placeholder, .form-control:valid::-ms-input-placeholder {
  opacity: 0.4;
}
.form-control:focus::placeholder, .form-control:valid::placeholder {
  opacity: 0.4;
}

.amplify-search {
  display: inline-block;
  position: relative;
}
.amplify-search .form-control {
  padding-left: 2.75em;
  padding-right: 6em;
  transition: all 0.2s ease-in-out;
  width: 15em;
}
.amplify-search .form-control:focus, .amplify-search .form-control:valid {
  padding-left: 1em;
  width: 22em;
}
.amplify-search .form-control:focus + .icon-prompt, .amplify-search .form-control:valid + .icon-prompt {
  opacity: 0;
}
.amplify-search .form-control:focus + .icon-prompt + .btn-search, .amplify-search .form-control:valid + .icon-prompt + .btn-search {
  opacity: 1;
  pointer-events: auto;
}
.amplify-search .form-control:valid + .icon-prompt + .btn-search + .btn-clear-search {
  opacity: 1;
  pointer-events: auto;
}
.amplify-search .icon-prompt {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.6666666667em;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s linear;
}
.amplify-search .btn-search {
  border-radius: 0 0.1875em 0.1875em 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}
.amplify-search .btn-search i {
  margin-right: 0;
}
.amplify-search .btn-clear-search {
  background-color: transparent;
  border-color: transparent;
  color: #676767;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 4.5em;
  transition: opacity 0.2s linear;
}
.amplify-search .btn-clear-search:focus, .amplify-search .btn-clear-search:hover {
  background-color: transparent;
  border-color: transparent;
  color: #080808;
  outline: none;
}
.amplify-search .btn-clear-search:active, .amplify-search .btn-clear-search.active {
  background-color: rgba(0, 0, 0, 0);
}
.amplify-search .btn-clear-search i {
  margin-right: 0;
}

.hidden-input {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.hidden-input:focus + .faux-input {
  z-index: 10;
}
.hidden-input:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .hidden-input:focus + .faux-input {
  box-shadow: none;
}

.amplify-input-label {
  margin-bottom: 0;
}

.amplify-audio {
  align-items: center;
  display: flex;
  height: 3.5em;
  padding: 1em;
}
.amplify-audio .btn {
  margin: 0;
}
.amplify-audio .audio-on-off {
  color: #9c0d63;
}
.amplify-audio .audio-play-pause {
  color: #9c0d63;
}
.amplify-audio .audio-start-over {
  color: #676767;
}
.amplify-audio .audio-play-speed {
  color: #676767;
}
.amplify-audio .audio-scrubber {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  height: 2.5em;
  margin: 0 0.5em;
  position: relative;
}
.amplify-audio .audio-scrubber::before {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.125em;
  content: "";
  display: block;
  height: 0.25em;
  position: absolute;
  transition: background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}
.amplify-audio .audio-scrubber:hover::before, .amplify-audio .audio-scrubber:focus::before {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}
.amplify-audio .audio-scrubber:hover .audio-progress::before, .amplify-audio .audio-scrubber:focus .audio-progress::before {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}
.amplify-audio .audio-progress {
  align-items: center;
  display: flex;
  height: 2.5em;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.amplify-audio .audio-progress::before {
  background-color: #9c0d63;
  border-radius: 0.125em;
  content: "";
  display: block;
  height: 0.25em;
  position: absolute;
  transition: background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  width: 100%;
}
.amplify-audio .audio-progress:hover::before {
  -webkit-transform: scaleY(1.3);
          transform: scaleY(1.3);
}
.amplify-audio .audio-thumb {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  height: 2.5em;
  justify-content: center;
  position: relative;
  right: -0.9375em;
  width: 1.875em;
}
.amplify-audio .audio-thumb::before {
  background-color: #fff;
  border: 0.125em solid #9c0d63;
  border-radius: 50%;
  content: "";
  height: 0.875em;
  transition: background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear;
  transition: transform 0.2s ease-in-out, background-color 0.2s linear, -webkit-transform 0.2s ease-in-out;
  width: 0.875em;
}
.amplify-audio .audio-thumb:hover::before {
  background-color: #9c0d63;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.amplify-audio .audio-time {
  bottom: -0.25em;
  color: #9c0d63;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  white-space: nowrap;
}

.amplify-typeahead {
  width: 100%;
}
.amplify-typeahead.no-icon .form-control {
  padding-left: 1em;
}
.amplify-typeahead.no-icon .form-control:focus {
  padding-left: 1em;
}
.amplify-typeahead .form-control {
  padding-left: 2.75em;
  padding-right: 0;
  width: auto;
}
.amplify-typeahead .form-control:focus {
  padding-left: 2.75em;
  padding-right: 0;
  width: auto;
}
.amplify-typeahead .form-control::-webkit-input-placeholder {
  font-style: normal;
}
.amplify-typeahead .form-control::-moz-placeholder {
  font-style: normal;
}
.amplify-typeahead .form-control:-ms-input-placeholder {
  font-style: normal;
}
.amplify-typeahead .form-control::-ms-input-placeholder {
  font-style: normal;
}
.amplify-typeahead .form-control::placeholder {
  font-style: normal;
}
.amplify-typeahead .amplify-menu {
  margin-top: 0.25em;
}
.amplify-typeahead .amplify-menu.many-entries .col-wrapper {
  max-height: 16.75em;
  max-width: 100%;
  z-index: 1000;
}
.amplify-typeahead .amplify-menu .col-wrapper,
.amplify-typeahead .amplify-menu .dropdown-menu,
.amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list,
.amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list {
  display: block;
}
.amplify-typeahead .amplify-menu .dropdown-menu, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list {
  width: 100%;
}
.amplify-typeahead .amplify-menu .dropdown-menu .plum-option a, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .plum-option a, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .plum-option a {
  color: #9c0d63;
}
.amplify-typeahead .amplify-menu .dropdown-menu .plum-option a:hover, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .plum-option a:hover, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .plum-option a:hover {
  color: #9c0d63;
}
.amplify-typeahead .amplify-menu .dropdown-menu.no-matches, .amplify-typeahead .amplify-menu .amplify-dropdown .no-matches.dropdown-list, .amplify-dropdown .amplify-typeahead .amplify-menu .no-matches.dropdown-list {
  width: auto;
}
.amplify-typeahead .amplify-menu .dropdown-menu .dropdown-divider, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .dropdown-divider, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .dropdown-divider {
  left: -1em;
  position: relative;
  width: calc(100% + 2em);
}
.amplify-typeahead .amplify-menu .dropdown-menu .add-new-options, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options {
  margin: auto 1em;
}
.amplify-typeahead .amplify-menu .dropdown-menu .add-new-options button, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options button, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options button {
  background-color: #9c0d63;
  border-color: transparent;
  color: #fff;
}
.amplify-typeahead .amplify-menu .dropdown-menu .add-new-options button:focus, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options button:focus, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options button:focus, .amplify-typeahead .amplify-menu .dropdown-menu .add-new-options button:hover, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options button:hover, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options button:hover {
  background-color: #5e083b;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.amplify-typeahead .amplify-menu .dropdown-menu .add-new-options button:active, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options button:active, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options button:active, .amplify-typeahead .amplify-menu .dropdown-menu .add-new-options button.active, .amplify-typeahead .amplify-menu .amplify-dropdown .dropdown-list .add-new-options button.active, .amplify-dropdown .amplify-typeahead .amplify-menu .dropdown-list .add-new-options button.active {
  background-color: #2f041e;
}
.amplify-typeahead .amplify-menu .dropdown-item {
  font-size: 0.875em;
  text-overflow: ellipsis;
}
.amplify-typeahead .amplify-menu .dropdown-item:hover {
  background-color: #f6f6f6;
}
.amplify-typeahead .tooltip-wrapper {
  max-width: 14.375em;
}
.amplify-typeahead .tooltip {
  font-size: 0.875em;
  pointer-events: none;
}
.amplify-typeahead .tooltip .arrow {
  margin-left: -0.75em;
  margin-top: -0.75em;
}
.amplify-typeahead .tooltip .arrow::before {
  margin-left: -0.25em;
}
.amplify-typeahead .typeahead-menu-label {
  color: #676767;
  font-size: 0.75em;
  padding-top: 0.75em;
}
.amplify-typeahead .icon-prompt {
  top: 0.9em;
  z-index: 11;
}
.amplify-typeahead .no-matches {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  color: #676767;
  font-size: 0.875em;
  margin-top: 0.25em;
  padding: 1em;
  text-align: center;
}
.amplify-typeahead .calc-item-width-container {
  font-size: 0.875em;
  height: 0;
  opacity: 0;
  padding: 0 2.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.amplify-typeahead .rbt-input-multi.focus {
  border-color: #9c0d63;
  box-shadow: none;
}
.amplify-typeahead .rbt-input-multi .rbt-input-wrapper {
  align-items: center;
  margin-bottom: -0.0625em;
  margin-top: 0.0625em;
}

.rbt-token {
  background-color: #e9e9e9;
  border-radius: 2.5em;
  color: #3b3b3b;
  font-size: 0.75em;
  line-height: 2.1em;
  outline: none;
  padding-top: 0.375em;
}
.rbt-token.primary {
  background-color: #9c0d63;
  color: #fff;
}
.rbt-token.primary:hover .rbt-close::before {
  color: #fff;
}
.rbt-token span:first-of-type {
  padding-left: 0.25em;
  padding-right: 0.75em;
}
.rbt-token:hover {
  box-shadow: #9c0d63 0 0 0 0.0625em inset;
}
.rbt-token:hover .rbt-close::before {
  color: #3b3b3b;
}

.rbt-close {
  background-color: transparent;
  border: 0;
}
.rbt-close:hover, .rbt-close:focus {
  color: #000;
  opacity: 0.75;
  text-decoration: none;
}
.rbt-close::before {
  content: "\e932";
  font-family: "icons-amplify-v2";
  font-size: 1.375em;
  line-height: 2em;
  speak: none;
}
.rbt-close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.rbt-close span:first-of-type {
  display: none;
}

.amplify-toggle .faux-input {
  position: relative;
}
.amplify-toggle .toggle-label {
  cursor: pointer;
  display: block;
  margin: 0.5em 0;
}
.amplify-toggle .toggle-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  min-width: 5em;
  overflow: hidden;
  position: relative;
  transition: background-color 0.2s linear;
}
.amplify-toggle .toggle-button::before {
  content: "";
  display: block;
  flex: 0 1 0;
  transition: flex 0.2s ease-in-out;
}
.amplify-toggle .toggle-button::after {
  content: "";
  display: block;
  flex: 0 0 auto;
  margin-right: auto;
}
.amplify-toggle .hidden-input:checked + .faux-input .toggle-button::before {
  flex-grow: 1;
}
.amplify-toggle .hidden-input:checked + .faux-input .text-off::after {
  opacity: 0;
}
.amplify-toggle .hidden-input:checked + .faux-input .text-on::after {
  opacity: 1;
}
.amplify-toggle .toggle-text {
  height: 0;
  overflow: hidden;
  padding-left: 4.5em;
  pointer-events: none;
  visibility: hidden;
}
.amplify-toggle .toggle-text::after {
  content: attr(data-text);
  left: 0;
  line-height: 1;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: opacity 0.2s linear;
  visibility: visible;
  width: 100%;
}
.amplify-toggle .text-off::after {
  opacity: 1;
  padding-left: 3em;
  padding-right: 1.5em;
}
.amplify-toggle .text-on::after {
  opacity: 0;
  padding-left: 1.5em;
  padding-right: 3em;
}

.amplify-toggle .faux-input {
  border-radius: 1.25em;
}
.amplify-toggle .faux-input:hover .toggle-button {
  background-color: #b0b0b0;
}
.amplify-toggle .toggle-button {
  background-color: #bdbdbd;
  border-radius: 1.25em;
  height: 2.5em;
  padding: 0 0.0625em;
}
.amplify-toggle .toggle-button::after {
  background-color: #fff;
  border-radius: 1.25em;
  height: 2.375em;
  width: 2.375em;
}
.amplify-toggle .hidden-input:checked + .faux-input .toggle-button {
  background-color: #9c0d63;
}
.amplify-toggle .hidden-input:checked + .faux-input .toggle-button:hover {
  background-color: #840b54;
}
.amplify-toggle .toggle-text {
  color: #3b3b3b;
  font-weight: 500;
}
.amplify-toggle .text-on::after {
  color: #fff;
}
.amplify-toggle.toggle-uppercase .toggle-text {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  padding-left: 5.1428571429em;
  text-transform: uppercase;
}
.amplify-toggle.toggle-uppercase .text-off::after {
  padding-left: 3.4285714286em;
  padding-right: 1.7142857143em;
}
.amplify-toggle.toggle-uppercase .text-on::after {
  padding-left: 1.7142857143em;
  padding-right: 3.4285714286em;
}
.amplify-toggle.toggle-blue .faux-input {
  border-radius: 1.25em;
}
.amplify-toggle.toggle-blue .faux-input:hover .toggle-button {
  background-color: #b0b0b0;
}
.amplify-toggle.toggle-blue .toggle-button {
  background-color: #bdbdbd;
  border-radius: 1.25em;
  height: 2.5em;
  padding: 0 0.0625em;
}
.amplify-toggle.toggle-blue .toggle-button::after {
  background-color: #fff;
  border-radius: 1.25em;
  height: 2.375em;
  width: 2.375em;
}
.amplify-toggle.toggle-blue .hidden-input:checked + .faux-input .toggle-button {
  background-color: #3278c8;
}
.amplify-toggle.toggle-blue .hidden-input:checked + .faux-input .toggle-button:hover {
  background-color: #2d6cb4;
}
.amplify-toggle.toggle-blue .toggle-text {
  color: #3b3b3b;
  font-weight: 500;
}
.amplify-toggle.toggle-blue .text-on::after {
  color: #fff;
}
.amplify-toggle.toggle-green .faux-input {
  border-radius: 1.25em;
}
.amplify-toggle.toggle-green .faux-input:hover .toggle-button {
  background-color: #b0b0b0;
}
.amplify-toggle.toggle-green .toggle-button {
  background-color: #bdbdbd;
  border-radius: 1.25em;
  height: 2.5em;
  padding: 0 0.0625em;
}
.amplify-toggle.toggle-green .toggle-button::after {
  background-color: #fff;
  border-radius: 1.25em;
  height: 2.375em;
  width: 2.375em;
}
.amplify-toggle.toggle-green .hidden-input:checked + .faux-input .toggle-button {
  background-color: #00866b;
}
.amplify-toggle.toggle-green .hidden-input:checked + .faux-input .toggle-button:hover {
  background-color: #006d57;
}
.amplify-toggle.toggle-green .toggle-text {
  color: #3b3b3b;
  font-weight: 500;
}
.amplify-toggle.toggle-green .text-on::after {
  color: #fff;
}

.amplify-checkbox label, .amplify-multi-select label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.amplify-checkbox label:hover input:not(:checked, [disabled]) + .faux-input, .amplify-multi-select label:hover input:not(:checked, [disabled]) + .faux-input, .amplify-checkbox label:focus input:not(:checked, [disabled]) + .faux-input, .amplify-multi-select label:focus input:not(:checked, [disabled]) + .faux-input {
  box-shadow: 0 0 0 0.125em #9c0d63 inset;
}
.amplify-checkbox input, .amplify-multi-select input {
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
}
.amplify-checkbox input:focus + .faux-input, .amplify-multi-select input:focus + .faux-input {
  z-index: 10;
}
.amplify-checkbox input:focus + .faux-input, .amplify-multi-select input:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, 0 0 0 0.125em #bdbdbd inset;
}
.using-mouse .amplify-checkbox input:focus + .faux-input, .using-mouse .amplify-multi-select input:focus + .faux-input {
  box-shadow: 0 0 0 0.125em #bdbdbd inset;
}
.amplify-checkbox input + .faux-input, .amplify-multi-select input + .faux-input {
  background-color: #fff;
  border-radius: 0.1875em;
  box-shadow: 0 0 0 0.125em #bdbdbd inset;
  height: 1.25em;
  margin-right: 0.75em;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 1.25em;
}
.amplify-checkbox input:checked:focus + .faux-input, .amplify-multi-select input:checked:focus + .faux-input {
  z-index: 10;
}
.amplify-checkbox input:checked:focus + .faux-input, .amplify-multi-select input:checked:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .amplify-checkbox input:checked:focus + .faux-input, .using-mouse .amplify-multi-select input:checked:focus + .faux-input {
  box-shadow: none;
}
.amplify-checkbox input:checked + .faux-input, .amplify-multi-select input:checked + .faux-input {
  background-color: #9c0d63;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='%23fff'%20d='M7.88%2014.91l-3.91-4.05%201.44-1.39%202.47%202.56%206.71-6.94%201.44%201.39-8.15%208.43'/%3E%3C/svg%3E");
  box-shadow: none;
}
.disabled.amplify-checkbox, .disabled.amplify-multi-select, [disabled].amplify-checkbox, [disabled].amplify-multi-select {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.checkbox-blue.amplify-checkbox label, .checkbox-blue.amplify-multi-select label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-blue.amplify-checkbox label:hover input:not(:checked, [disabled]) + .faux-input, .checkbox-blue.amplify-multi-select label:hover input:not(:checked, [disabled]) + .faux-input, .checkbox-blue.amplify-checkbox label:focus input:not(:checked, [disabled]) + .faux-input, .checkbox-blue.amplify-multi-select label:focus input:not(:checked, [disabled]) + .faux-input {
  box-shadow: 0 0 0 0.125em #3278c8 inset;
}
.checkbox-blue.amplify-checkbox input, .checkbox-blue.amplify-multi-select input {
  margin: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
}
.checkbox-blue.amplify-checkbox input:focus + .faux-input, .checkbox-blue.amplify-multi-select input:focus + .faux-input {
  z-index: 10;
}
.checkbox-blue.amplify-checkbox input:focus + .faux-input, .checkbox-blue.amplify-multi-select input:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, 0 0 0 0.125em #bdbdbd inset;
}
.using-mouse .checkbox-blue.amplify-checkbox input:focus + .faux-input, .using-mouse .checkbox-blue.amplify-multi-select input:focus + .faux-input {
  box-shadow: 0 0 0 0.125em #bdbdbd inset;
}
.checkbox-blue.amplify-checkbox input + .faux-input, .checkbox-blue.amplify-multi-select input + .faux-input {
  background-color: #fff;
  border-radius: 0.1875em;
  box-shadow: 0 0 0 0.125em #bdbdbd inset;
  height: 1.25em;
  margin-right: 0.75em;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  width: 1.25em;
}
.checkbox-blue.amplify-checkbox input:checked:focus + .faux-input, .checkbox-blue.amplify-multi-select input:checked:focus + .faux-input {
  z-index: 10;
}
.checkbox-blue.amplify-checkbox input:checked:focus + .faux-input, .checkbox-blue.amplify-multi-select input:checked:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .checkbox-blue.amplify-checkbox input:checked:focus + .faux-input, .using-mouse .checkbox-blue.amplify-multi-select input:checked:focus + .faux-input {
  box-shadow: none;
}
.checkbox-blue.amplify-checkbox input:checked + .faux-input, .checkbox-blue.amplify-multi-select input:checked + .faux-input {
  background-color: #3278c8;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='%23fff'%20d='M7.88%2014.91l-3.91-4.05%201.44-1.39%202.47%202.56%206.71-6.94%201.44%201.39-8.15%208.43'/%3E%3C/svg%3E");
  box-shadow: none;
}
.partial.amplify-checkbox input:checked + .faux-input, .partial.amplify-multi-select input:checked + .faux-input {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2020%2020'%3E%3Cpath%20fill='%23fff'%20d='M4%209h12v2H4z'/%3E%3C/svg%3E");
}

.amplify-dropdown {
  position: relative;
}
.amplify-dropdown .btn {
  background-color: #fff;
  border-color: #bdbdbd;
  color: #3b3b3b;
  align-items: center;
  display: inline-flex;
  padding-right: 0;
}
.amplify-dropdown .btn:focus, .amplify-dropdown .btn:hover {
  background-color: #fff;
  border-color: #9c0d63;
  color: #3b3b3b;
  outline: none;
}
.amplify-dropdown .btn:active, .amplify-dropdown .btn.active {
  background-color: #e6e6e6;
}
.amplify-dropdown .btn::after {
  content: "\e90b";
  display: block;
  font-family: "icons-amplify-v2";
  font-size: 1.5em;
  margin: 0 0.25em;
  text-align: left;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.amplify-dropdown .btn .btn-text {
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.amplify-dropdown.dropdown-component .dropdown-menu, .amplify-dropdown.dropdown-component .dropdown-list {
  display: block;
}
.amplify-dropdown.dropdown-primary .btn {
  background-color: #9c0d63;
  border-color: transparent;
  color: #fff;
}
.amplify-dropdown.dropdown-primary .btn:focus, .amplify-dropdown.dropdown-primary .btn:hover {
  background-color: #5e083b;
  border-color: transparent;
  color: #fff;
  outline: none;
}
.amplify-dropdown.dropdown-primary .btn:active, .amplify-dropdown.dropdown-primary .btn.active {
  background-color: #2f041e;
}
.amplify-dropdown.show > button::after, .amplify-dropdown.open > button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.amplify-dropdown.show > .dropdown-menu, .amplify-dropdown.show > .dropdown-list, .amplify-dropdown.open > .dropdown-menu, .amplify-dropdown.open > .dropdown-list {
  display: block;
}
.amplify-dropdown .dropdown-menu, .amplify-dropdown .dropdown-list {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  font-size: 0.9375em;
  max-width: 23.3333333333em;
  min-width: 10.6666666667em;
  overflow-y: auto;
  padding: 0.75em 0;
}
.amplify-dropdown .dropdown-menu:focus, .amplify-dropdown .dropdown-list:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.amplify-dropdown .dropdown-menu .dropdown-item, .amplify-dropdown .dropdown-list .dropdown-item {
  align-items: center;
  color: #3b3b3b;
  cursor: pointer;
  display: flex;
  line-height: 1.4;
  min-height: 2.5em;
  padding: 0.375em 1.0666666667em;
  position: relative;
  white-space: normal;
}
.amplify-dropdown .dropdown-menu .dropdown-item:hover, .amplify-dropdown .dropdown-list .dropdown-item:hover, .amplify-dropdown .dropdown-menu .dropdown-item:focus, .amplify-dropdown .dropdown-list .dropdown-item:focus {
  background-color: #f6f6f6;
}
.amplify-dropdown .dropdown-menu .dropdown-item.selected, .amplify-dropdown .dropdown-list .dropdown-item.selected, .amplify-dropdown .dropdown-menu .dropdown-item:active, .amplify-dropdown .dropdown-list .dropdown-item:active {
  background-color: #e9e9e9;
  color: #3b3b3b;
}
.amplify-dropdown .dropdown-menu .dropdown-item.faux-focus, .amplify-dropdown .dropdown-list .dropdown-item.faux-focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
  z-index: 10;
}
.using-mouse .amplify-dropdown .dropdown-menu .dropdown-item.faux-focus, .using-mouse .amplify-dropdown .dropdown-list .dropdown-item.faux-focus {
  box-shadow: none;
}
.amplify-dropdown .dropdown-menu .dropdown-item.disabled, .amplify-dropdown .dropdown-list .dropdown-item.disabled {
  color: #929292;
}
.amplify-dropdown .dropdown-menu .dropdown-item.disabled.has-hover-state, .amplify-dropdown .dropdown-list .dropdown-item.disabled.has-hover-state {
  pointer-events: auto;
}
.amplify-dropdown .dropdown-menu .dropdown-header, .amplify-dropdown .dropdown-list .dropdown-header {
  color: #3b3b3b;
  font-size: 0.7333333333em;
  font-weight: 700;
  height: 2.5em;
  line-height: 2.5em;
  padding: 0 1.4545454545em;
  text-transform: uppercase;
}
.amplify-dropdown .dropdown-menu .dropdown-header:not(:first-child), .amplify-dropdown .dropdown-list .dropdown-header:not(:first-child) {
  margin-top: 1em;
}
.amplify-dropdown .dropdown-menu .dropdown-group, .amplify-dropdown .dropdown-list .dropdown-group {
  margin: 0;
  padding: 0;
}
.amplify-dropdown .dropdown-menu .dropdown-divider, .amplify-dropdown .dropdown-list .dropdown-divider {
  border-top: 1px solid #e9e9e9;
}
.amplify-multi-select .faux-input {
  margin-right: 0.75em;
}
.amplify-multi-select .dropdown-menu label, .amplify-multi-select .amplify-dropdown .dropdown-list label, .amplify-dropdown .amplify-multi-select .dropdown-list label {
  white-space: normal;
}
.amplify-multi-select .dropdown-menu label input, .amplify-multi-select .amplify-dropdown .dropdown-list label input, .amplify-dropdown .amplify-multi-select .dropdown-list label input {
  height: 0;
}
.amplify-multi-select .dropdown-menu label div, .amplify-multi-select .amplify-dropdown .dropdown-list label div, .amplify-dropdown .amplify-multi-select .dropdown-list label div {
  flex-shrink: 0;
}
.amplify-multi-select .dropdown-menu .dropdown-item:active, .amplify-multi-select .amplify-dropdown .dropdown-list .dropdown-item:active, .amplify-dropdown .amplify-multi-select .dropdown-list .dropdown-item:active {
  background-color: #f6f6f6;
  color: #3b3b3b;
}

.amplify-menu {
  z-index: 1;
}
.amplify-menu.show .col-wrapper,
.amplify-menu.show .dropdown-menu,
.amplify-menu.show .amplify-dropdown .dropdown-list,
.amplify-dropdown .amplify-menu.show .dropdown-list, .amplify-menu.open .col-wrapper,
.amplify-menu.open .dropdown-menu,
.amplify-menu.open .amplify-dropdown .dropdown-list,
.amplify-dropdown .amplify-menu.open .dropdown-list {
  display: block;
}
.amplify-menu.show button::after, .amplify-menu.open button::after {
  top: 0.5em;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.amplify-menu.many-entries .dropdown-menu, .amplify-menu.many-entries .amplify-dropdown .dropdown-list, .amplify-dropdown .amplify-menu.many-entries .dropdown-list {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
.amplify-menu.many-entries .col-wrapper {
  max-height: 18.75em;
  max-width: 44.6875em;
  overflow-y: auto;
  padding: 0 1.0666666667em;
}
.amplify-menu.many-entries.simplified .dropdown-menu, .amplify-menu.many-entries.simplified .amplify-dropdown .dropdown-list, .amplify-dropdown .amplify-menu.many-entries.simplified .dropdown-list {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}
.amplify-menu.many-entries.simplified .col-wrapper {
  max-width: calc(44.6875em/2);
}
.amplify-menu.many-entries .dropdown-item {
  display: inline-block;
}
.amplify-menu .col-wrapper {
  background: #fff;
  border: 0.0625em solid #bdbdbd;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  display: none;
  margin-top: 0.1875em;
  max-height: none;
  overflow: visible;
  position: absolute;
}
.amplify-menu .col-wrapper .dropdown-menu, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list {
  border: 0;
  box-shadow: none;
  max-width: none;
  min-width: none;
  position: relative;
}
.amplify-menu .col-wrapper .dropdown-menu .dropdown-item, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item {
  cursor: pointer;
  line-height: 2.5em;
  overflow: hidden;
  padding: 0 1.0666666667em;
  position: relative;
}
.amplify-menu .col-wrapper .dropdown-menu .dropdown-item:hover, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:hover, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:hover, .amplify-menu .col-wrapper .dropdown-menu .dropdown-item:focus, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:focus, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:focus, .amplify-menu .col-wrapper .dropdown-menu .dropdown-item:active, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item:active, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item:active {
  background-color: #f6f6f6;
  color: #3b3b3b;
}
.amplify-menu .col-wrapper .dropdown-menu .dropdown-item span, .amplify-menu .col-wrapper .amplify-dropdown .dropdown-list .dropdown-item span, .amplify-dropdown .amplify-menu .col-wrapper .dropdown-list .dropdown-item span {
  display: block;
  line-height: 1.1em;
  padding-top: 0.125em;
}
.amplify-menu button {
  background-color: #fff;
  border-color: #bdbdbd;
  color: #3b3b3b;
}
.amplify-menu button:focus, .amplify-menu button:hover {
  background-color: #fff;
  border-color: #9c0d63;
  color: #3b3b3b;
  outline: none;
}
.amplify-menu button:active, .amplify-menu button.active {
  background-color: #e6e6e6;
}
.amplify-menu button.open {
  background: #fff;
  color: #3b3b3b;
}
.amplify-menu button.open:focus, .amplify-menu button.open:hover {
  background: #fff;
  color: #3b3b3b;
}

.amplify-radio-group {
  display: flex;
}
.amplify-radio-group.vertical {
  display: inline-block;
}

.amplify-radio-btn {
  margin-right: 1.5em;
}
.amplify-radio-btn label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.amplify-radio-btn label:hover input + .faux-input, .amplify-radio-btn label:focus input + .faux-input {
  border: 0.125em solid #9c0d63;
}
.amplify-radio-btn input {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.amplify-radio-btn input:checked + .faux-input::after {
  visibility: visible;
}
.amplify-radio-btn .faux-input {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border: 0.125em solid #bdbdbd;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 1.25em;
  justify-content: center;
  margin-right: 0.75em;
  position: relative;
  width: 1.25em;
}
.amplify-radio-btn .faux-input::after {
  background-color: #9c0d63;
  border: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.625em;
  visibility: hidden;
  width: 0.625em;
}
.amplify-radio-btn.disabled, .amplify-radio-btn[disabled] {
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
.amplify-radio-btn.radio-blue label {
  align-items: flex-start;
  cursor: pointer;
  display: inline-flex;
  margin: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.amplify-radio-btn.radio-blue label:hover input + .faux-input, .amplify-radio-btn.radio-blue label:focus input + .faux-input {
  border: 0.125em solid #3278c8;
}
.amplify-radio-btn.radio-blue input {
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
}
.amplify-radio-btn.radio-blue input:checked + .faux-input::after {
  visibility: visible;
}
.amplify-radio-btn.radio-blue .faux-input {
  align-content: center;
  align-items: center;
  background-color: #fff;
  border: 0.125em solid #bdbdbd;
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 1.25em;
  justify-content: center;
  margin-right: 0.75em;
  position: relative;
  width: 1.25em;
}
.amplify-radio-btn.radio-blue .faux-input::after {
  background-color: #3278c8;
  border: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 0.625em;
  visibility: hidden;
  width: 0.625em;
}
.amplify-radio-btn input:focus + .faux-input {
  z-index: 10;
}
.amplify-radio-btn input:focus + .faux-input {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63;
}
.using-mouse .amplify-radio-btn input:focus + .faux-input {
  box-shadow: none;
}

.amplify-toast {
  display: flex;
  left: 0;
  opacity: 0;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  transition: opacity 0.2s linear, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out;
  transition: opacity 0.2s linear, transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  width: 100%;
  z-index: 1060;
}
.amplify-toast.show {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.amplify-toast .toast-inner {
  align-items: center;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  display: flex;
  min-width: 0;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  pointer-events: auto;
}
.amplify-toast .toast-inner .toast-body {
  padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  width: 34em;
}
.amplify-toast .toast-inner .toast-heading {
  font-weight: 700;
  margin: 0;
}
.amplify-toast .toast-inner .toast-content p {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
.amplify-toast .toast-inner .toast-content p:last-child {
  margin: 0;
}
.amplify-toast .toast-inner .toast-close {
  flex-shrink: 0;
}
.amplify-toast .toast-inner .toast-close i {
  color: #676767;
}
.amplify-toast .toast-inner .toast-close:hover i {
  color: #3b3b3b;
}
.amplify-toast .toast-inner.toast-error {
  background-color: #f4c0b3;
}
.amplify-toast .toast-inner.toast-info {
  background-color: #c2d7ef;
}
.amplify-toast .toast-inner.toast-warning {
  background-color: #f3e3b3;
}
.amplify-toast .toast-inner.toast-success {
  background-color: #b3dbd3;
}
.amplify-toast.toast-top-center {
  justify-content: center;
}
.amplify-toast.toast-top-left {
  justify-content: flex-start;
}
.amplify-toast.toast-top-right {
  justify-content: flex-end;
}
.amplify-toast.toast-stationary {
  max-height: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transform: none;
          transform: none;
  transition: max-height 0.3s ease-in-out;
}
.amplify-toast.toast-stationary .toast-inner {
  border-radius: 0;
  box-shadow: none;
  justify-content: center;
  position: relative;
  width: 100%;
}
.amplify-toast.toast-stationary .toast-inner * {
  opacity: 0;
  transition: opacity 0.2s linear;
}
.amplify-toast.toast-stationary.show {
  max-height: 50vh;
}
.amplify-toast.toast-stationary.show * {
  opacity: 1;
}
.amplify-toast.toast-stationary .toast-icon {
  margin-left: auto;
}
.amplify-toast.toast-stationary .toast-body {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.amplify-toast.toast-stationary .toast-body .toast-heading {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}
.amplify-toast.toast-stationary .toast-body p {
  max-width: 38em;
}
.amplify-toast.toast-stationary .toast-close {
  margin-left: auto;
}

.notification {
  align-items: center;
  border-radius: 0.1875em;
  display: flex;
  max-width: 39.75em;
  padding: 0.75em 1em;
}
.notification.notification-error {
  background-color: #f4c0b3;
}
.notification.notification-error svg {
  color: #fff;
  fill: #d8a202;
}
.notification.notification-info {
  background-color: #c2d7ef;
}
.notification.notification-info svg {
  color: #fff;
  fill: #3278c8;
}
.notification.notification-warning {
  background-color: #f3e3b3;
}
.notification.notification-warning svg {
  color: #fff;
  fill: #db2e00;
}
.notification.notification-success {
  background-color: #b3dbd3;
}
.notification.notification-success svg {
  color: #fff;
  fill: #00866b;
}
.notification.notification-stationary {
  background: none;
  border-bottom: 0.125em solid #e9e9e9;
  border-radius: 0;
  max-width: 100%;
}
.notification div {
  color: #3b3b3b;
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  margin: 0 0.75em;
}
.notification div p {
  margin: 0;
}
.notification div p:first-child {
  font-weight: 700;
  padding-right: 0.25em;
}
.notification svg {
  flex: 0 0 1.5em;
  height: 1.5em;
  width: 1.5em;
}
.notification button {
  flex: 0 0 1.5em;
  height: 1.5em;
  width: 1.5em;
}
.notification button i {
  font-size: 1em;
}

.modal.fade,
.modal-backdrop.fade {
  will-change: opacity;
}
.modal.fade:not(.show),
.modal-backdrop.fade:not(.show) {
  transition-delay: 0.1s;
}

.modal-tour ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.875rem;
}
.modal-tour ::-webkit-scrollbar-thumb {
  background-color: #676767;
  border: 0.125rem solid #fff;
  border-radius: 0.4375rem;
}
.modal-tour ::-webkit-scrollbar-thumb:hover {
  background-color: #585858;
}
@media (max-width: 575.98px) {
  .modal-tour.modal {
    overflow-y: hidden;
  }
  .modal-tour.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .modal-tour.modal.fade .modal-dialog {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .modal-tour.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.modal-tour .modal-dialog {
  max-width: 56.6666666667em;
}
@media screen and (max-width: 850px) {
  .modal-tour .modal-dialog {
    margin: 0 2em;
  }
}
@media (max-width: 575.98px) {
  .modal-tour .modal-dialog {
    height: 100%;
    margin: 0;
  }
}
.modal-tour.fullpage .modal-header,
.modal-tour .modal-header {
  border: 0;
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 575.98px) {
  .modal-tour.fullpage .modal-header,
  .modal-tour .modal-header {
    padding: 0.5em;
  }
}
.modal-tour.fullpage .modal-header .modal-close,
.modal-tour .modal-header .modal-close {
  background-color: rgba(255, 255, 255, 0.6);
  pointer-events: auto;
}
.modal-tour.fullpage .modal-header .modal-close:hover,
.modal-tour .modal-header .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.modal-tour.fullpage .modal-header .modal-close i,
.modal-tour .modal-header .modal-close i {
  margin: 0;
}
.modal-tour .modal-content {
  border: 0;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  font-size: 1.2em;
  height: 100%;
  max-height: 80vh;
  min-height: 60vh;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .modal-tour .modal-content {
    bottom: 0;
    height: 85vh;
    min-height: auto;
    position: fixed;
  }
}
.modal-tour .modal-image {
  border-radius: 0 0.1875em 0.1875em 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.modal-tour .modal-slides {
  display: flex;
  flex-direction: row;
  height: 100%;
  min-height: 60vh;
  position: relative;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.modal-tour .modal-body {
  display: flex;
  flex-shrink: 0;
  min-height: 0;
  padding: 0;
  white-space: normal;
  width: 100%;
}
.modal-tour .modal-title {
  line-height: 1.4;
  padding-bottom: 0.75em;
}
.modal-tour .modal-column {
  display: block;
  flex-basis: 50%;
  min-height: 0;
  overflow-y: auto;
}
@media (max-width: 767.98px) {
  .modal-tour .modal-column {
    flex-basis: 100%;
  }
}
.modal-tour .modal-column.content-box {
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 7.5em;
  margin-top: 2.5em;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 575.98px) {
  .modal-tour .modal-column.content-box {
    margin-bottom: 6.5em;
    padding: 0 1.5em;
  }
}
.modal-tour .modal-column.content-box p,
.modal-tour .modal-column.content-box li,
.modal-tour .modal-column.content-box h1,
.modal-tour .modal-column.content-box h2,
.modal-tour .modal-column.content-box h3,
.modal-tour .modal-column.content-box h4,
.modal-tour .modal-column.content-box h5 {
  background-color: rgba(255, 255, 255, 0.7);
}
.modal-tour .modal-column strong {
  font-weight: 500;
}
.modal-tour .modal-column li {
  margin-bottom: 0.5em;
}
.modal-tour .tour-image {
  z-index: -1;
}
@media (max-width: 767.98px) {
  .modal-tour .tour-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .modal-tour .modal-tour-full {
    padding: 0 3.5em;
  }
}
.modal-tour .modal-tour-full .tour-image {
  bottom: 0;
  position: absolute;
  right: 0;
}
.modal-tour .modal-tour-full .modal-column {
  flex-basis: 100%;
}
.modal-tour.full-width-only .modal-tour-full {
  padding: 0;
}
.modal-tour.full-width-only .content-box {
  padding: 0 3em;
}
.modal-tour.full-width-only .modal-tour-pagination {
  width: 100%;
}
.modal-tour .modal-tour-pagination {
  bottom: 0;
  left: 0;
  padding: 1em;
  position: absolute;
  width: 50%;
}
@media (max-width: 767.98px) {
  .modal-tour .modal-tour-pagination {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .modal-tour .modal-tour-pagination {
    background-color: #fff;
    border-top: solid 0.0625em #e9e9e9;
    bottom: 0;
    padding: 0.5em;
  }
}
.modal-tour .modal-tour-pagination.last-slide .btn-next {
  display: none;
}
.modal-tour .modal-tour-pagination.last-slide .btn-last {
  display: block;
}
.modal-tour .modal-tour-pagination.last-slide .info-link {
  display: flex;
}
.modal-tour .modal-tour-pagination .modal-footer {
  align-items: center;
  border: 0;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.modal-tour .modal-tour-pagination .modal-footer button {
  margin: 0;
}
.modal-tour .modal-tour-pagination .modal-footer span {
  width: 2.5em;
}
.modal-tour .modal-tour-pagination .modal-tour-indicator {
  display: flex;
  height: 0.5em;
  justify-content: space-between;
}
.modal-tour .modal-tour-pagination .modal-tour-indicator span {
  border: solid 0.0625em #707070;
  border-radius: 0.5em;
  margin: 0 0.5em;
  width: 0.5em;
}
.modal-tour .modal-tour-pagination .modal-tour-indicator span.modal-dot-current {
  background: #707070;
}
.modal-tour .modal-cta {
  display: flex;
  justify-content: center;
  margin: 0 auto 0.5em;
}
.modal-tour .modal-cta .btn {
  margin-left: 0;
}
.modal-tour .modal-cta .btn-next {
  min-width: 9.375em;
  z-index: 10;
}
.modal-tour .modal-cta .btn-next i {
  margin: 0;
  position: absolute;
  right: 0.75em;
}
.modal-tour .modal-cta .info-link {
  align-items: center;
  color: #3b3b3b;
  display: none;
  margin-right: 2em;
}
.modal-tour .modal-cta .info-link i {
  margin-right: 0.25em;
}
.modal-tour .modal-cta .info-link i::before {
  display: inline-block;
}
.modal-tour .modal-cta .btn-last {
  display: none;
  min-width: 9.375em;
}
.modal-tour .modal-cta .btn-last i {
  left: 0.75em;
}
.modal-tour .modal-cta .btn-back {
  background-color: #e9e9e9;
  position: absolute;
  -webkit-transform: translateX(-7.1875em);
          transform: translateX(-7.1875em);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.modal-tour .modal-cta .btn-back:hover {
  background-color: #d0d0d0;
}
.modal-tour .first-slide .btn-back {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal-simple-dialog ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.875rem;
}
.modal-simple-dialog ::-webkit-scrollbar-thumb {
  background-color: #676767;
  border: 0.125rem solid #fff;
  border-radius: 0.4375rem;
}
.modal-simple-dialog ::-webkit-scrollbar-thumb:hover {
  background-color: #585858;
}
.modal-simple-dialog .modal-dialog {
  max-width: calc(34em + calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6));
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-dialog {
    justify-content: flex-end;
    margin: 0 auto;
    max-width: 100%;
    min-height: 100%;
  }
}
.modal-simple-dialog .modal-dialog.fit-content {
  max-width: calc(100vw - calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-dialog.fit-content {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .modal-simple-dialog.fade {
    overflow-y: hidden;
  }
}
.modal-simple-dialog.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  will-change: transform;
}
@media (prefers-reduced-motion: reduce) {
  .modal-simple-dialog.fade .modal-dialog {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .modal-simple-dialog.fade .modal-dialog {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.modal-simple-dialog.show .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 767.98px) {
  .modal-simple-dialog.show .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.modal-simple-dialog .modal-content {
  border: 0;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  overflow: hidden;
}
.modal-simple-dialog .modal-header {
  border: 0;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-header {
    padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  }
}
.modal-simple-dialog .modal-header .modal-close {
  position: absolute;
  right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
.modal-simple-dialog .modal-header > .modal-title {
  margin-bottom: 0;
  margin-top: 0;
}
.modal-simple-dialog .modal-title {
  font-weight: 500;
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-title {
    margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
  }
}
.modal-simple-dialog .modal-title:only-child {
  margin-right: 0;
}
.modal-simple-dialog .modal-body {
  padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-body {
    padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  }
}
.modal-simple-dialog .modal-body > :first-child {
  margin-top: 0;
}
.modal-simple-dialog .modal-body > :last-child {
  margin-bottom: 0;
}
.modal-simple-dialog .modal-footer {
  background-color: #f6f6f6;
  border: 0;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-footer {
    padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  }
}
.modal-simple-dialog .modal-footer > :not(:first-child) {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  margin-right: 0;
}
.modal-simple-dialog .modal-footer > :not(:last-child) {
  margin-left: 0;
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
.modal-simple-dialog .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: 80vh;
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: 100%;
  }
}
.modal-simple-dialog .modal-dialog-scrolled .modal-header {
  position: relative;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-header::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-header::after {
  bottom: -0.25em;
  height: 0.25em;
  left: 0;
  width: 100%;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-footer {
  position: relative;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-footer::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-footer::after {
  height: 0.25em;
  left: 0;
  top: -0.25em;
  width: 100%;
}
.modal-simple-dialog .modal-dialog-scrolled .modal-header::after,
.modal-simple-dialog .modal-dialog-scrolled .modal-footer::after {
  transition: opacity 0.2s linear;
  opacity: 0;
  will-change: opacity;
}
@media (prefers-reduced-motion: reduce) {
  .modal-simple-dialog .modal-dialog-scrolled .modal-header::after,
  .modal-simple-dialog .modal-dialog-scrolled .modal-footer::after {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-dialog-scrolled .modal-content {
    transition: margin 0.3s ease-in-out;
    margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
    will-change: margin;
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .modal-simple-dialog .modal-dialog-scrolled .modal-content {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-top) .modal-content {
    margin-top: 0;
  }
}
.modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-top) .modal-header::after {
  opacity: 0.7;
}
.modal-simple-dialog .modal-dialog-scrolled:not(.scrolled-bottom) .modal-footer::after {
  opacity: 0.7;
}

.modal-side-panel ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0.8125rem;
}
.modal-side-panel ::-webkit-scrollbar-thumb {
  background-color: #676767;
  border: 0.1875rem solid #fff;
  border-radius: 0.40625rem;
}
.modal-side-panel ::-webkit-scrollbar-thumb:hover {
  background-color: #585858;
}
.modal-side-panel .modal-dialog {
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: flex;
  margin: 0;
  min-height: 100%;
}
@media (max-width: 991.98px) {
  .modal-side-panel .modal-dialog {
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media (prefers-reduced-motion: reduce) {
  .modal-side-panel .modal-dialog {
    transition: none;
  }
}
.modal-side-panel .modal-dialog.side-panel-left {
  margin-left: 0;
  margin-right: auto;
  max-width: calc(100vw - calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 8));
}
@media (max-width: 991.98px) {
  .modal-side-panel .modal-dialog.side-panel-left {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .modal-side-panel .modal-dialog.side-panel-left .modal-close {
    background-color: #fff;
    border-color: transparent;
    color: #676767;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
    right: calc(-2.5em + calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1));
  }
  .modal-side-panel .modal-dialog.side-panel-left .modal-close:focus, .modal-side-panel .modal-dialog.side-panel-left .modal-close:hover {
    background-color: #f2f2f2;
    border-color: transparent;
    color: #3b3b3b;
    outline: none;
  }
  .modal-side-panel .modal-dialog.side-panel-left .modal-close:active, .modal-side-panel .modal-dialog.side-panel-left .modal-close.active {
    background-color: #d9d9d9;
  }
  .modal-side-panel .modal-dialog.side-panel-left .modal-close:focus {
    outline: 0;
    z-index: 10;
  }
  .modal-side-panel .modal-dialog.side-panel-left .modal-close:focus {
    box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  }
  .using-mouse .modal-side-panel .modal-dialog.side-panel-left .modal-close:focus {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  }
  .modal-side-panel .modal-dialog.side-panel-left .modal-title {
    padding-right: 0;
  }
}
.modal-side-panel .modal-dialog.side-panel-right {
  margin-left: auto;
  margin-right: 0;
  max-width: calc(100vw - calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 15));
}
@media (max-width: 991.98px) {
  .modal-side-panel .modal-dialog.side-panel-right {
    max-width: none;
  }
}
.modal-side-panel .modal-dialog.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .modal-side-panel .modal-dialog.fit-content {
    width: auto;
  }
}
.modal-side-panel .modal-dialog.fixed-header .modal-header {
  position: sticky;
  background-color: #fff;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
@media (max-width: 767.98px) {
  .modal-side-panel .modal-dialog.fixed-header .modal-header {
    padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
    padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  }
}
.modal-side-panel .modal-dialog.fixed-header .modal-header::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  content: "";
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.modal-side-panel .modal-dialog.fixed-header .modal-header::after {
  bottom: -0.25em;
  height: 0.25em;
  left: 0;
  width: 100%;
}
.modal-side-panel .modal-dialog.fixed-header .modal-header::after {
  transition: opacity 0.2s linear;
  will-change: opacity;
}
@media (prefers-reduced-motion: reduce) {
  .modal-side-panel .modal-dialog.fixed-header .modal-header::after {
    transition: none;
  }
}
.modal-side-panel .modal-dialog.fixed-header:not(.scrolled-top) .modal-header::after {
  opacity: 1;
}
.modal-side-panel .modal-dialog.fixed-header .modal-title {
  margin-bottom: 0;
}
.modal-side-panel .modal-dialog.fixed-header .modal-body {
  padding-top: 0;
}
.modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close {
  background-color: #fff;
  border-color: transparent;
  color: #676767;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:focus, .modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:hover {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #3b3b3b;
  outline: none;
}
.modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:active, .modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close.active {
  background-color: #d9d9d9;
}
.modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:focus {
  outline: 0;
  z-index: 10;
}
.modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.using-mouse .modal-side-panel .modal-dialog:not(.fixed-header):not(.scrolled-top) .modal-close:focus {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
.modal-side-panel .modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}
@media (max-width: 991.98px) {
  .modal-side-panel .modal-content {
    border-radius: 0.1875em 0.1875em 0 0;
    margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
  }
}
.modal-side-panel .modal-content .modal-title {
  margin-right: 2.5em;
  margin-top: 0;
}
.modal-side-panel .modal-header {
  border: 0;
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.modal-side-panel .modal-close {
  position: absolute;
  right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
  top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
.modal-side-panel .modal-body {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}
@media (max-width: 767.98px) {
  .modal-side-panel .modal-body {
    padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  }
}
.modal-side-panel.fade {
  transition-duration: 0s;
}
.modal-side-panel.fade:not(.show) {
  transition-delay: 0.3s;
}
.modal-side-panel.fade .modal-dialog.side-panel-left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  will-change: transform;
}
@media (max-width: 991.98px) {
  .modal-side-panel.fade .modal-dialog.side-panel-left {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.modal-side-panel.fade .modal-dialog.side-panel-right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  will-change: transform;
}
@media (max-width: 991.98px) {
  .modal-side-panel.fade .modal-dialog.side-panel-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
.modal-side-panel.show .modal-dialog.side-panel-left, .modal-side-panel.show .modal-dialog.side-panel-right {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
@media (max-width: 991.98px) {
  .modal-side-panel.transitioning {
    height: 100%;
    overflow-y: hidden;
  }
  .modal-side-panel.transitioning .modal-dialog {
    max-height: 100%;
  }
  .modal-side-panel.transitioning .modal-dialog .modal-content {
    height: 100%;
    overflow-y: hidden;
  }
}

.nav-header {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  padding: 0 2em;
}
.nav-header .navbar-wordmark {
  align-items: center;
  display: flex;
  font-size: 2em;
  height: 1.75em;
  line-height: 0;
  margin-right: 1em;
  text-decoration: none;
}
.nav-header .navbar-brand {
  font-size: 1.5em;
  height: 2.3333333333em;
  margin-right: 1em;
  padding: 0;
}
.nav-header .navbar-brand > div {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav-horizontal .nav-link {
  color: #676767;
  font-size: 0.75em;
  font-weight: 500;
  height: 4.6666666667em;
  letter-spacing: 0.05em;
  line-height: 4.6666666667em;
  padding: 0 2.5em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-horizontal .nav-link i {
  font-size: 2.6666666667em;
  margin: 0 0 0 0.25em;
  vertical-align: middle;
}
@media (min-width: 1200px) {
  .nav-horizontal .nav-link i {
    font-size: 2em;
  }
}
.nav-horizontal .nav-item:hover .nav-link, .nav-horizontal .nav-item.show .nav-link {
  background-color: #f6f6f6;
  color: #9c0d63;
}
.nav-horizontal .nav-item .disabled {
  background: none;
  border: 0;
  opacity: 0.75;
}
.nav-horizontal .nav-item .disabled:focus {
  outline: 0;
}
.nav-horizontal .active .nav-link {
  color: #9c0d63;
}
.nav-horizontal .active .nav-link::after {
  background-color: #9c0d63;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  width: 100%;
}

.nav-item .nav-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.15625em;
  display: none;
  height: 1.25em;
  overflow: hidden;
  position: absolute;
  width: 1.875em;
  z-index: 1100;
}
.nav-item .nav-arrow::before {
  background-color: #fff;
  border: 0.0625em solid rgba(59, 59, 59, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  content: "";
  display: block;
  height: 1.875em;
  position: absolute;
  top: 0.625em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 1.875em;
}
.nav-item .nav-dropdown {
  border: 0.0625em solid rgba(59, 59, 59, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  font-size: 1em;
  margin-top: -0.25em;
  padding: 0.5em 0;
}
.nav-item .dropdown-item {
  line-height: 1.4;
  padding: 0.55em 1.5em;
}
.nav-item .dropdown-borders .dropdown-item {
  padding: 0.75em 1.5em;
}
.nav-item .dropdown-borders .dropdown-item:not(:last-of-type) {
  border-bottom: 0.0625em solid #e9e9e9;
}
.nav-item .dropdown-icon {
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.nav-item.show .nav-arrow {
  display: block;
}

.dropdown-menu-center {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.popover,
.tooltip {
  transition: opacity 0.2s ease-in-out;
  font-size: inherit;
  line-height: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .popover,
  .tooltip {
    transition: none;
  }
}
.popover .arrow,
.tooltip .arrow {
  bottom: auto;
  left: auto;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: auto;
  top: auto;
}
.popover .arrow::before,
.tooltip .arrow::before {
  background-color: #fff;
  border: 0;
  bottom: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115), 0 0 3px rgba(0, 0, 0, 0.2);
  content: "";
  display: block;
  height: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) / 1.41);
  left: auto;
  position: absolute;
  right: auto;
  top: auto;
  width: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) / 1.41);
}
.popover .arrow::after,
.tooltip .arrow::after {
  display: none;
}
.popover.bs-tooltip-top .arrow, .popover.bs-tooltip-auto[x-placement^=top] .arrow, .popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-popover-top .arrow,
.tooltip.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
  height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  width: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) * 2);
}
.popover.bs-tooltip-top .arrow::before, .popover.bs-tooltip-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-popover-top .arrow::before,
.tooltip.bs-popover-auto[x-placement^=top] .arrow::before {
  left: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.popover.bs-tooltip-top .arrow, .popover.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow,
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  -webkit-transform: translateY(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em));
          transform: translateY(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em));
}
.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow,
.tooltip.bs-popover-top .arrow,
.tooltip.bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) * -2) + 0.0625em);
}
.popover.bs-tooltip-bottom .arrow, .popover.bs-tooltip-auto[x-placement^=bottom] .arrow, .popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-popover-bottom .arrow,
.tooltip.bs-popover-auto[x-placement^=bottom] .arrow {
  height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  top: 0;
  width: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) * 2);
}
.popover.bs-tooltip-bottom .arrow::before, .popover.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-popover-bottom .arrow::before,
.tooltip.bs-popover-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  left: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.popover.bs-tooltip-bottom .arrow, .popover.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow,
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  -webkit-transform: translateY(calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em) * -1));
          transform: translateY(calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em) * -1));
}
.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow,
.tooltip.bs-popover-bottom .arrow,
.tooltip.bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) * -2) + 0.0625em);
}
.popover.bs-tooltip-right .arrow, .popover.bs-tooltip-auto[x-placement^=right] .arrow, .popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-popover-right .arrow,
.tooltip.bs-popover-auto[x-placement^=right] .arrow {
  height: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) * 2);
  left: 0;
  width: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}
.popover.bs-tooltip-right .arrow::before, .popover.bs-tooltip-auto[x-placement^=right] .arrow::before, .popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-popover-right .arrow::before,
.tooltip.bs-popover-auto[x-placement^=right] .arrow::before {
  right: 0;
  top: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.popover.bs-tooltip-right .arrow, .popover.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow,
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  -webkit-transform: translateX(calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em) * -1));
          transform: translateX(calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em) * -1));
}
.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow,
.tooltip.bs-popover-right .arrow,
.tooltip.bs-popover-auto[x-placement^=right] .arrow {
  left: calc((calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) * -2) + 0.0625em);
}
.popover.bs-tooltip-left .arrow, .popover.bs-tooltip-auto[x-placement^=left] .arrow, .popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-popover-left .arrow,
.tooltip.bs-popover-auto[x-placement^=left] .arrow {
  height: calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) * 2);
  right: 0;
  width: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}
.popover.bs-tooltip-left .arrow::before, .popover.bs-tooltip-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-popover-left .arrow::before,
.tooltip.bs-popover-auto[x-placement^=left] .arrow::before {
  left: 0;
  top: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.popover.bs-tooltip-left .arrow, .popover.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow,
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  -webkit-transform: translateX(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em));
          transform: translateX(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) - 0.0625em));
}
.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow,
.tooltip.bs-popover-left .arrow,
.tooltip.bs-popover-auto[x-placement^=left] .arrow {
  right: calc((calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) * -2) + 0.0625em);
}

.popover {
  transition: opacity 0.2s linear;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  max-width: calc(20em + calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2) * 2));
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (prefers-reduced-motion: reduce) {
  .popover {
    transition: none;
  }
}
.popover::before {
  content: "";
  display: block;
  position: absolute;
}
.popover.bs-popover-bottom::before, .popover.bs-popover-auto[x-placement^=bottom]::before, .popover.bs-popover-top::before, .popover.bs-popover-auto[x-placement^=top]::before {
  height: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  width: 100%;
}
.popover.bs-popover-top::before, .popover.bs-popover-auto[x-placement^=top]::before {
  bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1);
}
.popover.bs-popover-top .popover-inner, .popover.bs-popover-auto[x-placement^=top] .popover-inner {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.popover.bs-popover-bottom::before, .popover.bs-popover-auto[x-placement^=bottom]::before {
  top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1);
}
.popover.bs-popover-bottom .popover-inner, .popover.bs-popover-auto[x-placement^=bottom] .popover-inner {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.popover.bs-popover-left::before, .popover.bs-popover-auto[x-placement^=left]::before, .popover.bs-popover-right::before, .popover.bs-popover-auto[x-placement^=right]::before {
  height: 100%;
  width: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
}
.popover.bs-popover-left::before, .popover.bs-popover-auto[x-placement^=left]::before {
  right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1);
}
.popover.bs-popover-left .popover-inner, .popover.bs-popover-auto[x-placement^=left] .popover-inner {
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.popover.bs-popover-right::before, .popover.bs-popover-auto[x-placement^=right]::before {
  left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1);
}
.popover.bs-popover-right .popover-inner, .popover.bs-popover-auto[x-placement^=right] .popover-inner {
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.popover[role=dialog] {
  max-width: calc(20em + calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2.5) * 2));
}
.popover[role=dialog] .popover-body {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2.5);
}
.popover[role=dialog] .popover-close {
  position: absolute;
  right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 0.5);
  top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 0.5);
}

.popover-inner {
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  background-color: #fff;
  border-radius: 0.1875em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media (prefers-reduced-motion: reduce) {
  .popover-inner {
    transition: none;
  }
}

.popover-body p:last-child {
  margin-bottom: 0;
}

.show .popover-inner {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}

.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: initial;
}
.bs-popover-auto[x-placement^=right] .arrow::before {
  left: initial;
}
.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: initial;
}
.bs-popover-auto[x-placement^=left] .arrow::before {
  right: initial;
}

.popover-gold .popover-inner {
  background-color: #f5cd52;
}
.popover-gold .popover-inner a {
  color: #080808;
  text-decoration-color: rgba(8, 8, 8, 0);
}
.popover-gold .popover-inner a:hover, .popover-gold .popover-inner a:focus {
  color: #080808;
  text-decoration-color: #080808;
}
.popover-gold .popover-inner p a {
  text-decoration-color: #080808;
}
.popover-gold .popover-inner p a:hover, .popover-gold .popover-inner p a:focus {
  text-decoration-color: rgba(8, 8, 8, 0);
}
.popover-gold .popover-inner .popover-body {
  color: #3b3b3b;
}
.popover-gold .arrow::before {
  background-color: #f5cd52;
}

.tooltip-inner {
  background-color: #fff;
  border-radius: 0.1875em;
  color: #3b3b3b;
  max-width: none;
  text-align: left;
}

.tooltip-dark .tooltip-inner {
  background-color: #3b3b3b;
  border: 1px solid #e9e9e9;
  color: #fff;
}
.tooltip-dark .arrow::before {
  background-color: #3b3b3b;
  border: 1px solid #e9e9e9;
}

*:focus {
  outline: 3px solid #9c0d63;
  outline-offset: 2px;
}
.using-mouse *:focus {
  outline: 0;
}

svg {
  height: 100%;
  width: 100%;
}

.svg-icon-glyph {
  fill: currentColor;
}

a {
  text-decoration-line: underline;
  transition-duration: 0.2s;
  transition-property: color, text-decoration-color;
  transition-timing-function: linear;
}

p a {
  font-weight: 500;
}

a {
  color: #9c0d63;
  text-decoration-color: rgba(94, 8, 59, 0);
}
a:hover, a:focus {
  color: #5e083b;
  text-decoration-color: #5e083b;
}

p a {
  text-decoration-color: #9c0d63;
}
p a:hover, p a:focus {
  text-decoration-color: rgba(156, 13, 99, 0);
}

.shadow-basic {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.12);
}

.shadow-raised {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}

.shadow-transit {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.076), 0 6px 6px rgba(0, 0, 0, 0.092);
}

.tooltip-inner {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.115);
}

.tab-set [role=tablist] button,
.tab-set [role=tablist] [role=tab] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0.1875em 0.1875em 0 0;
  height: 2.5em;
}
.tab-set [role=tablist] button + button,
.tab-set [role=tablist] button + [role=tab],
.tab-set [role=tablist] [role=tab] + button,
.tab-set [role=tablist] [role=tab] + [role=tab] {
  margin-left: 0.25em;
}
.tab-set [role=tablist].tab-right {
  justify-content: flex-end;
}
.tab-set [role=tablist].tab-left {
  justify-content: flex-start;
}
.tab-set [role=tablist].tab-middle {
  justify-content: center;
}
.tab-set.tab-box [role=tablist] {
  display: flex;
  flex-flow: row;
}
.tab-set.tab-box [role=tablist] button,
.tab-set.tab-box [role=tablist] [role=tab] {
  display: table-cell;
  margin-bottom: 0.0625em;
  width: 50%;
}
.tab-set.tab-box [role=tablist] button div,
.tab-set.tab-box [role=tablist] [role=tab] div {
  display: inline-block;
}
.tab-set.tab-box [role=tablist] button[aria-selected=true],
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=true] {
  background: #fff;
  border: 0;
  box-shadow: #fff 0 0.125em 0 0, #bdbdbd 0 0 0 0.0625em;
  pointer-events: none;
}
.tab-set.tab-box [role=tablist] button[aria-selected=true]:focus,
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus {
  outline: 0;
  z-index: 10;
}
.tab-set.tab-box [role=tablist] button[aria-selected=true]:focus,
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, #fff 0 0.125em 0 0, #bdbdbd 0 0 0 0.0625em;
}
.using-mouse .tab-set.tab-box [role=tablist] button[aria-selected=true]:focus,
.using-mouse .tab-set.tab-box [role=tablist] [role=tab][aria-selected=true]:focus {
  box-shadow: #fff 0 0.125em 0 0, #bdbdbd 0 0 0 0.0625em;
}
.tab-set.tab-box [role=tablist] button[aria-selected=false],
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=false] {
  background: #bdbdbd;
  box-shadow: #bdbdbd 0 0 0 0.0625em;
  color: #676767;
}
.tab-set.tab-box [role=tablist] button[aria-selected=false]:focus,
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus {
  outline: 0;
  z-index: 10;
}
.tab-set.tab-box [role=tablist] button[aria-selected=false]:focus,
.tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, #bdbdbd 0 0 0 0.0625em;
}
.using-mouse .tab-set.tab-box [role=tablist] button[aria-selected=false]:focus,
.using-mouse .tab-set.tab-box [role=tablist] [role=tab][aria-selected=false]:focus {
  box-shadow: #bdbdbd 0 0 0 0.0625em;
}
.tab-set.tab-box [role=tablist] button:hover,
.tab-set.tab-box [role=tablist] [role=tab]:hover {
  background: #e9e9e9;
  box-shadow: #e9e9e9 0 0 0 0.0625em;
  color: #9c0d63;
}
.tab-set.tab-box [role=tabpanel] {
  background: #fff;
  border-radius: 0 0 0.1875em 0.1875em;
  box-shadow: #bdbdbd 0 0 0 0.0625em;
  padding: 1.5em 2.5em;
}
.tab-set.tab-box [role=tabpanel]:focus {
  outline: 0;
  z-index: 10;
}
.tab-set.tab-box [role=tabpanel]:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.3125rem #9c0d63, #bdbdbd 0 0 0 0.0625em;
}
.using-mouse .tab-set.tab-box [role=tabpanel]:focus {
  box-shadow: #bdbdbd 0 0 0 0.0625em;
}
.tab-set.tab-head [role=tablist] {
  display: flex;
  font-size: 1.125em;
}
.tab-set.tab-head [role=tablist] button,
.tab-set.tab-head [role=tablist] [role=tab] {
  background: #f6f6f6;
  border: 0;
  height: 2.5em;
  line-height: 2.5em;
  min-width: 11.25em;
  padding: 0 1em;
}
.tab-set.tab-head [role=tablist] button[aria-selected=true],
.tab-set.tab-head [role=tablist] [role=tab][aria-selected=true] {
  pointer-events: none;
}
.tab-set.tab-head [role=tablist] button[aria-selected=false],
.tab-set.tab-head [role=tablist] [role=tab][aria-selected=false] {
  background-color: #bdbdbd;
  color: #676767;
}
.tab-set.tab-head [role=tablist] button:hover,
.tab-set.tab-head [role=tablist] [role=tab]:hover {
  background: #e9e9e9;
  color: #9c0d63;
}
.tab-set.tab-head [role=tablist] button .tab-badge,
.tab-set.tab-head [role=tablist] [role=tab] .tab-badge {
  background-color: #9c0d63;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 0.8888888889em;
  line-height: 1.875em;
  margin-left: 0.5em;
  pointer-events: none;
  width: 1.875em;
}
@media (max-width: 767.98px) {
  .tab-set.tab-head [role=tablist] {
    margin-left: auto;
    margin-right: auto;
  }
  .tab-set.tab-head [role=tablist] button,
  .tab-set.tab-head [role=tablist] [role=tab] {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
.tab-set.tab-underline [role=tablist] {
  box-shadow: inset #e9e9e9 0 -0.25em 0;
  display: flex;
}
.tab-set.tab-underline [role=tablist] button,
.tab-set.tab-underline [role=tablist] [role=tab] {
  background: none;
  border: 0;
  display: flex;
  margin-left: 0;
  padding: 0 1em;
}
.tab-set.tab-underline [role=tablist] button::after,
.tab-set.tab-underline [role=tablist] [role=tab]::after {
  background-color: #9c0d63;
  bottom: 0;
  content: "";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  width: 100%;
}
.tab-set.tab-underline [role=tablist] button[aria-selected=true],
.tab-set.tab-underline [role=tablist] [role=tab][aria-selected=true] {
  pointer-events: none;
}
.tab-set.tab-underline [role=tablist] button[aria-selected=false],
.tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false] {
  background-color: none;
  color: #676767;
}
.tab-set.tab-underline [role=tablist] button[aria-selected=false] div,
.tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false] div {
  color: #676767;
}
.tab-set.tab-underline [role=tablist] button[aria-selected=false]::after,
.tab-set.tab-underline [role=tablist] [role=tab][aria-selected=false]::after {
  background-color: #e9e9e9;
}
.tab-set.tab-underline [role=tablist] button:hover,
.tab-set.tab-underline [role=tablist] [role=tab]:hover {
  background-color: #e9e9e9;
  color: #9c0d63;
}
.tab-set.tab-underline [role=tablist] button:hover div,
.tab-set.tab-underline [role=tablist] [role=tab]:hover div {
  color: #9c0d63;
}
.tab-set.tab-underline [role=tablist] button .big-number,
.tab-set.tab-underline [role=tablist] [role=tab] .big-number {
  font-size: 1.5em;
  padding-right: 0.25em;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .tab-set.tab-underline [role=tablist] {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.font-benton-sans {
  font-family: "benton-sans", sans-serif;
}

.font-merriweather {
  font-family: "merriweather", serif;
}

.font-open-sans {
  font-family: "open-sans", sans-serif;
}

.font-amplify {
  font-family: "amplify", serif;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.2;
  margin: 1.5em 0 0.5em;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child {
  margin-top: 0;
}

h1,
.h1 {
  font-size: 2.44140625em;
  font-weight: 200;
}
h1.font-merriweather, h1.font-open-sans,
.h1.font-merriweather,
.h1.font-open-sans {
  font-weight: 300;
}

h2,
.h2 {
  font-size: 1.953125em;
  font-weight: 300;
}
h2.font-amplify,
.h2.font-amplify {
  font-weight: 200;
}

h3,
.h3 {
  font-size: 1.5625em;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 1.25em;
  font-weight: 400;
}

h5,
.h5 {
  font-size: 1em;
  font-weight: 500;
}
h5.font-merriweather,
.h5.font-merriweather {
  font-weight: 700;
}
h5.font-open-sans,
.h5.font-open-sans {
  font-weight: 600;
}

p.lead {
  font-size: 1.1875em;
  font-weight: 400;
  max-width: none;
}
p strong {
  color: #080808;
  font-weight: 500;
}

.text-column, .text-width {
  max-width: 34em;
}

.text-column {
  margin: 0 auto;
}

.text-width-narrow {
  max-width: 20em;
}

.text-width-wide {
  max-width: 38em;
}

.amplify-uppercase {
  font-size: 0.875em;
  letter-spacing: 0.05em;
  pointer-events: none;
  text-transform: uppercase;
}

.amplify-label {
  font-size: 0.875em;
  font-weight: 500;
  margin: 0.5em 0;
}

.amplify-caption {
  font-size: 0.85em;
  line-height: 1.4;
}

.rhythm-m-1 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-m-2 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-m-3 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-m-4 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-m-5 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-m-6 {
  margin: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-mt-1 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-mt-2 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-mt-3 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-mt-4 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-mt-5 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-mt-6 {
  margin-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-mb-1 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-mb-2 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-mb-3 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-mb-4 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-mb-5 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-mb-6 {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-ml-1 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-ml-2 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-ml-3 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-ml-4 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-ml-5 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-ml-6 {
  margin-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-mr-1 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-mr-2 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-mr-3 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-mr-4 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-mr-5 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-mr-6 {
  margin-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-p-1 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-p-2 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-p-3 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-p-4 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-p-5 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-p-6 {
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-pt-1 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-pt-2 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-pt-3 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-pt-4 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-pt-5 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-pt-6 {
  padding-top: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-pb-1 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-pb-2 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-pb-3 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-pb-4 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-pb-5 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-pb-6 {
  padding-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-pl-1 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-pl-2 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-pl-3 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-pl-4 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-pl-5 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-pl-6 {
  padding-left: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.rhythm-pr-1 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}

.rhythm-pr-2 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.rhythm-pr-3 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
}

.rhythm-pr-4 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
}

.rhythm-pr-5 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 5);
}

.rhythm-pr-6 {
  padding-right: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 6);
}

.layout-context-medium {
  --scale-ratio: 1.2;
  --rhythm-unit: 0.75rem;
  --rhythm-unit-px: 12;
  --font-size-px: 16;
  --btn-rhythm-units: 4;
  --btn-plus-1-rhythm-units: 4;
  --btn-plus-2-rhythm-units: 5;
  --btn-minus-1-rhythm-units: 3;
  --radio-checkbox-size-px: 20;
  --radio-dot-size-px: 10;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .layout-context-medium {
    --scale-ratio: 1.25;
    --rhythm-unit: 0.8125rem;
    --rhythm-unit-px: 13;
    --font-size-px: 16;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 4;
    --btn-plus-2-rhythm-units: 5;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 20;
    --radio-dot-size-px: 10;
    font-size: 1rem;
    line-height: 1.625rem;
    --fixed-container: 468;
  }
}
@media (min-width: 768px) {
  .layout-context-medium {
    --fixed-container: 624;
  }
}
@media (min-width: 992px) {
  .layout-context-medium {
    --fixed-container: 936;
  }
}
@media (min-width: 1200px) {
  .layout-context-medium {
    --fixed-container: 1092;
  }
}
@media (min-width: 1500px) {
  .layout-context-medium {
    --rhythm-unit: 0.875rem;
    --rhythm-unit-px: 14;
    --font-size-px: 18;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 5;
    --btn-plus-2-rhythm-units: 6;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 22;
    --radio-dot-size-px: 12;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --fixed-container: 1344;
  }
}
.layout-context-full {
  --scale-ratio: 1.2;
  --rhythm-unit: 0.875rem;
  --rhythm-unit-px: 14;
  --font-size-px: 19;
  --btn-rhythm-units: 4;
  --btn-plus-1-rhythm-units: 5;
  --btn-plus-2-rhythm-units: 5;
  --btn-minus-1-rhythm-units: 3;
  --radio-checkbox-size-px: 24;
  --radio-dot-size-px: 12;
  font-size: 1.1875rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .layout-context-full {
    --scale-ratio: 1.25;
    --rhythm-unit: 0.9375rem;
    --rhythm-unit-px: 15;
    --font-size-px: 19;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 4;
    --btn-plus-2-rhythm-units: 5;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 24;
    --radio-dot-size-px: 12;
    font-size: 1.1875rem;
    line-height: 1.875rem;
    --fixed-container: 540;
  }
}
@media (min-width: 768px) {
  .layout-context-full {
    --rhythm-unit: 1rem;
    --rhythm-unit-px: 16;
    --font-size-px: 21;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 5;
    --btn-plus-2-rhythm-units: 6;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 26;
    --radio-dot-size-px: 14;
    font-size: 1.3125rem;
    line-height: 2rem;
    --fixed-container: 576;
  }
}
@media (min-width: 992px) {
  .layout-context-full {
    --fixed-container: 960;
  }
}
@media (min-width: 1200px) {
  .layout-context-full {
    --fixed-container: 960;
  }
}
@media (min-width: 1500px) {
  .layout-context-full {
    --fixed-container: 1344;
  }
}
.layout-context-compact {
  --scale-ratio: 1.2;
  --rhythm-unit: 0.625rem;
  --rhythm-unit-px: 10;
  --font-size-px: 14;
  --btn-rhythm-units: 4;
  --btn-plus-1-rhythm-units: 5;
  --btn-plus-2-rhythm-units: 6;
  --btn-minus-1-rhythm-units: 3;
  --radio-checkbox-size-px: 18;
  --radio-dot-size-px: 10;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 576px) {
  .layout-context-compact {
    --fixed-container: 480;
  }
}
@media (min-width: 768px) {
  .layout-context-compact {
    --fixed-container: 720;
  }
}
@media (min-width: 992px) {
  .layout-context-compact {
    --rhythm-unit: 0.6875rem;
    --rhythm-unit-px: 11;
    --font-size-px: 15;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 5;
    --btn-plus-2-rhythm-units: 5;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 18;
    --radio-dot-size-px: 10;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    --fixed-container: 924;
  }
}
@media (min-width: 1200px) {
  .layout-context-compact {
    --fixed-container: 1056;
  }
}
@media (min-width: 1500px) {
  .layout-context-compact {
    --rhythm-unit: 0.75rem;
    --rhythm-unit-px: 12;
    --font-size-px: 16;
    --btn-rhythm-units: 4;
    --btn-plus-1-rhythm-units: 4;
    --btn-plus-2-rhythm-units: 5;
    --btn-minus-1-rhythm-units: 3;
    --radio-checkbox-size-px: 20;
    --radio-dot-size-px: 10;
    font-size: 1rem;
    line-height: 1.5rem;
    --fixed-container: 1440;
  }
}

[class*=layout-context-] p {
  font-size: 1em;
  line-height: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] h1,
[class*=layout-context-] .h1 {
  font-size: calc(1 * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * 1em);
  line-height: calc(4 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(1 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] h2,
[class*=layout-context-] .h2 {
  font-size: calc(1 * var(--scale-ratio) * var(--scale-ratio) * var(--scale-ratio) * 1em);
  line-height: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(1 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] h3,
[class*=layout-context-] .h3 {
  font-size: calc(1 * var(--scale-ratio) * var(--scale-ratio) * 1em);
  line-height: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(1 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] h4,
[class*=layout-context-] .h4 {
  font-size: calc(1 * var(--scale-ratio) * 1em);
  line-height: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(1 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(3 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] h5,
[class*=layout-context-] .h5 {
  font-size: 1em;
  line-height: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(1 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] .scale-plus-1 {
  font-size: calc(1 * var(--scale-ratio) * 1em);
}
[class*=layout-context-] .scale-minus-1 {
  font-size: calc(1 / var(--scale-ratio) * 1em);
}
[class*=layout-context-] .amplify-label {
  font-size: calc(1 / var(--scale-ratio) * 1em);
  line-height: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(0 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-top: calc(0 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] .amplify-caption {
  font-size: calc(1 / var(--scale-ratio) * 1em);
  line-height: calc(2 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
  margin-bottom: calc(0 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}
[class*=layout-context-] .line-height-tight {
  line-height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1.5);
}
[class*=layout-context-] .line-height-tight p {
  line-height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1.5);
}
[class*=layout-context-] .line-height-airy {
  line-height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2.5);
}
[class*=layout-context-] .line-height-airy p {
  line-height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2.5);
}
[class*=layout-context-] .scale-minus-1-tight {
  font-size: calc(1 / var(--scale-ratio) * 1em);
  line-height: calc(1.5 * calc(var(--rhythm-unit-px, 12) / 16 * 1rem));
}

.rhythm-container {
  padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1);
}
.rhythm-container.container {
  max-width: calc(var(--fixed-container) / var(--font-size-px) * 1em);
}
@media (min-width: 576px) {
  .rhythm-container.container-fluid, .rhythm-container.container-sm, .rhythm-container.container-md, .rhythm-container.container-lg, .rhythm-container.container-xl, .rhythm-container.container-xxl {
    padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  }
}
@media (min-width: 768px) {
  .rhythm-container.container-fluid, .rhythm-container.container-sm, .rhythm-container.container-md, .rhythm-container.container-lg, .rhythm-container.container-xl, .rhythm-container.container-xxl {
    padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 3);
  }
}
@media (min-width: 1200px) {
  .rhythm-container.container-fluid, .rhythm-container.container-sm, .rhythm-container.container-md, .rhythm-container.container-lg, .rhythm-container.container-xl, .rhythm-container.container-xxl {
    padding: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 4);
  }
}

.rhythm-row {
  margin: 0 calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * -1);
}
.rhythm-row > div {
  padding: 0 calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
}

.rhythm-icon {
  font-size: calc(var(--rhythm-unit-px, 12) / 16 * 1rem * 2);
}
.rhythm-icon.rhythm-3x {
  font-size: calc(var(--rhythm-unit-px, 12) / 16 * 1rem * 3);
}
.rhythm-icon.rhythm-4x {
  font-size: calc(var(--rhythm-unit-px, 12) / 16 * 1rem * 4);
}

.rhythm-button,
.rhythm-input {
  font-size: 1em;
  margin-bottom: calc((var(--btn-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--font-size-px, 16)) * 1em);
  margin-top: calc((var(--btn-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--font-size-px, 16)) * 1em);
}
.rhythm-button.type-scale-1,
.rhythm-input.type-scale-1 {
  font-size: calc(1 * var(--scale-ratio, 1.25) * 1em);
  margin-bottom: calc((var(--btn-plus-1-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
  margin-top: calc((var(--btn-plus-1-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
}
.rhythm-button.type-scale-2,
.rhythm-input.type-scale-2 {
  font-size: calc(1 * var(--scale-ratio, 1.25) * var(--scale-ratio, 1.25) * 1em);
  margin-bottom: calc((var(--btn-plus-2-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--scale-ratio, 1.25) * var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--scale-ratio, 1.25) * var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
  margin-top: calc((var(--btn-plus-2-rhythm-units) * var(--rhythm-unit-px) - 1 * var(--scale-ratio, 1.25) * var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 * var(--scale-ratio, 1.25) * var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
}
.rhythm-button.type-scale-minus-1,
.rhythm-input.type-scale-minus-1 {
  font-size: calc(1 / var(--scale-ratio, 1.25) * 1em);
  margin-bottom: calc((var(--btn-minus-1-rhythm-units) * var(--rhythm-unit-px) - 1 / var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 / var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
  margin-top: calc((var(--btn-minus-1-rhythm-units) * var(--rhythm-unit-px) - 1 / var(--scale-ratio, 1.25) * var(--font-size-px, 16) * 2.5) / 2 / (1 / var(--scale-ratio, 1.25) * var(--font-size-px, 16)) * 1em);
}

.rhythm-checkbox,
.rhythm-radio {
  height: calc(var(--rhythm-unit-px, 12) / 16 * 1rem * 2);
}
.rhythm-checkbox .faux-input,
.rhythm-radio .faux-input {
  height: calc(var(--radio-checkbox-size-px, 20) / var(--font-size-px, 16) * 1em);
  margin-right: calc(var(--rhythm-unit-px, 12) / 16 * 1rem);
  width: calc(var(--radio-checkbox-size-px, 20) / var(--font-size-px, 16) * 1em);
}
.rhythm-checkbox .faux-input::after,
.rhythm-radio .faux-input::after {
  height: calc(var(--radio-dot-size-px, 10) / var(--font-size-px, 16) * 1em);
  width: calc(var(--radio-dot-size-px, 10) / var(--font-size-px, 16) * 1em);
}

.rhythm-tabs.tab-set {
  margin-bottom: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}
.rhythm-tabs.tab-set [role=tablist] [role=tab] {
  height: auto;
  line-height: inherit;
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
  white-space: normal;
}
.rhythm-tabs.tab-underline [role=tablist] {
  box-shadow: inset #e9e9e9 0 calc(calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 0.5) * -1) 0;
}
.rhythm-tabs.tab-underline [role=tablist] [role=tab]::after {
  height: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 0.5);
}
.rhythm-tabs.type-scale-1 [role=tab] {
  line-height: calc(var(--rhythm-unit-px, 12) / 16 * 1rem * 2);
  font-size: calc(var(--scale-ratio) * 1em);
  padding: calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 1.5) calc(calc(var(--rhythm-unit-px, 12) / 16 * 1rem) * 2);
}

.responsive-context-main {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .responsive-context-main {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .responsive-context-main {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  .responsive-context-main {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1500px) {
  .responsive-context-main {
    font-size: 1.1875rem;
  }
}
.responsive-context-main h1 {
  font-size: 2.5099em;
}
.responsive-context-main h2 {
  font-size: 1.9583em;
}
.responsive-context-main h3 {
  font-size: 1.5439em;
}
.responsive-context-main h4 {
  font-size: 1.2331em;
}
.responsive-context-main h5 {
  font-size: 1em;
}

.responsive-context-narrow {
  font-size: 0.875rem;
  line-height: 1.4;
}
@media (min-width: 1200px) {
  .responsive-context-narrow {
    font-size: 0.9375rem;
  }
}
@media (min-width: 1500px) {
  .responsive-context-narrow {
    font-size: 1rem;
  }
}
.responsive-context-narrow h1 {
  font-size: 1.6471em;
  font-weight: 500;
}
.responsive-context-narrow h2 {
  font-size: 1.4107em;
  font-weight: 500;
}
.responsive-context-narrow h3 {
  font-size: 1.2331em;
  font-weight: 400;
}
.responsive-context-narrow h4 {
  font-size: 1.0999em;
}
.responsive-context-narrow h5 {
  font-size: 1em;
}

.responsive-context-full {
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .responsive-context-full {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .responsive-context-full {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1200px) {
  .responsive-context-full {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .responsive-context-full {
    font-size: 1.3125rem;
  }
}

@media (max-width: 575.98px) {
  [class^=responsive-context-] h1,
  [class*=" responsive-context-"] h1 {
    font-size: 1.6471em;
    font-weight: 500;
  }
  [class^=responsive-context-] h2,
  [class*=" responsive-context-"] h2 {
    font-size: 1.4107em;
    font-weight: 500;
  }
  [class^=responsive-context-] h3,
  [class*=" responsive-context-"] h3 {
    font-size: 1.2331em;
    font-weight: 400;
  }
  [class^=responsive-context-] h4,
  [class*=" responsive-context-"] h4 {
    font-size: 1.0999em;
    font-weight: 500;
  }
  [class^=responsive-context-] h5,
  [class*=" responsive-context-"] h5 {
    font-size: 1em;
    font-weight: 700;
  }
}
/*# sourceMappingURL=amplify-styles.css.map */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--sans); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: var(--mono); /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-screen {
  height: 100vh;
}
.w-full {
  width: 100%;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-4 {
  gap: 1rem;
}
.border-2 {
  border-width: 2px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.align-baseline {
  vertical-align: baseline;
}
.font-sans {
  font-family: var(--sans);
}
.text-\[1em\] {
  font-size: 1em;
}
.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

:root {
    --text: #6b6375;
    --text-h: #08060d;
    --bg: #fff;
    --border: #e5e4e7;
    --code-bg: #f4f3ec;
    --accent: #aa3bff;
    --accent-bg: rgba(170, 59, 255, 0.1);
    --accent-border: rgba(170, 59, 255, 0.5);
    --social-bg: rgba(244, 243, 236, 0.5);
    --shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;

    --sans: system-ui, 'Segoe UI', Roboto, sans-serif;
    --heading: system-ui, 'Segoe UI', Roboto, sans-serif;
    --mono: ui-monospace, Consolas, monospace;

    font: 18px/145% var(--sans);
    letter-spacing: 0.18px;
    color-scheme: light dark;
    color: var(--text);
    background: var(--bg);
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    @media (max-width: 1024px) {
        font-size: 16px;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --text: #9ca3af;
        --text-h: #f3f4f6;
        --bg: #16171d;
        --border: #2e303a;
        --code-bg: #1f2028;
        --accent: #c084fc;
        --accent-bg: rgba(192, 132, 252, 0.15);
        --accent-border: rgba(192, 132, 252, 0.5);
        --social-bg: rgba(47, 48, 58, 0.5);
        --shadow: rgba(0, 0, 0, 0.4) 0 10px 15px -3px, rgba(0, 0, 0, 0.25) 0 4px 6px -2px;
    }
}

#root {
    width: 1126px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    border-inline: 1px solid var(--border);
    min-height: 100svh;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

body {
    margin: 0;
}


/*# sourceMappingURL=main.d56143b6.css.map*/