@charset "UTF-8";
/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

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

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #222;
  background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #CF1974;
  text-decoration: none;
}

a:focus, a:hover {
  color: rgb(138.7435344828, 16.7564655172, 77.75);
  text-decoration: none;
}

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

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

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

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

textarea {
  resize: vertical;
}

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

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

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

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Irma Text", "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #3E4B51;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 75%;
  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: 5px;
}

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

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.2rem solid #CF1974;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #969696;
}

.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.2rem solid #CF1974;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}

.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.75rem;
  color: #606A6E;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #F8F8F8;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #444;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 600;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #444;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 576px) {
  .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 576px) {
  .container {
    width: 540px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 720px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 960px;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1180px;
    max-width: 100%;
  }
}
.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 576px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .container-fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

@media (min-width: 576px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media (min-width: 1024px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
@media (min-width: 1440px) {
  .row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.col-xl, .col-xl-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-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-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-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-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%;
  min-height: 1px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

@media (min-width: 576px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 768px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1440px) {
  .col-xl, .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-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-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-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-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.3333333333%;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.6666666667%;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.3333333333%;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.6666666667%;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.3333333333%;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.6666666667%;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.pull-0 {
  right: auto;
}

.pull-1 {
  right: 8.3333333333%;
}

.pull-2 {
  right: 16.6666666667%;
}

.pull-3 {
  right: 25%;
}

.pull-4 {
  right: 33.3333333333%;
}

.pull-5 {
  right: 41.6666666667%;
}

.pull-6 {
  right: 50%;
}

.pull-7 {
  right: 58.3333333333%;
}

.pull-8 {
  right: 66.6666666667%;
}

.pull-9 {
  right: 75%;
}

.pull-10 {
  right: 83.3333333333%;
}

.pull-11 {
  right: 91.6666666667%;
}

.pull-12 {
  right: 100%;
}

.push-0 {
  left: auto;
}

.push-1 {
  left: 8.3333333333%;
}

.push-2 {
  left: 16.6666666667%;
}

.push-3 {
  left: 25%;
}

.push-4 {
  left: 33.3333333333%;
}

.push-5 {
  left: 41.6666666667%;
}

.push-6 {
  left: 50%;
}

.push-7 {
  left: 58.3333333333%;
}

.push-8 {
  left: 66.6666666667%;
}

.push-9 {
  left: 75%;
}

.push-10 {
  left: 83.3333333333%;
}

.push-11 {
  left: 91.6666666667%;
}

.push-12 {
  left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0 {
    right: auto;
  }
  .pull-sm-1 {
    right: 8.3333333333%;
  }
  .pull-sm-2 {
    right: 16.6666666667%;
  }
  .pull-sm-3 {
    right: 25%;
  }
  .pull-sm-4 {
    right: 33.3333333333%;
  }
  .pull-sm-5 {
    right: 41.6666666667%;
  }
  .pull-sm-6 {
    right: 50%;
  }
  .pull-sm-7 {
    right: 58.3333333333%;
  }
  .pull-sm-8 {
    right: 66.6666666667%;
  }
  .pull-sm-9 {
    right: 75%;
  }
  .pull-sm-10 {
    right: 83.3333333333%;
  }
  .pull-sm-11 {
    right: 91.6666666667%;
  }
  .pull-sm-12 {
    right: 100%;
  }
  .push-sm-0 {
    left: auto;
  }
  .push-sm-1 {
    left: 8.3333333333%;
  }
  .push-sm-2 {
    left: 16.6666666667%;
  }
  .push-sm-3 {
    left: 25%;
  }
  .push-sm-4 {
    left: 33.3333333333%;
  }
  .push-sm-5 {
    left: 41.6666666667%;
  }
  .push-sm-6 {
    left: 50%;
  }
  .push-sm-7 {
    left: 58.3333333333%;
  }
  .push-sm-8 {
    left: 66.6666666667%;
  }
  .push-sm-9 {
    left: 75%;
  }
  .push-sm-10 {
    left: 83.3333333333%;
  }
  .push-sm-11 {
    left: 91.6666666667%;
  }
  .push-sm-12 {
    left: 100%;
  }
  .offset-sm-0 {
    margin-left: 0%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0 {
    right: auto;
  }
  .pull-md-1 {
    right: 8.3333333333%;
  }
  .pull-md-2 {
    right: 16.6666666667%;
  }
  .pull-md-3 {
    right: 25%;
  }
  .pull-md-4 {
    right: 33.3333333333%;
  }
  .pull-md-5 {
    right: 41.6666666667%;
  }
  .pull-md-6 {
    right: 50%;
  }
  .pull-md-7 {
    right: 58.3333333333%;
  }
  .pull-md-8 {
    right: 66.6666666667%;
  }
  .pull-md-9 {
    right: 75%;
  }
  .pull-md-10 {
    right: 83.3333333333%;
  }
  .pull-md-11 {
    right: 91.6666666667%;
  }
  .pull-md-12 {
    right: 100%;
  }
  .push-md-0 {
    left: auto;
  }
  .push-md-1 {
    left: 8.3333333333%;
  }
  .push-md-2 {
    left: 16.6666666667%;
  }
  .push-md-3 {
    left: 25%;
  }
  .push-md-4 {
    left: 33.3333333333%;
  }
  .push-md-5 {
    left: 41.6666666667%;
  }
  .push-md-6 {
    left: 50%;
  }
  .push-md-7 {
    left: 58.3333333333%;
  }
  .push-md-8 {
    left: 66.6666666667%;
  }
  .push-md-9 {
    left: 75%;
  }
  .push-md-10 {
    left: 83.3333333333%;
  }
  .push-md-11 {
    left: 91.6666666667%;
  }
  .push-md-12 {
    left: 100%;
  }
  .offset-md-0 {
    margin-left: 0%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0 {
    right: auto;
  }
  .pull-lg-1 {
    right: 8.3333333333%;
  }
  .pull-lg-2 {
    right: 16.6666666667%;
  }
  .pull-lg-3 {
    right: 25%;
  }
  .pull-lg-4 {
    right: 33.3333333333%;
  }
  .pull-lg-5 {
    right: 41.6666666667%;
  }
  .pull-lg-6 {
    right: 50%;
  }
  .pull-lg-7 {
    right: 58.3333333333%;
  }
  .pull-lg-8 {
    right: 66.6666666667%;
  }
  .pull-lg-9 {
    right: 75%;
  }
  .pull-lg-10 {
    right: 83.3333333333%;
  }
  .pull-lg-11 {
    right: 91.6666666667%;
  }
  .pull-lg-12 {
    right: 100%;
  }
  .push-lg-0 {
    left: auto;
  }
  .push-lg-1 {
    left: 8.3333333333%;
  }
  .push-lg-2 {
    left: 16.6666666667%;
  }
  .push-lg-3 {
    left: 25%;
  }
  .push-lg-4 {
    left: 33.3333333333%;
  }
  .push-lg-5 {
    left: 41.6666666667%;
  }
  .push-lg-6 {
    left: 50%;
  }
  .push-lg-7 {
    left: 58.3333333333%;
  }
  .push-lg-8 {
    left: 66.6666666667%;
  }
  .push-lg-9 {
    left: 75%;
  }
  .push-lg-10 {
    left: 83.3333333333%;
  }
  .push-lg-11 {
    left: 91.6666666667%;
  }
  .push-lg-12 {
    left: 100%;
  }
  .offset-lg-0 {
    margin-left: 0%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0 {
    right: auto;
  }
  .pull-xl-1 {
    right: 8.3333333333%;
  }
  .pull-xl-2 {
    right: 16.6666666667%;
  }
  .pull-xl-3 {
    right: 25%;
  }
  .pull-xl-4 {
    right: 33.3333333333%;
  }
  .pull-xl-5 {
    right: 41.6666666667%;
  }
  .pull-xl-6 {
    right: 50%;
  }
  .pull-xl-7 {
    right: 58.3333333333%;
  }
  .pull-xl-8 {
    right: 66.6666666667%;
  }
  .pull-xl-9 {
    right: 75%;
  }
  .pull-xl-10 {
    right: 83.3333333333%;
  }
  .pull-xl-11 {
    right: 91.6666666667%;
  }
  .pull-xl-12 {
    right: 100%;
  }
  .push-xl-0 {
    left: auto;
  }
  .push-xl-1 {
    left: 8.3333333333%;
  }
  .push-xl-2 {
    left: 16.6666666667%;
  }
  .push-xl-3 {
    left: 25%;
  }
  .push-xl-4 {
    left: 33.3333333333%;
  }
  .push-xl-5 {
    left: 41.6666666667%;
  }
  .push-xl-6 {
    left: 50%;
  }
  .push-xl-7 {
    left: 58.3333333333%;
  }
  .push-xl-8 {
    left: 66.6666666667%;
  }
  .push-xl-9 {
    left: 75%;
  }
  .push-xl-10 {
    left: 83.3333333333%;
  }
  .push-xl-11 {
    left: 91.6666666667%;
  }
  .push-xl-12 {
    left: 100%;
  }
  .offset-xl-0 {
    margin-left: 0%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #DBDBDB;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #DBDBDB;
}

.table tbody + tbody {
  border-top: 2px solid #DBDBDB;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #DBDBDB;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #DBDBDB;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

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

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

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.thead-inverse th {
  color: #fff;
  background-color: #444;
}

.thead-default th {
  color: #5F5F5F;
  background-color: #DBDBDB;
}

.table-inverse {
  color: #fff;
  background-color: #444;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #fff;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: none;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #ECEDED;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #ECEDED;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ECEDED;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #ECEDED;
  opacity: 1;
}

.form-control::placeholder {
  color: #ECEDED;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #DBDBDB;
  opacity: 1;
}

.form-control:disabled {
  cursor: not-allowed;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

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

.col-form-label {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.75rem - 2px);
  padding-bottom: calc(0.75rem - 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px);
  padding-bottom: calc(0.25rem - 2px);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-static {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.1666666667rem;
}

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

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

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #606A6E;
  cursor: not-allowed;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.form-control-feedback {
  margin-top: 0.25rem;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .col-form-label,
.has-success .form-check-label,
.has-success .custom-control {
  color: #55D8A8;
}

.has-success .form-control {
  border-color: #55D8A8;
}

.has-success .input-group-addon {
  color: #55D8A8;
  border-color: #55D8A8;
  background-color: rgb(250.9330143541, 254.0669856459, 252.9186602871);
}

.has-success .form-control-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2355D8A8' 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");
}

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .col-form-label,
.has-warning .form-check-label,
.has-warning .custom-control {
  color: #FFE07A;
}

.has-warning .form-control {
  border-color: #FFE07A;
}

.has-warning .input-group-addon {
  color: #FFE07A;
  border-color: #FFE07A;
  background-color: white;
}

.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFE07A' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E");
}

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
  color: #D81949;
}

.has-danger .form-control {
  border-color: #D81949;
}

.has-danger .input-group-addon {
  color: #D81949;
  border-color: #D81949;
  background-color: rgb(248.2572614108, 196.7427385892, 209.6887966805);
}

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D81949' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.btn:active, .btn.active {
  background-image: none;
}

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

.btn-primary {
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(161.4956896552, 19.5043103448, 90.5);
  border-color: rgb(152.3948275862, 18.4051724138, 85.4);
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
  box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(161.4956896552, 19.5043103448, 90.5);
  background-image: none;
  border-color: rgb(152.3948275862, 18.4051724138, 85.4);
}

.btn-secondary {
  color: #CF1974;
  background-color: #fff;
  border-color: #CF1974;
}

.btn-secondary:hover {
  color: #CF1974;
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(152.3948275862, 18.4051724138, 85.4);
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
  box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #fff;
  border-color: #CF1974;
}

.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #CF1974;
  background-color: rgb(229.5, 229.5, 229.5);
  background-image: none;
  border-color: rgb(152.3948275862, 18.4051724138, 85.4);
}

.btn-info {
  color: #93A1A7;
  background-color: transparent;
  border-color: #ECEDED;
}

.btn-info:hover {
  color: #93A1A7;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgb(204.572972973, 207.227027027, 207.227027027);
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(236, 237, 237, 0.5);
  box-shadow: 0 0 0 2px rgba(236, 237, 237, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: transparent;
  border-color: #ECEDED;
}

.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #93A1A7;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-color: rgb(204.572972973, 207.227027027, 207.227027027);
}

.btn-success {
  color: #fff;
  background-color: #55D8A8;
  border-color: #55D8A8;
}

.btn-success:hover {
  color: #fff;
  background-color: rgb(46.6507177033, 203.3492822967, 145.9330143541);
  border-color: rgb(44.7473684211, 195.0526315789, 139.9789473684);
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(85, 216, 168, 0.5);
  box-shadow: 0 0 0 2px rgba(85, 216, 168, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #55D8A8;
  border-color: #55D8A8;
}

.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(46.6507177033, 203.3492822967, 145.9330143541);
  background-image: none;
  border-color: rgb(44.7473684211, 195.0526315789, 139.9789473684);
}

.btn-warning {
  color: #fff;
  background-color: #FFE07A;
  border-color: #FFE07A;
}

.btn-warning:hover {
  color: #fff;
  background-color: rgb(255, 212.1127819549, 71);
  border-color: rgb(255, 209.7353383459, 60.8);
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 224, 122, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 224, 122, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #FFE07A;
  border-color: #FFE07A;
}

.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: rgb(255, 212.1127819549, 71);
  background-image: none;
  border-color: rgb(255, 209.7353383459, 60.8);
}

.btn-danger {
  color: #fff;
  background-color: #D81949;
  border-color: #D81949;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(170.2904564315, 19.7095435685, 57.5518672199);
  border-color: rgb(161.1485477178, 18.6514522822, 54.4622406639);
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(216, 25, 73, 0.5);
  box-shadow: 0 0 0 2px rgba(216, 25, 73, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #D81949;
  border-color: #D81949;
}

.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(170.2904564315, 19.7095435685, 57.5518672199);
  background-image: none;
  border-color: rgb(161.1485477178, 18.6514522822, 54.4622406639);
}

.btn-outline-primary {
  color: #CF1974;
  background-image: none;
  background-color: transparent;
  border-color: #CF1974;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
  box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #CF1974;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-outline-secondary {
  color: #CF1974;
  background-image: none;
  background-color: transparent;
  border-color: #CF1974;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
  box-shadow: 0 0 0 2px rgba(207, 25, 116, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #CF1974;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.btn-outline-info {
  color: transparent;
  background-image: none;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: transparent;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.btn-outline-success {
  color: #55D8A8;
  background-image: none;
  background-color: transparent;
  border-color: #55D8A8;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #55D8A8;
  border-color: #55D8A8;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(85, 216, 168, 0.5);
  box-shadow: 0 0 0 2px rgba(85, 216, 168, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #55D8A8;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #55D8A8;
  border-color: #55D8A8;
}

.btn-outline-warning {
  color: #FFE07A;
  background-image: none;
  background-color: transparent;
  border-color: #FFE07A;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #FFE07A;
  border-color: #FFE07A;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(255, 224, 122, 0.5);
  box-shadow: 0 0 0 2px rgba(255, 224, 122, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFE07A;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #FFE07A;
  border-color: #FFE07A;
}

.btn-outline-danger {
  color: #D81949;
  background-image: none;
  background-color: transparent;
  border-color: #D81949;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #D81949;
  border-color: #D81949;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 2px rgba(216, 25, 73, 0.5);
  box-shadow: 0 0 0 2px rgba(216, 25, 73, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #D81949;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #D81949;
  border-color: #D81949;
}

.btn-link {
  font-weight: 400;
  color: #CF1974;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: rgb(138.7435344828, 16.7564655172, 77.75);
  text-decoration: none;
  background-color: transparent;
}

.btn-link:disabled {
  color: #DBDBDB;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

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

.dropdown-divider {
  height: 1px;
  margin: 0.5rem 0;
  overflow: hidden;
  background-color: #DBDBDB;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #444;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: rgb(55.25, 55.25, 55.25);
  text-decoration: none;
  background-color: #F8F8F8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #CF1974;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #969696;
  cursor: not-allowed;
  background-color: transparent;
}

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

.show > a {
  outline: 0;
}

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

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

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

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.125rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

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

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

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

.btn + .dropdown-toggle-split::after {
  margin-left: 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: 1.125rem;
  padding-left: 1.125rem;
}

.btn-group-vertical {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border: 1px solid transparent;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.4rem;
  padding-left: 2.25rem;
  margin-right: 1.5rem;
  cursor: pointer;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #CF1974;
  background-color: #fff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #CF1974;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px #CF1974;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #fff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  cursor: not-allowed;
  background-color: #DBDBDB;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #969696;
  cursor: not-allowed;
}

.custom-control-indicator {
  position: absolute;
  top: -0.175rem;
  left: 0;
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23CF1974' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #CF1974;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23CF1974' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23CF1974'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #fff;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.custom-select:focus {
  border-color: rgb(238.7823275862, 120.7176724138, 179.75);
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
}

.custom-select:disabled {
  color: #969696;
  cursor: not-allowed;
  background-color: #DBDBDB;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
  cursor: pointer;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #5F5F5F;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid transparent;
}

.custom-file-control:lang(en)::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #5F5F5F;
  background-color: #DBDBDB;
  border: 1px solid transparent;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #969696;
  cursor: not-allowed;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #DBDBDB #DBDBDB #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #969696;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #5F5F5F;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link.active,
.nav-pills .nav-item.show .nav-link {
  color: #CF1974;
  cursor: default;
  background-color: #fff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

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

.navbar-toggler {
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0 0;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

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

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-toggleable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-toggleable-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-sm > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-toggleable-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-md > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-toggleable-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-toggleable-lg > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}
.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-toggleable-xl > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover,
.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
  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:focus, .navbar-light .navbar-nav .nav-link:hover {
  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 .open > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-toggler {
  color: white;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-toggler:focus,
.navbar-inverse .navbar-toggler:hover {
  color: white;
}

.navbar-inverse .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus, .navbar-inverse .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-inverse .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-inverse .navbar-nav .open > .nav-link,
.navbar-inverse .navbar-nav .active > .nav-link,
.navbar-inverse .navbar-nav .nav-link.open,
.navbar-inverse .navbar-nav .nav-link.active {
  color: white;
}

.navbar-inverse .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-inverse .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-inverse .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 0 solid transparent;
}

.card-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.75rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 0.75rem;
}

.card-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  background-color: #F8F8F8;
  border-bottom: 0 solid transparent;
}

.card-footer {
  padding: 0.75rem 0.75rem;
  background-color: #F8F8F8;
  border-top: 0 solid transparent;
}

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

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

.card-primary {
  background-color: #CF1974;
  border-color: #CF1974;
}

.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

.card-success {
  background-color: #55D8A8;
  border-color: #55D8A8;
}

.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

.card-info {
  background-color: #606A6E;
  border-color: #606A6E;
}

.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

.card-warning {
  background-color: #FFE07A;
  border-color: #FFE07A;
}

.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

.card-danger {
  background-color: #D81949;
  border-color: #D81949;
}

.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

.card-outline-primary {
  background-color: transparent;
  border-color: #CF1974;
}

.card-outline-secondary {
  background-color: transparent;
  border-color: #CF1974;
}

.card-outline-info {
  background-color: transparent;
  border-color: transparent;
}

.card-outline-success {
  background-color: transparent;
  border-color: #55D8A8;
}

.card-outline-warning {
  background-color: transparent;
  border-color: #FFE07A;
}

.card-outline-danger {
  background-color: transparent;
  border-color: #D81949;
}

.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

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

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-deck .card:not(:first-child) {
    margin-left: 0.75rem;
  }
  .card-deck .card:not(:last-child) {
    margin-right: 0.75rem;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}
@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;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

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

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #3E4B51;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #3E4B51;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.page-item.disabled .page-link {
  color: #969696;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #CF1974;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: rgb(138.7435344828, 16.7564655172, 77.75);
  text-decoration: none;
  background-color: #DBDBDB;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.badge {
  display: inline-block;
  padding: 0 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #606A6E;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

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

a.badge:focus, a.badge:hover {
  color: #CF1974;
  text-decoration: none;
  cursor: pointer;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-default {
  background-color: #969696;
}

.badge-default[href]:focus, .badge-default[href]:hover {
  background-color: rgb(124.5, 124.5, 124.5);
}

.badge-primary {
  background-color: #CF1974;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  background-color: rgb(161.4956896552, 19.5043103448, 90.5);
}

.badge-success {
  background-color: #55D8A8;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  background-color: rgb(46.6507177033, 203.3492822967, 145.9330143541);
}

.badge-info {
  background-color: #606A6E;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  background-color: rgb(72.2330097087, 79.7572815534, 82.7669902913);
}

.badge-warning {
  background-color: #FFE07A;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  background-color: rgb(255, 212.1127819549, 71);
}

.badge-danger {
  background-color: #D81949;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  background-color: rgb(170.2904564315, 19.7095435685, 57.5518672199);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #DBDBDB;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-hr {
  border-top-color: rgb(193.5, 193.5, 193.5);
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
  color: #3c763d;
}

.alert-success hr {
  border-top-color: rgb(192.7777777778, 225.8333333333, 179.1666666667);
}

.alert-success .alert-link {
  color: rgb(42.808988764, 84.191011236, 43.5224719101);
}

.alert-info {
  background-color: #d9edf7;
  border-color: rgb(187.5086956522, 223.0304347826, 240.7913043478);
  color: #31708f;
}

.alert-info hr {
  border-top-color: rgb(166.4434782609, 213.052173913, 236.3565217391);
}

.alert-info .alert-link {
  color: rgb(35.984375, 82.25, 105.015625);
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: rgb(247.064516129, 236.4838709677, 180.935483871);
}

.alert-warning .alert-link {
  color: rgb(102.2741116751, 80.7817258883, 43.7258883249);
}

.alert-danger {
  background-color: #f2dede;
  border-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
  color: #a94442;
}

.alert-danger hr {
  border-top-color: rgb(227.5869565217, 185.4130434783, 185.4130434783);
}

.alert-danger .alert-link {
  color: rgb(132.3234042553, 53.2425531915, 51.6765957447);
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #DBDBDB;
}

.progress-bar {
  height: 1rem;
  color: #fff;
  background-color: #CF1974;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #5F5F5F;
  text-align: inherit;
}

.list-group-item-action .list-group-item-heading {
  color: #444;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #5F5F5F;
  text-decoration: none;
  background-color: #F8F8F8;
}

.list-group-item-action:active {
  color: #222;
  background-color: #DBDBDB;
}

.list-group-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:last-child {
  margin-bottom: 0;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #969696;
  cursor: not-allowed;
  background-color: #fff;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item:disabled .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item:disabled .list-group-item-text {
  color: #969696;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #CF1974;
  border-color: #CF1974;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text {
  color: rgb(252.5215517241, 234.4784482759, 243.5);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

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

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

.close {
  float: right;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-shadow: none;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #DBDBDB;
}

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #DBDBDB;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 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: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
  top: 50%;
  left: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
  top: 0;
  left: 50%;
  margin-left: -5px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
  top: 50%;
  right: 0;
  margin-top: -5px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.tooltip-inner::before {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.popover.popover-top, .popover.bs-tether-element-attached-bottom {
  margin-top: -10px;
}

.popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
  left: 50%;
  border-bottom-width: 0;
}

.popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
  bottom: -11px;
  margin-left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
  bottom: -10px;
  margin-left: -10px;
  border-top-color: #fff;
}

.popover.popover-right, .popover.bs-tether-element-attached-left {
  margin-left: 10px;
}

.popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
  top: 50%;
  border-left-width: 0;
}

.popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
  left: -11px;
  margin-top: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
  left: -10px;
  margin-top: -10px;
  border-right-color: #fff;
}

.popover.popover-bottom, .popover.bs-tether-element-attached-top {
  margin-top: 10px;
}

.popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
  left: 50%;
  border-top-width: 0;
}

.popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
  top: -11px;
  margin-left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
  top: -10px;
  margin-left: -10px;
  border-bottom-color: rgb(247.35, 247.35, 247.35);
}

.popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.popover.popover-left, .popover.bs-tether-element-attached-right {
  margin-left: -10px;
}

.popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
  top: 50%;
  border-right-width: 0;
}

.popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
  right: -11px;
  margin-top: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
  right: -10px;
  margin-top: -10px;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover::before {
  content: "";
  border-width: 11px;
}

.popover::after {
  content: "";
  border-width: 10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
}

@media (-webkit-transform-3d) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

@media (-webkit-transform-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@supports (transform: translate3d(0, 0, 0)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  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: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

.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-faded {
  background-color: rgb(247.35, 247.35, 247.35);
}

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

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(161.4956896552, 19.5043103448, 90.5) !important;
}

.bg-success {
  background-color: #55D8A8 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(46.6507177033, 203.3492822967, 145.9330143541) !important;
}

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

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(72.2330097087, 79.7572815534, 82.7669902913) !important;
}

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

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(255, 212.1127819549, 71) !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(170.2904564315, 19.7095435685, 57.5518672199) !important;
}

.bg-inverse {
  background-color: #3E4B51 !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgb(39.8881118881, 48.2517482517, 52.1118881119) !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;
}

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

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

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

.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-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@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-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@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-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .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-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.flex-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.flex-unordered {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-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: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-lg-0 {
    margin: 0 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

.font-weight-bold {
  font-weight: 600;
}

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

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

.text-muted {
  color: #606A6E !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: rgb(72.2330097087, 79.7572815534, 82.7669902913) !important;
}

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

a.text-primary:focus, a.text-primary:hover {
  color: rgb(161.4956896552, 19.5043103448, 90.5) !important;
}

.text-success {
  color: #55D8A8 !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(46.6507177033, 203.3492822967, 145.9330143541) !important;
}

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

a.text-info:focus, a.text-info:hover {
  color: rgb(72.2330097087, 79.7572815534, 82.7669902913) !important;
}

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

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

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

a.text-danger:focus, a.text-danger:hover {
  color: rgb(170.2904564315, 19.7095435685, 57.5518672199) !important;
}

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

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

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

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xl-up {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Regular-Oblique.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Medium-Oblique.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "GTWalsheim";
  src: url("../fonts/GT-Walsheim-Bold-Oblique.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Domaine";
  src: url("../fonts/domaine-display-condensed-web-semibold.eot") format("eot");
  src: url("../fonts/domaine-display-condensed-web-semibold.woff2") format("woff2"), url("../fonts/domaine-display-condensed-web-semibold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Domaine";
  src: url("../fonts/domaine-display-condensed-web-semibold-italic.eot") format("eot");
  src: url("../fonts/domaine-display-condensed-web-semibold-italic.woff2") format("woff2"), url("../fonts/domaine-display-condensed-web-semibold-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
.page-wrapper {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  margin-top: -10rem;
  position: relative;
}

@media (min-width: 1024px) {
  .page-wrapper.scroll-down {
    -webkit-transform: translate(0, 10rem);
    transform: translate(0, 10rem);
  }
  .page-wrapper.scroll-down .page-heading .hero-bg {
    color: rgba(0, 0, 0, 0.6);
  }
  .page-wrapper.scroll-down .page-heading .hero-bg:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .page-wrapper.scroll-down .subtitle {
    color: #3E4B51;
  }
}
body.homepage .page-wrapper {
  margin-top: 0rem;
}

body.homepage .page-wrapper.scroll-down {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.container {
  width: 100%;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .container {
    padding: 0 2.5rem;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .container {
    margin-right: 0;
    margin-left: 12rem;
    width: calc(100% - 12rem);
  }
}
@media (min-width: 1440px) {
  .container {
    margin-right: auto;
    width: 1180px;
  }
}
@media (min-width: 1750px) {
  .container {
    margin-left: auto;
  }
}
article ul {
  padding: 0;
}

article ul li {
  display: inline;
}

.event-page-intro {
  padding-bottom: 0.5rem;
}

.events-alert {
  position: relative;
  background-color: white;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0.25rem;
  padding-right: 4rem;
  border-color: transparent !important;
}

@media (min-width: 576px) {
  .events-alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.events-alert .exclamation-icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 3rem;
  font-weight: 600;
  color: #CF1974;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.events-alert .card-event-date {
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.events-alert p {
  margin-bottom: 0;
  color: #606A6E;
}

.events-alert .alert-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#todays-events .events-alert {
  padding-left: 1rem;
}

.event-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.event-cat {
  padding-left: 5px;
  padding-right: inherit;
}

.event-location, .card-text {
  padding-right: 1rem;
}

.card-title {
  margin-right: 1rem;
}

.sticky {
  position: sticky;
  top: 0px;
  background-color: #ECEDED;
  z-index: 1;
}

.card-featured-event {
  min-height: 300px;
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
}

.card-featured-event .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.card-featured-event .card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(40, 43, 44, 0.95);
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 100%;
  min-height: 3.75rem;
  position: absolute;
  bottom: 0;
  padding-bottom: 0.3rem;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (max-width: 767px) {
  .card-featured-event .card-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.card-featured-event .card-block .badge, .card-featured-event .card-block .card-event-date, .card-featured-event .card-block .card-event-date .month, .card-featured-event .card-block h4, .card-featured-event .card-block h5 {
  color: white;
}

.card-featured-event .card-block svg path {
  fill: white;
}

.card-featured-event .card-block h4 {
  margin-bottom: 0.1rem;
}

.card-featured-event .card-block .card-event-date {
  padding: 0;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.card-featured-event:hover .bg-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.card-featured-event:hover .card-block {
  background-color: #282B2C;
}

.upcomingEvent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.annual-event {
  border-spacing: 2px;
}

.annual-event-card:nth-of-type(4n+1) {
  background-color: #A21E66;
}

.annual-event-card:nth-of-type(4n+2) {
  background-color: #7F2255;
}

.annual-event-card:nth-of-type(4n+3) {
  background-color: #662448;
}

.annual-event-card:nth-of-type(4n+4) {
  background-color: #4B273C;
}

.annual-event-card {
  border-radius: 0;
  min-height: 240px;
  border-right: 1px solid rgba(236, 237, 237, 0.6);
}

.annual-event-card:nth-of-type(4n) {
  border-right-color: transparent;
}

.annual-event-card a {
  height: 100%;
}

.annual-event-card .card-block {
  padding: 1rem 1.25rem;
}

.annual-event-card .card-title {
  font-size: 31px;
  font-weight: 500;
}

.annual-event-card .badge, .annual-event-card .card-title {
  color: white;
}

.annual-event-card .badge {
  opacity: 0.6;
}

.annual-event-card .badge svg {
  margin-right: 0.25rem;
}

.annual-event-card .badge path {
  fill: white;
}

.row-event-img {
  padding-left: 0.75rem;
  width: 43rem;
}

.event-img-date {
  background-color: black;
  color: white;
  margin-top: 270px;
  height: 70px;
}

#event-img {
  background: no-repeat;
}

#calendar-app {
  padding-top: 0.3rem;
}

#calendar-app .category-nav {
  margin-bottom: 2rem;
}

#calendar-wrapper {
  background-color: transparent;
  padding-top: 0.25rem;
}

#calendar-wrapper .month-listing {
  border-bottom: 4px solid #3E4B51;
  padding: 0.5rem 0;
  margin-top: 2.5rem;
}

#calendar-wrapper #btn-datepicker {
  z-index: 2;
  position: absolute;
  right: 0;
  margin-top: 2.5rem;
  background-color: transparent;
  border: 1px solid #93A1A7;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  padding-top: 0.2rem;
  padding-bottom: 0;
  cursor: pointer;
}

#calendar-wrapper #btn-datepicker svg path {
  fill: #606A6E;
}

#calendar-wrapper #btn-datepicker.active, #calendar-wrapper #btn-datepicker:hover {
  background-color: #3E4B51;
  border-color: #3E4B51;
}

#calendar-wrapper #btn-datepicker.active svg path, #calendar-wrapper #btn-datepicker:hover svg path {
  fill: white;
}

.event-listing {
  display: block;
  border-bottom: 1px solid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 0.25rem 0.75rem;
}

@media (min-width: 576px) {
  .event-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.event-listing:hover {
  background-color: white;
}

.event-listing > * {
  pointer-events: none;
}

.event-listing h3 {
  margin-right: 1rem;
}

.event-listing h5 {
  margin-bottom: 0;
}

.event-listing h4 {
  font-family: "Irma Text", "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 0.2rem;
}

.event-listing .card-event-date {
  -ms-flex-item-align: auto;
  align-self: auto;
  min-width: 50px;
  padding: 0;
}

.event-listing .badge-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}

.event-listing .badge-wrapper .badge {
  margin-bottom: 0;
  margin-right: 1rem;
}

.event-listing .badge-wrapper .badge.badge-time {
  margin-right: 2rem;
}

.event-listing .event-listing-location {
  margin-left: 1rem;
}

.event-listing:nth-of-type(4n+1) {
  border-color: #A21E66;
}

.event-listing:nth-of-type(4n+2) {
  border-color: #7F2255;
}

.event-listing:nth-of-type(4n+3) {
  border-color: #662448;
}

.event-listing:nth-of-type(4n+4) {
  border-color: #4B273C;
}

#datepicker {
  z-index: 3;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 5.5rem;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 575px) {
  #datepicker {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
#datepicker .datepicker-inline {
  width: 100%;
}

#datepicker .table-condensed {
  width: 100%;
}

#datepicker.visible {
  max-height: 1000px;
}

#datepicker .datepicker {
  border-top: 4px solid #3E4B51;
  border-bottom: 1px solid #3E4B51;
  border-radius: 0;
}

#datepicker .datepicker * {
  border-radius: 0;
}

#datepicker .datepicker thead {
  border-bottom: 1px solid #3E4B51;
}

#datepicker .datepicker td, #datepicker .datepicker th {
  color: #3E4B51;
  font-weight: 500;
  font-size: 1.2rem;
}

#datepicker .datepicker .datepicker-days td, #datepicker .datepicker th {
  padding: 0.7rem;
}

@media (max-width: 575px) {
  #datepicker .datepicker .datepicker-days td, #datepicker .datepicker th {
    padding: 0.5rem 0.6rem;
  }
}
#datepicker .datepicker .prev:hover, #datepicker .datepicker .next:hover, #datepicker .datepicker .datepicker-switch:hover {
  color: #CF1974;
  background-color: white;
}

#datepicker .datepicker .datepicker-switch {
  color: #606A6E;
}

#datepicker .datepicker .dow {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.6px;
  color: #606A6E;
  padding: 0 0.7rem 0.4rem;
}

#datepicker .datepicker .past-date {
  background-color: #ECEDED;
  color: rgba(96, 106, 110, 0.3);
}

#datepicker .datepicker .active {
  color: #3E4B51;
  background-color: inherit;
  text-shadow: none;
}

#datepicker .datepicker .has-events {
  position: relative;
}

#datepicker .datepicker .has-events:hover {
  color: #CF1974;
  background-color: white;
}

#datepicker .datepicker .has-events:after {
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 3px;
  background-color: #CF1974;
  margin-left: -0.75rem;
  bottom: 0.7rem;
  left: 50%;
}

@media (max-width: 575px) {
  #datepicker .datepicker .has-events:after {
    height: 2px;
    bottom: 0.6rem;
  }
}
#datepicker .datepicker .has-events.today:after {
  background-color: white;
}

#datepicker .datepicker .today {
  background-color: #CF1974 !important;
  color: white !important;
}

#datepicker .datepicker .datepicker-months td, #datepicker .datepicker .datepicker-years td {
  padding: 0;
}

#datepicker .datepicker .month, #datepicker .datepicker .year {
  margin: 0;
  width: 25%;
}

#datepicker .datepicker .month.disabled, #datepicker .datepicker .year.disabled {
  background-color: #ECEDED;
}

#datepicker .datepicker .month:not(.disabled):hover, #datepicker .datepicker .year:not(.disabled):hover {
  color: #CF1974;
  background-color: white;
}

#datepicker .datepicker .month.focused, #datepicker .datepicker .year.focused {
  background-color: #CF1974;
  color: white;
}

#press-release {
  padding-top: 0;
}

#press-release .press-contacts {
  position: sticky;
  top: 0.5rem;
}

@media (min-width: 768px) {
  #press-release .press-contacts .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  #press-release .press-contacts .label p {
    padding-right: 2rem;
  }
}
@media (min-width: 1024px) {
  #press-release .press-contacts .label p {
    padding-right: 0;
  }
}
.report-block {
  max-width: 50%;
  margin-top: 1rem;
  padding-right: 1rem;
}

.report-block figure {
  max-width: 160px;
  margin-bottom: 0;
}

.report-block figure .overlay {
  position: absolute;
  width: 100%;
}

.report-block img {
  margin-bottom: 0.5rem;
}

.report-block:hover img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0.2rem, -0.2rem);
  transform: translate(0.2rem, -0.2rem);
}

.report-block:nth-child(4n+1):hover .figure-caption {
  color: #A21E66;
}

.report-block:nth-child(4n+1):hover img {
  -webkit-box-shadow: -0.2rem 0.2rem 0px 0px #A21E66;
  box-shadow: -0.2rem 0.2rem 0px 0px #A21E66;
}

.report-block:nth-child(4n+2):hover .figure-caption {
  color: #7F2255;
}

.report-block:nth-child(4n+2):hover img {
  -webkit-box-shadow: -0.2rem 0.2rem 0px 0px #7F2255;
  box-shadow: -0.2rem 0.2rem 0px 0px #7F2255;
}

.report-block:nth-child(4n+3):hover .figure-caption {
  color: #662448;
}

.report-block:nth-child(4n+3):hover img {
  -webkit-box-shadow: -0.2rem 0.2rem 0px 0px #662448;
  box-shadow: -0.2rem 0.2rem 0px 0px #662448;
}

.report-block:nth-child(4n+4):hover .figure-caption {
  color: #4B273C;
}

.report-block:nth-child(4n+4):hover img {
  -webkit-box-shadow: -0.2rem 0.2rem 0px 0px #4B273C;
  box-shadow: -0.2rem 0.2rem 0px 0px #4B273C;
}

.card-mediakit {
  margin-top: 0.5rem !important;
}

.card-mediakit figure {
  border: 1px solid #DBDBDB;
  margin-bottom: 0.5rem;
}

.card-mediakit .label {
  color: #222;
}

.card-mediakit:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-mediakit:hover .btn {
  opacity: 1;
}

.mediakit-wrapper:nth-child(4n+1) .card-mediakit:hover .label {
  color: #A21E66;
}

.mediakit-wrapper:nth-child(4n+2) .card-mediakit:hover .label {
  color: #7F2255;
}

.mediakit-wrapper:nth-child(4n+3) .card-mediakit:hover .label {
  color: #662448;
}

.mediakit-wrapper:nth-child(4n+4) .card-mediakit:hover .label {
  color: #4B273C;
}

#form-donate-online .input-group {
  margin-bottom: 1rem;
}

#form-donate-online .form-control, #form-donate-online .input-group-addon {
  background-color: #ECEDED;
  color: #CF1974;
  font-family: "Irma Text", "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
}

#form-donate-online .form-control {
  border: 1px solid #ECEDED;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  padding-left: 0;
}

#form-donate-online .input-group-addon {
  padding-right: 0.5rem;
}

#form-donate-online label {
  margin-bottom: 0.25rem;
}

#form-donate-online .btn {
  padding-left: 3rem;
  padding-right: 3rem;
}

.membership-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: initial;
  -ms-flex: initial;
  flex: initial;
}

.faq-card {
  padding-right: 2rem;
}

.contact-info button {
  margin-bottom: 1.5rem;
}

.location-items {
  margin-right: 1.5rem;
}

.badge.subcategory {
  margin-right: 1.3rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.badge.subcategory svg {
  width: 22px;
  height: 22px;
}

.badge.subcategory svg path {
  fill: #7F2255;
}

.badge.subcategory .icon-wrapper {
  margin-right: 0.5rem;
}

.location-main-col {
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .location-main-col {
    margin-bottom: 0;
    padding-right: 1rem;
  }
}
.btn-group .fa {
  font-size: 1rem;
}

.location-upcoming {
  margin-top: 3rem;
  margin-bottom: 1rem;
}

#location-calendar-app h2 {
  margin-bottom: 1.5rem;
}

#location-calendar-app #calendar-wrapper {
  padding-top: 0;
}

#location-calendar-app #calendar-wrapper .month-listing {
  margin-top: 0;
  border-bottom: none;
}

.collapse-wrapper {
  background-color: white;
  padding: 1.25rem;
  margin-top: 2.5rem;
}

.collapse-wrapper h3 {
  margin-bottom: 0;
}

.collapse-wrapper .link-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collapse-wrapper .link-collapse .icon-open {
  display: none;
}

.collapse-wrapper .link-collapse .icon-close {
  display: block;
}

.collapse-wrapper .link-collapse.collapsed .icon-open {
  display: block;
}

.collapse-wrapper .link-collapse.collapsed .icon-close {
  display: none;
}

.collapse-wrapper #inquiryCollapse {
  margin-top: 2.5rem;
}

.logos-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logos-wrapper .logo-link {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 3.75rem;
  margin-bottom: 3.25rem;
}

@media (min-width: 768px) {
  .logos-wrapper .logo-link {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media (min-width: 1024px) {
  .logos-wrapper .logo-link {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
}
#additional-locations .slideshow {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

#additional-locations h3 {
  margin-bottom: 1.5rem;
}

#additional-locations .col-card-additional-location:hover .location-img, #additional-locations .col-card-additional-location:hover figure {
  opacity: 0;
}

#additional-locations .col-card-additional-location:hover .location-map {
  opacity: 1;
}

.btn-all-locations {
  margin-top: 1.5rem;
}

.event-detail-featured-img {
  position: relative;
  border: 1px solid #ECEDED;
}

.event-detail-featured-img .event-img-date {
  position: absolute;
  bottom: 0;
  width: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.event-detail-featured-img .event-img-date h5, .event-detail-featured-img .event-img-date h6 {
  color: white;
}

.event-detail-featured-img .event-img-date h5 {
  margin-bottom: 0;
}

.event-detail-featured-img .event-img-date h6 {
  margin-bottom: 0.2rem;
}

#event-details {
  padding-top: 0;
}

#event-details .icon-wrapper svg path {
  fill: #7F2255;
}

#event-details .event-content .share-wrapper {
  margin-top: 0.5rem;
  padding-right: 1.5rem;
  width: 89px;
}

@media (max-width: 767px) {
  #event-details .event-content {
    margin-bottom: 1rem;
  }
}
.event-meta-wrapper .location-link {
  display: block;
  margin: 0.5rem 0;
}

.event-meta-wrapper .location-link h5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#93A1A7), to(#93A1A7));
  background-image: linear-gradient(#93A1A7 0%, #93A1A7 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 85%;
  display: inline;
}

.event-meta-wrapper address, .event-meta-wrapper h6 {
  color: #606A6E;
}

.event-meta-wrapper h6 {
  margin-top: 1.5rem;
}

.event-meta-wrapper .btn-directions {
  font-size: 0.55rem;
  padding: 0.3rem 0.9rem;
}

.event-meta-wrapper .get-directions {
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
  background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 90%;
}

.event-meta-wrapper .get-directions:hover {
  color: #3E4B51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
  background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
}

.event-meta-wrapper .hashtag .image-container {
  position: relative;
}

.event-meta-wrapper .hashtag .image-container img {
  width: 100%;
  height: auto;
}

.event-meta-wrapper .hashtag .image-container .instagram-source {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  color: white;
  font-size: 0.75rem;
}

.event-meta-wrapper .hashtag .copy {
  background-color: rgba(242, 213, 213, 0.5);
  padding: 1rem;
}

.event-meta-wrapper .hashtag .copy h5 a {
  text-decoration: underline;
  font-size: 1.6rem;
  color: #004E59;
}

.event-meta-wrapper .hashtag .copy p {
  margin-bottom: 0.5rem;
}

.address {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #606A6E;
  margin-bottom: 0.5rem;
}

#calendar-app.upcoming-events {
  padding-top: 3rem;
  position: relative;
  z-index: 1;
}

#calendar-app.upcoming-events .btn-secondary {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 225px;
  padding: 0.6rem 0.75rem;
}

#calendar-app.upcoming-events .btn-secondary svg path {
  fill: #CF1974;
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

#calendar-app.upcoming-events .btn-secondary:hover svg path {
  fill: white;
}

@media (min-width: 1024px) {
  .event-content-inner {
    width: calc(100% - 88px);
  }
}
.related-events .event {
  display: block;
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
  background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  padding-bottom: 0.5rem;
}

.related-events .event:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
  background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
  color: #3E4B51;
}

.related-events .time-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.venue-reviews {
  display: grid;
  grid-gap: 2rem;
}

@media (min-width: 1024px) {
  .venue-reviews {
    grid-gap: 1rem;
  }
}
.venue-reviews {
  grid-template-columns: 1fr 1fr;
}

.venue-reviews > * {
  width: 66.66666%;
}

@media (min-width: 1024px) {
  .venue-reviews > * {
    width: 100%;
  }
}
.venue-resources {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
}

@media (min-width: 1024px) {
  .venue-resources {
    display: block;
  }
}
.venue-resources figure {
  position: relative;
  width: 66.66666%;
}

@media (min-width: 1024px) {
  .venue-resources figure {
    width: calc(50% - 0.5rem);
  }
}
.venue-resources figure {
  margin: 0 0 0.5rem;
}

.venue-resources figure:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.venue-resources a:hover figure:before {
  background-color: rgba(75, 39, 60, 0.7);
}

.venue-resources .resource {
  margin-bottom: 1rem;
}

.venue-resources .resource img {
  width: 100%;
  height: auto;
}

.venue-resources .resource h5 span {
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
  background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 90%;
}

.venue-resources .resource:hover h5 span {
  color: #3E4B51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
  background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
}

.private-events-main {
  font-size: 1.4rem;
  line-height: 1.14;
}

.private-events-main .matrix-block-text {
  font-size: 1rem;
  line-height: 1.4;
}

.private-events-main .matrix-block-blockquote blockquote {
  border: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.private-events-main .matrix-block-blockquote blockquote .quote {
  color: #004E59;
  font-size: 1.6rem;
  font-family: "Domaine";
  text-transform: none;
  line-height: 1.125;
}

.private-events-main .matrix-block-blockquote blockquote .quote p {
  margin-bottom: 0;
}

.private-events-main .matrix-block-blockquote .attribution {
  font-size: 1.4rem;
  color: #004E59;
  margin-bottom: 2rem;
}

.private-events-main .matrix-block-blockquote .attribution span {
  padding-left: 5rem;
}

@media (min-width: 1024px) {
  .private-events-main .matrix-block-blockquote .attribution span {
    padding-left: 0;
  }
}
.private-events-main .hr-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.private-events-main hr {
  width: 135px;
  border-top-color: #3E4B51;
}

.private-events-main .matrix-block-images hr {
  margin: 3.5rem 0;
}

.private-events-main .matrix-block-images img {
  width: 100%;
  height: auto;
}

.private-events-main .matrix-block-images .caption {
  text-align: center;
  color: #004E59;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-top: 2rem;
}

.private-events-main .matrix-block-images .images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem -0.5rem 0;
}

.private-events-main .matrix-block-images .images-container > div {
  padding: 1rem 0.5rem 0rem;
  width: 33%;
  position: relative;
}

.private-events-main .matrix-block-images .images-container > div a {
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
}

.private-events-main .matrix-block-images .images-container > div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background ease 0.5s;
  transition: background ease 0.5s;
}

.private-events-main .matrix-block-images .images-container > div a:hover::before {
  background-color: rgba(242, 213, 213, 0.5);
}

.private-events-main .matrix-block-images .images-container > div a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.location-cta {
  color: #004E59;
  font-size: 1.4rem;
  background-color: rgba(242, 213, 213, 0.5);
  padding: 1rem 1.5rem;
}

.location-cta p {
  font-weight: 500;
  letter-spacing: -0.25px;
}

.location-cta svg {
  fill: #D8197F;
  margin-right: 0.5rem;
}

.location-cta a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-cta a:hover svg {
  fill: white;
}

.location-cta a:focus svg, .location-cta a:active svg {
  fill: #8b114e;
}

@-webkit-keyframes privateEventsFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes privateEventsFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes privateEventsFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes privateEventsFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.weddings-private-events .event-meta-wrapper .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .weddings-private-events .event-meta-wrapper .btn-group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.weddings-private-events .event-meta-wrapper .btn-group a {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.weddings-private-events .event-meta-wrapper .btn-group a i {
  font-size: 0.8rem;
}

.weddings-private-events .related-events h5.title {
  font-family: "Domaine";
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: -0.29px;
  color: #004E59;
}

.weddings-private-events .address {
  font-size: 1.2rem;
  line-height: 1.125;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .weddings-private-events .address {
    display: block;
  }
}
.weddings-private-events .badge.placeholder {
  opacity: 0;
}

@media (min-width: 1024px) {
  .weddings-private-events .badge.placeholder {
    display: none;
  }
}
@media (min-width: 1024px) {
  .weddings-private-events .container {
    width: calc(100% - 24rem);
  }
}
.weddings-private-events #press-coverage {
  background-color: rgba(242, 213, 213, 0.5);
}

.weddings-private-events #press-coverage h2 {
  font-family: "Domaine";
  margin-bottom: 1rem;
  color: #004E59;
  font-size: 1.6rem;
  line-height: 1.125;
}

.weddings-private-events #header {
  height: 85vh;
  min-height: auto;
  max-height: none;
}

.weddings-private-events .header-slideshow .gallery-cell {
  height: 85vh;
  background-size: cover;
}

.weddings-private-events .page-wrapper {
  margin-top: -14rem;
}

.weddings-private-events .page-heading h1 {
  font-family: "Domaine";
  font-style: italic;
  font-size: 3.25rem;
}

.weddings-private-events .page-heading h1.hero-bg {
  color: #004E59;
}

.weddings-private-events .page-heading h1.hero-bg:before {
  background-color: #004E59;
}

.weddings-private-events .breadcrumb-item a {
  color: #004E59;
}

.weddings-private-events .matrix-block-videoEmbed p {
  height: 0;
  opacity: 0;
  margin: 0;
}

.weddings-private-events .matrix-block-videoEmbed hr {
  margin: 3.5rem 0;
}

.weddings-private-events .matrix-block-text h3, .weddings-private-events .matrix-block-text h5 {
  color: #004E59;
  font-size: 1.6rem;
  font-family: "Domaine";
  text-transform: none;
  line-height: 1.125;
}

.weddings-private-events .matrix-block-text .row > div > p:last-child {
  margin-bottom: 0;
}

.weddings-private-events .gallery-cell {
  opacity: 0 !important;
  -webkit-animation: privateEventsFadeOut ease 1s;
  animation: privateEventsFadeOut ease 1s;
}

.weddings-private-events .gallery-cell.is-selected {
  opacity: 1 !important;
  -webkit-animation: privateEventsFadeIn ease 1s;
  animation: privateEventsFadeIn ease 1s;
}

.private-events-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.private-events-banner.three-up {
  display: none;
}

@media (min-width: 768px) {
  .private-events-banner.three-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .private-events-banner.three-up {
    display: none;
  }
}
@media (min-width: 1260px) {
  .private-events-banner.three-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.private-events-banner.two-up {
  display: none;
}

@media (min-width: 1024px) {
  .private-events-banner.two-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1260px) {
  .private-events-banner.two-up {
    display: none;
  }
}
.private-events-banner.one-up {
  display: block;
}

.private-events-banner.one-up .private-events-banner-image {
  height: 200px;
}

.private-events-banner.one-up .private-events-banner-text {
  height: auto;
}

.private-events-banner.one-up > * {
  width: 100%;
}

@media (min-width: 768px) {
  .private-events-banner.one-up {
    display: none;
  }
}
.private-events-banner > div {
  width: 50%;
}

.private-events-banner.bookstore-cafe {
  margin-top: 2rem;
  display: block;
}

.private-events-banner.bookstore-cafe .private-events-banner-image {
  height: 200px;
}

.private-events-banner.bookstore-cafe .private-events-banner-text {
  height: auto;
}

.private-events-banner.bookstore-cafe > * {
  width: 100%;
}

@media (min-width: 768px) {
  .private-events-banner.bookstore-cafe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .private-events-banner.bookstore-cafe .private-events-banner-image {
    height: auto;
  }
}
.private-events-banner .private-events-banner-image {
  background-position: center center;
  background-size: cover;
}

.private-events-banner .private-events-banner-text {
  padding: 1rem 2rem;
  background-color: #004E59;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.private-events-banner .private-events-banner-text h2 {
  font-family: "Domaine";
  font-size: 3rem;
  color: white;
  line-height: 1;
}

.private-events-banner .private-events-banner-text h3 {
  font-family: "GTWalsheim";
  font-size: 1.4rem;
  line-height: 1.143;
  letter-spacing: -0.25px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 500;
}

#location-calendar-app .private-events-banner-text h2 {
  margin-bottom: 0.5rem;
}

.section-homepage {
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7F2255), to(#A21E66));
  background-image: linear-gradient(to bottom, #7F2255 0%, #A21E66 100%);
  position: relative;
  -webkit-font-smoothing: antialiased;
  padding: 0;
}

.section-homepage .info {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 6;
}

@media (min-width: 768px) {
  .section-homepage .info {
    padding: 2.5rem;
  }
}
@media (max-width: 767px) {
  .section-homepage .info {
    opacity: 1 !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  }
}
.section-homepage .info.fadeOut {
  opacity: 0;
}

.section-homepage .info .info-content {
  max-width: 650px;
  position: relative;
  z-index: 21;
}

.section-homepage h2 {
  color: white;
  font-size: 3rem;
  font-weight: 800;
}

@media (min-width: 768px) {
  .section-homepage h2 {
    font-size: 4rem;
  }
}
.section-homepage .lead p {
  color: white;
}

.homepage-img {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.homepage-img.background {
  position: fixed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.homepage-img.background::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .homepage-img.background::after {
    background-color: rgba(0, 0, 0, 0.35);
  }
}
.homepage-img.person {
  position: fixed;
  opacity: 0;
  z-index: 6;
  pointer-events: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: opacity;
}

.homepage-img.person#person1 {
  opacity: 1;
}

@media (max-width: 767px) {
  .homepage-img.person {
    display: none;
  }
}
.homepage-img1 {
  z-index: 6;
}

.homepage-img2 {
  z-index: 5;
}

.homepage-img3 {
  z-index: 4;
}

.homepage-img4 {
  z-index: 3;
}

.homepage-img5 {
  z-index: 2;
}

.homepage-img6 {
  z-index: 1;
}

.homepage-img7 {
  z-index: 0;
}

.homepage #nav-main {
  z-index: 10;
}

#history-drawer h3 {
  color: white;
}

#history .event-listing {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 768px) {
  #history .event-listing {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#history .event-listing:nth-of-type(4n+1) .milestone-year {
  color: #A21E66;
  margin-bottom: 0;
}

#history .event-listing:nth-of-type(4n+2) .milestone-year {
  color: #7F2255;
  margin-bottom: 0;
}

#history .event-listing:nth-of-type(4n+3) .milestone-year {
  color: #662448;
  margin-bottom: 0;
}

#history .event-listing:nth-of-type(4n+4) .milestone-year {
  color: #4B273C;
  margin-bottom: 0;
}

#history .milestone-heading {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  margin-bottom: 0;
}

@media (min-width: 1440px) {
  .person-link-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.person-bg-img {
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-drawer .person-bg-img {
  padding-bottom: 56.67%;
}

.person-link .card {
  background-color: transparent;
  margin: 0.75rem 0;
}

.person-link {
  color: #222;
}

.person-link figure {
  margin-bottom: 0.5rem;
}

@media (max-width: 575px) {
  .person-link figure {
    display: none;
  }
}
.person-link h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.person-link img, .person-link .person-bg-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.person-link:hover img, .person-link:hover .person-bg-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.person-link.no-hover:hover {
  cursor: default;
}

.person-link.no-hover:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.person-link.no-hover:hover h5, .person-link.no-hover:hover small {
  color: #222 !important;
}

.person-link-wrapper:nth-of-type(4n+1) .person-link {
  border-color: #A21E66;
}

.person-link-wrapper:nth-of-type(4n+1) .person-link:hover h5, .person-link-wrapper:nth-of-type(4n+1) .person-link:hover small {
  color: #A21E66;
}

.person-link-wrapper:nth-of-type(4n+2) .person-link {
  border-color: #7F2255;
}

.person-link-wrapper:nth-of-type(4n+2) .person-link:hover h5, .person-link-wrapper:nth-of-type(4n+2) .person-link:hover small {
  color: #7F2255;
}

.person-link-wrapper:nth-of-type(4n+3) .person-link {
  border-color: #662448;
}

.person-link-wrapper:nth-of-type(4n+3) .person-link:hover h5, .person-link-wrapper:nth-of-type(4n+3) .person-link:hover small {
  color: #662448;
}

.person-link-wrapper:nth-of-type(4n+4) .person-link {
  border-color: #4B273C;
}

.person-link-wrapper:nth-of-type(4n+4) .person-link:hover h5, .person-link-wrapper:nth-of-type(4n+4) .person-link:hover small {
  color: #4B273C;
}

#financials h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
}

.card-goal {
  border-top: 1px solid;
  background-color: transparent;
  padding-top: 0.5rem;
  margin: 0.75rem 0;
}

.card-goal-wrapper:nth-of-type(4n+1) .card-goal {
  border-top-color: #A21E66;
}

.card-goal-wrapper:nth-of-type(4n+1) h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #A21E66;
  font-size: 1.1rem;
}

.card-goal-wrapper:nth-of-type(4n+2) .card-goal {
  border-top-color: #7F2255;
}

.card-goal-wrapper:nth-of-type(4n+2) h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #7F2255;
  font-size: 1.1rem;
}

.card-goal-wrapper:nth-of-type(4n+3) .card-goal {
  border-top-color: #662448;
}

.card-goal-wrapper:nth-of-type(4n+3) h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #662448;
  font-size: 1.1rem;
}

.card-goal-wrapper:nth-of-type(4n+4) .card-goal {
  border-top-color: #4B273C;
}

.card-goal-wrapper:nth-of-type(4n+4) h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #4B273C;
  font-size: 1.1rem;
}

#advocacy-update img.center, #advocacy-update img.right {
  display: block;
  margin: 1rem auto;
}

.block-related-topic {
  display: block;
  margin-top: 3rem;
  color: #222;
}

.block-related-topic:hover {
  color: #CF1974;
}

.block-related-topic:hover h3 {
  color: #CF1974;
}

.block-related-topic img {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .block-related-topic img {
    margin-bottom: 0;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.slideshow-title {
  color: white;
  -webkit-font-smoothing: antialiased;
  margin-left: 50px;
  margin-top: 10px;
  display: inline-block;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp__img {
  padding: 30px;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  padding: 0;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #969696;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: white;
}

.pswp__error-msg a {
  color: white;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/images/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 720px;
  margin: 0 auto;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  padding: 1rem;
  line-height: 1.3;
  color: #F8F8F8;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased;
}

.pswp__caption__center p {
  margin-bottom: 0;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/images/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
  	The idea of animating inner circle is based on Polymer ("material") loading indicator
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*!
 * Datepicker for Bootstrap v1.6.4 (https://github.com/eternicode/bootstrap-datepicker)
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}

.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  text-shadow: 0 1px 0 #fff;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #333333;
  font-size: 13px;
  line-height: 1.42857143;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}

.locations-map {
  opacity: 0;
  position: absolute !important;
}

.locations-map.visible {
  position: relative !important;
  opacity: 1;
}

.location-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3rem;
}

.location-btn-wrapper h2 {
  margin-bottom: 0;
  margin-right: 1.5rem;
}

.location-btn-wrapper .btn {
  background-color: transparent;
  cursor: pointer;
  margin-right: 2px;
}

.location-btn-wrapper .btn.active, .location-btn-wrapper .btn:hover {
  background-color: white;
}

#locations-app .lead {
  margin-bottom: 1.5rem;
}

.location-appointment {
  background-color: #ECEDED;
  color: #778185;
  font-weight: 500;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
}

.location-appointment > div {
  margin-bottom: 1rem;
}

.location-appointment .copy {
  line-height: 1.143;
  font-size: 28px;
}

.appointment-modal {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(40, 43, 44, 0.95);
  height: 100vh;
  overflow: scroll;
}

.appointment-modal hr {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 1024px) {
  .appointment-modal .container {
    max-width: calc(100% - 12rem);
  }
}
.appointment-modal .container {
  margin: 2rem auto;
  background-color: black;
  color: white;
  padding: 2rem;
}

.appointment-modal .container h2 {
  color: white;
}

.appointment-modal .appointment-intro {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.128;
  margin-bottom: 2rem;
}

.appointment-modal .inputs {
  width: 100%;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 768px) {
  .appointment-modal .inputs {
    grid-template-columns: 1fr 1fr;
  }
}
.appointment-modal .inputs .form-group {
  margin-bottom: 0;
}

.appointment-modal .inputs label {
  display: block;
}

.appointment-modal .inputs input {
  width: 100%;
  color: white;
  background-color: #5F5F5F;
  border: none;
  padding: 0.5rem 1rem;
}

.appointment-modal .inputs input[name="message[Location]"] {
  background: transparent;
  font-size: 28px;
  font-weight: 500;
  padding: 0;
}

.appointment-modal .inputs select {
  margin-bottom: 1rem;
  width: 100%;
  padding: 0.5rem 0;
}

.appointment-modal .inputs select option {
  background-color: #5F5F5F;
  color: white;
}

.appointment-modal .inputs button {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.appointment-modal .close {
  width: 32px;
  height: 32px;
  border: 1px solid white;
}

.appointment-modal .close span {
  position: relative;
  top: -8px;
  left: 3px;
}

@media screen and (min-width: 1180px) {
  .appointment-modal .close span {
    top: -9px;
    left: 2px;
  }
}
@media screen and (min-width: 1440px) {
  .appointment-modal .close span {
    top: -13px;
    left: 1px;
  }
}
.appointment-modal .additional-info {
  max-width: 75ch;
}

.appointment-modal input#preferredLocation {
  display: none;
}

.appointment-modal .vdp-datepicker__calendar {
  background-color: #5F5F5F;
}

.appointment-modal .vdp-datepicker__calendar span.cell:not(.blank):not(.disabled):hover {
  background-color: #CF1974;
  border: 1px solid #CF1974;
}

.appointment-modal .vdp-datepicker {
  position: relative;
}

.appointment-modal .vdp-datepicker div:first-of-type::after {
  content: "\f073";
  font: normal normal normal 20px FontAwesome;
  position: absolute;
  right: 17px;
  top: 13px;
}

.appointment-modal .vdp-datepicker input[type=text]::-webkit-input-placeholder {
  color: white;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.appointment-modal .vdp-datepicker input[type=text]::-moz-placeholder {
  color: white;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.appointment-modal .vdp-datepicker input[type=text]:-ms-input-placeholder {
  color: white;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.appointment-modal .vdp-datepicker input[type=text]::-ms-input-placeholder {
  color: white;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.appointment-modal .vdp-datepicker input[type=text]::placeholder {
  color: white;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

.appointment-modal .vs__actions {
  display: none;
}

.appointment-modal .vs__search {
  display: none;
}

.appointment-modal .vs__selected-options {
  background-color: #5F5F5F;
  padding: 0.5rem 1rem;
}

.appointment-modal .vs__dropdown-menu {
  list-style-type: none;
  padding-left: 1rem;
}

.appointment-modal .vs__dropdown-menu li {
  padding: 0.25rem 0;
}

.appointment-modal .v-select {
  position: relative;
}

.appointment-modal .v-select .vs__selected-options::after {
  content: "\f0d7";
  font: normal normal normal 20px FontAwesome;
  position: absolute;
  right: 17px;
  top: 14px;
}

.appointment-modal .v-select[name=preferredTime] .vs__selected-options::after {
  content: "\f017";
}

.appointment-modal .v-select > ul {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 0;
}

.appointment-modal .v-select > ul li {
  background-color: #5f5f5f;
  padding-left: 1rem;
}

.appointment-modal .v-select > ul li:hover {
  background-color: #CF1974;
}

body.appointment-modal-open {
  position: relative;
  overflow: hidden;
}

body.appointment-modal-open .page-wrapper, body.appointment-modal-open #page-intro .row > *, body.appointment-modal-open #page-intro > .container, body.appointment-modal-open #page-intro {
  position: static;
}

body.appointment-modal-open .appointment-modal {
  display: block;
}

.confirmation-modal .confirmation-message {
  font-size: 1.4rem;
  padding-bottom: 28px;
  line-height: 1.143;
}

.confirmation-modal div p {
  font-size: 1rem;
  margin-bottom: 28px;
  line-height: 1.4;
}

.confirmation-modal h6 {
  color: white;
  font-size: 1rem;
}

.appointment-modal .preferred-date .v-select .vs__selected-options:after {
  top: 13px;
}

.appointment-modal .preferred-time .v-select .vs__selected-options:after {
  top: 12px;
}

.appointment-modal .preferred-price-range .v-select .vs__selected-options:after {
  top: 13px;
}

#search {
  position: fixed;
  overflow: scroll;
  background-color: #A21E66;
  color: white;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 600;
  padding: 4rem 0 3rem;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

#search .container {
  margin: auto !important;
}

#search .btn-dismiss {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
}

#search .btn-dismiss::before {
  content: "";
}

#search .btn-dismiss:hover svg path {
  fill: #CF1974;
}

#search h6 {
  color: white;
}

#search .search-form {
  background-color: #A21E66;
  position: sticky;
  top: 0;
  z-index: 700;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.25rem;
}

@media (min-width: 768px) {
  #search .search-form {
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  #search .search-form {
    top: 0.5rem;
  }
}
#search .form-full {
  height: calc(100vh - 8rem);
  margin-right: 0;
}

#search .input-group {
  position: relative;
}

@media (min-width: 576px) {
  #search .input-group .form-control {
    padding-left: 55px;
  }
}
#search .input-group-addon {
  padding-right: 0;
  position: absolute;
  top: 6px;
}

#search .btn-white {
  background-color: rgba(255, 255, 255, 0.3);
  border: 1px solid #A21E66;
}

#search .btn-white:hover {
  background-color: #fff !important;
  color: #CF1974;
  border-color: #fff;
}

#search .form-control:focus ~ .input-group-btn .btn-white {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
}

#search-results {
  margin-top: 1rem;
  overflow: scroll;
}

#search-results h6, #search-results .lead {
  color: white;
}

.card-search {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.75rem 0;
  margin: 1rem 0;
  background-color: transparent;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.8;
}

@media (min-width: 768px) {
  .card-search {
    max-height: 200px;
    overflow: hidden;
  }
}
.card-search * {
  color: white;
}

.card-search .badge {
  margin-bottom: 0.5rem;
}

.card-search .badge svg {
  margin-left: 8px;
}

@media (min-width: 768px) {
  .card-search:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#A21E66));
    background-image: linear-gradient(transparent 0%, #A21E66 100%);
  }
}
.card-search:hover {
  opacity: 1;
  border-color: #fff;
}

@media (min-width: 768px) {
  .card-search:hover {
    max-height: 1000px;
  }
}
#search.fade-enter, #search.fade-leave-to, #search.fade-leave-active {
  opacity: 0;
}

#search.fade-enter-to, #search.fade-leave {
  opacity: 1;
}

body:not(.homepage).livestream #header {
  min-height: 0;
  max-height: none;
  background-color: black;
  background-image: none;
  height: 0px;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream #header {
    height: 100px;
  }
}
body:not(.homepage).livestream #header .page-logo {
  position: absolute;
  right: 2.25rem;
  top: 0;
}

body:not(.homepage).livestream #header .page-logo img {
  height: 33.5px;
  width: 211px;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream #header .page-logo img {
    height: 44px;
    width: 277px;
  }
}
body:not(.homepage).livestream p a {
  color: #cf1974;
  background-image: none;
  word-break: break-word;
}

@media screen and (min-width: 768px) {
  body:not(.homepage).livestream p a {
    word-break: normal;
  }
}
body:not(.homepage).livestream p a:hover {
  color: #7F2255;
}

body:not(.homepage).livestream #nav-main.nav-dark {
  position: absolute;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream #nav-main.nav-dark {
    position: static;
  }
}
body:not(.homepage).livestream #nav-main.nav-dark #logo-icon .roof, body:not(.homepage).livestream #nav-main.nav-dark #logo-icon .line {
  fill: white;
}

body:not(.homepage).livestream #nav-main.nav-dark #logo-icon > div {
  overflow: visible !important;
}

body:not(.homepage).livestream #nav-main.nav-dark #logo-icon .logo-text {
  display: none;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream #nav-main.nav-dark #logo-icon .logo-text {
    display: block;
  }
}
body:not(.homepage).livestream #nav-utility {
  top: 11px;
  position: absolute;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream #nav-utility {
    top: 30px;
  }
}
body:not(.homepage).livestream #nav-utility h1 {
  font-family: futura, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  position: absolute;
  top: 40px;
  right: 40px;
  text-transform: uppercase;
  font-size: 1.3333rem;
  font-style: italic;
  font-weight: 600;
  color: #cf1974;
  letter-spacing: -1px;
}

body:not(.homepage).livestream .page-wrapper {
  -webkit-transition: none;
  transition: none;
  margin-top: 0;
}

body:not(.homepage).livestream .page-wrapper.scroll-down {
  -webkit-transform: translate(0);
  transform: translate(0);
}

@media (min-width: 1024px) {
  body:not(.homepage).livestream .page-wrapper .container {
    width: calc(100% - 4rem);
    margin-left: 30px;
  }
}
body:not(.homepage).livestream .page-wrapper main {
  background-color: black;
}

body:not(.homepage).livestream .page-wrapper main .iframe-container {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

body:not(.homepage).livestream .page-wrapper main .iframe-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 56.25%;
}

body:not(.homepage).livestream .page-wrapper main .iframe-container > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body:not(.homepage).livestream .page-wrapper main .iframes-container {
  border-bottom: 1px solid #232323;
  margin-bottom: 2rem;
}

body:not(.homepage).livestream .page-wrapper main .iframes-container > div {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream .page-wrapper main .iframes-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body:not(.homepage).livestream .page-wrapper main .iframes-container > div {
    width: 50%;
  }
  body:not(.homepage).livestream .page-wrapper main .iframes-container > div:nth-of-type(odd) {
    padding-right: 1rem;
  }
  body:not(.homepage).livestream .page-wrapper main .iframes-container > div:nth-of-type(even) {
    padding-left: 1rem;
  }
}
body:not(.homepage).livestream .page-wrapper main .iframes-container .iframe-container {
  margin-bottom: 2rem;
}

body:not(.homepage).livestream .page-wrapper main .iframes-container h2 {
  color: white;
  font-size: 2rem;
}

body:not(.homepage).livestream .page-wrapper main .iframes-container .body {
  color: #8D9A9F;
  font-size: 1.75rem;
}

body:not(.homepage).livestream .page-wrapper main .container {
  width: calc(100% - 4rem);
  margin-left: 30px;
  padding-right: 0;
  margin-right: 4rem;
}

@media screen and (min-width: 768px) {
  body:not(.homepage).livestream .page-wrapper main .container {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream .page-wrapper main .container {
    padding-left: 2.4rem;
  }
}
body:not(.homepage).livestream .page-wrapper main .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  body:not(.homepage).livestream .page-wrapper main .container .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
body:not(.homepage).livestream .page-wrapper main .container .content .body {
  max-width: 65ch;
  color: #8D9A9F;
  font-size: 1.5rem;
  margin-right: 2rem;
}

body:not(.homepage).livestream .page-wrapper main .container .content .cta {
  margin-bottom: 1rem;
}

body.careers .page-wrapper {
  margin-top: -10rem;
}

body.careers .container.fixed-cta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 10;
  padding: 0;
  background-color: transparent;
  pointer-events: none;
}

body.careers .container.fixed-cta aside {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body.careers .container.fixed-cta aside {
    width: 470px;
    margin-bottom: 1rem;
  }
}
body.careers .container.fixed-cta aside {
  background-color: #F8EAEA;
  padding: 1rem;
  pointer-events: all;
}

body.careers .container.fixed-cta a.btn {
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.careers .container.fixed-cta a.btn span {
  margin-left: 0.5rem;
}

body.careers .container.fixed-cta a.btn:hover svg g {
  stroke: white;
}

body.careers main {
  position: relative;
}

body.careers main #page-intro h2 {
  font-size: 1.8rem;
}

body.careers main p {
  font-size: 1.4rem;
  line-height: 1.2142857143;
}

body.careers main .matrix h2 {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-headline h3 {
    padding-left: 3rem;
    width: 66%;
  }
}
body.careers main .matrix .matrix-block-headline h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

body.careers main .matrix .matrix-block-text .page-text {
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-text .page-text {
    padding-left: 3rem;
  }
}
body.careers main .matrix .matrix-block-text .page-text p {
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-inlineImage figure {
    padding-left: 3rem;
    width: 66%;
  }
}
body.careers main .matrix .matrix-block-inlineImage figure .img-wrapper img {
  padding: 0;
}

body.careers main .matrix .matrix-block-inlineImage figure figcaption {
  padding: 0;
  max-width: none;
}

body.careers main .matrix .matrix-block-inlineImage figure figcaption p {
  padding-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.2;
}

body.careers main .matrix .matrix-block-inlineImage figure figcaption:before {
  display: none;
}

body.careers main .matrix .matrix-block-inlineImage figure:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E4B51), to(#3E4B51));
  background-image: linear-gradient(#3E4B51, #3E4B51);
  background-position: top center;
  background-size: 136px;
  background-repeat: no-repeat;
  margin-top: 3rem;
}

body.careers main .matrix .matrix-block-sectionTitle + .matrix-block-text p {
  font-size: 1.4rem;
  line-height: 1.2142857143;
}

body.careers main .matrix .matrix-block-sectionTitle + .matrix-block-text .page-text {
  padding-left: 0;
}

body.careers main .matrix .matrix-block-quote img {
  border-radius: 50%;
  width: 50%;
  height: 50%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-quote img {
    width: 17%;
    height: 17%;
    margin-bottom: 0rem;
  }
}
body.careers main .matrix .matrix-block-quote blockquote {
  background-color: transparent;
  padding: 0;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-quote blockquote {
    width: 66%;
  }
}
body.careers main .matrix .matrix-block-quote blockquote:after, body.careers main .matrix .matrix-block-quote blockquote:before {
  display: none;
}

body.careers main .matrix .matrix-block-quote blockquote .quote, body.careers main .matrix .matrix-block-quote blockquote .quote p:last-of-type {
  margin-bottom: 0;
}

body.careers main .matrix .matrix-block-quote blockquote .label p:before {
  content: "—";
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-videoEmbed figure {
    padding-left: 3rem;
    width: 66%;
  }
}
body.careers main .matrix .matrix-block-videoEmbed figure {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

body.careers main .matrix .matrix-block-videoEmbed figure figcaption p {
  padding-top: 1rem;
  color: #778185;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
}

body.careers main .matrix .matrix-block-videoEmbed figure:after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E4B51), to(#3E4B51));
  background-image: linear-gradient(#3E4B51, #3E4B51);
  background-position: top center;
  background-size: 136px;
  background-repeat: no-repeat;
  margin-top: 3rem;
}

body.careers main .matrix .matrix-block-slideshow .slideshow {
  margin: 0;
  padding: 1rem 0;
  background-color: transparent;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .container:after {
  content: "";
  height: 1px;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-slideshow .slideshow .container:after {
    width: 66%;
  }
}
body.careers main .matrix .matrix-block-slideshow .slideshow .container:after {
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3E4B51), to(#3E4B51));
  background-image: linear-gradient(#3E4B51, #3E4B51);
  background-position: top center;
  background-size: 136px;
  background-repeat: no-repeat;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .slideshow-header {
  display: none;
}

@media screen and (min-width: 768px) {
  body.careers main .matrix .matrix-block-slideshow .slideshow .gallery {
    padding-left: 3rem;
  }
}
body.careers main .matrix .matrix-block-slideshow .slideshow .gallery {
  height: auto;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .gallery .figure a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .gallery .flickity-viewport {
  margin-bottom: 2rem;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .gallery figcaption {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

body.careers main .matrix .matrix-block-slideshow .slideshow .gallery figcaption p {
  padding-top: 1rem;
  color: #778185;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.2;
}

body.careers .matrix-block-text a {
  color: #CF1974;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
  background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
}

body.careers .matrix-block-text a:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
  background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
}

body.careers .matrix-block-quote .container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  #sticker-wrapper:not(.closed) ~ .page-wrapper .fixed-cta {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body.careers .page-wrapper {
    margin-top: 0;
    -webkit-transform: translateY(-134px);
    transform: translateY(-134px);
  }
}
#sock .container {
  height: auto;
}

@media screen and (min-width: 768px) {
  #sock .container a {
    color: #CF1974;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
    background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
  }
  #sock .container a:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
    background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
  }
}
.button {
  -webkit-font-smoothing: antialiased;
  background-color: #CF1974;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  padding: 0.25rem 0.5rem;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.button:hover {
  color: #fff;
  background-color: #7F2255;
}

#nav-main {
  position: relative;
  z-index: 20;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 1024px) {
  #nav-main {
    position: fixed;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.5rem;
    padding-left: 0;
    height: 70vh;
    min-height: 500px;
    max-height: 700px;
    max-width: 12rem;
  }
}
#nav-main #logo-icon {
  width: calc(100% - 90px);
  padding-left: 10px;
  padding-top: 10px;
  display: block;
  position: relative;
}

@media (max-width: 360px) {
  #nav-main #logo-icon {
    padding-left: 10px;
    padding-top: 13px;
  }
}
@media (min-width: 1024px) {
  #nav-main #logo-icon {
    width: 100%;
    padding-left: 2rem;
    padding-top: 0;
  }
}
#nav-main #logo-icon svg {
  width: 260px;
  height: 34px;
}

@media (max-width: 360px) {
  #nav-main #logo-icon svg {
    width: 220px;
    height: 29px;
  }
}
@media (min-width: 576px) {
  #nav-main #logo-icon svg {
    width: 270px;
    height: 36px;
  }
}
@media (min-width: 1024px) {
  #nav-main #logo-icon svg {
    width: 349px;
    height: 46px;
  }
}
@media (min-width: 1024px) {
  #nav-main #logo-icon .logo-text {
    display: none;
  }
}
#nav-main #logo-icon .logo-icon {
  fill: inherit;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

#nav-main #logo-icon:hover .logo-icon {
  fill: #CF1974;
}

#nav-main .nav-wrapper {
  z-index: 501;
}

@media (min-width: 1024px) {
  #nav-main .nav-wrapper {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
#nav-main .nav-item {
  margin: 0;
  width: 100%;
  text-align: left;
}

#nav-main .nav-link {
  position: relative;
  font-family: "Irma Text", "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.5rem 1rem;
  color: white;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  #nav-main .nav-link {
    border-bottom: 0.2rem solid transparent;
    padding: 0.5rem 1.5rem 0.3rem 2rem;
  }
  #nav-main .nav-link:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: white;
    -webkit-transition: width 0.7s ease;
    transition: width 0.7s ease;
  }
}
#nav-main .nav-link:hover {
  color: #CF1974;
}

#nav-main .nav-link:hover:after {
  width: 100%;
}

@media (max-width: 1023px) {
  #nav-main .donate {
    display: none;
  }
}
#nav-main .nav-item.active .nav-link {
  color: #CF1974;
  border-color: #CF1974;
}

@media (max-width: 1023px) {
  #nav-main .nav-item.active .nav-link {
    background-color: white;
  }
}
#nav-main .nav-item.active .nav-link:after {
  width: 100%;
}

@media (min-width: 1024px) {
  body:not(.homepage) #nav-main.nav-dark .nav-link {
    color: #606A6E;
  }
  body:not(.homepage) #nav-main.nav-dark .nav-link:hover {
    color: #CF1974;
  }
  body:not(.homepage) #nav-main.nav-dark #logo-icon .roof {
    fill: #CF1974;
    -webkit-transition: fill 0.7s ease;
    transition: fill 0.7s ease;
  }
  body:not(.homepage) #nav-main.nav-dark #logo-icon .line {
    fill: #3E4B51;
    -webkit-transition: fill 0.7s ease;
    transition: fill 0.7s ease;
  }
  body:not(.homepage) #nav-main.nav-dark #logo-icon:hover .logo-icon {
    fill: #CF1974;
  }
}
@media (min-width: 1024px) {
  body.homepage #nav-main {
    max-width: none;
    width: 100%;
  }
  body.homepage #nav-main .nav-wrapper {
    margin-right: -1.5rem;
    margin-left: auto;
  }
  body.homepage #nav-main #logo-icon {
    padding-left: 2.5rem;
  }
  body.homepage #nav-main #logo-icon .logo-text {
    display: block;
  }
  body.homepage #nav-main #logo-icon svg {
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
    -webkit-transform-origin: top left;
    transform-origin: top left;
  }
  body.homepage #nav-main .nav-link {
    text-align: right;
    padding: 0.5rem 2rem 0.3rem 1.5rem;
  }
  body.homepage #nav-main .nav-link:after {
    right: 0;
    left: inherit;
  }
}
.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 11;
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler #line-1, .navbar-toggler #line-3 {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  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;
}

.navbar-toggler:not(.collapsed) #line-1 {
  -webkit-transform: rotateZ(35deg) translateY(-9px);
  transform: rotateZ(35deg) translateY(-9px);
}

.navbar-toggler:not(.collapsed) #line-3 {
  -webkit-transform: rotateZ(-35deg) translateY(6px);
  transform: rotateZ(-35deg) translateY(6px);
}

.navbar-toggler + #donate-btn {
  background-color: #CF1974;
  color: white;
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 1.6px;
  position: absolute;
  top: 50px;
  right: 10px;
  text-transform: uppercase;
  z-index: 0;
}

@media (min-width: 1024px) {
  .navbar-toggler + #donate-btn {
    display: none;
  }
}
@media (max-width: 1439px) {
  .navbar-toggler + #donate-btn:hover {
    background-color: white;
    color: #CF1974;
  }
}
@media (max-width: 1023px) {
  #nav-menu {
    position: fixed;
    background-color: #A21E66;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding-top: 80px;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    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;
    display: block;
  }
  #nav-menu.show, #nav-menu.collapsing {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100vh !important;
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    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;
  }
}
#nav-menu svg.ext-link {
  margin-left: 5px;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media (max-width: 1023px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open #nav-main #logo-icon, body.menu-open #nav-main .navbar-toggler {
    position: fixed;
  }
}
#nav-utility {
  position: absolute;
  z-index: 500;
  width: 100%;
  padding-top: 1.5rem;
}

#nav-utility #logo-text {
  position: absolute;
  left: 76px;
  top: 2.4rem;
}

#nav-utility .nav-item {
  margin-left: 0.3rem;
}

#nav-utility .nav-link {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.6px;
  font-weight: 600;
  color: white;
  -webkit-font-smoothing: antialiased;
  padding: 0.25rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#nav-utility .nav-link:hover {
  color: #CF1974;
  background-color: white;
}

#nav-utility .nav-link:hover svg path {
  fill: #CF1974;
}

#nav-utility .donate .nav-link {
  background-color: #CF1974;
}

#nav-utility .donate .nav-link:hover {
  background-color: white;
}

body.homepage #nav-utility {
  position: fixed;
}

body.homepage #nav-utility #logo-text {
  display: none;
}

#header {
  height: 70vh;
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 34, 85, 0.7)), to(rgba(207, 25, 116, 0.7)));
  background-image: linear-gradient(to bottom, rgba(127, 34, 85, 0.7) 0%, rgba(207, 25, 116, 0.7) 100%);
}

@media (min-width: 768px) {
  #header {
    max-height: 700px;
    min-height: 500px;
  }
}
#header .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 1024px) {
  #header:hover .hero-img-front {
    opacity: 1;
  }
}
#header:hover .label {
  opacity: 1;
}

#header .label {
  color: white;
  font-size: 12px;
  position: absolute;
  right: 1.3rem;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  opacity: 0;
}

@media (min-width: 1480px) {
  #header .label {
    opacity: 0.6;
  }
}
body.homepage #header {
  height: 0px;
  max-height: none;
  min-height: 0;
}

.hero-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
}

.no-touchevents .hero-img {
  background-attachment: fixed;
}

.hero-img-front {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}

.hero-img-front::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.6) 100%);
}

.hero-img-back {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  z-index: -1;
}

@-webkit-keyframes grayToColor {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
@keyframes grayToColor {
  0% {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  100% {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
}
#page-intro {
  position: relative;
  z-index: 1;
  padding-top: 0;
}

#page-intro > .container {
  background-color: white;
  padding-top: 2.5rem;
}

#page-intro + #advocacy-app {
  margin-top: -3.5rem;
}

.page-heading {
  position: relative;
}

.page-heading .hero-img {
  color: rgba(207, 25, 116, 0.7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  z-index: 2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-heading .hero-img:before {
  background-image: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
}

.page-heading h1 {
  padding-bottom: 0.75rem;
  margin-bottom: 2rem;
  width: 100%;
}

.page-heading h1:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
}

.page-heading h1.bar-above:before {
  top: -1.5rem;
  bottom: auto;
}

.page-heading .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(207, 25, 116, 0.7);
  z-index: 3;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.page-heading .hero-bg:before {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  background-color: rgba(207, 25, 116, 0.7);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-heading .hero-bg {
    background-color: white;
  }
}
.subtitle {
  color: #A21E66;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

body.preload .page-wrapper {
  -webkit-transform: translate(0, 10rem);
  transform: translate(0, 10rem);
}

body.preload .hero-img-front {
  opacity: 1;
}

body.preload .page-heading .hero-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

body.preload .page-heading .hero-bg {
  color: rgba(0, 0, 0, 0.6);
}

body.preload .page-heading .hero-bg:before {
  background-color: rgba(0, 0, 0, 0.6);
}

body.preload .subtitle {
  color: #3E4B51;
}

body.preload.homepage .page-wrapper {
  -webkit-transform: translate(0, 0rem);
  transform: translate(0, 0rem);
}

.page-eyebrow {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .page-eyebrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-eyebrow h6 {
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .page-eyebrow h6 {
    margin: 0;
  }
}
.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb .breadcrumb-item, .breadcrumb .badge {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-weight: 500;
  color: #3E4B51;
}

@media (min-width: 576px) {
  .breadcrumb .breadcrumb-item, .breadcrumb .badge {
    font-size: 1.1rem;
  }
}
.breadcrumb .breadcrumb-item .icon-wrapper, .breadcrumb .badge .icon-wrapper {
  height: 1.4rem;
  margin-right: 0.3rem;
}

.breadcrumb .breadcrumb-item svg, .breadcrumb .badge svg {
  height: 1.3rem;
  width: 1.3rem;
  fill: #3E4B51;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

.breadcrumb a {
  color: #A21E66;
}

.breadcrumb a:hover {
  color: #CF1974;
}

#subnav {
  position: sticky;
  top: 0;
  z-index: 3;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  margin-top: -2rem;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow-x: auto;
}

@media (min-width: 768px) {
  #subnav {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  #subnav .container {
    padding: 0;
  }
}
#subnav ul {
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  #subnav ul {
    margin-left: -0.75rem;
  }
}
#subnav .nav-link {
  color: #93A1A7;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#subnav .nav-link:hover {
  color: #CF1974;
}

#subnav .nav-link.active {
  background-color: #A21E66;
  color: white;
}

#subnav .nav-item:first-child {
  padding-left: 0;
}

.donate #subnav {
  margin-top: -0.5rem;
  margin-bottom: 4rem;
}

.split-callout-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-cssfilters .callout .callout-img {
  opacity: 0.3;
}

.callout {
  min-height: 360px;
  position: relative;
  background-color: #7A8A98;
  display: block;
  overflow: hidden;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  z-index: 11;
}

.callout .callout-img {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  opacity: 0.85;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.callout .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  height: 100px;
  min-height: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callout .container .row {
  width: 100%;
}

.callout h3 {
  color: white;
  -webkit-font-smoothing: antialiased;
}

.callout .lead, .callout .lead p {
  color: white;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2rem;
}

@media (min-width: 1600px) {
  .callout .callout-content {
    padding-left: 2.2rem;
  }
}
.callout .btn-secondary {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.callout:hover {
  background-color: rgb(97.3262711864, 112.4449152542, 125.6737288136);
}

.callout:hover .callout-img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.callout:hover .btn-secondary {
  background-color: #CF1974;
  color: white;
}

#newsletter {
  position: relative;
  background-color: #000;
  padding: 1rem 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  z-index: 11;
}

#newsletter h2, #newsletter h3 {
  color: white;
}

#newsletter .newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1439px) {
  #newsletter .newsletter-form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#newsletter h2 {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1.6px;
}

#newsletter h3 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  max-width: 800px;
  font-size: 1.1rem;
  text-transform: none;
  letter-spacing: normal;
}

#newsletter .submit-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: 1rem;
}

@media (min-width: 1440px) {
  #newsletter .submit-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
#newsletter #click-zone {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  z-index: 2;
}

@media (min-width: 1024px) {
  #newsletter #click-zone {
    height: 130px;
  }
}
#newsletter .hidden-content {
  max-height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

#newsletter .btn {
  pointer-events: none;
}

#newsletter.open {
  pointer-events: none;
}

#newsletter.open .hidden-content {
  padding: 0.5rem 0;
  max-height: 1000px;
}

#newsletter.open * {
  pointer-events: auto;
}

@media (max-width: 1023px) {
  #newsletter.open #click-zone {
    display: none;
  }
}
#footer {
  background-color: #222;
  color: white;
  -webkit-font-smoothing: antialiased;
  padding: 1.5rem 0 0.75rem;
  position: relative;
  z-index: 11;
}

#footer svg {
  width: 230px;
  height: 30px;
  margin-bottom: 1.5rem;
}

#footer a {
  color: white;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#footer a:hover {
  color: #CF1974;
}

#footer .list-inline-item {
  margin-right: 1rem;
}

#footer .donate {
  color: #CF1974;
}

#footer .donate:hover {
  color: #A21E66;
}

#footer .social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#footer dl.list-social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 220px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  #footer dl.list-social-media {
    margin-right: 0;
    margin-left: auto;
  }
}
#footer dl.list-social-media dd, #footer dl.list-social-media dt {
  margin-bottom: 0.5rem;
}

#footer dl.list-social-media dt {
  opacity: 0.4;
}

#footer .list-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

#footer .list-icons a {
  padding-left: 1rem;
  opacity: 0.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#footer .list-icons a:hover {
  opacity: 1;
}

#footer .list-icons li:first-of-type a {
  padding-left: 0rem;
}

#footer h4 {
  line-height: 1.2;
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.sub-footer {
  border-top: 1px solid #000;
  padding-top: 0.75rem;
}

@media (min-width: 768px) {
  .sub-footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sub-footer ul {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .sub-footer ul {
    margin-bottom: 0;
  }
}
.form-control {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

label {
  font-size: 15px;
  font-weight: 500;
}

.freeform input.form-control,
.freeform textarea,
.freeform select {
  border: 1px solid black;
  color: black;
}

.freeform input.form-control:focus,
.freeform textarea:focus,
.freeform select:focus {
  border: 1px solid black;
  color: black;
}

.custom-checkbox .custom-control-description {
  -webkit-transform: translateY(0.5rem);
  transform: translateY(0.5rem);
  display: inline-block;
}

@media (max-width: 575px) {
  .custom-control + .custom-control {
    margin-left: 0;
    margin-top: 0.75rem;
  }
}
.category-nav.nav-pills {
  margin: 1rem 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.category-nav.nav-pills .nav-link {
  border-bottom: 0.2rem solid transparent;
  padding: 0.5rem;
  margin-right: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-nav.nav-pills .nav-link:hover {
  background-color: white;
}

.category-nav.nav-pills .nav-link:hover .badge {
  color: #3E4B51;
}

.category-nav.nav-pills .nav-link:hover svg {
  fill: #CF1974;
}

.category-nav.nav-pills .badge {
  font-size: 0.8rem;
  letter-spacing: 1.6px;
}

.category-nav.nav-pills .icon-wrapper {
  height: 26px;
  margin-right: 6px;
}

.category-nav.nav-pills svg {
  height: 26px;
  width: 26px;
}

.category-nav.nav-pills .active {
  border-color: #CF1974;
}

.category-nav.nav-pills .active .badge {
  color: #3E4B51;
}

.category-nav.nav-pills .active svg {
  fill: #CF1974;
}

.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-font-smoothing: antialiased;
}

.badge .icon-wrapper {
  margin-right: 5px;
}

.badge {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.badge svg, .badge img, .badge object {
  width: 20px;
  height: 20px;
  fill: #3E4B51;
}

.matrix-block-image {
  margin: 1.5rem 0;
}

.matrix-block-image .container {
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.matrix-block-image .container:before, .matrix-block-image .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 1px;
  margin-left: -70px;
  background-color: #3E4B51;
}

.matrix-block-image .container:after {
  top: auto;
  bottom: 0;
}

.matrix-block-image .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.matrix-block-image .img-wrapper img {
  max-height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.75rem 1rem;
}

.matrix-block-image .img-wrapper .two-images {
  max-width: 50%;
}

.blockquote {
  margin: 1rem 0 2rem;
  padding: 0 1rem;
}

.blockquote .quote {
  color: #606A6E;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 1.3;
}

.blockquote .label {
  color: #606A6E;
}

.blockquote .label p {
  margin: 0;
}

.matrix-block-quoteWithImage, .matrix-block-quote {
  margin: 2rem 0;
}

.matrix-block-quoteWithImage .container, .matrix-block-quote .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .matrix-block-quoteWithImage .container, .matrix-block-quote .container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .matrix-block-quoteWithImage img, .matrix-block-quote img {
    max-width: 275px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.matrix-block-quoteWithImage .blockquote, .matrix-block-quote .blockquote {
  border-left: none;
  position: relative;
  background-color: #F8F8F8;
  padding: 3rem 2rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .matrix-block-quoteWithImage .blockquote, .matrix-block-quote .blockquote {
    margin-left: 2rem;
    margin-top: 1rem;
  }
}
.matrix-block-quoteWithImage .blockquote::before, .matrix-block-quote .blockquote::before {
  content: "“";
  color: #CF1974;
  position: absolute;
  font-size: 16.5rem;
  line-height: 9.5rem;
  top: 0;
  left: 0;
}

.matrix-block-quoteWithImage .blockquote::after, .matrix-block-quote .blockquote::after {
  content: "”";
  color: #CF1974;
  position: absolute;
  font-size: 16.5rem;
  line-height: 14.5rem;
  right: 0;
}

.matrix-block-sectionTitle {
  margin-top: 4.5rem;
}

.matrix-block-sectionTitle:first-child {
  margin-top: 0;
}

.body-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1rem auto;
}

.matrix-block-inlineImage {
  margin: 2rem 0;
}

.matrix-block-inlineImage .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.matrix-block-inlineImage .img-wrapper img {
  max-height: 700px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0.75rem 0.5rem;
  max-width: 100%;
}

@media (min-width: 576px) {
  .matrix-block-inlineImage .img-wrapper img {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .matrix-block-inlineImage .img-wrapper img {
    max-width: 33.3%;
  }
}
@media (min-width: 1024px) {
  .matrix-block-inlineImage .img-wrapper img {
    max-width: 25%;
  }
}
.matrix-block-inlineImage .img-wrapper .image-3 {
  padding: 0.75rem 1rem;
}

@media (min-width: 1024px) {
  .matrix-block-inlineImage .img-wrapper .image-3 {
    max-width: 33.3%;
  }
}
.matrix-block-inlineImage .img-wrapper .image-2 {
  padding: 0.75rem 1rem;
}

@media (min-width: 768px) {
  .matrix-block-inlineImage .img-wrapper .image-2 {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  .matrix-block-inlineImage .img-wrapper .image-2 {
    max-width: 50%;
  }
}
.matrix-block-inlineImage .img-wrapper .image-1 {
  padding: 0.75rem 1rem;
  max-width: 100% !important;
}

.matrix-block-inlineImage .figure-caption {
  position: relative;
  padding-top: 1rem;
  margin-top: 1rem;
}

.matrix-block-inlineImage .figure-caption:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 140px;
  height: 1px;
  margin-left: -70px;
  background-color: #3E4B51;
}

.matrix-block-fullWidthImage {
  margin-top: 3rem;
  overflow: hidden;
}

.matrix-block-fullWidthImage .hero-img {
  height: 360px;
}

.matrix-block-text .page-text {
  font-size: 1.2rem;
  max-width: 940px;
}

.matrix-block-slideShow {
  position: relative;
}

.matrix-block-featuredPositions {
  margin-bottom: 1rem;
}

.job {
  border: 2px solid #93A1A7;
  padding: 1rem;
}

@media (min-width: 768px) {
  .job {
    padding: 1.25rem;
    margin: 0 0.5rem;
    max-width: 18rem;
  }
}
@media (min-width: 768px) {
  .job:first-of-type {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
  }
}
@media (min-width: 768px) {
  .job:last-of-type {
    -webkit-margin-end: 0;
    margin-inline-end: 0;
  }
}
.job .job__category {
  color: #5F5F5F;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.job .job__title {
  color: #3E4B51;
  font-size: 1.45rem;
  margin-top: 0.5rem;
}

.job .job__location {
  color: #282B2C;
  font-size: 1.1rem;
}

.slideshow {
  background-color: #282B2C;
  padding: 3rem 0 4rem;
}

.slideshow .container {
  -webkit-transition: padding 0.5s;
  transition: padding 0.5s;
}

@media (min-width: 1024px) {
  .slideshow .container {
    padding-right: 4.5rem;
  }
  .slideshow .container.left-pad {
    padding-left: 4.5rem;
  }
}
.slideshow .slideshow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slideshow h3 {
  color: white;
  margin-bottom: 1.5rem;
}

.slideshow h6 {
  color: #ECEDED;
}

.slideshow .gallery {
  height: 285px;
}

.slideshow .gallery-cell img {
  height: 285px;
  display: block;
  margin-right: 1rem;
  opacity: 0.35;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slideshow .gallery-cell.is-selected img, .slideshow .gallery-cell:hover img {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.matrix .slideshow {
  margin: 2rem 0;
}

/*! Flickity v2.0.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: 1px solid #93A1A7;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: white;
  border-color: transparent;
}

.flickity-prev-next-button:hover .arrow {
  fill: #3E4B51;
}

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 1;
}

.flickity-prev-next-button.previous {
  left: -1.2rem;
}

@media (min-width: 1024px) {
  .flickity-prev-next-button.previous {
    left: -4rem;
  }
}
.flickity-prev-next-button.next {
  right: -1.2rem;
}

@media (min-width: 1024px) {
  .flickity-prev-next-button.next {
    right: -4rem;
  }
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.flickity-prev-next-button .arrow {
  fill: #93A1A7;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.header-slideshow {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}

.header-slideshow .gallery-cell {
  position: relative;
  min-height: 500px;
  height: 70vh;
  width: 100%;
}

.header-slideshow .gallery-cell .radial-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
}

.container.header-slider-control {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 1rem;
  margin: 0 0 1rem;
  width: 100%;
}

@media (min-width: 768px) {
  .container.header-slider-control {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1024px) {
  .container.header-slider-control {
    width: calc(100% - 12rem);
    padding: 0;
  }
}
.container.header-slider-control a {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.container.header-slider-control a .pause, .container.header-slider-control a .play {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.header-slider-control a .play {
  position: absolute;
  width: 185px;
  padding-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.header-slider-control a svg {
  stroke: #CF1974;
}

.container.header-slider-control a:hover svg, .container.header-slider-control a:focus svg {
  stroke: #8b114e;
}

.container.header-slider-control a svg {
  margin-right: 0.5rem;
}

.container.header-slider-control.paused a .pause {
  opacity: 0;
}

.container.header-slider-control.paused a .play {
  opacity: 1;
}

.container.header-slider-control.playing a .pause {
  opacity: 1;
}

.container.header-slider-control.playing a .play {
  opacity: 0;
}

.card-location-link {
  display: block;
}

@media (min-width: 768px) {
  .card-location-link {
    height: 100%;
  }
}
.col-card-location {
  margin-bottom: 1rem;
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .col-card-location {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .card-location {
    height: 100%;
  }
}
.card-location p, .card-location .table {
  color: #606A6E;
}

.card-location address {
  margin-bottom: 10px;
}

.card-location .card-heading {
  height: 32px;
}

.card-location .table {
  width: 100%;
  margin-bottom: 0;
}

.card-location .table td {
  border-top: 1px solid #DBDBDB;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.2rem 0;
}

.card-location .location-img {
  width: 100%;
  height: 200px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.card-location figure {
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-bottom: 0;
}

.card-location figure .overlay {
  background-color: #A21E66;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.6;
}

.card-location figure .location-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-location figure .icon-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-location figure .icon-wrapper svg {
  fill: white;
  width: 60px;
  height: 60px;
}

.card-location .location-map {
  position: absolute !important;
  top: 42px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.card-location .address {
  font-size: 0.85rem;
}

.col-card-location:nth-child(4n+1):hover .card-location {
  background-color: #A21E66;
}

.col-card-location:nth-child(4n+1) .card-location figure .overlay {
  background-color: #A21E66;
}

.col-card-location:nth-child(4n+2):hover .card-location {
  background-color: #7F2255;
}

.col-card-location:nth-child(4n+2) .card-location figure .overlay {
  background-color: #7F2255;
}

.col-card-location:nth-child(4n+3):hover .card-location {
  background-color: #662448;
}

.col-card-location:nth-child(4n+3) .card-location figure .overlay {
  background-color: #662448;
}

.col-card-location:nth-child(4n+4):hover .card-location {
  background-color: #4B273C;
}

.col-card-location:nth-child(4n+4) .card-location figure .overlay {
  background-color: #4B273C;
}

.col-card-location:hover .card-text, .col-card-location:hover .card-title, .col-card-location:hover p, .col-card-location:hover table, .col-card-location:hover .address, .col-card-location:hover .badge {
  color: white;
}

.col-card-location:hover svg path {
  fill: white;
}

.col-card-location:hover .location-img, .col-card-location:hover figure {
  opacity: 0;
}

.col-card-location:hover .location-map {
  opacity: 1;
}

.card-block {
  padding-top: 9px;
}

.card-title {
  color: #3E4B51;
  margin-bottom: 5px;
}

.card-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 10px;
}

.card-section {
  background-color: transparent;
  margin-top: 1.5rem;
}

.card-section a h3 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.card-section a p {
  color: #222;
}

.card-section a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-section a:hover .btn {
  opacity: 1;
}

.card-section .btn {
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.card-section figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card-section figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.card-section .btn {
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.card-section img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}

.card-section.overlay-gray {
  opacity: 0.4;
}

.card-section.overlay-gray img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-section.overlay-gray:hover {
  opacity: 1;
}

.card-section.card-mediakit img {
  max-height: 190px;
}

.card-section-advocacy {
  text-align: center;
}

.card-section-advocacy .icon-wrapper {
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.card-section-advocacy svg {
  height: 180px;
  width: 180px;
}

.card-section-wrapper:nth-child(4n+1) .card-section-advocacy svg {
  fill: #A21E66;
}

.card-section-wrapper:nth-child(4n+1) a:hover figure::before {
  background-color: rgba(162, 30, 102, 0.7);
}

.card-section-wrapper:nth-child(4n+1) a:hover h3, .card-section-wrapper:nth-child(4n+1) a:hover p {
  color: #A21E66;
}

.card-section-wrapper:nth-child(4n+2) .card-section-advocacy svg {
  fill: #7F2255;
}

.card-section-wrapper:nth-child(4n+2) a:hover figure::before {
  background-color: rgba(127, 34, 85, 0.7);
}

.card-section-wrapper:nth-child(4n+2) a:hover h3, .card-section-wrapper:nth-child(4n+2) a:hover p {
  color: #7F2255;
}

.card-section-wrapper:nth-child(4n+3) .card-section-advocacy svg {
  fill: #662448;
}

.card-section-wrapper:nth-child(4n+3) a:hover figure::before {
  background-color: rgba(102, 36, 72, 0.7);
}

.card-section-wrapper:nth-child(4n+3) a:hover h3, .card-section-wrapper:nth-child(4n+3) a:hover p {
  color: #662448;
}

.card-section-wrapper:nth-child(4n+4) .card-section-advocacy svg {
  fill: #4B273C;
}

.card-section-wrapper:nth-child(4n+4) a:hover figure::before {
  background-color: rgba(75, 39, 60, 0.7);
}

.card-section-wrapper:nth-child(4n+4) a:hover h3, .card-section-wrapper:nth-child(4n+4) a:hover p {
  color: #4B273C;
}

.card-gray-shadow {
  background-color: #ECEDED;
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-gray-shadow .bottom-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.card-gray-shadow .contact-info a {
  color: #606A6E;
}

.card-gray-shadow .contact-info a:hover {
  color: #CF1974;
}

.card-gray-shadow .contact-info {
  margin-bottom: 0.2rem;
}

.card-gray-shadow .label {
  color: #606A6E;
}

a.card-gray-shadow {
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.card-gray-shadow:hover .label, a.card-gray-shadow:hover h5, a.card-gray-shadow:hover .badge, a.card-gray-shadow:focus .label, a.card-gray-shadow:focus h5, a.card-gray-shadow:focus .badge {
  color: white;
}

a.card-gray-shadow:hover .label svg, a.card-gray-shadow:hover h5 svg, a.card-gray-shadow:hover .badge svg, a.card-gray-shadow:focus .label svg, a.card-gray-shadow:focus h5 svg, a.card-gray-shadow:focus .badge svg {
  fill: white;
}

.card-gray-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-gray-wrapper:nth-child(4n+1) .card-gray-shadow {
  -webkit-box-shadow: 0.3rem 0.3rem 0px 0px #A21E66;
  box-shadow: 0.3rem 0.3rem 0px 0px #A21E66;
}

.card-gray-wrapper:nth-child(4n+1) a.card-gray-shadow:hover {
  background-color: #A21E66;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-gray-wrapper:nth-child(4n+2) .card-gray-shadow {
  -webkit-box-shadow: 0.3rem 0.3rem 0px 0px #7F2255;
  box-shadow: 0.3rem 0.3rem 0px 0px #7F2255;
}

.card-gray-wrapper:nth-child(4n+2) a.card-gray-shadow:hover {
  background-color: #7F2255;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-gray-wrapper:nth-child(4n+3) .card-gray-shadow {
  -webkit-box-shadow: 0.3rem 0.3rem 0px 0px #662448;
  box-shadow: 0.3rem 0.3rem 0px 0px #662448;
}

.card-gray-wrapper:nth-child(4n+3) a.card-gray-shadow:hover {
  background-color: #662448;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-gray-wrapper:nth-child(4n+4) .card-gray-shadow {
  -webkit-box-shadow: 0.3rem 0.3rem 0px 0px #4B273C;
  box-shadow: 0.3rem 0.3rem 0px 0px #4B273C;
}

.card-gray-wrapper:nth-child(4n+4) a.card-gray-shadow:hover {
  background-color: #4B273C;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-press {
  padding: 0.75rem;
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.card-press .badge {
  margin-bottom: 0.5rem;
}

.card-press img {
  width: 100%;
  max-height: 45px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 0.5rem;
  opacity: 0.5;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: multiply;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card-press h6 {
  color: #606A6E;
}

.card-press .badge, .card-press h5, .card-press h6 {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.card-press .badge svg {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.card-press .bottom-content {
  padding-top: 0.5rem;
}

.card-press .bottom-content h6 {
  margin-bottom: 0;
}

.card-press:hover .badge, .card-press:hover h5, .card-press:hover h6 {
  color: white;
}

.card-press:hover .badge svg {
  fill: white;
}

.card-press:hover img {
  opacity: 1;
}

.bottom-content {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.card-press-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-press-wrapper:nth-child(4n+1) .card-press:hover {
  background-color: #A21E66;
}

.card-press-wrapper:nth-child(4n+2) .card-press:hover {
  background-color: #7F2255;
}

.card-press-wrapper:nth-child(4n+3) .card-press:hover {
  background-color: #662448;
}

.card-press-wrapper:nth-child(4n+4) .card-press:hover {
  background-color: #4B273C;
}

.col-card-shop {
  margin-bottom: 2rem;
}

.col-card-shop td,
.col-card-shop .card-title {
  color: #3E4B51;
}

.col-card-shop .address {
  color: #434F55;
}

.col-card-shop .table {
  margin-top: auto;
}

.col-card-shop .table tr td {
  font-size: 15.5px;
  line-height: 18px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  padding: 1rem 0 0.3rem;
  font-weight: bold;
}

.col-card-shop .card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.col-card-shop svg.ext-link {
  position: relative;
  top: 2px;
}

.col-card-shop:hover .card-location {
  background-color: #662448;
}

.col-card-shop:hover .card-text, .col-card-shop:hover .card-title, .col-card-shop:hover p, .col-card-shop:hover table, .col-card-shop:hover .address, .col-card-shop:hover .badge, .col-card-shop:hover .table tr td {
  color: white;
}

.col-card-shop:hover svg path {
  fill: white;
}

.col-card-shop:hover svg g {
  stroke: white;
}

.col-card-shop:hover .location-img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.card-update {
  margin-bottom: 1.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: #222;
}

.card-update img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card-update:hover {
  color: white;
}

.card-update:hover h3, .card-update:hover h6, .card-update:hover .badge {
  color: white;
}

.card-update:hover h3 svg, .card-update:hover h6 svg, .card-update:hover .badge svg {
  fill: white;
}

.card-update:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  mix-blend-mode: soft-light;
  opacity: 0.85;
}

.card-update.fromTheCeo .card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-update.fromTheCeo .badge {
  margin-top: 0.75rem;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.card-update-alert {
  padding: 0.75rem;
  border: 2px solid #CF1974;
  position: relative;
}

.card-update-alert:after, .card-update-alert:before {
  content: "";
  width: 0;
  height: 0;
  border-right: 2.2rem solid #ECEDED;
  border-bottom: 2.2rem solid transparent;
  position: absolute;
  top: -2px;
  right: -2px;
}

.card-update-alert:before {
  border-right: none;
  border-bottom: none;
  border-left: 2.2rem solid #CF1974;
  border-top: 2.2rem solid transparent;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.card-update-alert .badge {
  margin-bottom: 0.5rem;
}

.card-update-alert .badge svg {
  width: 16px;
  height: 24px;
}

.card-update-alert h6 {
  margin-top: 1rem;
  margin-bottom: 0;
}

.card-update-alert.actionAlert {
  color: #CF1974;
  border-color: #CF1974 !important;
}

.card-update-alert.actionAlert h3, .card-update-alert.actionAlert h6, .card-update-alert.actionAlert .badge {
  color: #CF1974;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.card-update-alert.actionAlert .badge span {
  font-size: 24px;
  margin-right: 5px;
}

.card-update-alert.actionAlert:before {
  border-left-color: #CF1974 !important;
}

.card-update-alert.actionAlert:hover {
  background-color: #CF1974 !important;
  color: white;
}

.card-update-alert.actionAlert:hover h3, .card-update-alert.actionAlert:hover h6, .card-update-alert.actionAlert:hover .badge {
  color: white;
}

.card-update-alert:hover:before {
  border-left-color: #fff !important;
}

.card-update-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-update-wrapper:nth-child(4n+1) .card-update:hover {
  background-color: #A21E66;
}

.card-update-wrapper:nth-child(4n+1) .card-update-alert {
  border-color: #A21E66;
}

.card-update-wrapper:nth-child(4n+1) .card-update-alert:before {
  border-left-color: #A21E66;
}

.card-update-wrapper:nth-child(4n+2) .card-update:hover {
  background-color: #7F2255;
}

.card-update-wrapper:nth-child(4n+2) .card-update-alert {
  border-color: #7F2255;
}

.card-update-wrapper:nth-child(4n+2) .card-update-alert:before {
  border-left-color: #7F2255;
}

.card-update-wrapper:nth-child(4n+3) .card-update:hover {
  background-color: #662448;
}

.card-update-wrapper:nth-child(4n+3) .card-update-alert {
  border-color: #662448;
}

.card-update-wrapper:nth-child(4n+3) .card-update-alert:before {
  border-left-color: #662448;
}

.card-update-wrapper:nth-child(4n+4) .card-update:hover {
  background-color: #4B273C;
}

.card-update-wrapper:nth-child(4n+4) .card-update-alert {
  border-color: #4B273C;
}

.card-update-wrapper:nth-child(4n+4) .card-update-alert:before {
  border-left-color: #4B273C;
}

.legal-services .card-update-alert:after {
  border-right-color: #fff;
}

.share-block {
  position: sticky;
  top: 0.5rem;
}

.share-block h6 {
  color: #606A6E;
}

.share-block .btn {
  padding: 0.5rem 0.8rem;
}

.share-block .btn-info {
  background-color: white;
}

.event-card .details-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event-card .details-event .card-text {
  margin-bottom: 0;
}

.event-card .details-event .event-date {
  padding-top: 0.5rem;
  padding-left: 0;
  text-align: center;
}

.event-card .details-event .event-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 3rem;
}

.event-card .details-event .card-title {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}

.event-card img {
  width: 393px;
  height: 300px;
}

body.drawer-open {
  overflow: hidden;
}

.event-drawer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  z-index: 999;
  color: white;
  overflow-y: scroll;
  -webkit-transition: right 0.5s ease;
  transition: right 0.5s ease;
}

@media (min-width: 768px) {
  .event-drawer {
    width: 40vw;
    min-width: 650px;
  }
}
.event-drawer .event-drawer-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  padding-right: 0.75rem;
}

@media (min-width: 768px) {
  .event-drawer .event-drawer-header {
    padding-left: 2rem;
  }
}
.event-drawer .event-drawer-header h3 {
  margin-bottom: 0;
}

.event-drawer .card-event-date {
  padding: 0;
}

.event-drawer .card-event-date .month, .event-drawer .card-event-date h5 {
  color: white;
}

.event-drawer .card-event-date h5 {
  line-height: 1rem;
}

.event-drawer img {
  width: 100%;
}

.event-drawer .event-drawer-body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1rem;
  position: relative;
}

@media (min-width: 768px) {
  .event-drawer .event-drawer-body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.event-drawer .event-drawer-body .badge-wrapper {
  position: relative;
  margin-bottom: 1rem;
  max-width: 100%;
}

.event-drawer .event-drawer-body .badge-wrapper .badge-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-right: 2rem;
  width: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.event-drawer .event-drawer-body .badge-wrapper .badge-inner-wrapper::-webkit-scrollbar {
  display: none;
}

.event-drawer .event-drawer-body .badge-wrapper .badge-inner-wrapper h6 {
  margin-bottom: 0;
}

.event-drawer .event-drawer-body .badge-wrapper .badge-inner-wrapper .badge, .event-drawer .event-drawer-body .badge-wrapper .badge-inner-wrapper h6 {
  margin-right: 1rem;
  color: white;
}

.event-drawer .event-drawer-body .badge-wrapper .badge-bg-overflow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 3rem;
  z-index: 1;
}

.event-drawer .event-drawer-body p {
  max-width: 750px;
}

.event-drawer .event-drawer-body h3, .event-drawer .event-drawer-body h5, .event-drawer .event-drawer-body h6 {
  color: white;
}

.event-drawer .event-drawer-body h6 {
  font-weight: 500;
}

.event-drawer #btn-prev, .event-drawer #btn-next {
  position: absolute;
  bottom: 1rem;
  border: none;
  background-color: transparent;
}

.event-drawer #btn-prev path, .event-drawer #btn-next path {
  fill: white;
}

.event-drawer #btn-prev, .event-drawer #btn-next {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.event-drawer #btn-prev:hover, .event-drawer #btn-next:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.event-drawer #btn-prev {
  left: 1rem;
}

.event-drawer #btn-prev svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.event-drawer #btn-next {
  right: 1rem;
}

.event-drawer .btn-bg {
  min-height: calc(1rem + 45px);
  position: sticky;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.drawer-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 800;
}

.drawer-wrapper svg {
  fill: white;
}

.aside-bg {
  background-color: rgba(236, 237, 237, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 700;
}

.slide-enter aside, .slide-leave-to aside {
  right: -100vw;
}

.slide-enter .aside-bg, .slide-leave-to .aside-bg {
  opacity: 0;
}

.slide-enter-to aside, .slide-leave aside {
  right: 0;
}

.slide-enter-to .aside-bg, .slide-leave .aside-bg {
  opacity: 1;
}

#people-drawer .event-drawer .btn-dismiss {
  position: absolute;
  right: 0.75rem;
  top: 1rem;
  z-index: 2;
}

.card-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

@media (min-width: 576px) {
  .card-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-event .card-event-img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .card-event .card-event-img {
    max-width: 400px;
    margin-right: 1.5rem;
  }
}
.card-event .badge {
  margin-bottom: 0.5rem;
}

.card-event p {
  color: #222;
}

.card-event:hover .badge, .card-event:hover p, .card-event:hover h3, .card-event:hover h5 {
  color: white;
}

.card-event:hover hr {
  border-color: white;
}

.card-event:hover svg path {
  fill: white;
}

.card-event:nth-child(4n+1) {
  border-color: #A21E66;
}

.card-event:nth-child(4n+1):hover {
  background-color: #A21E66;
}

.card-event:nth-child(4n+2) {
  border-color: #7F2255;
}

.card-event:nth-child(4n+2):hover {
  background-color: #7F2255;
}

.card-event:nth-child(4n+3) {
  border-color: #662448;
}

.card-event:nth-child(4n+3):hover {
  background-color: #662448;
}

.card-event:nth-child(4n+4) {
  border-color: #4B273C;
}

.card-event:nth-child(4n+4):hover {
  background-color: #4B273C;
}

.card-event-date {
  padding-top: 0.8rem;
  padding-left: 0.675rem;
  padding: 0.8rem 0 0.675rem 0.8rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #3E4B51;
  margin-right: 1.625rem;
}

@media (max-width: 767px) {
  .card-event-date {
    padding-bottom: 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .card-event-date {
    margin-right: 0;
  }
}
.card-event-date .month {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 0.2rem;
  color: #3E4B51;
}

@media (max-width: 767px) {
  .card-event-date .month {
    margin-right: 5px;
    margin-bottom: 0;
    text-align: left;
  }
}
.card-event-date h5 {
  text-align: center;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .card-event-date h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #3E4B51;
  }
}
.card-event-date .time {
  font-size: 16px;
  font-weight: 500;
  color: #3E4B51;
  text-align: center;
  margin-bottom: 0;
}

.card-event-date hr {
  border-top-color: #93A1A7;
  width: 55px;
  margin: 0.4rem 0;
}

@media (max-width: 767px) {
  .card-event-date hr {
    width: 15px;
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  .card-event-text {
    padding: 0.8rem;
  }
}
.gm-style .gm-style-iw, .gm-style-iw div {
  overflow: visible !important;
}

.gm-style .gm-style-iw-c {
  padding: 12px !important;
}

.info-window {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  padding: 5px;
}

.info-window .badge {
  margin-bottom: 0.3rem;
}

.info-window .btn-secondary {
  font-size: 0.6rem;
  padding: 0.3rem 0.5rem;
}

.info-window a.btn {
  display: inline-block;
}

.service-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0;
}

.service-block .icon-wrapper {
  width: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-block .icon-wrapper svg {
  overflow: visible;
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 768px) {
  .service-block .icon-wrapper svg {
    width: 3rem;
    height: 3rem;
  }
}
.service-block h5 {
  margin-bottom: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

.service-block-wrapper:nth-child(4n+1) .service-block:hover h5 {
  color: #A21E66;
}

.service-block-wrapper:nth-child(4n+1) .service-block:hover svg path {
  fill: #A21E66;
}

.service-block-wrapper:nth-child(4n+2) .service-block:hover h5 {
  color: #7F2255;
}

.service-block-wrapper:nth-child(4n+2) .service-block:hover svg path {
  fill: #7F2255;
}

.service-block-wrapper:nth-child(4n+3) .service-block:hover h5 {
  color: #662448;
}

.service-block-wrapper:nth-child(4n+3) .service-block:hover svg path {
  fill: #662448;
}

.service-block-wrapper:nth-child(4n+4) .service-block:hover h5 {
  color: #4B273C;
}

.service-block-wrapper:nth-child(4n+4) .service-block:hover svg path {
  fill: #4B273C;
}

.draggable {
  position: absolute;
  z-index: 12;
}

.draggable.draggable-lg {
  left: 15px;
  top: 65px;
}

@media (min-width: 768px) {
  .draggable.draggable-lg {
    right: 3rem;
    top: calc(70vh - 18rem);
    left: inherit;
  }
}
@media (min-height: 1000px) {
  .draggable.draggable-lg {
    top: calc(700px - 18rem);
  }
}
@media (min-width: 1600px) {
  .draggable.draggable-lg {
    top: 8rem;
  }
}
.draggable.draggable-sm {
  right: 15px;
  top: 315px;
}

@media (min-width: 768px) {
  .draggable.draggable-sm {
    right: 13rem;
    top: calc(70vh - 14rem);
  }
}
@media (min-height: 1000px) {
  .draggable.draggable-sm {
    top: calc(700px - 14rem);
  }
}
@media (min-width: 1600px) {
  .draggable.draggable-sm {
    top: 13rem;
  }
}
.draggable:hover, .draggable:focus, .draggable.is-pointer-down {
  z-index: 13;
}

body.homepage .draggable {
  position: fixed;
}

.sticker {
  background-color: #CF1974;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  background-size: cover;
  -webkit-box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2), inset 3px 3px 6px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.2), inset 3px 3px 6px 0 rgba(255, 255, 255, 0.4);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 767px) {
  .sticker {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .sticker:hover, .sticker:focus, .sticker.is-pointer-down {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  .sticker:hover .expanded-content, .sticker:focus .expanded-content, .sticker.is-pointer-down .expanded-content {
    opacity: 1;
  }
  .sticker:hover .sticker-text, .sticker:focus .sticker-text, .sticker.is-pointer-down .sticker-text {
    opacity: 0;
  }
}
.sticker h3 {
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .sticker .expanded-content {
    padding: 15px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 30px);
  }
}
.draggable-lg .sticker {
  width: 180px;
  height: 180px;
  padding: 15px;
}

@media (max-width: 767px) {
  .draggable-lg .sticker {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 767px) {
  .draggable-lg .sticker .expanded-content {
    text-transform: none;
    font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    margin-top: 5px;
  }
}
.draggable-sm .sticker {
  width: 120px;
  height: 120px;
}

@media (max-width: 767px) {
  .draggable-sm .sticker {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 768px) {
  .draggable-sm .sticker h3 {
    font-size: 11px;
  }
}
#sticker-wrapper {
  z-index: 400;
}

@media (max-width: 767px) {
  #sticker-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(219, 219, 219, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#sticker-wrapper.closed {
  background-color: transparent;
  height: 0;
  overflow: hidden;
  display: none;
}

#sticker-wrapper.closed .sticker {
  -webkit-transform: scale(0);
  transform: scale(0);
}

#sticker-wrapper.closed .sticker-dismiss {
  display: none;
}

#sticker-wrapper.closed #sticker-toggle {
  background-color: #CF1974;
}

.sticker-dismiss {
  position: absolute;
  left: 0;
  bottom: 70px;
  width: 100%;
}

#sticker-toggle {
  border-radius: 50%;
  padding: 0.7rem;
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 501;
  background-color: transparent;
}

#sticker-toggle:hover {
  background-color: transparent;
}

#sticker-toggle.active {
  background-color: #CF1974;
}

.store-hour-changes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.6rem 0.4rem;
  margin-bottom: 1.5rem;
}

.store-hour-changes .exclamation-icon {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: #CF1974;
  margin-right: 1rem;
  font-size: 2rem;
  font-weight: 600;
}

.store-hour-changes h6 {
  font-size: 0.6rem;
}

@media (min-width: 576px) {
  .store-hour-changes dl .dl-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.store-hour-changes dl dt {
  width: 3.5rem;
}

.store-hour-changes dl dd {
  font-weight: 500;
}

.store-hour-changes dl, .store-hour-changes p {
  font-size: 0.75rem;
}

.store-hour-changes h6, .store-hour-changes p {
  color: #606A6E;
}

.store-hour-changes p {
  margin-bottom: 0;
}

html {
  font-size: 16px;
}

@media (min-width: 768px) {
  html {
    font-size: 17px;
  }
}
@media (min-width: 1180px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 20px;
  }
}
body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1 {
  font-weight: 800;
}

@media (min-width: 576px) {
  h1 {
    font-size: 2.8rem;
  }
}
h4,
h5 {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}

h5 {
  line-height: 1.2;
}

h6 {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.6px;
}

p a,
.matrix-block-text a,
#financials a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#606A6E), to(#606A6E));
  background-image: linear-gradient(#606A6E 0%, #606A6E 100%);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 90%;
  color: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

p a:hover,
.matrix-block-text a:hover,
#financials a:hover {
  color: #3E4B51;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#CF1974), to(#CF1974));
  background-image: linear-gradient(#CF1974 0%, #CF1974 100%);
}

.lead,
.lead p {
  font-size: 1.4rem;
  color: #606A6E;
  line-height: 1.25;
}

.advocacy .lead {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}

.label {
  font-size: 15px;
  font-weight: 500;
}

.figure-caption {
  text-align: center;
  max-width: 600px;
  margin: auto;
}

section {
  padding: 2.5rem 0;
}

.section-gray {
  background-color: #ECEDED;
}

.btn {
  font-family: "GTWalsheim", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.6px;
  -webkit-font-smoothing: antialiased;
}

.btn:focus {
  outline: none;
}

.btn-sm, .btn-group-sm > .btn {
  font-size: 11px;
}

.btn-lg, .btn-group-lg > .btn {
  font-size: 1.2rem;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #7F2255;
  color: white;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #7F2255;
}

.btn-secondary {
  border: 1px solid #CF1974;
}

.btn-external {
  position: relative;
  padding-right: 2.3rem;
}

.btn-external::after {
  content: url("/images/ext-link-icon.svg");
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  margin-top: -13px;
  position: absolute;
}

.btn-white {
  background-color: transparent;
  color: white;
  border-color: white;
}

.btn-white:hover {
  background-color: #CF1974;
  border-color: #CF1974;
  color: white;
}

.btn-dismiss {
  padding: 0.5rem;
  padding-bottom: 0.3rem;
}

.btn-dismiss::before {
  content: url("/images/close-icon.svg");
}

.btn-secondary:hover {
  background-color: #CF1974;
  color: white;
}

.btn-info:hover {
  background-color: #3E4B51;
  color: white;
  border-color: #3E4B51;
}

.btn-all-events {
  margin: 0.5rem 0 1.25rem 0;
  padding: 0.5rem;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-all-events svg {
  width: 20px;
  margin-right: 0.75rem;
}

.btn-all-events svg path {
  fill: #CF1974;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-all-events:hover svg path {
  fill: white;
}

#loading {
  height: 100vh;
  width: 100%;
  position: absolute;
  z-index: 9;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  background-color: #ECEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 200px;
}

#loading h5 {
  margin-top: 1rem;
  color: #CF1974;
}

#loading .loader-wheel {
  font-size: 64px; /* change size here */
  position: relative;
  height: 1em;
  width: 1em;
  padding-left: 0.45em;
  overflow: hidden;
  margin: 0 auto;
  -webkit-animation: loader-wheel-rotate 1s steps(12) infinite;
  animation: loader-wheel-rotate 1s steps(12) infinite;
}

#loading .loader-wheel i {
  display: block;
  position: absolute;
  height: 0.3em;
  width: 0.1em;
  border-radius: 0.05em;
  background: #CF1974;
  opacity: 0.8;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  -webkit-transform-origin: center 0.5em;
  transform-origin: center 0.5em;
}

@-webkit-keyframes loader-wheel-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-wheel-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loadingFade-enter,
.loadingFade-leave-to,
.loadingFade-leave-active {
  opacity: 0;
}

.loadingFade-enter-to,
.loadingFade-leave {
  opacity: 1;
}

.slideshow .gallery:empty {
  display: none;
}

