@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600&family=Nunito:wght@400;700&display=swap");
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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 .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, input[type=text],
textarea,
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input[type=text],
textarea,
select {
    transition: none;
  }
}
.form-control::-ms-expand, input[type=text]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, input[type=text]:focus,
textarea:focus,
select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, input[type=text]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input[type=text]:disabled,
textarea:disabled,
select:disabled, .form-control[readonly], input[readonly][type=text],
textarea[readonly],
select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value,
select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select[size], select.form-control[multiple],
select[multiple] {
  height: auto;
}

textarea.form-control,
textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated input[type=text]:valid,
.was-validated textarea:valid,
.was-validated select:valid, .form-control.is-valid, input.is-valid[type=text],
textarea.is-valid,
select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated input[type=text]:valid:focus,
.was-validated textarea:valid:focus,
.was-validated select:valid:focus, .form-control.is-valid:focus, input.is-valid[type=text]:focus,
textarea.is-valid:focus,
select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated textarea:valid ~ .valid-feedback,
.was-validated select:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated textarea:valid ~ .valid-tooltip,
.was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[type=text] ~ .valid-feedback,
textarea.is-valid ~ .valid-feedback,
select.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
input.is-valid[type=text] ~ .valid-tooltip,
textarea.is-valid ~ .valid-tooltip,
select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated input[type=text]:invalid,
.was-validated textarea:invalid,
.was-validated select:invalid, .form-control.is-invalid, input.is-invalid[type=text],
textarea.is-invalid,
select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated input[type=text]:invalid:focus,
.was-validated textarea:invalid:focus,
.was-validated select:invalid:focus, .form-control.is-invalid:focus, input.is-invalid[type=text]:focus,
textarea.is-invalid:focus,
select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback,
.was-validated select:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[type=text] ~ .invalid-feedback,
textarea.is-invalid ~ .invalid-feedback,
select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
input.is-invalid[type=text] ~ .invalid-tooltip,
textarea.is-invalid ~ .invalid-tooltip,
select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid, textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline input[type=text],
.form-inline textarea,
.form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
    transition: none;
  }
}
.btn:hover, input[type=submit]:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, input[type=submit]:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .btn.focus, input.focus[type=submit], .main-content a.focus.richtext-button,
.cke_editable a.focus.richtext-button,
.mce-content-body a.focus.richtext-button, .main-content .richtext-button a.focus,
.cke_editable .richtext-button a.focus,
.mce-content-body .richtext-button a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, input.disabled[type=submit], .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled, .btn:disabled, input[type=submit]:disabled, .main-content a.richtext-button:disabled,
.cke_editable a.richtext-button:disabled,
.mce-content-body a.richtext-button:disabled, .main-content .richtext-button a:disabled,
.cke_editable .richtext-button a:disabled,
.mce-content-body .richtext-button a:disabled {
  opacity: 0.65;
}
a.btn.disabled, .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .main-content a.richtext-button,
.main-content fieldset:disabled a.richtext-button,
fieldset:disabled .cke_editable a.richtext-button,
.cke_editable fieldset:disabled a.richtext-button,
fieldset:disabled .mce-content-body a.richtext-button,
.mce-content-body fieldset:disabled a.richtext-button,
fieldset:disabled .main-content .richtext-button a,
.main-content .richtext-button fieldset:disabled a,
fieldset:disabled .cke_editable .richtext-button a,
.cke_editable .richtext-button fieldset:disabled a,
fieldset:disabled .mce-content-body .richtext-button a,
.mce-content-body .richtext-button fieldset:disabled a {
  pointer-events: none;
}

.btn-primary, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, input[type=submit]:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, input[type=submit]:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .btn-primary.focus, input.focus[type=submit], .main-content a.focus.richtext-button,
.cke_editable a.focus.richtext-button,
.mce-content-body a.focus.richtext-button, .main-content .richtext-button a.focus,
.cke_editable .richtext-button a.focus,
.mce-content-body .richtext-button a.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, input.disabled[type=submit], .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled, .btn-primary:disabled, input[type=submit]:disabled, .main-content a.richtext-button:disabled,
.cke_editable a.richtext-button:disabled,
.mce-content-body a.richtext-button:disabled, .main-content .richtext-button a:disabled,
.cke_editable .richtext-button a:disabled,
.mce-content-body .richtext-button a:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled):active, .main-content a.richtext-button:not(:disabled):not(.disabled):active,
.cke_editable a.richtext-button:not(:disabled):not(.disabled):active,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled):active, .main-content .richtext-button a:not(:disabled):not(.disabled):active,
.cke_editable .richtext-button a:not(:disabled):not(.disabled):active,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active, .main-content a.richtext-button:not(:disabled):not(.disabled).active,
.cke_editable a.richtext-button:not(:disabled):not(.disabled).active,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled).active, .main-content .richtext-button a:not(:disabled):not(.disabled).active,
.cke_editable .richtext-button a:not(:disabled):not(.disabled).active,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > input.dropdown-toggle[type=submit], .main-content .show > a.dropdown-toggle.richtext-button,
.cke_editable .show > a.dropdown-toggle.richtext-button,
.mce-content-body .show > a.dropdown-toggle.richtext-button, .main-content .richtext-button .show > a.dropdown-toggle,
.cke_editable .richtext-button .show > a.dropdown-toggle,
.mce-content-body .richtext-button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus, .main-content a.richtext-button:not(:disabled):not(.disabled):active:focus,
.cke_editable a.richtext-button:not(:disabled):not(.disabled):active:focus,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled):active:focus, .main-content .richtext-button a:not(:disabled):not(.disabled):active:focus,
.cke_editable .richtext-button a:not(:disabled):not(.disabled):active:focus,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, input[type=submit]:not(:disabled):not(.disabled).active:focus, .main-content a.richtext-button:not(:disabled):not(.disabled).active:focus,
.cke_editable a.richtext-button:not(:disabled):not(.disabled).active:focus,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled).active:focus, .main-content .richtext-button a:not(:disabled):not(.disabled).active:focus,
.cke_editable .richtext-button a:not(:disabled):not(.disabled).active:focus,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > input.dropdown-toggle[type=submit]:focus, .main-content .show > a.dropdown-toggle.richtext-button:focus,
.cke_editable .show > a.dropdown-toggle.richtext-button:focus,
.mce-content-body .show > a.dropdown-toggle.richtext-button:focus, .main-content .richtext-button .show > a.dropdown-toggle:focus,
.cke_editable .richtext-button .show > a.dropdown-toggle:focus,
.mce-content-body .richtext-button .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type=submit], .main-content .btn-group-lg > a.richtext-button,
.cke_editable .btn-group-lg > a.richtext-button,
.mce-content-body .btn-group-lg > a.richtext-button, .main-content .richtext-button .btn-group-lg > a,
.cke_editable .richtext-button .btn-group-lg > a,
.mce-content-body .richtext-button .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type=submit], .main-content .btn-group-sm > a.richtext-button,
.cke_editable .btn-group-sm > a.richtext-button,
.mce-content-body .btn-group-sm > a.richtext-button, .main-content .richtext-button .btn-group-sm > a,
.cke_editable .richtext-button .btn-group-sm > a,
.mce-content-body .richtext-button .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > input[type=submit], .main-content .btn-group > a.richtext-button,
.cke_editable .btn-group > a.richtext-button,
.mce-content-body .btn-group > a.richtext-button, .main-content .richtext-button .btn-group > a,
.cke_editable .richtext-button .btn-group > a,
.mce-content-body .richtext-button .btn-group > a,
.btn-group-vertical > .btn,
.btn-group-vertical > input[type=submit],
.main-content .btn-group-vertical > a.richtext-button,
.cke_editable .btn-group-vertical > a.richtext-button,
.mce-content-body .btn-group-vertical > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > a,
.cke_editable .richtext-button .btn-group-vertical > a,
.mce-content-body .richtext-button .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > input[type=submit]:hover, .main-content .btn-group > a.richtext-button:hover,
.cke_editable .btn-group > a.richtext-button:hover,
.mce-content-body .btn-group > a.richtext-button:hover, .main-content .richtext-button .btn-group > a:hover,
.cke_editable .richtext-button .btn-group > a:hover,
.mce-content-body .richtext-button .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > input[type=submit]:hover,
.main-content .btn-group-vertical > a.richtext-button:hover,
.cke_editable .btn-group-vertical > a.richtext-button:hover,
.mce-content-body .btn-group-vertical > a.richtext-button:hover,
.main-content .richtext-button .btn-group-vertical > a:hover,
.cke_editable .richtext-button .btn-group-vertical > a:hover,
.mce-content-body .richtext-button .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > input[type=submit]:focus, .main-content .btn-group > a.richtext-button:focus,
.cke_editable .btn-group > a.richtext-button:focus,
.mce-content-body .btn-group > a.richtext-button:focus, .main-content .richtext-button .btn-group > a:focus,
.cke_editable .richtext-button .btn-group > a:focus,
.mce-content-body .richtext-button .btn-group > a:focus, .btn-group > .btn:active, .btn-group > input[type=submit]:active, .main-content .btn-group > a.richtext-button:active,
.cke_editable .btn-group > a.richtext-button:active,
.mce-content-body .btn-group > a.richtext-button:active, .main-content .richtext-button .btn-group > a:active,
.cke_editable .richtext-button .btn-group > a:active,
.mce-content-body .richtext-button .btn-group > a:active, .btn-group > .btn.active, .btn-group > input.active[type=submit], .main-content .btn-group > a.active.richtext-button,
.cke_editable .btn-group > a.active.richtext-button,
.mce-content-body .btn-group > a.active.richtext-button, .main-content .richtext-button .btn-group > a.active,
.cke_editable .richtext-button .btn-group > a.active,
.mce-content-body .richtext-button .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > input[type=submit]:focus,
.main-content .btn-group-vertical > a.richtext-button:focus,
.cke_editable .btn-group-vertical > a.richtext-button:focus,
.mce-content-body .btn-group-vertical > a.richtext-button:focus,
.main-content .richtext-button .btn-group-vertical > a:focus,
.cke_editable .richtext-button .btn-group-vertical > a:focus,
.mce-content-body .richtext-button .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > input[type=submit]:active,
.main-content .btn-group-vertical > a.richtext-button:active,
.cke_editable .btn-group-vertical > a.richtext-button:active,
.mce-content-body .btn-group-vertical > a.richtext-button:active,
.main-content .richtext-button .btn-group-vertical > a:active,
.cke_editable .richtext-button .btn-group-vertical > a:active,
.mce-content-body .richtext-button .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > input.active[type=submit],
.main-content .btn-group-vertical > a.active.richtext-button,
.cke_editable .btn-group-vertical > a.active.richtext-button,
.mce-content-body .btn-group-vertical > a.active.richtext-button,
.main-content .richtext-button .btn-group-vertical > a.active,
.cke_editable .richtext-button .btn-group-vertical > a.active,
.mce-content-body .richtext-button .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .main-content .btn-group > a.richtext-button:not(:first-child),
.cke_editable .btn-group > a.richtext-button:not(:first-child),
.mce-content-body .btn-group > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group > a:not(:first-child),
.cke_editable .richtext-button .btn-group > a:not(:first-child),
.mce-content-body .richtext-button .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .main-content .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle), .main-content .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > input[type=submit],
.main-content .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.cke_editable .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.mce-content-body .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.main-content .richtext-button .btn-group > .btn-group:not(:last-child) > a,
.cke_editable .richtext-button .btn-group > .btn-group:not(:last-child) > a,
.mce-content-body .richtext-button .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .main-content .btn-group > a.richtext-button:not(:first-child),
.cke_editable .btn-group > a.richtext-button:not(:first-child),
.mce-content-body .btn-group > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group > a:not(:first-child),
.cke_editable .richtext-button .btn-group > a:not(:first-child),
.mce-content-body .richtext-button .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > input[type=submit],
.main-content .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.cke_editable .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.mce-content-body .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.main-content .richtext-button .btn-group > .btn-group:not(:first-child) > a,
.cke_editable .richtext-button .btn-group > .btn-group:not(:first-child) > a,
.mce-content-body .richtext-button .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .main-content .btn-group-sm > a.richtext-button + .dropdown-toggle-split,
.cke_editable .btn-group-sm > a.richtext-button + .dropdown-toggle-split,
.mce-content-body .btn-group-sm > a.richtext-button + .dropdown-toggle-split, .main-content .richtext-button .btn-group-sm > a + .dropdown-toggle-split,
.cke_editable .richtext-button .btn-group-sm > a + .dropdown-toggle-split,
.mce-content-body .richtext-button .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .main-content .btn-group-lg > a.richtext-button + .dropdown-toggle-split,
.cke_editable .btn-group-lg > a.richtext-button + .dropdown-toggle-split,
.mce-content-body .btn-group-lg > a.richtext-button + .dropdown-toggle-split, .main-content .richtext-button .btn-group-lg > a + .dropdown-toggle-split,
.cke_editable .richtext-button .btn-group-lg > a + .dropdown-toggle-split,
.mce-content-body .richtext-button .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > input[type=submit], .main-content .btn-group-vertical > a.richtext-button,
.cke_editable .btn-group-vertical > a.richtext-button,
.mce-content-body .btn-group-vertical > a.richtext-button, .main-content .richtext-button .btn-group-vertical > a,
.cke_editable .richtext-button .btn-group-vertical > a,
.mce-content-body .richtext-button .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .main-content .btn-group-vertical > a.richtext-button:not(:first-child),
.cke_editable .btn-group-vertical > a.richtext-button:not(:first-child),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group-vertical > a:not(:first-child),
.cke_editable .richtext-button .btn-group-vertical > a:not(:first-child),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .main-content .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle), .main-content .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.main-content .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.cke_editable .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.mce-content-body .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a,
.cke_editable .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a,
.mce-content-body .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .main-content .btn-group-vertical > a.richtext-button:not(:first-child),
.cke_editable .btn-group-vertical > a.richtext-button:not(:first-child),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group-vertical > a:not(:first-child),
.cke_editable .richtext-button .btn-group-vertical > a:not(:first-child),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.main-content .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.cke_editable .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.mce-content-body .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a,
.cke_editable .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a,
.mce-content-body .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > input[type=submit], .main-content .btn-group-toggle > a.richtext-button,
.cke_editable .btn-group-toggle > a.richtext-button,
.mce-content-body .btn-group-toggle > a.richtext-button, .main-content .richtext-button .btn-group-toggle > a,
.cke_editable .richtext-button .btn-group-toggle > a,
.mce-content-body .richtext-button .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > input[type=submit],
.main-content .btn-group-toggle > .btn-group > a.richtext-button,
.cke_editable .btn-group-toggle > .btn-group > a.richtext-button,
.mce-content-body .btn-group-toggle > .btn-group > a.richtext-button,
.main-content .richtext-button .btn-group-toggle > .btn-group > a,
.cke_editable .richtext-button .btn-group-toggle > .btn-group > a,
.mce-content-body .richtext-button .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > input[type=submit] input[type=radio], .main-content .btn-group-toggle > a.richtext-button input[type=radio],
.cke_editable .btn-group-toggle > a.richtext-button input[type=radio],
.mce-content-body .btn-group-toggle > a.richtext-button input[type=radio], .main-content .richtext-button .btn-group-toggle > a input[type=radio],
.cke_editable .richtext-button .btn-group-toggle > a input[type=radio],
.mce-content-body .richtext-button .btn-group-toggle > a input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > input[type=submit] input[type=checkbox],
.main-content .btn-group-toggle > a.richtext-button input[type=checkbox],
.cke_editable .btn-group-toggle > a.richtext-button input[type=checkbox],
.mce-content-body .btn-group-toggle > a.richtext-button input[type=checkbox],
.main-content .richtext-button .btn-group-toggle > a input[type=checkbox],
.cke_editable .richtext-button .btn-group-toggle > a input[type=checkbox],
.mce-content-body .richtext-button .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input[type=text],
.input-group > textarea,
.input-group > select,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > input[type=text] + .form-control,
.input-group > textarea + .form-control,
.input-group > select + .form-control, .input-group > .form-control + input[type=text], .input-group > input[type=text] + input[type=text],
.input-group > textarea + input[type=text],
.input-group > select + input[type=text],
.input-group > .form-control + textarea,
.input-group > input[type=text] + textarea,
.input-group > textarea + textarea,
.input-group > select + textarea,
.input-group > .form-control + select,
.input-group > input[type=text] + select,
.input-group > textarea + select,
.input-group > select + select,
.input-group > .form-control + .custom-select,
.input-group > input[type=text] + .custom-select,
.input-group > textarea + .custom-select,
.input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > input[type=text] + .custom-file,
.input-group > textarea + .custom-file,
.input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + input[type=text],
.input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + input[type=text],
.input-group > .custom-select + textarea,
.input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + input[type=text],
.input-group > .custom-file + textarea,
.input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > input[type=text]:focus,
.input-group > textarea:focus,
.input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > input[type=text]:not(:last-child),
.input-group > textarea:not(:last-child),
.input-group > select:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > input[type=text]:not(:first-child),
.input-group > textarea:not(:first-child),
.input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend input[type=submit], .input-group-prepend .main-content a.richtext-button, .main-content .input-group-prepend a.richtext-button,
.input-group-prepend .cke_editable a.richtext-button,
.cke_editable .input-group-prepend a.richtext-button,
.input-group-prepend .mce-content-body a.richtext-button,
.mce-content-body .input-group-prepend a.richtext-button, .input-group-prepend .main-content .richtext-button a, .main-content .richtext-button .input-group-prepend a,
.input-group-prepend .cke_editable .richtext-button a,
.cke_editable .richtext-button .input-group-prepend a,
.input-group-prepend .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .input-group-prepend a,
.input-group-append .btn,
.input-group-append input[type=submit],
.input-group-append .main-content a.richtext-button,
.main-content .input-group-append a.richtext-button,
.input-group-append .cke_editable a.richtext-button,
.cke_editable .input-group-append a.richtext-button,
.input-group-append .mce-content-body a.richtext-button,
.mce-content-body .input-group-append a.richtext-button,
.input-group-append .main-content .richtext-button a,
.main-content .richtext-button .input-group-append a,
.input-group-append .cke_editable .richtext-button a,
.cke_editable .richtext-button .input-group-append a,
.input-group-append .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .input-group-append a {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend input[type=submit]:focus, .input-group-prepend .main-content a.richtext-button:focus, .main-content .input-group-prepend a.richtext-button:focus,
.input-group-prepend .cke_editable a.richtext-button:focus,
.cke_editable .input-group-prepend a.richtext-button:focus,
.input-group-prepend .mce-content-body a.richtext-button:focus,
.mce-content-body .input-group-prepend a.richtext-button:focus, .input-group-prepend .main-content .richtext-button a:focus, .main-content .richtext-button .input-group-prepend a:focus,
.input-group-prepend .cke_editable .richtext-button a:focus,
.cke_editable .richtext-button .input-group-prepend a:focus,
.input-group-prepend .mce-content-body .richtext-button a:focus,
.mce-content-body .richtext-button .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append input[type=submit]:focus,
.input-group-append .main-content a.richtext-button:focus,
.main-content .input-group-append a.richtext-button:focus,
.input-group-append .cke_editable a.richtext-button:focus,
.cke_editable .input-group-append a.richtext-button:focus,
.input-group-append .mce-content-body a.richtext-button:focus,
.mce-content-body .input-group-append a.richtext-button:focus,
.input-group-append .main-content .richtext-button a:focus,
.main-content .richtext-button .input-group-append a:focus,
.input-group-append .cke_editable .richtext-button a:focus,
.cke_editable .richtext-button .input-group-append a:focus,
.input-group-append .mce-content-body .richtext-button a:focus,
.mce-content-body .richtext-button .input-group-append a:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend input[type=submit] + .btn, .input-group-prepend .btn + input[type=submit], .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .main-content a.richtext-button + .btn, .input-group-prepend .main-content a.richtext-button + input[type=submit], .main-content .input-group-prepend a.richtext-button + .btn, .main-content .input-group-prepend a.richtext-button + input[type=submit],
.input-group-prepend .cke_editable a.richtext-button + .btn,
.input-group-prepend .cke_editable a.richtext-button + input[type=submit],
.cke_editable .input-group-prepend a.richtext-button + .btn,
.cke_editable .input-group-prepend a.richtext-button + input[type=submit],
.input-group-prepend .mce-content-body a.richtext-button + .btn,
.input-group-prepend .mce-content-body a.richtext-button + input[type=submit],
.mce-content-body .input-group-prepend a.richtext-button + .btn,
.mce-content-body .input-group-prepend a.richtext-button + input[type=submit], .input-group-prepend .main-content .btn + a.richtext-button, .input-group-prepend .main-content input[type=submit] + a.richtext-button, .main-content .input-group-prepend .btn + a.richtext-button, .main-content .input-group-prepend input[type=submit] + a.richtext-button, .input-group-prepend .main-content a.richtext-button + a.richtext-button, .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .mce-content-body .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .btn + a.richtext-button,
.input-group-prepend .cke_editable input[type=submit] + a.richtext-button,
.cke_editable .input-group-prepend .btn + a.richtext-button,
.cke_editable .input-group-prepend input[type=submit] + a.richtext-button,
.input-group-prepend .main-content .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .mce-content-body .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .btn + a.richtext-button,
.input-group-prepend .mce-content-body input[type=submit] + a.richtext-button,
.mce-content-body .input-group-prepend .btn + a.richtext-button,
.mce-content-body .input-group-prepend input[type=submit] + a.richtext-button,
.input-group-prepend .main-content .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend a.richtext-button + a.richtext-button, .input-group-prepend .main-content .richtext-button a + .btn, .input-group-prepend .main-content .richtext-button a + input[type=submit], .input-group-prepend .main-content .richtext-button a + a.richtext-button,
.input-group-prepend .main-content .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-prepend .main-content .richtext-button a + a.richtext-button,
.input-group-prepend .main-content .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-prepend .main-content .richtext-button a + a.richtext-button, .main-content .richtext-button .input-group-prepend a + .btn, .main-content .richtext-button .input-group-prepend a + input[type=submit], .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.main-content .richtext-button .input-group-prepend .cke_editable a + a.richtext-button,
.cke_editable .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.main-content .richtext-button .input-group-prepend .mce-content-body a + a.richtext-button,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button a + .btn,
.input-group-prepend .cke_editable .richtext-button a + input[type=submit],
.input-group-prepend .cke_editable .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend a + .btn,
.cke_editable .richtext-button .input-group-prepend a + input[type=submit],
.cke_editable .richtext-button .input-group-prepend .main-content a + a.richtext-button,
.main-content .cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend .mce-content-body a + a.richtext-button,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button a + .btn,
.input-group-prepend .mce-content-body .richtext-button a + input[type=submit],
.input-group-prepend .mce-content-body .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend a + .btn,
.mce-content-body .richtext-button .input-group-prepend a + input[type=submit],
.mce-content-body .richtext-button .input-group-prepend .main-content a + a.richtext-button,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend .cke_editable a + a.richtext-button,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend a + a.richtext-button, .input-group-prepend .main-content .richtext-button .btn + a, .input-group-prepend .main-content .richtext-button input[type=submit] + a, .input-group-prepend .main-content .richtext-button a.richtext-button + a,
.input-group-prepend .main-content .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-prepend .main-content .richtext-button a.richtext-button + a,
.input-group-prepend .main-content .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-prepend .main-content .richtext-button a.richtext-button + a, .main-content .richtext-button .input-group-prepend .btn + a, .main-content .richtext-button .input-group-prepend input[type=submit] + a, .main-content .richtext-button .input-group-prepend a.richtext-button + a,
.main-content .richtext-button .input-group-prepend .cke_editable a.richtext-button + a,
.cke_editable .main-content .richtext-button .input-group-prepend a.richtext-button + a,
.main-content .richtext-button .input-group-prepend .mce-content-body a.richtext-button + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a.richtext-button + a, .input-group-prepend .main-content .richtext-button a + a, .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .main-content .richtext-button a + a,
.main-content .input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .main-content .richtext-button .input-group-prepend a + a,
.main-content .cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .main-content .richtext-button a + a,
.main-content .input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .richtext-button .btn + a,
.input-group-prepend .cke_editable .richtext-button input[type=submit] + a,
.input-group-prepend .cke_editable .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.input-group-prepend .cke_editable .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend .btn + a,
.cke_editable .richtext-button .input-group-prepend input[type=submit] + a,
.cke_editable .richtext-button .input-group-prepend .main-content a.richtext-button + a,
.main-content .cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend .mce-content-body a.richtext-button + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.input-group-prepend .main-content .cke_editable .richtext-button a + a,
.cke_editable .input-group-prepend .main-content .richtext-button a + a,
.main-content .cke_editable .richtext-button .input-group-prepend a + a,
.cke_editable .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .cke_editable .richtext-button a + a,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .richtext-button .btn + a,
.input-group-prepend .mce-content-body .richtext-button input[type=submit] + a,
.input-group-prepend .mce-content-body .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.input-group-prepend .mce-content-body .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend .btn + a,
.mce-content-body .richtext-button .input-group-prepend input[type=submit] + a,
.mce-content-body .richtext-button .input-group-prepend .main-content a.richtext-button + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend .cke_editable a.richtext-button + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.input-group-prepend .main-content .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-prepend .main-content .richtext-button a + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .main-content a.richtext-button + .input-group-text,
.main-content .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .cke_editable a.richtext-button + .input-group-text,
.cke_editable .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .mce-content-body a.richtext-button + .input-group-text,
.mce-content-body .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .main-content .richtext-button a + .input-group-text,
.main-content .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .cke_editable .richtext-button a + .input-group-text,
.cke_editable .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .mce-content-body .richtext-button a + .input-group-text,
.mce-content-body .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .main-content .input-group-text + a.richtext-button,
.main-content .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .cke_editable .input-group-text + a.richtext-button,
.cke_editable .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .mce-content-body .input-group-text + a.richtext-button,
.mce-content-body .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .main-content .richtext-button .input-group-text + a,
.main-content .richtext-button .input-group-prepend .input-group-text + a,
.input-group-prepend .cke_editable .richtext-button .input-group-text + a,
.cke_editable .richtext-button .input-group-prepend .input-group-text + a,
.input-group-prepend .mce-content-body .richtext-button .input-group-text + a,
.mce-content-body .richtext-button .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append input[type=submit] + .btn,
.input-group-append .btn + input[type=submit],
.input-group-append input[type=submit] + input[type=submit],
.input-group-append .main-content a.richtext-button + .btn,
.input-group-append .main-content a.richtext-button + input[type=submit],
.main-content .input-group-append a.richtext-button + .btn,
.main-content .input-group-append a.richtext-button + input[type=submit],
.input-group-append .cke_editable a.richtext-button + .btn,
.input-group-append .cke_editable a.richtext-button + input[type=submit],
.cke_editable .input-group-append a.richtext-button + .btn,
.cke_editable .input-group-append a.richtext-button + input[type=submit],
.input-group-append .mce-content-body a.richtext-button + .btn,
.input-group-append .mce-content-body a.richtext-button + input[type=submit],
.mce-content-body .input-group-append a.richtext-button + .btn,
.mce-content-body .input-group-append a.richtext-button + input[type=submit],
.input-group-append .main-content .btn + a.richtext-button,
.input-group-append .main-content input[type=submit] + a.richtext-button,
.main-content .input-group-append .btn + a.richtext-button,
.main-content .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .btn + a.richtext-button,
.input-group-append .cke_editable input[type=submit] + a.richtext-button,
.cke_editable .input-group-append .btn + a.richtext-button,
.cke_editable .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .btn + a.richtext-button,
.input-group-append .mce-content-body input[type=submit] + a.richtext-button,
.mce-content-body .input-group-append .btn + a.richtext-button,
.mce-content-body .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .main-content .richtext-button a + .btn,
.input-group-append .main-content .richtext-button a + input[type=submit],
.input-group-append .main-content .richtext-button a + a.richtext-button,
.input-group-append .main-content .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-append .main-content .richtext-button a + a.richtext-button,
.input-group-append .main-content .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-append .main-content .richtext-button a + a.richtext-button,
.main-content .richtext-button .input-group-append a + .btn,
.main-content .richtext-button .input-group-append a + input[type=submit],
.main-content .richtext-button .input-group-append a + a.richtext-button,
.main-content .richtext-button .input-group-append .cke_editable a + a.richtext-button,
.cke_editable .main-content .richtext-button .input-group-append a + a.richtext-button,
.main-content .richtext-button .input-group-append .mce-content-body a + a.richtext-button,
.mce-content-body .main-content .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .cke_editable .richtext-button a + .btn,
.input-group-append .cke_editable .richtext-button a + input[type=submit],
.input-group-append .cke_editable .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-append .cke_editable .richtext-button a + a.richtext-button,
.input-group-append .cke_editable .richtext-button a + a.richtext-button,
.input-group-append .cke_editable .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-append .cke_editable .richtext-button a + a.richtext-button,
.cke_editable .richtext-button .input-group-append a + .btn,
.cke_editable .richtext-button .input-group-append a + input[type=submit],
.cke_editable .richtext-button .input-group-append .main-content a + a.richtext-button,
.main-content .cke_editable .richtext-button .input-group-append a + a.richtext-button,
.cke_editable .richtext-button .input-group-append a + a.richtext-button,
.cke_editable .richtext-button .input-group-append .mce-content-body a + a.richtext-button,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button a + .btn,
.input-group-append .mce-content-body .richtext-button a + input[type=submit],
.input-group-append .mce-content-body .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append a + .btn,
.mce-content-body .richtext-button .input-group-append a + input[type=submit],
.mce-content-body .richtext-button .input-group-append .main-content a + a.richtext-button,
.main-content .mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append .cke_editable a + a.richtext-button,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .main-content .richtext-button .btn + a,
.input-group-append .main-content .richtext-button input[type=submit] + a,
.input-group-append .main-content .richtext-button a.richtext-button + a,
.input-group-append .main-content .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-append .main-content .richtext-button a.richtext-button + a,
.input-group-append .main-content .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-append .main-content .richtext-button a.richtext-button + a,
.main-content .richtext-button .input-group-append .btn + a,
.main-content .richtext-button .input-group-append input[type=submit] + a,
.main-content .richtext-button .input-group-append a.richtext-button + a,
.main-content .richtext-button .input-group-append .cke_editable a.richtext-button + a,
.cke_editable .main-content .richtext-button .input-group-append a.richtext-button + a,
.main-content .richtext-button .input-group-append .mce-content-body a.richtext-button + a,
.mce-content-body .main-content .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .richtext-button a + a,
.main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .main-content .richtext-button a + a,
.main-content .input-group-append .cke_editable .richtext-button a + a,
.cke_editable .main-content .richtext-button .input-group-append a + a,
.main-content .cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .main-content .richtext-button a + a,
.main-content .input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .main-content .richtext-button .input-group-append a + a,
.main-content .mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .richtext-button .btn + a,
.input-group-append .cke_editable .richtext-button input[type=submit] + a,
.input-group-append .cke_editable .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-append .cke_editable .richtext-button a.richtext-button + a,
.input-group-append .cke_editable .richtext-button a.richtext-button + a,
.input-group-append .cke_editable .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-append .cke_editable .richtext-button a.richtext-button + a,
.cke_editable .richtext-button .input-group-append .btn + a,
.cke_editable .richtext-button .input-group-append input[type=submit] + a,
.cke_editable .richtext-button .input-group-append .main-content a.richtext-button + a,
.main-content .cke_editable .richtext-button .input-group-append a.richtext-button + a,
.cke_editable .richtext-button .input-group-append a.richtext-button + a,
.cke_editable .richtext-button .input-group-append .mce-content-body a.richtext-button + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .cke_editable .richtext-button a + a,
.cke_editable .input-group-append .main-content .richtext-button a + a,
.main-content .cke_editable .richtext-button .input-group-append a + a,
.cke_editable .main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .richtext-button a + a,
.cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .cke_editable .richtext-button a + a,
.cke_editable .input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .richtext-button .btn + a,
.input-group-append .mce-content-body .richtext-button input[type=submit] + a,
.input-group-append .mce-content-body .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.input-group-append .mce-content-body .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append .btn + a,
.mce-content-body .richtext-button .input-group-append input[type=submit] + a,
.mce-content-body .richtext-button .input-group-append .main-content a.richtext-button + a,
.main-content .mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append .cke_editable a.richtext-button + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-append .main-content .richtext-button a + a,
.main-content .mce-content-body .richtext-button .input-group-append a + a,
.mce-content-body .main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-append .cke_editable .richtext-button a + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append input[type=submit] + .input-group-text,
.input-group-append .main-content a.richtext-button + .input-group-text,
.main-content .input-group-append a.richtext-button + .input-group-text,
.input-group-append .cke_editable a.richtext-button + .input-group-text,
.cke_editable .input-group-append a.richtext-button + .input-group-text,
.input-group-append .mce-content-body a.richtext-button + .input-group-text,
.mce-content-body .input-group-append a.richtext-button + .input-group-text,
.input-group-append .main-content .richtext-button a + .input-group-text,
.main-content .richtext-button .input-group-append a + .input-group-text,
.input-group-append .cke_editable .richtext-button a + .input-group-text,
.cke_editable .richtext-button .input-group-append a + .input-group-text,
.input-group-append .mce-content-body .richtext-button a + .input-group-text,
.mce-content-body .richtext-button .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + input[type=submit],
.input-group-append .main-content .input-group-text + a.richtext-button,
.main-content .input-group-append .input-group-text + a.richtext-button,
.input-group-append .cke_editable .input-group-text + a.richtext-button,
.cke_editable .input-group-append .input-group-text + a.richtext-button,
.input-group-append .mce-content-body .input-group-text + a.richtext-button,
.mce-content-body .input-group-append .input-group-text + a.richtext-button,
.input-group-append .main-content .richtext-button .input-group-text + a,
.main-content .richtext-button .input-group-append .input-group-text + a,
.input-group-append .cke_editable .richtext-button .input-group-text + a,
.cke_editable .richtext-button .input-group-append .input-group-text + a,
.input-group-append .mce-content-body .richtext-button .input-group-text + a,
.mce-content-body .richtext-button .input-group-append .input-group-text + a {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > input[type=text]:not(textarea),
.input-group-lg > textarea:not(textarea),
.input-group-lg > select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > input[type=text],
.input-group-lg > textarea,
.input-group-lg > select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > input[type=submit],
.main-content .input-group-lg > .input-group-prepend > a.richtext-button,
.cke_editable .input-group-lg > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group-lg > .input-group-prepend > a.richtext-button,
.main-content .richtext-button .input-group-lg > .input-group-prepend > a,
.cke_editable .richtext-button .input-group-lg > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > input[type=submit],
.main-content .input-group-lg > .input-group-append > a.richtext-button,
.cke_editable .input-group-lg > .input-group-append > a.richtext-button,
.mce-content-body .input-group-lg > .input-group-append > a.richtext-button,
.main-content .richtext-button .input-group-lg > .input-group-append > a,
.cke_editable .richtext-button .input-group-lg > .input-group-append > a,
.mce-content-body .richtext-button .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > input[type=text]:not(textarea),
.input-group-sm > textarea:not(textarea),
.input-group-sm > select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > input[type=text],
.input-group-sm > textarea,
.input-group-sm > select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > input[type=submit],
.main-content .input-group-sm > .input-group-prepend > a.richtext-button,
.cke_editable .input-group-sm > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group-sm > .input-group-prepend > a.richtext-button,
.main-content .richtext-button .input-group-sm > .input-group-prepend > a,
.cke_editable .richtext-button .input-group-sm > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > input[type=submit],
.main-content .input-group-sm > .input-group-append > a.richtext-button,
.cke_editable .input-group-sm > .input-group-append > a.richtext-button,
.mce-content-body .input-group-sm > .input-group-append > a.richtext-button,
.main-content .richtext-button .input-group-sm > .input-group-append > a,
.cke_editable .richtext-button .input-group-sm > .input-group-append > a,
.mce-content-body .richtext-button .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > input[type=submit], .main-content .input-group > .input-group-prepend > a.richtext-button,
.cke_editable .input-group > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group > .input-group-prepend > a.richtext-button, .main-content .richtext-button .input-group > .input-group-prepend > a,
.cke_editable .richtext-button .input-group > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > input[type=submit],
.main-content .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.cke_editable .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.mce-content-body .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.main-content .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.cke_editable .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.mce-content-body .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.main-content .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.main-content .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > input[type=submit], .main-content .input-group > .input-group-append > a.richtext-button,
.cke_editable .input-group > .input-group-append > a.richtext-button,
.mce-content-body .input-group > .input-group-append > a.richtext-button, .main-content .richtext-button .input-group > .input-group-append > a,
.cke_editable .richtext-button .input-group > .input-group-append > a,
.mce-content-body .richtext-button .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.main-content .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.cke_editable .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.mce-content-body .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.main-content .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.cke_editable .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.mce-content-body .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.main-content .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.cke_editable .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.mce-content-body .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.main-content .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.cke_editable .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.mce-content-body .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, input[type=submit] .badge, .main-content a.richtext-button .badge,
.cke_editable a.richtext-button .badge,
.mce-content-body a.richtext-button .badge, .main-content .richtext-button a .badge,
.cke_editable .richtext-button a .badge,
.mce-content-body .richtext-button a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.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: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*------------------------------*/
/*----------Mixins----------*/
/*------------------------------*/
/*----------Border radius----------*/
/*----------Transition----------*/
/*----------Transform----------*/
/*----------Filter----------*/
/*----------Box Shadow----------*/
/*----------Opacity----------*/
/*----------Background Size----------*/
/*----------Backdrop Filter----------*/
/*----------Position sticky----------*/
/*----------List reset----------*/
/*----------Animations----------*/
/*----------Background svg fallback----------*/
/*----------Before/after Clear----------*/
/*----------Overflow scroll----------*/
/*----------PX to REM----------*/
/*----------Gradients----------*/
/*----------Text colour----------*/
/*----------Dark mode----------*/
/*----------Reduced motion----------*/
/*----------Show guides----------*/
/*----------IE only----------*/
/*----------Webkit safe area (iPhones with notches)----------*/
/*------------------------------*/
/*----------Variables----------*/
/*------------------------------*/
/*----------Colours----------*/
/*--General--*/
/*--Buttons--*/
/*--Forms--*/
/*--Cookie banner--*/
/*----------Type----------*/
/*--Weights--*/
/*-----Bootstrap overrides-----*/
/*----------General----------*/
/*-----Breakpoints-----*/
/*-----iPhone X-----*/
/*
.example{
    background: get-icon( 'arrow-right', $primary-color);
}
*/
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
  background-color: rgba(8, 19, 29, 0.9) !important;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link,
.cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer;
  background-color: #c7ad73 !important;
  color: white !important;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active,
.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus,
.cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}
.cc-banner .cc-message a {
  background-color: transparent !important;
}

.cc-compliance {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke,
.cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }

  .cc-window.cc-bottom {
    bottom: 0;
  }

  .cc-window.cc-banner,
.cc-window.cc-floating,
.cc-window.cc-left,
.cc-window.cc-right {
    left: 0;
    right: 0;
  }

  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .cc-window.cc-floating {
    max-width: none;
  }

  .cc-window .cc-message {
    margin-bottom: 1em;
  }

  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }

  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #c7ad73;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #c7ad73;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: #f4f4f4;
  color: #dedede;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: #f4f4f4;
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

.datepicker--cell-year.-other-decade-, .datepicker--cell-day.-other-month- {
  color: #dedede;
}
.datepicker--cell-year.-other-decade-:hover, .datepicker--cell-day.-other-month-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-year.-other-decade-, .-disabled-.-focus-.datepicker--cell-day.-other-month- {
  color: #dedede;
}
.-selected-.datepicker--cell-year.-other-decade-, .-selected-.datepicker--cell-day.-other-month- {
  color: #fff;
  background: #c7ad73;
}
.-selected-.-focus-.datepicker--cell-year.-other-decade-, .-selected-.-focus-.datepicker--cell-day.-other-month- {
  background: #c7ad73;
}
.-in-range-.datepicker--cell-year.-other-decade-, .-in-range-.datepicker--cell-day.-other-month- {
  background-color: #f4f4f4;
  color: #dedede;
}
.-in-range-.-focus-.datepicker--cell-year.-other-decade-, .-in-range-.-focus-.datepicker--cell-day.-other-month- {
  background-color: #f4f4f4;
}
.datepicker--cell-year.-other-decade-:empty, .datepicker--cell-day.-other-month-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 36px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #c7ad73;
  border-color: #c7ad73;
  border-style: solid;
}
.datepicker--cell.-current-.-focus- {
  color: #062038;
}
.datepicker--cell.-current-.-in-range- {
  color: #c7ad73;
}
.datepicker--cell.-in-range- {
  background: #f4f4f4;
  color: #062038;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: #f4f4f4;
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 3px solid #c7ad73;
  background-color: #f4f4f4;
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 3px solid #c7ad73;
  background-color: #f4f4f4;
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #c7ad73;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #c7ad73;
}
.datepicker--cell.-selected-.-focus- {
  background: #c7ad73;
}
.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #c7ad73;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  font-size: 12px;
  font-size: 0.6666666667rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.datepicker--day-name a {
  font-weight: 700;
}

.datepicker--cell-day {
  width: 14.2857142857 %;
}
.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #c7ad73;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #c7ad73;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
  color: #dedede;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dfe5e8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: "Nunito", sans-serif, sans-serif;
  font-size: 14px;
  color: #062038;
  width: 310px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #dfe5e8;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 15px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dfe5e8;
  border-right: 1px solid #dfe5e8;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #c7ad73;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #c7ad73;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
  color: #dedede;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  min-height: 32px;
  padding: 15px 15px 0 15px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 36px;
  border-radius: 4px;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #c7ad73;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
  font-size: 24px;
  font-size: 1.3333333333rem;
  font-family: "Lora", serif;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #c7ad73;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: flex;
  padding: 15px;
  border-top: 1px solid #dfe5e8;
}

.datepicker--button {
  color: #c7ad73;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #062038;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #c7ad73;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #c7ad73;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
  color: #dedede;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: #f4f4f4;
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #dfe5e8;
  display: flex;
  align-items: center;
  padding: 15px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #c7ad73;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: none;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #c7ad73;
  border-color: #c7ad73;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #c7ad73;
  border-color: #c7ad73;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #c7ad73;
  border-color: #c7ad73;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #c7ad73;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

/*----------TINYMCE CONFIG START----------*/
/**umb_name:H2*/
h2 {
  font-size: inherit;
}

/**umb_name:H3*/
h3 {
  font-size: inherit;
}

/**umb_name:H4*/
h4 {
  font-size: inherit;
}

/**umb_name:H5*/
h5 {
  font-size: inherit;
}

/**umb_name:Paragraph*/
p {
  font-size: inherit;
}

/**umb_name:Left Image*/
.img-left img {
  font-size: inherit;
}

/**umb_name:Right Image*/
.img-right {
  font-size: inherit;
}

/**umb_name:Center Image*/
.img-center {
  font-size: inherit;
}

/*----------TINYMCE CONFIG END----------*/
/*------------------------------*/
/*----------Mixins----------*/
/*------------------------------*/
/*----------Border radius----------*/
/*----------Transition----------*/
/*----------Transform----------*/
/*----------Filter----------*/
/*----------Box Shadow----------*/
/*----------Opacity----------*/
/*----------Background Size----------*/
/*----------Backdrop Filter----------*/
/*----------Position sticky----------*/
/*----------List reset----------*/
/*----------Animations----------*/
/*----------Background svg fallback----------*/
/*----------Before/after Clear----------*/
/*----------Overflow scroll----------*/
/*----------PX to REM----------*/
/*----------Gradients----------*/
/*----------Text colour----------*/
/*----------Dark mode----------*/
/*----------Reduced motion----------*/
/*----------Show guides----------*/
/*----------IE only----------*/
/*----------Webkit safe area (iPhones with notches)----------*/
/*------------------------------*/
/*----------Variables----------*/
/*------------------------------*/
/*----------Colours----------*/
/*--General--*/
/*--Buttons--*/
/*--Forms--*/
/*--Cookie banner--*/
/*----------Type----------*/
/*--Weights--*/
/*-----Bootstrap overrides-----*/
/*----------General----------*/
/*-----Breakpoints-----*/
/*-----iPhone X-----*/
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(8, 19, 29, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.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%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.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 .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, input[type=text],
textarea,
select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, input[type=text],
textarea,
select {
    transition: none;
  }
}
.form-control::-ms-expand, input[type=text]::-ms-expand,
textarea::-ms-expand,
select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, input[type=text]:focus,
textarea:focus,
select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder, input[type=text]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, input[type=text]:disabled,
textarea:disabled,
select:disabled, .form-control[readonly], input[readonly][type=text],
textarea[readonly],
select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value,
select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
select[size], select.form-control[multiple],
select[multiple] {
  height: auto;
}

textarea.form-control,
textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated input[type=text]:valid,
.was-validated textarea:valid,
.was-validated select:valid, .form-control.is-valid, input.is-valid[type=text],
textarea.is-valid,
select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated input[type=text]:valid:focus,
.was-validated textarea:valid:focus,
.was-validated select:valid:focus, .form-control.is-valid:focus, input.is-valid[type=text]:focus,
textarea.is-valid:focus,
select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated textarea:valid ~ .valid-feedback,
.was-validated select:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated textarea:valid ~ .valid-tooltip,
.was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, input.is-valid[type=text] ~ .valid-feedback,
textarea.is-valid ~ .valid-feedback,
select.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
input.is-valid[type=text] ~ .valid-tooltip,
textarea.is-valid ~ .valid-tooltip,
select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, textarea.form-control.is-valid,
textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated input[type=text]:invalid,
.was-validated textarea:invalid,
.was-validated select:invalid, .form-control.is-invalid, input.is-invalid[type=text],
textarea.is-invalid,
select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated input[type=text]:invalid:focus,
.was-validated textarea:invalid:focus,
.was-validated select:invalid:focus, .form-control.is-invalid:focus, input.is-invalid[type=text]:focus,
textarea.is-invalid:focus,
select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated textarea:invalid ~ .invalid-feedback,
.was-validated select:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, input.is-invalid[type=text] ~ .invalid-feedback,
textarea.is-invalid ~ .invalid-feedback,
select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
input.is-invalid[type=text] ~ .invalid-tooltip,
textarea.is-invalid ~ .invalid-tooltip,
select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid, textarea.form-control.is-invalid,
textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' 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") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline input[type=text],
.form-inline textarea,
.form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
    transition: none;
  }
}
.btn:hover, input[type=submit]:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, input[type=submit]:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .btn.focus, input.focus[type=submit], .main-content a.focus.richtext-button,
.cke_editable a.focus.richtext-button,
.mce-content-body a.focus.richtext-button, .main-content .richtext-button a.focus,
.cke_editable .richtext-button a.focus,
.mce-content-body .richtext-button a.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, input.disabled[type=submit], .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled, .btn:disabled, input[type=submit]:disabled, .main-content a.richtext-button:disabled,
.cke_editable a.richtext-button:disabled,
.mce-content-body a.richtext-button:disabled, .main-content .richtext-button a:disabled,
.cke_editable .richtext-button a:disabled,
.mce-content-body .richtext-button a:disabled {
  opacity: 0.65;
}
a.btn.disabled, .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .main-content a.richtext-button,
.main-content fieldset:disabled a.richtext-button,
fieldset:disabled .cke_editable a.richtext-button,
.cke_editable fieldset:disabled a.richtext-button,
fieldset:disabled .mce-content-body a.richtext-button,
.mce-content-body fieldset:disabled a.richtext-button,
fieldset:disabled .main-content .richtext-button a,
.main-content .richtext-button fieldset:disabled a,
fieldset:disabled .cke_editable .richtext-button a,
.cke_editable .richtext-button fieldset:disabled a,
fieldset:disabled .mce-content-body .richtext-button a,
.mce-content-body .richtext-button fieldset:disabled a {
  pointer-events: none;
}

.btn-primary, input[type=submit], .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button, .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover, input[type=submit]:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, input[type=submit]:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .btn-primary.focus, input.focus[type=submit], .main-content a.focus.richtext-button,
.cke_editable a.focus.richtext-button,
.mce-content-body a.focus.richtext-button, .main-content .richtext-button a.focus,
.cke_editable .richtext-button a.focus,
.mce-content-body .richtext-button a.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, input.disabled[type=submit], .main-content a.disabled.richtext-button,
.cke_editable a.disabled.richtext-button,
.mce-content-body a.disabled.richtext-button, .main-content .richtext-button a.disabled,
.cke_editable .richtext-button a.disabled,
.mce-content-body .richtext-button a.disabled, .btn-primary:disabled, input[type=submit]:disabled, .main-content a.richtext-button:disabled,
.cke_editable a.richtext-button:disabled,
.mce-content-body a.richtext-button:disabled, .main-content .richtext-button a:disabled,
.cke_editable .richtext-button a:disabled,
.mce-content-body .richtext-button a:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, input[type=submit]:not(:disabled):not(.disabled):active, .main-content a.richtext-button:not(:disabled):not(.disabled):active,
.cke_editable a.richtext-button:not(:disabled):not(.disabled):active,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled):active, .main-content .richtext-button a:not(:disabled):not(.disabled):active,
.cke_editable .richtext-button a:not(:disabled):not(.disabled):active,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active, .main-content a.richtext-button:not(:disabled):not(.disabled).active,
.cke_editable a.richtext-button:not(:disabled):not(.disabled).active,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled).active, .main-content .richtext-button a:not(:disabled):not(.disabled).active,
.cke_editable .richtext-button a:not(:disabled):not(.disabled).active,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .show > input.dropdown-toggle[type=submit], .main-content .show > a.dropdown-toggle.richtext-button,
.cke_editable .show > a.dropdown-toggle.richtext-button,
.mce-content-body .show > a.dropdown-toggle.richtext-button, .main-content .richtext-button .show > a.dropdown-toggle,
.cke_editable .richtext-button .show > a.dropdown-toggle,
.mce-content-body .richtext-button .show > a.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, input[type=submit]:not(:disabled):not(.disabled):active:focus, .main-content a.richtext-button:not(:disabled):not(.disabled):active:focus,
.cke_editable a.richtext-button:not(:disabled):not(.disabled):active:focus,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled):active:focus, .main-content .richtext-button a:not(:disabled):not(.disabled):active:focus,
.cke_editable .richtext-button a:not(:disabled):not(.disabled):active:focus,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, input[type=submit]:not(:disabled):not(.disabled).active:focus, .main-content a.richtext-button:not(:disabled):not(.disabled).active:focus,
.cke_editable a.richtext-button:not(:disabled):not(.disabled).active:focus,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled).active:focus, .main-content .richtext-button a:not(:disabled):not(.disabled).active:focus,
.cke_editable .richtext-button a:not(:disabled):not(.disabled).active:focus,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .show > input.dropdown-toggle[type=submit]:focus, .main-content .show > a.dropdown-toggle.richtext-button:focus,
.cke_editable .show > a.dropdown-toggle.richtext-button:focus,
.mce-content-body .show > a.dropdown-toggle.richtext-button:focus, .main-content .richtext-button .show > a.dropdown-toggle:focus,
.cke_editable .richtext-button .show > a.dropdown-toggle:focus,
.mce-content-body .richtext-button .show > a.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type=submit], .main-content .btn-group-lg > a.richtext-button,
.cke_editable .btn-group-lg > a.richtext-button,
.mce-content-body .btn-group-lg > a.richtext-button, .main-content .richtext-button .btn-group-lg > a,
.cke_editable .richtext-button .btn-group-lg > a,
.mce-content-body .richtext-button .btn-group-lg > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type=submit], .main-content .btn-group-sm > a.richtext-button,
.cke_editable .btn-group-sm > a.richtext-button,
.mce-content-body .btn-group-sm > a.richtext-button, .main-content .richtext-button .btn-group-sm > a,
.cke_editable .richtext-button .btn-group-sm > a,
.mce-content-body .richtext-button .btn-group-sm > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > input[type=submit], .main-content .btn-group > a.richtext-button,
.cke_editable .btn-group > a.richtext-button,
.mce-content-body .btn-group > a.richtext-button, .main-content .richtext-button .btn-group > a,
.cke_editable .richtext-button .btn-group > a,
.mce-content-body .richtext-button .btn-group > a,
.btn-group-vertical > .btn,
.btn-group-vertical > input[type=submit],
.main-content .btn-group-vertical > a.richtext-button,
.cke_editable .btn-group-vertical > a.richtext-button,
.mce-content-body .btn-group-vertical > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > a,
.cke_editable .richtext-button .btn-group-vertical > a,
.mce-content-body .richtext-button .btn-group-vertical > a {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > input[type=submit]:hover, .main-content .btn-group > a.richtext-button:hover,
.cke_editable .btn-group > a.richtext-button:hover,
.mce-content-body .btn-group > a.richtext-button:hover, .main-content .richtext-button .btn-group > a:hover,
.cke_editable .richtext-button .btn-group > a:hover,
.mce-content-body .richtext-button .btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > input[type=submit]:hover,
.main-content .btn-group-vertical > a.richtext-button:hover,
.cke_editable .btn-group-vertical > a.richtext-button:hover,
.mce-content-body .btn-group-vertical > a.richtext-button:hover,
.main-content .richtext-button .btn-group-vertical > a:hover,
.cke_editable .richtext-button .btn-group-vertical > a:hover,
.mce-content-body .richtext-button .btn-group-vertical > a:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > input[type=submit]:focus, .main-content .btn-group > a.richtext-button:focus,
.cke_editable .btn-group > a.richtext-button:focus,
.mce-content-body .btn-group > a.richtext-button:focus, .main-content .richtext-button .btn-group > a:focus,
.cke_editable .richtext-button .btn-group > a:focus,
.mce-content-body .richtext-button .btn-group > a:focus, .btn-group > .btn:active, .btn-group > input[type=submit]:active, .main-content .btn-group > a.richtext-button:active,
.cke_editable .btn-group > a.richtext-button:active,
.mce-content-body .btn-group > a.richtext-button:active, .main-content .richtext-button .btn-group > a:active,
.cke_editable .richtext-button .btn-group > a:active,
.mce-content-body .richtext-button .btn-group > a:active, .btn-group > .btn.active, .btn-group > input.active[type=submit], .main-content .btn-group > a.active.richtext-button,
.cke_editable .btn-group > a.active.richtext-button,
.mce-content-body .btn-group > a.active.richtext-button, .main-content .richtext-button .btn-group > a.active,
.cke_editable .richtext-button .btn-group > a.active,
.mce-content-body .richtext-button .btn-group > a.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > input[type=submit]:focus,
.main-content .btn-group-vertical > a.richtext-button:focus,
.cke_editable .btn-group-vertical > a.richtext-button:focus,
.mce-content-body .btn-group-vertical > a.richtext-button:focus,
.main-content .richtext-button .btn-group-vertical > a:focus,
.cke_editable .richtext-button .btn-group-vertical > a:focus,
.mce-content-body .richtext-button .btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > input[type=submit]:active,
.main-content .btn-group-vertical > a.richtext-button:active,
.cke_editable .btn-group-vertical > a.richtext-button:active,
.mce-content-body .btn-group-vertical > a.richtext-button:active,
.main-content .richtext-button .btn-group-vertical > a:active,
.cke_editable .richtext-button .btn-group-vertical > a:active,
.mce-content-body .richtext-button .btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > input.active[type=submit],
.main-content .btn-group-vertical > a.active.richtext-button,
.cke_editable .btn-group-vertical > a.active.richtext-button,
.mce-content-body .btn-group-vertical > a.active.richtext-button,
.main-content .richtext-button .btn-group-vertical > a.active,
.cke_editable .richtext-button .btn-group-vertical > a.active,
.mce-content-body .richtext-button .btn-group-vertical > a.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .main-content .btn-group > a.richtext-button:not(:first-child),
.cke_editable .btn-group > a.richtext-button:not(:first-child),
.mce-content-body .btn-group > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group > a:not(:first-child),
.cke_editable .richtext-button .btn-group > a:not(:first-child),
.mce-content-body .richtext-button .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle), .main-content .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .btn-group > a.richtext-button:not(:last-child):not(.dropdown-toggle), .main-content .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .btn-group > a:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > input[type=submit],
.main-content .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.cke_editable .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.mce-content-body .btn-group > .btn-group:not(:last-child) > a.richtext-button,
.main-content .richtext-button .btn-group > .btn-group:not(:last-child) > a,
.cke_editable .richtext-button .btn-group > .btn-group:not(:last-child) > a,
.mce-content-body .richtext-button .btn-group > .btn-group:not(:last-child) > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > input[type=submit]:not(:first-child), .main-content .btn-group > a.richtext-button:not(:first-child),
.cke_editable .btn-group > a.richtext-button:not(:first-child),
.mce-content-body .btn-group > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group > a:not(:first-child),
.cke_editable .richtext-button .btn-group > a:not(:first-child),
.mce-content-body .richtext-button .btn-group > a:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > input[type=submit],
.main-content .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.cke_editable .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.mce-content-body .btn-group > .btn-group:not(:first-child) > a.richtext-button,
.main-content .richtext-button .btn-group > .btn-group:not(:first-child) > a,
.cke_editable .richtext-button .btn-group > .btn-group:not(:first-child) > a,
.mce-content-body .richtext-button .btn-group > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > input[type=submit] + .dropdown-toggle-split, .main-content .btn-group-sm > a.richtext-button + .dropdown-toggle-split,
.cke_editable .btn-group-sm > a.richtext-button + .dropdown-toggle-split,
.mce-content-body .btn-group-sm > a.richtext-button + .dropdown-toggle-split, .main-content .richtext-button .btn-group-sm > a + .dropdown-toggle-split,
.cke_editable .richtext-button .btn-group-sm > a + .dropdown-toggle-split,
.mce-content-body .richtext-button .btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > input[type=submit] + .dropdown-toggle-split, .main-content .btn-group-lg > a.richtext-button + .dropdown-toggle-split,
.cke_editable .btn-group-lg > a.richtext-button + .dropdown-toggle-split,
.mce-content-body .btn-group-lg > a.richtext-button + .dropdown-toggle-split, .main-content .richtext-button .btn-group-lg > a + .dropdown-toggle-split,
.cke_editable .richtext-button .btn-group-lg > a + .dropdown-toggle-split,
.mce-content-body .richtext-button .btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > input[type=submit], .main-content .btn-group-vertical > a.richtext-button,
.cke_editable .btn-group-vertical > a.richtext-button,
.mce-content-body .btn-group-vertical > a.richtext-button, .main-content .richtext-button .btn-group-vertical > a,
.cke_editable .richtext-button .btn-group-vertical > a,
.mce-content-body .richtext-button .btn-group-vertical > a,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .main-content .btn-group-vertical > a.richtext-button:not(:first-child),
.cke_editable .btn-group-vertical > a.richtext-button:not(:first-child),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group-vertical > a:not(:first-child),
.cke_editable .richtext-button .btn-group-vertical > a:not(:first-child),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle), .main-content .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:last-child):not(.dropdown-toggle), .main-content .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > input[type=submit],
.main-content .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.cke_editable .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.mce-content-body .btn-group-vertical > .btn-group:not(:last-child) > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a,
.cke_editable .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a,
.mce-content-body .richtext-button .btn-group-vertical > .btn-group:not(:last-child) > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > input[type=submit]:not(:first-child), .main-content .btn-group-vertical > a.richtext-button:not(:first-child),
.cke_editable .btn-group-vertical > a.richtext-button:not(:first-child),
.mce-content-body .btn-group-vertical > a.richtext-button:not(:first-child), .main-content .richtext-button .btn-group-vertical > a:not(:first-child),
.cke_editable .richtext-button .btn-group-vertical > a:not(:first-child),
.mce-content-body .richtext-button .btn-group-vertical > a:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > input[type=submit],
.main-content .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.cke_editable .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.mce-content-body .btn-group-vertical > .btn-group:not(:first-child) > a.richtext-button,
.main-content .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a,
.cke_editable .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a,
.mce-content-body .richtext-button .btn-group-vertical > .btn-group:not(:first-child) > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .btn-group-toggle > input[type=submit], .main-content .btn-group-toggle > a.richtext-button,
.cke_editable .btn-group-toggle > a.richtext-button,
.mce-content-body .btn-group-toggle > a.richtext-button, .main-content .richtext-button .btn-group-toggle > a,
.cke_editable .richtext-button .btn-group-toggle > a,
.mce-content-body .richtext-button .btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > input[type=submit],
.main-content .btn-group-toggle > .btn-group > a.richtext-button,
.cke_editable .btn-group-toggle > .btn-group > a.richtext-button,
.mce-content-body .btn-group-toggle > .btn-group > a.richtext-button,
.main-content .richtext-button .btn-group-toggle > .btn-group > a,
.cke_editable .richtext-button .btn-group-toggle > .btn-group > a,
.mce-content-body .richtext-button .btn-group-toggle > .btn-group > a {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .btn-group-toggle > input[type=submit] input[type=radio], .main-content .btn-group-toggle > a.richtext-button input[type=radio],
.cke_editable .btn-group-toggle > a.richtext-button input[type=radio],
.mce-content-body .btn-group-toggle > a.richtext-button input[type=radio], .main-content .richtext-button .btn-group-toggle > a input[type=radio],
.cke_editable .richtext-button .btn-group-toggle > a input[type=radio],
.mce-content-body .richtext-button .btn-group-toggle > a input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > input[type=submit] input[type=checkbox],
.main-content .btn-group-toggle > a.richtext-button input[type=checkbox],
.cke_editable .btn-group-toggle > a.richtext-button input[type=checkbox],
.mce-content-body .btn-group-toggle > a.richtext-button input[type=checkbox],
.main-content .richtext-button .btn-group-toggle > a input[type=checkbox],
.cke_editable .richtext-button .btn-group-toggle > a input[type=checkbox],
.mce-content-body .richtext-button .btn-group-toggle > a input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .input-group > input[type=text],
.input-group > textarea,
.input-group > select,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .input-group > input[type=text] + .form-control,
.input-group > textarea + .form-control,
.input-group > select + .form-control, .input-group > .form-control + input[type=text], .input-group > input[type=text] + input[type=text],
.input-group > textarea + input[type=text],
.input-group > select + input[type=text],
.input-group > .form-control + textarea,
.input-group > input[type=text] + textarea,
.input-group > textarea + textarea,
.input-group > select + textarea,
.input-group > .form-control + select,
.input-group > input[type=text] + select,
.input-group > textarea + select,
.input-group > select + select,
.input-group > .form-control + .custom-select,
.input-group > input[type=text] + .custom-select,
.input-group > textarea + .custom-select,
.input-group > select + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > input[type=text] + .custom-file,
.input-group > textarea + .custom-file,
.input-group > select + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + input[type=text],
.input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + select,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + input[type=text],
.input-group > .custom-select + textarea,
.input-group > .custom-select + select,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + input[type=text],
.input-group > .custom-file + textarea,
.input-group > .custom-file + select,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .input-group > input[type=text]:focus,
.input-group > textarea:focus,
.input-group > select:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .input-group > input[type=text]:not(:last-child),
.input-group > textarea:not(:last-child),
.input-group > select:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .input-group > input[type=text]:not(:first-child),
.input-group > textarea:not(:first-child),
.input-group > select:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend input[type=submit], .input-group-prepend .main-content a.richtext-button, .main-content .input-group-prepend a.richtext-button,
.input-group-prepend .cke_editable a.richtext-button,
.cke_editable .input-group-prepend a.richtext-button,
.input-group-prepend .mce-content-body a.richtext-button,
.mce-content-body .input-group-prepend a.richtext-button, .input-group-prepend .main-content .richtext-button a, .main-content .richtext-button .input-group-prepend a,
.input-group-prepend .cke_editable .richtext-button a,
.cke_editable .richtext-button .input-group-prepend a,
.input-group-prepend .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .input-group-prepend a,
.input-group-append .btn,
.input-group-append input[type=submit],
.input-group-append .main-content a.richtext-button,
.main-content .input-group-append a.richtext-button,
.input-group-append .cke_editable a.richtext-button,
.cke_editable .input-group-append a.richtext-button,
.input-group-append .mce-content-body a.richtext-button,
.mce-content-body .input-group-append a.richtext-button,
.input-group-append .main-content .richtext-button a,
.main-content .richtext-button .input-group-append a,
.input-group-append .cke_editable .richtext-button a,
.cke_editable .richtext-button .input-group-append a,
.input-group-append .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .input-group-append a {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend input[type=submit]:focus, .input-group-prepend .main-content a.richtext-button:focus, .main-content .input-group-prepend a.richtext-button:focus,
.input-group-prepend .cke_editable a.richtext-button:focus,
.cke_editable .input-group-prepend a.richtext-button:focus,
.input-group-prepend .mce-content-body a.richtext-button:focus,
.mce-content-body .input-group-prepend a.richtext-button:focus, .input-group-prepend .main-content .richtext-button a:focus, .main-content .richtext-button .input-group-prepend a:focus,
.input-group-prepend .cke_editable .richtext-button a:focus,
.cke_editable .richtext-button .input-group-prepend a:focus,
.input-group-prepend .mce-content-body .richtext-button a:focus,
.mce-content-body .richtext-button .input-group-prepend a:focus,
.input-group-append .btn:focus,
.input-group-append input[type=submit]:focus,
.input-group-append .main-content a.richtext-button:focus,
.main-content .input-group-append a.richtext-button:focus,
.input-group-append .cke_editable a.richtext-button:focus,
.cke_editable .input-group-append a.richtext-button:focus,
.input-group-append .mce-content-body a.richtext-button:focus,
.mce-content-body .input-group-append a.richtext-button:focus,
.input-group-append .main-content .richtext-button a:focus,
.main-content .richtext-button .input-group-append a:focus,
.input-group-append .cke_editable .richtext-button a:focus,
.cke_editable .richtext-button .input-group-append a:focus,
.input-group-append .mce-content-body .richtext-button a:focus,
.mce-content-body .richtext-button .input-group-append a:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend input[type=submit] + .btn, .input-group-prepend .btn + input[type=submit], .input-group-prepend input[type=submit] + input[type=submit], .input-group-prepend .main-content a.richtext-button + .btn, .input-group-prepend .main-content a.richtext-button + input[type=submit], .main-content .input-group-prepend a.richtext-button + .btn, .main-content .input-group-prepend a.richtext-button + input[type=submit],
.input-group-prepend .cke_editable a.richtext-button + .btn,
.input-group-prepend .cke_editable a.richtext-button + input[type=submit],
.cke_editable .input-group-prepend a.richtext-button + .btn,
.cke_editable .input-group-prepend a.richtext-button + input[type=submit],
.input-group-prepend .mce-content-body a.richtext-button + .btn,
.input-group-prepend .mce-content-body a.richtext-button + input[type=submit],
.mce-content-body .input-group-prepend a.richtext-button + .btn,
.mce-content-body .input-group-prepend a.richtext-button + input[type=submit], .input-group-prepend .main-content .btn + a.richtext-button, .input-group-prepend .main-content input[type=submit] + a.richtext-button, .main-content .input-group-prepend .btn + a.richtext-button, .main-content .input-group-prepend input[type=submit] + a.richtext-button, .input-group-prepend .main-content a.richtext-button + a.richtext-button, .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .mce-content-body .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .btn + a.richtext-button,
.input-group-prepend .cke_editable input[type=submit] + a.richtext-button,
.cke_editable .input-group-prepend .btn + a.richtext-button,
.cke_editable .input-group-prepend input[type=submit] + a.richtext-button,
.input-group-prepend .main-content .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .mce-content-body .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body .btn + a.richtext-button,
.input-group-prepend .mce-content-body input[type=submit] + a.richtext-button,
.mce-content-body .input-group-prepend .btn + a.richtext-button,
.mce-content-body .input-group-prepend input[type=submit] + a.richtext-button,
.input-group-prepend .main-content .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .main-content .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .cke_editable .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .cke_editable .input-group-prepend a.richtext-button + a.richtext-button,
.input-group-prepend .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-prepend a.richtext-button + a.richtext-button, .input-group-prepend .main-content .richtext-button a + .btn, .input-group-prepend .main-content .richtext-button a + input[type=submit], .input-group-prepend .main-content .richtext-button a + a.richtext-button,
.input-group-prepend .main-content .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-prepend .main-content .richtext-button a + a.richtext-button,
.input-group-prepend .main-content .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-prepend .main-content .richtext-button a + a.richtext-button, .main-content .richtext-button .input-group-prepend a + .btn, .main-content .richtext-button .input-group-prepend a + input[type=submit], .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.main-content .richtext-button .input-group-prepend .cke_editable a + a.richtext-button,
.cke_editable .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.main-content .richtext-button .input-group-prepend .mce-content-body a + a.richtext-button,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button a + .btn,
.input-group-prepend .cke_editable .richtext-button a + input[type=submit],
.input-group-prepend .cke_editable .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.input-group-prepend .cke_editable .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend a + .btn,
.cke_editable .richtext-button .input-group-prepend a + input[type=submit],
.cke_editable .richtext-button .input-group-prepend .main-content a + a.richtext-button,
.main-content .cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.cke_editable .richtext-button .input-group-prepend .mce-content-body a + a.richtext-button,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button a + .btn,
.input-group-prepend .mce-content-body .richtext-button a + input[type=submit],
.input-group-prepend .mce-content-body .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.input-group-prepend .mce-content-body .richtext-button a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend a + .btn,
.mce-content-body .richtext-button .input-group-prepend a + input[type=submit],
.mce-content-body .richtext-button .input-group-prepend .main-content a + a.richtext-button,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend .cke_editable a + a.richtext-button,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a.richtext-button,
.mce-content-body .richtext-button .input-group-prepend a + a.richtext-button, .input-group-prepend .main-content .richtext-button .btn + a, .input-group-prepend .main-content .richtext-button input[type=submit] + a, .input-group-prepend .main-content .richtext-button a.richtext-button + a,
.input-group-prepend .main-content .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-prepend .main-content .richtext-button a.richtext-button + a,
.input-group-prepend .main-content .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-prepend .main-content .richtext-button a.richtext-button + a, .main-content .richtext-button .input-group-prepend .btn + a, .main-content .richtext-button .input-group-prepend input[type=submit] + a, .main-content .richtext-button .input-group-prepend a.richtext-button + a,
.main-content .richtext-button .input-group-prepend .cke_editable a.richtext-button + a,
.cke_editable .main-content .richtext-button .input-group-prepend a.richtext-button + a,
.main-content .richtext-button .input-group-prepend .mce-content-body a.richtext-button + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a.richtext-button + a, .input-group-prepend .main-content .richtext-button a + a, .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .main-content .richtext-button a + a,
.main-content .input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .main-content .richtext-button .input-group-prepend a + a,
.main-content .cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .main-content .richtext-button a + a,
.main-content .input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .richtext-button .btn + a,
.input-group-prepend .cke_editable .richtext-button input[type=submit] + a,
.input-group-prepend .cke_editable .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.input-group-prepend .cke_editable .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend .btn + a,
.cke_editable .richtext-button .input-group-prepend input[type=submit] + a,
.cke_editable .richtext-button .input-group-prepend .main-content a.richtext-button + a,
.main-content .cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.cke_editable .richtext-button .input-group-prepend .mce-content-body a.richtext-button + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a.richtext-button + a,
.input-group-prepend .main-content .cke_editable .richtext-button a + a,
.cke_editable .input-group-prepend .main-content .richtext-button a + a,
.main-content .cke_editable .richtext-button .input-group-prepend a + a,
.cke_editable .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .cke_editable .richtext-button a + a,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .richtext-button .btn + a,
.input-group-prepend .mce-content-body .richtext-button input[type=submit] + a,
.input-group-prepend .mce-content-body .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.input-group-prepend .mce-content-body .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.input-group-prepend .mce-content-body .richtext-button a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend .btn + a,
.mce-content-body .richtext-button .input-group-prepend input[type=submit] + a,
.mce-content-body .richtext-button .input-group-prepend .main-content a.richtext-button + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend .cke_editable a.richtext-button + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.mce-content-body .richtext-button .input-group-prepend a.richtext-button + a,
.input-group-prepend .main-content .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-prepend .main-content .richtext-button a + a,
.main-content .mce-content-body .richtext-button .input-group-prepend a + a,
.mce-content-body .main-content .richtext-button .input-group-prepend a + a,
.input-group-prepend .cke_editable .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-prepend .cke_editable .richtext-button a + a,
.cke_editable .mce-content-body .richtext-button .input-group-prepend a + a,
.mce-content-body .cke_editable .richtext-button .input-group-prepend a + a,
.input-group-prepend .mce-content-body .richtext-button a + a,
.mce-content-body .richtext-button .input-group-prepend a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .main-content a.richtext-button + .input-group-text,
.main-content .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .cke_editable a.richtext-button + .input-group-text,
.cke_editable .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .mce-content-body a.richtext-button + .input-group-text,
.mce-content-body .input-group-prepend a.richtext-button + .input-group-text,
.input-group-prepend .main-content .richtext-button a + .input-group-text,
.main-content .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .cke_editable .richtext-button a + .input-group-text,
.cke_editable .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .mce-content-body .richtext-button a + .input-group-text,
.mce-content-body .richtext-button .input-group-prepend a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + input[type=submit],
.input-group-prepend .main-content .input-group-text + a.richtext-button,
.main-content .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .cke_editable .input-group-text + a.richtext-button,
.cke_editable .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .mce-content-body .input-group-text + a.richtext-button,
.mce-content-body .input-group-prepend .input-group-text + a.richtext-button,
.input-group-prepend .main-content .richtext-button .input-group-text + a,
.main-content .richtext-button .input-group-prepend .input-group-text + a,
.input-group-prepend .cke_editable .richtext-button .input-group-text + a,
.cke_editable .richtext-button .input-group-prepend .input-group-text + a,
.input-group-prepend .mce-content-body .richtext-button .input-group-text + a,
.mce-content-body .richtext-button .input-group-prepend .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append input[type=submit] + .btn,
.input-group-append .btn + input[type=submit],
.input-group-append input[type=submit] + input[type=submit],
.input-group-append .main-content a.richtext-button + .btn,
.input-group-append .main-content a.richtext-button + input[type=submit],
.main-content .input-group-append a.richtext-button + .btn,
.main-content .input-group-append a.richtext-button + input[type=submit],
.input-group-append .cke_editable a.richtext-button + .btn,
.input-group-append .cke_editable a.richtext-button + input[type=submit],
.cke_editable .input-group-append a.richtext-button + .btn,
.cke_editable .input-group-append a.richtext-button + input[type=submit],
.input-group-append .mce-content-body a.richtext-button + .btn,
.input-group-append .mce-content-body a.richtext-button + input[type=submit],
.mce-content-body .input-group-append a.richtext-button + .btn,
.mce-content-body .input-group-append a.richtext-button + input[type=submit],
.input-group-append .main-content .btn + a.richtext-button,
.input-group-append .main-content input[type=submit] + a.richtext-button,
.main-content .input-group-append .btn + a.richtext-button,
.main-content .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .btn + a.richtext-button,
.input-group-append .cke_editable input[type=submit] + a.richtext-button,
.cke_editable .input-group-append .btn + a.richtext-button,
.cke_editable .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body .btn + a.richtext-button,
.input-group-append .mce-content-body input[type=submit] + a.richtext-button,
.mce-content-body .input-group-append .btn + a.richtext-button,
.mce-content-body .input-group-append input[type=submit] + a.richtext-button,
.input-group-append .main-content .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .main-content a.richtext-button + a.richtext-button,
.main-content .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .main-content .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .cke_editable .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append .cke_editable a.richtext-button + a.richtext-button,
.cke_editable .input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .cke_editable .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .mce-content-body a.richtext-button + a.richtext-button,
.mce-content-body .input-group-append a.richtext-button + a.richtext-button,
.input-group-append .main-content .richtext-button a + .btn,
.input-group-append .main-content .richtext-button a + input[type=submit],
.input-group-append .main-content .richtext-button a + a.richtext-button,
.input-group-append .main-content .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-append .main-content .richtext-button a + a.richtext-button,
.input-group-append .main-content .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-append .main-content .richtext-button a + a.richtext-button,
.main-content .richtext-button .input-group-append a + .btn,
.main-content .richtext-button .input-group-append a + input[type=submit],
.main-content .richtext-button .input-group-append a + a.richtext-button,
.main-content .richtext-button .input-group-append .cke_editable a + a.richtext-button,
.cke_editable .main-content .richtext-button .input-group-append a + a.richtext-button,
.main-content .richtext-button .input-group-append .mce-content-body a + a.richtext-button,
.mce-content-body .main-content .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .cke_editable .richtext-button a + .btn,
.input-group-append .cke_editable .richtext-button a + input[type=submit],
.input-group-append .cke_editable .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-append .cke_editable .richtext-button a + a.richtext-button,
.input-group-append .cke_editable .richtext-button a + a.richtext-button,
.input-group-append .cke_editable .richtext-button .mce-content-body a + a.richtext-button,
.mce-content-body .input-group-append .cke_editable .richtext-button a + a.richtext-button,
.cke_editable .richtext-button .input-group-append a + .btn,
.cke_editable .richtext-button .input-group-append a + input[type=submit],
.cke_editable .richtext-button .input-group-append .main-content a + a.richtext-button,
.main-content .cke_editable .richtext-button .input-group-append a + a.richtext-button,
.cke_editable .richtext-button .input-group-append a + a.richtext-button,
.cke_editable .richtext-button .input-group-append .mce-content-body a + a.richtext-button,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button a + .btn,
.input-group-append .mce-content-body .richtext-button a + input[type=submit],
.input-group-append .mce-content-body .richtext-button .main-content a + a.richtext-button,
.main-content .input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button .cke_editable a + a.richtext-button,
.cke_editable .input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.input-group-append .mce-content-body .richtext-button a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append a + .btn,
.mce-content-body .richtext-button .input-group-append a + input[type=submit],
.mce-content-body .richtext-button .input-group-append .main-content a + a.richtext-button,
.main-content .mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append .cke_editable a + a.richtext-button,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.mce-content-body .richtext-button .input-group-append a + a.richtext-button,
.input-group-append .main-content .richtext-button .btn + a,
.input-group-append .main-content .richtext-button input[type=submit] + a,
.input-group-append .main-content .richtext-button a.richtext-button + a,
.input-group-append .main-content .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-append .main-content .richtext-button a.richtext-button + a,
.input-group-append .main-content .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-append .main-content .richtext-button a.richtext-button + a,
.main-content .richtext-button .input-group-append .btn + a,
.main-content .richtext-button .input-group-append input[type=submit] + a,
.main-content .richtext-button .input-group-append a.richtext-button + a,
.main-content .richtext-button .input-group-append .cke_editable a.richtext-button + a,
.cke_editable .main-content .richtext-button .input-group-append a.richtext-button + a,
.main-content .richtext-button .input-group-append .mce-content-body a.richtext-button + a,
.mce-content-body .main-content .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .richtext-button a + a,
.main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .main-content .richtext-button a + a,
.main-content .input-group-append .cke_editable .richtext-button a + a,
.cke_editable .main-content .richtext-button .input-group-append a + a,
.main-content .cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .main-content .richtext-button a + a,
.main-content .input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .main-content .richtext-button .input-group-append a + a,
.main-content .mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .richtext-button .btn + a,
.input-group-append .cke_editable .richtext-button input[type=submit] + a,
.input-group-append .cke_editable .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-append .cke_editable .richtext-button a.richtext-button + a,
.input-group-append .cke_editable .richtext-button a.richtext-button + a,
.input-group-append .cke_editable .richtext-button .mce-content-body a.richtext-button + a,
.mce-content-body .input-group-append .cke_editable .richtext-button a.richtext-button + a,
.cke_editable .richtext-button .input-group-append .btn + a,
.cke_editable .richtext-button .input-group-append input[type=submit] + a,
.cke_editable .richtext-button .input-group-append .main-content a.richtext-button + a,
.main-content .cke_editable .richtext-button .input-group-append a.richtext-button + a,
.cke_editable .richtext-button .input-group-append a.richtext-button + a,
.cke_editable .richtext-button .input-group-append .mce-content-body a.richtext-button + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .cke_editable .richtext-button a + a,
.cke_editable .input-group-append .main-content .richtext-button a + a,
.main-content .cke_editable .richtext-button .input-group-append a + a,
.cke_editable .main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .richtext-button a + a,
.cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .cke_editable .richtext-button a + a,
.cke_editable .input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .richtext-button .btn + a,
.input-group-append .mce-content-body .richtext-button input[type=submit] + a,
.input-group-append .mce-content-body .richtext-button .main-content a.richtext-button + a,
.main-content .input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.input-group-append .mce-content-body .richtext-button .cke_editable a.richtext-button + a,
.cke_editable .input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.input-group-append .mce-content-body .richtext-button a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append .btn + a,
.mce-content-body .richtext-button .input-group-append input[type=submit] + a,
.mce-content-body .richtext-button .input-group-append .main-content a.richtext-button + a,
.main-content .mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append .cke_editable a.richtext-button + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.mce-content-body .richtext-button .input-group-append a.richtext-button + a,
.input-group-append .main-content .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-append .main-content .richtext-button a + a,
.main-content .mce-content-body .richtext-button .input-group-append a + a,
.mce-content-body .main-content .richtext-button .input-group-append a + a,
.input-group-append .cke_editable .mce-content-body .richtext-button a + a,
.mce-content-body .input-group-append .cke_editable .richtext-button a + a,
.cke_editable .mce-content-body .richtext-button .input-group-append a + a,
.mce-content-body .cke_editable .richtext-button .input-group-append a + a,
.input-group-append .mce-content-body .richtext-button a + a,
.mce-content-body .richtext-button .input-group-append a + a,
.input-group-append .btn + .input-group-text,
.input-group-append input[type=submit] + .input-group-text,
.input-group-append .main-content a.richtext-button + .input-group-text,
.main-content .input-group-append a.richtext-button + .input-group-text,
.input-group-append .cke_editable a.richtext-button + .input-group-text,
.cke_editable .input-group-append a.richtext-button + .input-group-text,
.input-group-append .mce-content-body a.richtext-button + .input-group-text,
.mce-content-body .input-group-append a.richtext-button + .input-group-text,
.input-group-append .main-content .richtext-button a + .input-group-text,
.main-content .richtext-button .input-group-append a + .input-group-text,
.input-group-append .cke_editable .richtext-button a + .input-group-text,
.cke_editable .richtext-button .input-group-append a + .input-group-text,
.input-group-append .mce-content-body .richtext-button a + .input-group-text,
.mce-content-body .richtext-button .input-group-append a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + input[type=submit],
.input-group-append .main-content .input-group-text + a.richtext-button,
.main-content .input-group-append .input-group-text + a.richtext-button,
.input-group-append .cke_editable .input-group-text + a.richtext-button,
.cke_editable .input-group-append .input-group-text + a.richtext-button,
.input-group-append .mce-content-body .input-group-text + a.richtext-button,
.mce-content-body .input-group-append .input-group-text + a.richtext-button,
.input-group-append .main-content .richtext-button .input-group-text + a,
.main-content .richtext-button .input-group-append .input-group-text + a,
.input-group-append .cke_editable .richtext-button .input-group-text + a,
.cke_editable .richtext-button .input-group-append .input-group-text + a,
.input-group-append .mce-content-body .richtext-button .input-group-text + a,
.mce-content-body .richtext-button .input-group-append .input-group-text + a {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > input[type=text]:not(textarea),
.input-group-lg > textarea:not(textarea),
.input-group-lg > select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .input-group-lg > input[type=text],
.input-group-lg > textarea,
.input-group-lg > select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > input[type=submit],
.main-content .input-group-lg > .input-group-prepend > a.richtext-button,
.cke_editable .input-group-lg > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group-lg > .input-group-prepend > a.richtext-button,
.main-content .richtext-button .input-group-lg > .input-group-prepend > a,
.cke_editable .richtext-button .input-group-lg > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group-lg > .input-group-prepend > a,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > input[type=submit],
.main-content .input-group-lg > .input-group-append > a.richtext-button,
.cke_editable .input-group-lg > .input-group-append > a.richtext-button,
.mce-content-body .input-group-lg > .input-group-append > a.richtext-button,
.main-content .richtext-button .input-group-lg > .input-group-append > a,
.cke_editable .richtext-button .input-group-lg > .input-group-append > a,
.mce-content-body .richtext-button .input-group-lg > .input-group-append > a {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > input[type=text]:not(textarea),
.input-group-sm > textarea:not(textarea),
.input-group-sm > select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .input-group-sm > input[type=text],
.input-group-sm > textarea,
.input-group-sm > select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > input[type=submit],
.main-content .input-group-sm > .input-group-prepend > a.richtext-button,
.cke_editable .input-group-sm > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group-sm > .input-group-prepend > a.richtext-button,
.main-content .richtext-button .input-group-sm > .input-group-prepend > a,
.cke_editable .richtext-button .input-group-sm > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group-sm > .input-group-prepend > a,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > input[type=submit],
.main-content .input-group-sm > .input-group-append > a.richtext-button,
.cke_editable .input-group-sm > .input-group-append > a.richtext-button,
.mce-content-body .input-group-sm > .input-group-append > a.richtext-button,
.main-content .richtext-button .input-group-sm > .input-group-append > a,
.cke_editable .richtext-button .input-group-sm > .input-group-append > a,
.mce-content-body .richtext-button .input-group-sm > .input-group-append > a {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > input[type=submit], .main-content .input-group > .input-group-prepend > a.richtext-button,
.cke_editable .input-group > .input-group-prepend > a.richtext-button,
.mce-content-body .input-group > .input-group-prepend > a.richtext-button, .main-content .richtext-button .input-group > .input-group-prepend > a,
.cke_editable .richtext-button .input-group > .input-group-prepend > a,
.mce-content-body .richtext-button .input-group > .input-group-prepend > a,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > input[type=submit],
.main-content .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.cke_editable .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.mce-content-body .input-group > .input-group-append:not(:last-child) > a.richtext-button,
.main-content .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.cke_editable .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.mce-content-body .richtext-button .input-group > .input-group-append:not(:last-child) > a,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.main-content .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.cke_editable .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.mce-content-body .input-group > .input-group-append:last-child > a.richtext-button:not(:last-child):not(.dropdown-toggle),
.main-content .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.cke_editable .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.mce-content-body .richtext-button .input-group > .input-group-append:last-child > a:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > input[type=submit], .main-content .input-group > .input-group-append > a.richtext-button,
.cke_editable .input-group > .input-group-append > a.richtext-button,
.mce-content-body .input-group > .input-group-append > a.richtext-button, .main-content .richtext-button .input-group > .input-group-append > a,
.cke_editable .richtext-button .input-group > .input-group-append > a,
.mce-content-body .richtext-button .input-group > .input-group-append > a,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.main-content .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.cke_editable .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.mce-content-body .input-group > .input-group-prepend:not(:first-child) > a.richtext-button,
.main-content .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.cke_editable .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.mce-content-body .richtext-button .input-group > .input-group-prepend:not(:first-child) > a,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.main-content .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.cke_editable .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.mce-content-body .input-group > .input-group-prepend:first-child > a.richtext-button:not(:first-child),
.main-content .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.cke_editable .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.mce-content-body .richtext-button .input-group > .input-group-prepend:first-child > a:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' 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-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' 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 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, input[type=submit] .badge, .main-content a.richtext-button .badge,
.cke_editable a.richtext-button .badge,
.mce-content-body a.richtext-button .badge, .main-content .richtext-button a .badge,
.cke_editable .richtext-button a .badge,
.mce-content-body .richtext-button a .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #044993;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #033061;
}

.alert-secondary {
  color: #3c464f;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #262c32;
}

.alert-success {
  color: #196032;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0e381d;
}

.alert-info {
  color: #105d6e;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #0a3741;
}

.alert-warning {
  color: #886d12;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #5b490c;
}

.alert-danger {
  color: #762532;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #4f1922;
}

.alert-light {
  color: #858b90;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #6c7176;
}

.alert-dark {
  color: #1f272f;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #0b0e10;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.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 {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #044993;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #044993;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #044993;
  border-color: #044993;
}

.list-group-item-secondary {
  color: #3c464f;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #3c464f;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3c464f;
  border-color: #3c464f;
}

.list-group-item-success {
  color: #196032;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #196032;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #196032;
  border-color: #196032;
}

.list-group-item-info {
  color: #105d6e;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #105d6e;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #105d6e;
  border-color: #105d6e;
}

.list-group-item-warning {
  color: #886d12;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #886d12;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #886d12;
  border-color: #886d12;
}

.list-group-item-danger {
  color: #762532;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #762532;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #762532;
  border-color: #762532;
}

.list-group-item-light {
  color: #858b90;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858b90;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858b90;
  border-color: #858b90;
}

.list-group-item-dark {
  color: #1f272f;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1f272f;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1f272f;
  border-color: #1f272f;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.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: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dfe5e8 !important;
}

.border-top {
  border-top: 1px solid #dfe5e8 !important;
}

.border-right {
  border-right: 1px solid #dfe5e8 !important;
}

.border-bottom {
  border-bottom: 1px solid #dfe5e8 !important;
}

.border-left {
  border-left: 1px solid #dfe5e8 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(8, 19, 29, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

::selection {
  background: #c7ad73;
  color: white;
}

::-moz-selection {
  background: #c7ad73;
  color: white;
}

body {
  font-family: "Nunito", sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

a {
  color: #c7ad73;
  font-weight: 400;
}
a:hover, a:focus {
  color: #c7ad73;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: "Lora", serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: currentColor !important;
  font-weight: 400;
}

@media print {
  body {
    font-size: 14px;
  }
}
.text-link {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #7B6432;
  transition: 0.3s ease all;
}
.text-link a {
  font-weight: 700;
}
.text-link:before {
  content: "";
  display: block;
  width: 1.111111111rem;
  border-top: 2px solid currentColor;
  margin-right: 0.555555556rem;
  transition: 0.3s ease all;
}

.list-reset {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lead {
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .lead {
    font-size: 1.5625rem;
  }
}
.lead a {
  font-weight: 600;
}
.lead:first-letter {
  font-size: 2.5rem;
  float: left;
  display: block;
  border: 2px solid #c7ad73;
  padding: 0.2em 0.4em 0.2em 0.4em;
  margin: 0.2em 0.4em 0.2em 0em;
  line-height: 1;
  font-family: "Lora", serif;
  color: #c7ad73;
}
.lead:after {
  content: "";
  display: block;
  clear: both;
}

.main-content a:not([class]),
.cke_editable a:not([class]),
.mce-content-body a:not([class]) {
  color: #7B6432;
  text-decoration: underline;
}
.main-content a:not([class]):hover, .main-content a:not([class]):focus,
.cke_editable a:not([class]):hover,
.cke_editable a:not([class]):focus,
.mce-content-body a:not([class]):hover,
.mce-content-body a:not([class]):focus {
  color: #7B6432;
}
@media (min-width: 992px) {
  .main-content,
.cke_editable,
.mce-content-body {
    font-size: 1.125rem;
  }
}
.main-content h2,
.cke_editable h2,
.mce-content-body h2 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .main-content h2,
.cke_editable h2,
.mce-content-body h2 {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .main-content h2,
.cke_editable h2,
.mce-content-body h2 {
    font-size: 2rem;
  }
}
.main-content h3,
.cke_editable h3,
.mce-content-body h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .main-content h3,
.cke_editable h3,
.mce-content-body h3 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .main-content h3,
.cke_editable h3,
.mce-content-body h3 {
    font-size: 1.75rem;
  }
}
.main-content h4,
.cke_editable h4,
.mce-content-body h4 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .main-content h4,
.cke_editable h4,
.mce-content-body h4 {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .main-content h4,
.cke_editable h4,
.mce-content-body h4 {
    font-size: 1.625rem;
  }
}
.main-content h5,
.cke_editable h5,
.mce-content-body h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .main-content h5,
.cke_editable h5,
.mce-content-body h5 {
    font-size: 1.5rem;
  }
}
.main-content h5,
.cke_editable h5,
.mce-content-body h5 {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .main-content h5,
.cke_editable h5,
.mce-content-body h5 {
    font-size: 1.25rem;
  }
}
.main-content blockquote,
.cke_editable blockquote,
.mce-content-body blockquote {
  border-left: 4px solid #dfe5e8;
  padding-left: 1em;
  margin: 2em 0;
  font-style: italic;
}
.main-content strong,
.cke_editable strong,
.mce-content-body strong {
  font-weight: 600;
}
.main-content strong a,
.cke_editable strong a,
.mce-content-body strong a {
  font-weight: 600;
}
.main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a {
  color: #062038;
  text-decoration: none;
}
.main-content blockquote,
.cke_editable blockquote,
.mce-content-body blockquote {
  border-left: 4px solid #dfe5e8;
  font-style: italic;
}
.main-content hr,
.cke_editable hr,
.mce-content-body hr {
  margin: 3em 0;
  clear: both;
}
.main-content table,
.cke_editable table,
.mce-content-body table {
  width: 100% !important;
}
.main-content table.jrt tr,
.main-content table.jrt td,
.cke_editable table.jrt tr,
.cke_editable table.jrt td,
.mce-content-body table.jrt tr,
.mce-content-body table.jrt td {
  height: auto !important;
}
.main-content img,
.cke_editable img,
.mce-content-body img {
  max-width: 100%;
  height: auto;
}
.main-content .img-left,
.main-content .img-right,
.main-content .img-center,
.cke_editable .img-left,
.cke_editable .img-right,
.cke_editable .img-center,
.mce-content-body .img-left,
.mce-content-body .img-right,
.mce-content-body .img-center {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.main-content .img-left img,
.main-content .img-right img,
.main-content .img-center img,
.cke_editable .img-left img,
.cke_editable .img-right img,
.cke_editable .img-center img,
.mce-content-body .img-left img,
.mce-content-body .img-right img,
.mce-content-body .img-center img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.main-content .img-left,
.main-content .img-right,
.cke_editable .img-left,
.cke_editable .img-right,
.mce-content-body .img-left,
.mce-content-body .img-right {
  max-width: 100%;
}
@media (min-width: 576px) {
  .main-content .img-left,
.main-content .img-right,
.cke_editable .img-left,
.cke_editable .img-right,
.mce-content-body .img-left,
.mce-content-body .img-right {
    max-width: 60%;
  }
}
@media (max-width: 767.98px) {
  .main-content .img-left,
.main-content .img-right,
.cke_editable .img-left,
.cke_editable .img-right,
.mce-content-body .img-left,
.mce-content-body .img-right {
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .main-content .img-left,
.cke_editable .img-left,
.mce-content-body .img-left {
    float: left;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .main-content .img-right,
.cke_editable .img-right,
.mce-content-body .img-right {
    float: right;
    margin-left: 1em;
  }
}
.main-content iframe,
.cke_editable iframe,
.mce-content-body iframe {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  border-radius: 0.3125em;
}
.main-content ul:not(.slick-dots):not(.list-reset),
.main-content ol:not(.list-reset),
.cke_editable ul:not(.slick-dots):not(.list-reset),
.cke_editable ol:not(.list-reset),
.mce-content-body ul:not(.slick-dots):not(.list-reset),
.mce-content-body ol:not(.list-reset) {
  margin: 2em 0;
  padding-left: 4.375em;
}
.main-content ul:not(.slick-dots):not(.list-reset) li,
.main-content ol:not(.list-reset) li,
.cke_editable ul:not(.slick-dots):not(.list-reset) li,
.cke_editable ol:not(.list-reset) li,
.mce-content-body ul:not(.slick-dots):not(.list-reset) li,
.mce-content-body ol:not(.list-reset) li {
  margin: 0.5em 0;
  font-weight: 500;
  position: relative;
}
.main-content ul:not(.slick-dots):not(.list-reset) li:before,
.main-content ol:not(.list-reset) li:before,
.cke_editable ul:not(.slick-dots):not(.list-reset) li:before,
.cke_editable ol:not(.list-reset) li:before,
.mce-content-body ul:not(.slick-dots):not(.list-reset) li:before,
.mce-content-body ol:not(.list-reset) li:before {
  position: absolute;
  top: 0;
}
.main-content ul:not(.list-reset):not(.slick-dots) li,
.cke_editable ul:not(.list-reset):not(.slick-dots) li,
.mce-content-body ul:not(.list-reset):not(.slick-dots) li {
  list-style: none !important;
}
.main-content ul:not(.list-reset):not(.slick-dots) li:before,
.cke_editable ul:not(.list-reset):not(.slick-dots) li:before,
.mce-content-body ul:not(.list-reset):not(.slick-dots) li:before {
  content: "";
  color: #c7ad73;
  display: block;
  left: -2.5em;
  width: 1.25em;
  height: 1.25em;
  border: 0.3125em solid white;
  background-color: #c7ad73;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04), 0 3px 26px rgba(0, 0, 0, 0.04);
  border-radius: 100%;
}
.main-content ul:not(.list-reset):not(.slick-dots)[style*=circle] li:before,
.cke_editable ul:not(.list-reset):not(.slick-dots)[style*=circle] li:before,
.mce-content-body ul:not(.list-reset):not(.slick-dots)[style*=circle] li:before {
  border-color: #c7ad73;
  background-color: transparent;
}
.main-content ul:not(.list-reset):not(.slick-dots)[style*=square] li:before,
.cke_editable ul:not(.list-reset):not(.slick-dots)[style*=square] li:before,
.mce-content-body ul:not(.list-reset):not(.slick-dots)[style*=square] li:before {
  border-radius: 0%;
}
.main-content ol:not(.list-reset):not(.slick-dots),
.cke_editable ol:not(.list-reset):not(.slick-dots),
.mce-content-body ol:not(.list-reset):not(.slick-dots) {
  list-style: none !important;
  counter-reset: my-awesome-counter;
}
.main-content ol:not(.list-reset):not(.slick-dots) li,
.cke_editable ol:not(.list-reset):not(.slick-dots) li,
.mce-content-body ol:not(.list-reset):not(.slick-dots) li {
  counter-increment: my-awesome-counter;
}
.main-content ol:not(.list-reset):not(.slick-dots) li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots) li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots) li:before {
  content: counter(my-awesome-counter) ". ";
  font-weight: 600;
  color: #c7ad73;
  left: -2em;
}
.main-content ol:not(.list-reset):not(.slick-dots)[style*=lower-alpha] li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots)[style*=lower-alpha] li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots)[style*=lower-alpha] li:before {
  content: counter(my-awesome-counter, lower-alpha) ". ";
}
.main-content ol:not(.list-reset):not(.slick-dots)[style*=lower-greek] li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots)[style*=lower-greek] li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots)[style*=lower-greek] li:before {
  content: counter(my-awesome-counter, lower-greek) ". ";
}
.main-content ol:not(.list-reset):not(.slick-dots)[style*=lower-roman] li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots)[style*=lower-roman] li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots)[style*=lower-roman] li:before {
  content: counter(my-awesome-counter, lower-roman) ". ";
}
.main-content ol:not(.list-reset):not(.slick-dots)[style*=upper-alpha] li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots)[style*=upper-alpha] li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots)[style*=upper-alpha] li:before {
  content: counter(my-awesome-counter, upper-alpha) ". ";
}
.main-content ol:not(.list-reset):not(.slick-dots)[style*=upper-roman] li:before,
.cke_editable ol:not(.list-reset):not(.slick-dots)[style*=upper-roman] li:before,
.mce-content-body ol:not(.list-reset):not(.slick-dots)[style*=upper-roman] li:before {
  content: counter(my-awesome-counter, upper-roman) ". ";
}

/*------------------------------*/
/*----------Tables----------*/
/*------------------------------*/
table,
.table {
  font-size: 1rem;
  line-height: 1.3;
}
table caption,
.table caption {
  caption-side: top;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: sticky;
  top: 0;
  border-bottom: 1px solid #dfe5e8;
}
table thead,
.table thead {
  color: #c7ad73;
  font-weight: 700;
}
table thead tr th,
table thead tr td,
.table thead tr th,
.table thead tr td {
  border-top: none;
  border-bottom: 2px solid #dfe5e8;
}
table tbody tr td,
.table tbody tr td {
  width: auto !important;
}

@media only screen and (max-width: 767px) {
  table.jrt tr {
    border-radius: 0.3125em;
  }
  table.jrt tr + tr {
    margin-top: 0.5em;
  }
  table.jrt [class*=jrt-cell-] {
    display: block;
    padding: 0.5em;
  }
  table.jrt [class*=jrt-cell-]:before {
    display: block;
    font-size: 0.875rem;
  }
}
table {
  border: none;
}
table tr td,
table tr th {
  padding: 0.5em;
  border: none;
  border-bottom: 1px solid #dfe5e8;
}
table thead {
  color: #062038;
}
.mce-content-body table td,
.mce-content-body table th {
  border: 1px solid #dfe5e8;
}

/*------------------------------*/
/*----------Animation----------*/
/*------------------------------*/
.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translate(0, -50px);
    -o-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translate(-50px, 0);
    -o-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translate(50px, 0);
    -o-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    -webkit-transform: translate(50px, 0);
    transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
/*------------------------------*/
/*----------Standard animation classes----------*/
/*------------------------------*/
.animate.animate-fade-in {
  -webkit-animation: fadeIn .6s 1;
  -moz-animation: fadeIn .6s 1;
  -ms-animation: fadeIn .6s 1;
  -o-animation: fadeIn .6s 1;
  animation: fadeIn .6s 1;
}
.animate.animate-fade-in-up {
  -webkit-animation: fadeInUp .6s 1;
  -moz-animation: fadeInUp .6s 1;
  -ms-animation: fadeInUp .6s 1;
  -o-animation: fadeInUp .6s 1;
  animation: fadeInUp .6s 1;
}
.animate.animate-fade-in-down {
  -webkit-animation: fadeInDown .6s 1;
  -moz-animation: fadeInDown .6s 1;
  -ms-animation: fadeInDown .6s 1;
  -o-animation: fadeInDown .6s 1;
  animation: fadeInDown .6s 1;
}
.animate.animate-fade-in-left {
  -webkit-animation: fadeInLeft .6s 1;
  -moz-animation: fadeInLeft .6s 1;
  -ms-animation: fadeInLeft .6s 1;
  -o-animation: fadeInLeft .6s 1;
  animation: fadeInLeft .6s 1;
}
.animate.animate-fade-in-right {
  -webkit-animation: fadeInRight .6s 1;
  -moz-animation: fadeInRight .6s 1;
  -ms-animation: fadeInRight .6s 1;
  -o-animation: fadeInRight .6s 1;
  animation: fadeInRight .6s 1;
}

/*------------------------------*/
/*----------Corner banner----------*/
/*------------------------------*/
.corner-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 100px;
  z-index: 1005;
  background-image: url(../images/staging.png);
  background-image: linear-gradient(transparent, transparent), url(../images/staging.svg);
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  text-indent: -1000em;
  overflow: hidden;
  background-size: contain;
}
@media (min-width: 768px) {
  .corner-banner {
    width: 150px;
    height: 150px;
  }
}

/*------------------------------*/
/*----------Debug----------*/
/*------------------------------*/
/*------------------------------*/
/*----------Accessibility anchor----------*/
/*------------------------------*/
.page-content-link {
  position: absolute;
  left: -1000em;
  color: #062038;
  font-weight: 700;
}
.page-content-link:focus {
  left: 0;
  color: currentColor;
  z-index: 1002;
  background: white;
}

/*------------------------------*/
/*----------Edit button----------*/
/*------------------------------*/
#editbutton-container {
  position: absolute;
  z-index: 2000;
  background: white;
  padding: 0.2em;
}

/*------------------------------*/
/*----------Form pot----------*/
/*------------------------------*/
.ohnopot {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/*------------------------------*/
/*----------Wide container----------*/
/*------------------------------*/
@media (min-width: 992px) {
  .container-wide {
    width: 1580px;
    max-width: calc(100% - 140px);
    padding-left: 0;
    padding-left: max(0, env(safe-area-inset-left));
    padding-right: 0;
    padding-right: max(0, env(safe-area-inset-right));
  }
}

/*------------------------------*/
/*----------Main page content----------*/
/*------------------------------*/
.main-page-content {
  margin: 2.777777778em 0 0.5em 0;
}
@media (min-width: 768px) {
  .main-page-content {
    margin: 5em 0 2em 0;
  }
}
@media (min-width: 992px) {
  .main-page-content {
    margin: 6.666666667rem 0 3em 0;
  }
}
.main-page-content:after {
  content: "";
  display: block;
  clear: both;
}

/*------------------------------*/
/*----------Sticky buttons----------*/
/*------------------------------*/
.sticky-buttons {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 1001;
  background-color: #08131d;
  transform: translate(100%, -50%);
  transition: 0.3s ease all;
  padding-right: env(safe-area-inset-right);
  visibility: hidden;
  outline: 1px solid rgba(255, 255, 255, 0.2);
}
.sticky-buttons .sticky-button a {
  width: 5.555555556rem;
  height: 5.555555556rem;
  color: white;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.sticky-buttons .sticky-button a a {
  font-weight: 700;
}
.sticky-buttons .sticky-button a i {
  display: block;
  width: 2.777777778rem;
  height: 2.777777778rem;
}
.sticky-buttons .sticky-button a:hover, .sticky-buttons .sticky-button a:focus {
  background-color: #c7ad73;
  color: #062038;
}
.sticky-buttons .sticky-button + .sticky-button {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.sticky-buttons .sticky-button-donate a i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(6715 18268)"><rect width="50" height="50" transform="translate(-6715 -18268)" fill="%23c7ad73" opacity="0"/><g transform="translate(-6707 -18227.996)"><path d="M16.129-.443h0l.14.141.04.039.005,0A.871.871,0,0,0,16.982,0,1,1,0,0,0,17.689-.3C21.5-4.1,26.51-7.886,29.913-11.8c2.438-2.8,4.052-5.7,4.052-8.681a9.784,9.784,0,0,0-10.468-9.5A11.04,11.04,0,0,0,16.983-27.1a11.057,11.057,0,0,0-6.448-2.877A9.785,9.785,0,0,0,0-20.483c0,2.963,1.59,5.835,4,8.619C7.359-7.977,12.319-4.221,16.129-.443ZM16.983-2.4c-3.691-3.56-8.3-7.1-11.473-10.768C3.455-15.549,2-17.954,2-20.483a7.759,7.759,0,0,1,8.377-7.5,9.415,9.415,0,0,1,5.9,2.96,1,1,0,0,0,.707.293l.782-.367-.7.286.7-.287a9.355,9.355,0,0,1,5.874-2.888,7.758,7.758,0,0,1,8.324,7.5c0,2.55-1.478,4.974-3.561,7.369C25.235-9.469,20.655-5.945,16.983-2.4Zm.058-22.462h0l.024.059Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>');
}
.sticky-buttons .sticky-button-donate a:hover i, .sticky-buttons .sticky-button-donate a:focus i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(6715 18268)"><rect width="50" height="50" transform="translate(-6715 -18268)" fill="%23062038" opacity="0"/><g transform="translate(-6707 -18227.996)"><path d="M16.129-.443h0l.14.141.04.039.005,0A.871.871,0,0,0,16.982,0,1,1,0,0,0,17.689-.3C21.5-4.1,26.51-7.886,29.913-11.8c2.438-2.8,4.052-5.7,4.052-8.681a9.784,9.784,0,0,0-10.468-9.5A11.04,11.04,0,0,0,16.983-27.1a11.057,11.057,0,0,0-6.448-2.877A9.785,9.785,0,0,0,0-20.483c0,2.963,1.59,5.835,4,8.619C7.359-7.977,12.319-4.221,16.129-.443ZM16.983-2.4c-3.691-3.56-8.3-7.1-11.473-10.768C3.455-15.549,2-17.954,2-20.483a7.759,7.759,0,0,1,8.377-7.5,9.415,9.415,0,0,1,5.9,2.96,1,1,0,0,0,.707.293l.782-.367-.7.286.7-.287a9.355,9.355,0,0,1,5.874-2.888,7.758,7.758,0,0,1,8.324,7.5c0,2.55-1.478,4.974-3.561,7.369C25.235-9.469,20.655-5.945,16.983-2.4Zm.058-22.462h0l.024.059Z" fill="%23062038" fill-rule="evenodd"/></g></g></svg>');
}
.sticky-buttons .sticky-button-search a i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(8444 17331)"><rect width="50" height="50" transform="translate(-8444 -17331)" fill="%23c7ad73" opacity="0"/><path d="M10040.293,1804.4a1,1,0,0,1,0-1.413l7.329-7.329a12.858,12.858,0,0,1,9.406-21.661h0a12.89,12.89,0,0,1,0,25.78h0a12.808,12.808,0,0,1-7.933-2.765l-7.39,7.387a1,1,0,0,1-1.413,0Zm5.843-17.511a10.891,10.891,0,1,0,10.893-10.892A10.952,10.952,0,0,0,10046.136,1786.891Z" transform="translate(-18473.998 -19095)" fill="%23c7ad73"/></g></svg>');
}
.sticky-buttons .sticky-button-search a:hover i, .sticky-buttons .sticky-button-search a:focus i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(8444 17331)"><rect width="50" height="50" transform="translate(-8444 -17331)" fill="%23062038" opacity="0"/><path d="M10040.293,1804.4a1,1,0,0,1,0-1.413l7.329-7.329a12.858,12.858,0,0,1,9.406-21.661h0a12.89,12.89,0,0,1,0,25.78h0a12.808,12.808,0,0,1-7.933-2.765l-7.39,7.387a1,1,0,0,1-1.413,0Zm5.843-17.511a10.891,10.891,0,1,0,10.893-10.892A10.952,10.952,0,0,0,10046.136,1786.891Z" transform="translate(-18473.998 -19095)" fill="%23062038"/></g></svg>');
}
@media (max-width: 991.98px) {
  .sticky-buttons {
    display: none;
    visibility: hidden;
  }
}
@media print {
  .sticky-buttons {
    display: none;
  }
}

body:not(.nav-open) .sticky-buttons.in-view {
  transform: translate(0%, -50%);
  visibility: visible;
}

body .cc_dialog.simple {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5em;
  color: #062038;
  left: 0;
  max-width: none;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05), 0 0px 32px rgba(0, 0, 0, 0.1);
  max-height: 100%;
  overflow-y: scroll;
  padding-bottom: 1.5em;
  padding-bottom: max(1.5em, env(safe-area-inset-bottom));
  padding-left: 1.5em;
  padding-left: max(1.5em, env(safe-area-inset-left));
  padding-right: 1.5em;
  padding-right: max(1.5em, env(safe-area-inset-right));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body .cc_dialog.simple button.cc_b_ok {
  background-color: #c7ad73;
  color: white;
}
body .cc_dialog.simple button.cc_b_cp {
  background-color: #dfe5e8;
}
@media (max-width: 575.98px) {
  body .cc_dialog.simple .cc_b_inner {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
body .cc_dialog.simple .cc_dialog_headline,
body .cc_dialog.simple .cc_dialog_text {
  color: currentColor !important;
}
body .cc_dialog.simple .cc_dialog_headline {
  font-size: 1.25rem;
}
body .cc_dialog.simple .cc_dialog_text {
  font-size: 0.875rem;
}

.cookie-consent-preferences-overlay input[type=checkbox].checkbox_cookie_consent:checked + label:before {
  background-color: #c7ad73 !important;
}

.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
  background-color: #c7ad73 !important;
}

/*
.cc-window {
    opacity: 1;
    transition: opacity 1s ease;
    background-color: transparentize($cookie-banner-background, 0.1) !important; @include backdrop-filter(blur, 5px);
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link,
.cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke,
.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn,
.cc-close,
.cc-revoke {
    cursor: pointer; background-color: $cookie-banner-button-color !important; color: white !important;
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active,
.cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus,
.cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating>.cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance>.cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn+.cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke,
    .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),
screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }
    .cc-window.cc-bottom {
        bottom: 0
    }
    .cc-window.cc-banner,
    .cc-window.cc-floating,
    .cc-window.cc-left,
    .cc-window.cc-right {
        left: 0;
        right: 0
    }
    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .cc-window.cc-floating {
        max-width: none
    }
    .cc-window .cc-message {
        margin-bottom: 1em
    }
    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
    margin-left: 0
}
*/
/*------------------------------*/
/*----------Buttons----------*/
/*------------------------------*/
.btn, input[type=submit], .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a, .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button {
  transition: all 0.3s ease;
  padding: 0.8em 1.2em;
  cursor: pointer;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-radius: 0;
}
@media (prefers-reduced-motion: reduce) {
  .btn, input[type=submit], .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a, .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button {
    transition: none;
  }
}
.btn a, input[type=submit] a, .main-content .richtext-button a a,
.cke_editable .richtext-button a a,
.mce-content-body .richtext-button a a, .main-content a.richtext-button a,
.cke_editable a.richtext-button a,
.mce-content-body a.richtext-button a {
  font-weight: 700;
}
@media (min-width: 992px) {
  .btn, input[type=submit], .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a, .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button {
    padding: 1.17em 1.5em;
  }
}
.btn:hover, input[type=submit]:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .btn:focus, input[type=submit]:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .btn:active, input[type=submit]:active, .main-content .richtext-button a:active,
.cke_editable .richtext-button a:active,
.mce-content-body .richtext-button a:active, .main-content a.richtext-button:active,
.cke_editable a.richtext-button:active,
.mce-content-body a.richtext-button:active {
  background-color: #e7e7e7;
}
@media print {
  .btn, input[type=submit], .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a, .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button {
    display: none;
  }
}

.btn-primary, input[type=submit], .main-content .richtext-button a,
.cke_editable .richtext-button a,
.mce-content-body .richtext-button a, .main-content a.richtext-button,
.cke_editable a.richtext-button,
.mce-content-body a.richtext-button,
.btn-primary:disabled {
  background-color: #c7ad73;
  border-color: #c7ad73;
  color: #062038;
  display: inline-flex;
  align-items: center;
}
.btn-primary:hover, input[type=submit]:hover, .main-content .richtext-button a:hover,
.cke_editable .richtext-button a:hover,
.mce-content-body .richtext-button a:hover, .main-content a.richtext-button:hover,
.cke_editable a.richtext-button:hover,
.mce-content-body a.richtext-button:hover, .btn-primary:focus, input[type=submit]:focus, .main-content .richtext-button a:focus,
.cke_editable .richtext-button a:focus,
.mce-content-body .richtext-button a:focus, .main-content a.richtext-button:focus,
.cke_editable a.richtext-button:focus,
.mce-content-body a.richtext-button:focus, .btn-primary:active, input[type=submit]:active, .main-content .richtext-button a:active,
.cke_editable .richtext-button a:active,
.mce-content-body .richtext-button a:active, .main-content a.richtext-button:active,
.cke_editable a.richtext-button:active,
.mce-content-body a.richtext-button:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, input[type=submit]:not(:disabled):not(.disabled).active, .main-content .richtext-button a:not(:disabled):not(.disabled).active,
.cke_editable .richtext-button a:not(:disabled):not(.disabled).active,
.mce-content-body .richtext-button a:not(:disabled):not(.disabled).active, .main-content a.richtext-button:not(:disabled):not(.disabled).active,
.cke_editable a.richtext-button:not(:disabled):not(.disabled).active,
.mce-content-body a.richtext-button:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:disabled:hover,
.btn-primary:disabled:focus,
.btn-primary:disabled:active,
.btn-primary:disabled:not(:disabled):not(.disabled):active,
.btn-primary:disabled:not(:disabled):not(.disabled).active,
.btn-primary:disabled:not(:disabled):not(.disabled):active:focus {
  background-color: #b8984f;
  border-color: #b8984f;
  color: #062038;
}
.btn-primary:after, input[type=submit]:after, .main-content .richtext-button a:after,
.cke_editable .richtext-button a:after,
.mce-content-body .richtext-button a:after, .main-content a.richtext-button:after,
.cke_editable a.richtext-button:after,
.mce-content-body a.richtext-button:after,
.btn-primary:disabled:after {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23062038"/></g></g></svg>') center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.btn-secondary,
.btn-secondary:disabled {
  background-color: rgba(199, 173, 115, 0.3);
  border-color: transparent;
  color: #062038;
  display: inline-flex;
  align-items: center;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:disabled:hover,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:active,
.btn-secondary:disabled:not(:disabled):not(.disabled):active,
.btn-secondary:disabled:not(:disabled):not(.disabled).active,
.btn-secondary:disabled:not(:disabled):not(.disabled):active:focus {
  background-color: rgba(199, 173, 115, 0.5);
  border-color: transparent;
  color: #062038;
}
.btn-secondary:after,
.btn-secondary:disabled:after {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23062038"/></g></g></svg>') center no-repeat;
  background-size: contain;
  margin-left: 0.5em;
}

.btn-default,
.btn-default:disabled {
  background-color: #dfe5e8;
  border-color: #dfe5e8;
  color: #062038;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:disabled:hover,
.btn-default:disabled:focus,
.btn-default:disabled:active,
.btn-default:disabled:not(:disabled):not(.disabled):active,
.btn-default:disabled:not(:disabled):not(.disabled).active,
.btn-default:disabled:not(:disabled):not(.disabled):active:focus {
  background-color: #c1cdd3;
  border-color: #c1cdd3;
  color: #062038;
}

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > input[type=submit], .main-content .richtext-button .btn-group-lg > a,
.cke_editable .richtext-button .btn-group-lg > a,
.mce-content-body .richtext-button .btn-group-lg > a, .main-content .btn-group-lg > a.richtext-button,
.cke_editable .btn-group-lg > a.richtext-button,
.mce-content-body .btn-group-lg > a.richtext-button {
  padding: 1.5em 1.8em;
}

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > input[type=submit], .main-content .richtext-button .btn-group-sm > a,
.cke_editable .richtext-button .btn-group-sm > a,
.mce-content-body .richtext-button .btn-group-sm > a, .main-content .btn-group-sm > a.richtext-button,
.cke_editable .btn-group-sm > a.richtext-button,
.mce-content-body .btn-group-sm > a.richtext-button {
  padding: 0.85em 1.5em;
}

/*------------------------------*/
/*----------Nav----------*/
/*------------------------------*/
/*----------Toggler----------*/
.navbar-toggler {
  position: fixed;
  width: 2.5em;
  height: 2.5em;
  border: none;
  padding: 0 0.3em;
  background: #c7ad73;
  z-index: 1002;
  border-radius: 100%;
  bottom: 1.111111111rem;
  bottom: max(1.111111111rem, env(safe-area-inset-bottom));
  right: 1.111111111rem;
  right: max(1.111111111rem, env(safe-area-inset-right));
  border: 10px solid #08131d;
  /*--Collapsed--*/
}
.navbar-toggler span {
  display: block;
  width: 100%;
  height: 3px;
  background: #08131d;
  margin: 0.15em 0;
  transition: 0.3s ease all;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler span {
    transition: none;
  }
}
.navbar-toggler:not(.collapsed) {
  background: #08131d;
  border-color: #c7ad73;
}
.navbar-toggler:not(.collapsed) span {
  margin: 0;
  background: white;
}
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  -moz-transform: rotate(135deg) translate(0.1em, -0.1em);
  -o-transform: rotate(135deg) translate(0.1em, -0.1em);
  -ms-transform: rotate(135deg) translate(0.1em, -0.1em);
  -webkit-transform: rotate(135deg) translate(0.1em, -0.1em);
  transform: rotate(135deg) translate(0.1em, -0.1em);
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  -moz-transform: rotate(-135deg) translate(0.1em, 0.1em);
  -o-transform: rotate(-135deg) translate(0.1em, 0.1em);
  -ms-transform: rotate(-135deg) translate(0.1em, 0.1em);
  -webkit-transform: rotate(-135deg) translate(0.1em, 0.1em);
  transform: rotate(-135deg) translate(0.1em, 0.1em);
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media print {
  .navbar-toggler {
    display: none;
  }
}

/*----------Nav----------*/
.main-nav.navbar {
  padding: 0;
  position: static;
}
@media (max-width: 1199.98px) {
  .main-nav.navbar .navbar-collapse {
    overflow-y: auto;
  }
}
.main-nav.navbar .navbar-collapse ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav {
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item {
    margin: 0 auto;
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item a.nav-link {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  background-color: transparent;
  text-align: center;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item a.nav-link a {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:not(.nav-item-featured) > a.nav-link {
    padding: 6em 0.8em 4em 0.8em;
    border-bottom: 1px solid transparent;
  }
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:not(.nav-item-featured):hover > a.nav-link, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:not(.nav-item-featured):focus > a.nav-link, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:not(.nav-item-featured):focus-within > a.nav-link, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:not(.nav-item-featured).active > a.nav-link {
    border-color: white;
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .view-all {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #c7ad73;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .view-all a {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured {
    width: 6.533333rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0;
  }
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured + .nav-item-featured {
    margin-right: 0;
    margin-left: 0;
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a {
  width: 100%;
  height: 100%;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a a {
  font-weight: 700;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a i {
  display: block;
  width: 1.777778rem;
  height: 1.777778rem;
  background-size: contain !important;
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a i {
    width: 2.777777778rem;
    height: 2.777777778rem;
    margin-right: 0.5em;
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a:hover, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a:focus {
  background-color: #c7ad73;
  color: #062038;
}
@media (max-width: 1199.98px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured a {
    display: flex;
    flex-direction: row;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: flex-start;
    align-items: center;
    padding: 1em;
    margin: 0.5em 0;
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-donate a i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(6715 18268)"><rect width="50" height="50" transform="translate(-6715 -18268)" fill="white" opacity="0"/><g transform="translate(-6707 -18227.996)"><path d="M16.129-.443h0l.14.141.04.039.005,0A.871.871,0,0,0,16.982,0,1,1,0,0,0,17.689-.3C21.5-4.1,26.51-7.886,29.913-11.8c2.438-2.8,4.052-5.7,4.052-8.681a9.784,9.784,0,0,0-10.468-9.5A11.04,11.04,0,0,0,16.983-27.1a11.057,11.057,0,0,0-6.448-2.877A9.785,9.785,0,0,0,0-20.483c0,2.963,1.59,5.835,4,8.619C7.359-7.977,12.319-4.221,16.129-.443ZM16.983-2.4c-3.691-3.56-8.3-7.1-11.473-10.768C3.455-15.549,2-17.954,2-20.483a7.759,7.759,0,0,1,8.377-7.5,9.415,9.415,0,0,1,5.9,2.96,1,1,0,0,0,.707.293l.782-.367-.7.286.7-.287a9.355,9.355,0,0,1,5.874-2.888,7.758,7.758,0,0,1,8.324,7.5c0,2.55-1.478,4.974-3.561,7.369C25.235-9.469,20.655-5.945,16.983-2.4Zm.058-22.462h0l.024.059Z" fill="white" fill-rule="evenodd"/></g></g></svg>');
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-donate a:hover i, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-donate a:focus i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(6715 18268)"><rect width="50" height="50" transform="translate(-6715 -18268)" fill="%23062038" opacity="0"/><g transform="translate(-6707 -18227.996)"><path d="M16.129-.443h0l.14.141.04.039.005,0A.871.871,0,0,0,16.982,0,1,1,0,0,0,17.689-.3C21.5-4.1,26.51-7.886,29.913-11.8c2.438-2.8,4.052-5.7,4.052-8.681a9.784,9.784,0,0,0-10.468-9.5A11.04,11.04,0,0,0,16.983-27.1a11.057,11.057,0,0,0-6.448-2.877A9.785,9.785,0,0,0,0-20.483c0,2.963,1.59,5.835,4,8.619C7.359-7.977,12.319-4.221,16.129-.443ZM16.983-2.4c-3.691-3.56-8.3-7.1-11.473-10.768C3.455-15.549,2-17.954,2-20.483a7.759,7.759,0,0,1,8.377-7.5,9.415,9.415,0,0,1,5.9,2.96,1,1,0,0,0,.707.293l.782-.367-.7.286.7-.287a9.355,9.355,0,0,1,5.874-2.888,7.758,7.758,0,0,1,8.324,7.5c0,2.55-1.478,4.974-3.561,7.369C25.235-9.469,20.655-5.945,16.983-2.4Zm.058-22.462h0l.024.059Z" fill="%23062038" fill-rule="evenodd"/></g></g></svg>');
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-search a {
  padding-right: 1.666666667em;
  padding-right: max(1.666666667em, env(safe-area-inset-right));
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-search a i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(8444 17331)"><rect width="50" height="50" transform="translate(-8444 -17331)" fill="white" opacity="0"/><path d="M10040.293,1804.4a1,1,0,0,1,0-1.413l7.329-7.329a12.858,12.858,0,0,1,9.406-21.661h0a12.89,12.89,0,0,1,0,25.78h0a12.808,12.808,0,0,1-7.933-2.765l-7.39,7.387a1,1,0,0,1-1.413,0Zm5.843-17.511a10.891,10.891,0,1,0,10.893-10.892A10.952,10.952,0,0,0,10046.136,1786.891Z" transform="translate(-18473.998 -19095)" fill="white"/></g></svg>');
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-search a:hover i, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item-featured.nav-item-search a:focus i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><g transform="translate(8444 17331)"><rect width="50" height="50" transform="translate(-8444 -17331)" fill="primary-text-color" opacity="0"/><path d="M10040.293,1804.4a1,1,0,0,1,0-1.413l7.329-7.329a12.858,12.858,0,0,1,9.406-21.661h0a12.89,12.89,0,0,1,0,25.78h0a12.808,12.808,0,0,1-7.933-2.765l-7.39,7.387a1,1,0,0,1-1.413,0Zm5.843-17.511a10.891,10.891,0,1,0,10.893-10.892A10.952,10.952,0,0,0,10046.136,1786.891Z" transform="translate(-18473.998 -19095)" fill="primary-text-color"/></g></svg>');
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown {
  display: none;
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  margin-top: 1px;
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown {
    transition: 0.3s ease all;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
  }
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown .nav-dropdown-inner {
    background-color: #08131d;
    display: flex;
    padding: 1.666666667em 0;
    padding-right: 1.666666667em;
    padding-right: max(1.666666667em, env(safe-area-inset-right));
    padding-left: 1.666666667em;
    padding-left: max(1.666666667em, env(safe-area-inset-left));
  }
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown .nav-side {
  width: 20rem;
  max-width: 25%;
  font-size: 0.875rem;
  flex-shrink: 0;
  padding-right: 1.666666667rem;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown .nav-side .intro {
  display: block;
  line-height: 1.4;
  max-height: 7.5rem;
  overflow: hidden;
  margin-top: 1em;
}
.main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown ul {
  flex-grow: 1;
}
@media (min-width: 992px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown ul > li {
    width: 50%;
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23c7ad73"/></g></g></svg>') left 0.7em no-repeat;
    padding: 0.5em 1em 0.5em 2em;
  }
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item .nav-dropdown ul > li {
    width: 33.333333333%;
  }
}
@media (min-width: 1200px) {
  .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:hover .nav-dropdown, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:focus .nav-dropdown, .main-nav.navbar .navbar-collapse > ul.navbar-nav > li.nav-item:focus-within .nav-dropdown {
    max-height: 100em;
    z-index: 1001;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 1199.98px) {
  .main-nav.navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: 0;
    width: 16.666666667rem;
    max-width: calc(100% - 1.666666667rem);
    height: 100% !important;
    bottom: 0;
    background: #08131d;
    z-index: 1001;
    transform: translate(100%, 0);
    transition: 0.3s ease all;
    padding: 1.111111111rem;
    padding-right: 1.666666667em;
    padding-right: max(1.666666667em, env(safe-area-inset-right));
  }
  .main-nav.navbar .navbar-collapse.show {
    transform: translate(0, 0);
  }
}

.nav-dropdown .search-input {
  width: 65rem;
  max-width: 100%;
  margin: 0 auto;
}
.nav-dropdown .search-input form {
  display: flex;
}
@media (min-width: 992px) {
  .nav-dropdown .search-input form .form-control, .nav-dropdown .search-input form input[type=text],
.nav-dropdown .search-input form textarea,
.nav-dropdown .search-input form select {
    font-size: 3.75rem;
    font-family: "Lora", serif;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
  .nav-dropdown .search-input form .form-control:hover, .nav-dropdown .search-input form input[type=text]:hover,
.nav-dropdown .search-input form textarea:hover,
.nav-dropdown .search-input form select:hover, .nav-dropdown .search-input form .form-control:focus, .nav-dropdown .search-input form input[type=text]:focus,
.nav-dropdown .search-input form textarea:focus,
.nav-dropdown .search-input form select:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
  }
}
.nav-dropdown .search-input form input[type=submit] {
  background-color: transparent;
  font-size: 1.25rem;
  color: #c7ad73;
  border: none;
  font-family: "Lora", serif;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23c7ad73"/></g></g></svg>') right center no-repeat;
  padding-right: 1.5em;
}
.nav-dropdown .search-input form label {
  position: absolute;
  text-indent: -1000em;
  overflow: hidden;
}

/*------------------------------*/
/*----------Smooth carousel fade----------*/
/*------------------------------*/
.carousel.fade {
  opacity: 1;
}
.carousel.fade .carousel-item {
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel.fade .carousel-item {
    transition: none;
  }
}
.carousel.fade .carousel-item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .carousel-item.active {
  opacity: 1;
  z-index: 2;
  transition: opacity 0.5s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel.fade .carousel-item.active {
    transition: none;
  }
}

/*------------------------------*/
/*----------Slick----------*/
/*------------------------------*/
.slick-slider .slick-dots {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  margin: 0;
}
.slick-slider .slick-dots li {
  margin: 0 0.277777778rem;
  line-height: 1;
}
.slick-slider .slick-dots li button {
  text-indent: 1000em;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 5px solid white;
  background-color: #dfe5e8;
  padding: 0;
  color: #062038;
}
.slick-slider .slick-dots li.slick-active button {
  border-color: #c7ad73;
  background-color: white;
}
.slick-slider.slick-dots-simple .slick-dots {
  background-color: #08131d;
  padding: 0.5em 0.5em 0 0.5em;
  border-radius: 10em;
}
.slick-slider.slick-dots-simple .slick-dots li button {
  border: none;
  width: 0.555555556rem;
  height: 0.555555556rem;
  border-radius: 100%;
  background-color: white;
  opacity: 0.5;
}
.slick-slider.slick-dots-simple .slick-dots li.slick-active button {
  opacity: 1;
}
.slick-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 100%;
  background-color: #EDE6D4 !important;
  text-indent: -1000em;
  overflow: hidden;
  z-index: 10;
  top: 50%;
  background-size: cover;
}
.slick-slider .slick-arrow.slick-prev {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(0.001)"><g transform="translate(-0.001 0)"><path d="M19.473,12.65H6.283l2.35,2.94a1,1,0,1,1-1.56,1.25l-3.28-4.09a1.2,1.2,0,0,1,0-1.5l3.28-4.09a1,1,0,1,1,1.56,1.25l-1.8,2.24h12.64a1,1,0,1,1,0,2Z" transform="translate(-3.53 -6.785)" fill="%23c7ad73"/></g></g></svg>') no-repeat center;
  left: -25px;
}
@media (min-width: 992px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -60px;
  }
}
.slick-slider .slick-arrow.slick-next {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23c7ad73"/></g></g></svg>') no-repeat center;
  right: -25px;
}
@media (min-width: 992px) {
  .slick-slider .slick-arrow.slick-next {
    right: -60px;
  }
}
.slick-slider .slick-arrow:hover, .slick-slider .slick-arrow:focus {
  background-color: #ded1b0;
}

/*------------------------------*/
/*----------Highlight carousel----------*/
/*------------------------------*/
.highlight-carousel {
  overflow: hidden;
}
.highlight-carousel .highlight-carousel-inner .highlight-carousel-slide {
  position: relative;
  background-color: #08131d;
  overflow: hidden;
}
.highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content {
  color: white;
  bottom: 0;
  left: 0;
  padding: 1.111111111rem;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 30%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
}
@media (min-width: 768px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content {
    padding: 1.666666667rem;
    position: absolute;
  }
}
@media (min-width: 992px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content {
    padding: 3.888888889rem;
  }
}
.highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .line-heading {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .line-heading {
    max-width: 80%;
  }
}
.highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .subheader {
  font-size: 1.125rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .subheader {
    font-size: 1.375rem;
  }
}
@media (min-width: 992px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .subheader {
    font-size: 1.875rem;
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-content .subheader {
    font-size: 2.5rem;
  }
}
.highlight-carousel .highlight-carousel-inner .highlight-carousel-slide .highlight-carousel-media img {
  width: 100%;
  opacity: 0.8;
}
.highlight-carousel .highlight-carousel-inner .slick-list {
  overflow: visible;
}
.highlight-carousel .highlight-carousel-inner .slick-slide {
  opacity: 0.2;
  transition: 0.3s ease all;
}
.highlight-carousel .highlight-carousel-inner .slick-slide.slick-active {
  opacity: 1;
}
.highlight-carousel .highlight-carousel-inner .slick-slide.slick-active img {
  transform: scale(1.04);
  animation: imageZoom 10s forwards ease;
}
.highlight-carousel .highlight-carousel-inner .slick-slide.slick-active .highlight-carousel-content {
  animation: fadeInUp 1s forwards ease;
}

/*------------------------------*/
/*----------Forms----------*/
/*------------------------------*/
.form-group {
  display: flex;
  flex-direction: column;
}
.form-group .form-control, .form-group input[type=text],
.form-group textarea,
.form-group select {
  order: 2;
}
.form-group .form-control + label, .form-group input[type=text] + label,
.form-group textarea + label,
.form-group select + label {
  order: 1;
}
.form-group .form-control:focus, .form-group input[type=text]:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #c7ad73;
}
.form-group .form-control:focus + label, .form-group input[type=text]:focus + label,
.form-group textarea:focus + label,
.form-group select:focus + label {
  color: #c7ad73;
}

input,
textarea,
select,
.form-control,
input[type=text] {
  background-color: #f4f4f4;
  border-color: #dfe5e8;
  height: auto;
  border-width: 2px;
  border-radius: 0;
}

.validation {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.validation .validation-summary-errors {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  background-color: #f7c4d0;
  border: 2px solid #f098ac;
  color: #D11E46;
  padding: 0.5em 1em;
  text-align: center;
}
.validation .validation-summary-errors ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 !important;
  padding: 0 !important;
}
.validation .validation-summary-errors ul li {
  margin: 0;
}
.validation .validation-summary-errors ul li:before {
  display: none;
}

.datepicker--content:after {
  content: 'Once selected, click "Apply Date" to apply your selection.';
  display: block;
  text-align: center;
  font-size: 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: 1em;
  line-height: 1.4;
}

.fancy-form-group {
  background: white;
  border: 2px solid rgba(199, 173, 115, 0.6);
  position: relative;
}
.fancy-form-group label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #6c7680;
  margin: 0;
  line-height: 1;
  padding: 0.375rem 0.75rem 0 0.75rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.fancy-form-group label a {
  font-weight: 700;
}
.fancy-form-group .form-control, .fancy-form-group input[type=text],
.fancy-form-group textarea,
.fancy-form-group select {
  border: none;
  background-color: white;
  padding: 1.5rem 0.75rem 0.375rem 0.75rem;
}
.fancy-form-group select.form-control,
.fancy-form-group select {
  -webkit-appearance: none;
  background-image: url(../images/dropdown.png);
  background-image: linear-gradient(transparent, transparent), url(../images/dropdown.svg);
  background-position: right 0.3125em center;
  background-repeat: no-repeat;
  padding-right: 3.5em;
}
.fancy-form-group .invalid-feedback {
  padding: 0 0.75rem 0 0.75rem;
  order: 3;
  background-color: #fdf1f4;
}

/*------------------------------*/
/*----------Contact details----------*/
/*------------------------------*/
.contact-details {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.833333333rem;
}
.contact-details-block {
  font-size: 0.875rem;
  padding: 0 0.833333333rem;
  padding-bottom: 2.222222222rem;
}
@media (min-width: 768px) {
  .contact-details-block {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .contact-details-block {
    width: 33.333333333%;
  }
}
.contact-details-block .line-heading {
  width: 100%;
  color: #7B6432;
  border-color: currentColor;
}
.contact-details-block .line-heading:after {
  width: auto;
  flex-grow: 1;
}
.contact-details-block .title,
.contact-details-block strong {
  font-size: 1.25rem;
  font-family: "Lora", serif;
}
@media (min-width: 768px) {
  .contact-details-block .title,
.contact-details-block strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .contact-details-block .title,
.contact-details-block strong {
    font-size: 1.875rem;
  }
}
.contact-details-block p {
  margin: 0;
}
@media (min-width: 768px) {
  .contact-details-block-featured {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .contact-details-block-featured .title,
.contact-details-block-featured strong {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .contact-details-block-featured .title,
.contact-details-block-featured strong {
    font-size: 1.875rem;
  }
}

/*------------------------------*/
/*----------Donate----------*/
/*------------------------------*/
.donate-form {
  position: relative;
  border: 5px solid #dfe5e8;
  padding: 1.666666667rem;
  overflow: hidden;
}
.donate-form label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.donate-form label a {
  font-weight: 700;
}
.donate-form table {
  border: none;
}
.donate-form table tr td,
.donate-form table tr th {
  padding: 0.5em 0;
  border-bottom: none;
}

.share-buttons {
  display: flex;
  flex-wrap: wrap;
}
.share-buttons .resp-sharing-button__link {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-decoration: none;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button {
  display: flex;
  color: white;
  padding: 0.5em 0.8em;
  transition: 0.3s ease all;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button .resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button .resp-sharing-button__icon svg path {
  fill: white;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button span {
  display: none;
  margin-left: 0.5em;
}
.share-buttons.show-names .resp-sharing-button span {
  display: block;
}
.share-buttons .resp-sharing-button__icon {
  stroke: #fff;
  fill: none;
}
.share-buttons .resp-sharing-button__icon--solid,
.share-buttons .resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--twitter {
  background-color: #55acee;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--twitter:hover {
  background-color: #2795e9;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--pinterest {
  background-color: #bd081c;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--pinterest:hover {
  background-color: #8c0615;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--facebook {
  background-color: #3b5998;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--facebook:hover {
  background-color: #2d4373;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--tumblr {
  background-color: #35465C;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--tumblr:hover {
  background-color: #222d3c;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--reddit {
  background-color: #5f99cf;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--reddit:hover {
  background-color: #3a80c1;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--google {
  background-color: #dd4b39;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--google:hover {
  background-color: #c23321;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--linkedin {
  background-color: #0077b5;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--linkedin:hover {
  background-color: #005582;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--email {
  background-color: #777;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--email:hover {
  background-color: #5e5e5e;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--xing {
  background-color: #1a7576;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--xing:hover {
  background-color: #114c4c;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--whatsapp {
  background-color: #25D366;
}
.share-buttons .resp-sharing-button__link .resp-sharing-button--whatsapp:hover {
  background-color: #1da851;
}

/*

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}


// Non solid icons get a stroke
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

// Solid icons get a fill
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}

.resp-sharing-button--linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
}

.resp-sharing-button--linkedin:hover,
.resp-sharing-button--linkedin:active {
  background-color: #046293;
  border-color: #046293;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

*/
/*------------------------------*/
/*----------Directory----------*/
/*------------------------------*/
.search-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-controls > .container,
.search-controls > .container-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.search-controls .search-nav {
  position: relative;
  text-align: center;
  margin-top: -1em;
}
.search-controls .search-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: -0.555555556rem;
  top: -0.555555556rem;
  right: -0.555555556rem;
  bottom: 94%;
  z-index: -1;
  background: white;
  border-radius: 2em 2em 0 0;
}
@media (min-width: 576px) {
  .search-controls .search-nav {
    margin-top: -2rem;
  }
  .search-controls .search-nav:after {
    bottom: 50%;
  }
}
@media (max-width: 575.98px) {
  .search-controls .search-nav {
    width: 100%;
  }
}
.search-controls .search-nav .search-tabs {
  overflow: hidden;
  border-radius: 0.555555556rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .search-controls .search-nav .search-tabs {
    border-radius: 2em;
  }
}
.search-controls .search-nav .search-tabs > div {
  position: relative;
}
.search-controls .search-nav .search-tabs > div + div:before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  top: 50%;
  left: 0;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
  .search-controls .search-nav .search-tabs > div {
    width: 50%;
    outline: 0.5px solid rgba(255, 255, 255, 0.1);
  }
}
.search-controls .search-nav .search-tabs > div a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: block;
  padding: 1.5em 2em;
  background-color: #08131d;
}
.search-controls .search-nav .search-tabs > div a a {
  font-weight: 700;
}
.search-controls .search-nav .search-tabs > div a.selected {
  background-color: #c7ad73;
  color: #062038;
  text-decoration: none;
}
.search-controls .search-nav .search-tabs > div a:not(.selected):hover, .search-controls .search-nav .search-tabs > div a:not(.selected):focus {
  background-color: #c7ad73;
  color: #062038;
  text-decoration: none;
}
.search-controls .search-nav .search-tabs > div a#map {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="%23c7ad73"/></g></g></svg>');
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000em;
  overflow: hidden;
}
.search-controls .search-nav .search-tabs > div a#map.selected, .search-controls .search-nav .search-tabs > div a#map:hover, .search-controls .search-nav .search-tabs > div a#map:focus {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="black"/></g></g></svg>');
}
@media (max-width: 575.98px) {
  .search-controls .search-nav .search-tabs > div.map-btn {
    width: 100%;
  }
}
.search-controls .search-type {
  position: relative;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
.search-controls .search-type .search-label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  text-align: center;
  display: block;
}
.search-controls .search-type .search-label a {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .search-controls .search-type {
    width: 100%;
  }
}
.search-controls .search-type + .search-type {
  margin-top: 1.25em;
  border-top: 2px solid rgba(123, 100, 50, 0.2);
}
.search-controls .search-type + .search-type:after {
  content: "Or";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  background-color: #EDE6D4;
  line-height: 1;
  padding: 0 1em;
  color: #7B6432;
}
.search-controls .search-type + .search-type:after a {
  font-weight: 700;
}
.search-controls .search-type .letter-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.search-controls .search-type .letter-filter ul li {
  font-size: 1.125rem;
  padding: 0 0.5em;
}
.search-controls .search-type .letter-filter ul li a {
  color: #7B6432;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .search-controls .search-inputs {
    display: flex;
    margin-left: -0.555555556rem;
    margin-right: -0.555555556rem;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .search-controls .search-inputs {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .search-controls .search-inputs > div {
    padding-left: 0.555555556rem;
    padding-right: 0.555555556rem;
    padding-bottom: 1.111111112rem;
    width: 33.333333333%;
  }
}
@media (min-width: 992px) {
  .search-controls .search-inputs > div {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .search-controls .search-inputs > div {
    width: 20%;
  }
}
.search-controls .search-inputs > div:last-child {
  width: 100%;
  text-align: center;
  padding-bottom: 0;
}
.search-controls .search-inputs > div .btn, .search-controls .search-inputs > div .main-content .richtext-button a, .main-content .richtext-button .search-controls .search-inputs > div a,
.search-controls .search-inputs > div .cke_editable .richtext-button a,
.cke_editable .richtext-button .search-controls .search-inputs > div a,
.search-controls .search-inputs > div .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .search-controls .search-inputs > div a, .search-controls .search-inputs > div .main-content a.richtext-button, .main-content .search-controls .search-inputs > div a.richtext-button,
.search-controls .search-inputs > div .cke_editable a.richtext-button,
.cke_editable .search-controls .search-inputs > div a.richtext-button,
.search-controls .search-inputs > div .mce-content-body a.richtext-button,
.mce-content-body .search-controls .search-inputs > div a.richtext-button, .search-controls .search-inputs > div input[type=submit] {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .search-controls .search-inputs .form-group {
    margin: 0;
  }
}
.search-controls .search-inputs button {
  min-height: 100%;
}
.search-controls .search-inputs button[type=reset] {
  color: #D11E46;
  background-color: transparent;
}
.search-controls .search-inputs button[type=reset]:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(-991 -1485)"><rect width="16" height="16" transform="translate(991 1485)" fill="none"/><g transform="translate(994.073 1488.054)"><path d="M4.833,14.24a.667.667,0,0,1,0-.94L13.32,4.813a.667.667,0,1,1,.94.94L5.773,14.24a.667.667,0,0,1-.94,0Z" transform="translate(-4.639 -4.58)" fill="%23D11E46"/><path d="M4.833,4.833a.667.667,0,0,1,.94,0L14.26,13.32a.667.667,0,1,1-.94.94L4.833,5.773A.667.667,0,0,1,4.833,4.833Z" transform="translate(-4.639 -4.6)" fill="%23D11E46"/></g></g></svg>') center no-repeat;
}

#searchContainer {
  width: 100%;
  background: white;
  padding: 1.875rem 0;
}
@media (min-width: 992px) {
  #searchContainer {
    padding: 3.125rem 0;
  }
}

/*------------------------------*/
/*----------Search Results----------*/
/*------------------------------*/
.search-results {
  /*
  .result-block{
      border-bottom: 2px solid $border-color; padding-bottom: 2.222222222em; margin-bottom: 2.222222222em; position: relative;
      .title{
          @include font-size(20px); 
          @include media-breakpoint-up(md){
              @include font-size(24px); padding-right: 8.5rem;
          }
      }
      .intro{
          @include font-size(14px);
      }
      ul{
          display: flex; flex-wrap: wrap;
          li{
              font-family: $font-primary; padding-left: 2em; margin-right: 1em; margin-top: 1em; color: $primary-color-accessible;
              &.phone{
                  background: get-icon( 'icon-phone', $primary-color) left center no-repeat;
              }
              &.email{
                  background: get-icon( 'icon-mail', $primary-color) left center no-repeat;
              }
              &.address{
                  background: get-icon( 'icon-church', $primary-color) left center no-repeat;
              }
              a{
                  text-decoration: underline;
              }
          }
      }
      .link{
          background: get-icon( 'icon-external', $primary-color) left center no-repeat; padding-left: 1.5em; @include small-text; 
          @include media-breakpoint-up(md){
              position: absolute; top: 0; right: 0;
          }
      }
  }
  */
}
.search-results-bar {
  background-color: #f4f4f4;
  font-size: 0.875rem;
  padding: 0.9em 1em;
  text-align: center;
  margin-bottom: 2.222222222em;
  line-height: 1.4;
}
.search-results-bar-lg {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .search-results-bar-lg {
    font-size: 1.125rem;
  }
}
.search-results-view {
  display: none;
  visibility: hidden;
}
.search-results-view.active {
  display: block;
  visibility: visible;
}
.search-results-mode {
  margin: 1.875em 0;
}
.search-results-mode ul {
  display: flex;
  justify-content: flex-end;
}
.search-results-mode ul li button {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border: 2px solid rgba(199, 173, 115, 0.4);
  background-color: transparent;
  padding: 1em 1em 1em 3em;
  color: currentColor;
}
.search-results-mode ul li button a {
  font-weight: 700;
}
.search-results-mode ul li button.view-mode-list {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-424 -366)"><rect width="30" height="30" transform="translate(424 366)" fill="%23fff" opacity="0"/><g transform="translate(427 369)"><path d="M22,1H2A1,1,0,0,0,2,3H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,5H2A1,1,0,0,0,2,7H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,9H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,13H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,17H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M16,21H2a1,1,0,0,0,0,2H16a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></g></svg>') left 0.5em center no-repeat;
}
.search-results-mode ul li button.view-mode-map {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="%23c7ad73"/></g></g></svg>') left 0.5em center no-repeat;
}
.search-results-mode ul li button.active {
  background-color: #08131d;
  border-color: transparent;
  color: #c7ad73;
}

.result-title {
  margin-bottom: 1.25rem;
}
.result-title .title {
  font-size: 1.5rem;
}
.result-title > div {
  font-size: 0.875rem;
}

.result-block {
  border: 2px solid #dfe5e8;
  padding: 1.25em;
  position: relative;
  margin-bottom: 1.25rem;
}
.result-block + .result-block {
  margin-top: 3.125em;
}
.result-block .subtitle {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: block;
  color: #6c7680;
  margin-bottom: 0.5em;
  font-style: italic;
}
.result-block .subtitle a {
  font-weight: 700;
}
.result-block-inner {
  overflow: hidden;
}
.result-block-title,
.result-block h2.result-block-title {
  font-size: 1.5rem;
}
.result-block .facility-icons {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 0.8em;
}
.result-block .facility-icons li {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin: 0 0.9375rem 0.625rem 0;
}
.result-block .facility-icons li a {
  font-weight: 700;
}
.result-block .facility-icons li i {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
  margin-right: 0.625rem;
  flex-shrink: 0;
}
.result-block .facility-icons li.facility-marriage i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g transform="translate(-385 -274)"><rect width="22" height="22" transform="translate(385 274)" fill="none" opacity="0"/><path d="M18619.313,19378.25a13.422,13.422,0,0,0,4.625-8.937,13.569,13.569,0,0,0-8.937,4.639V19362.3a13.686,13.686,0,0,0,8.928,4.643,13.253,13.253,0,0,0-4.635-8.947h11.672a13.385,13.385,0,0,0-4.635,8.938,13.523,13.523,0,0,0,8.939-4.639v11.652a13.512,13.512,0,0,0-8.934-4.629,13.266,13.266,0,0,0,4.635,8.928Z" transform="translate(-18229.133 -19083.125)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-catechist i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.001" height="22" viewBox="0 0 22.001 22"><path d="M22,22H0V0H22V22ZM10.022,1.27a.554.554,0,0,0-.46.244c-.115.159-.573.881-1.153,1.794l-.049.076-.01.016c-.872,1.373-1.958,3.083-2.63,4.078-.986,1.461-.828,2.835-.646,4.426l.012.1c.018.155.036.311.052.47.22,2.134-.347,2.8-1,3.348L2.075,17.558,4.637,20.61l1.993-1.7.013.016c.876-.8,1.732-1.652,2.545-2.543a5.45,5.45,0,0,0,1.5-4.1A11.488,11.488,0,0,0,9.7,8.019a1.6,1.6,0,0,0-.335-.437.336.336,0,0,0-.2-.1c-.045,0-.092-.005-.136-.005a.393.393,0,0,0-.29.089.94.94,0,0,0-.151.638c-.019.868-.539,5.289-.545,5.333a.293.293,0,0,1-.291.26l-.035,0a.3.3,0,0,1-.2-.11.294.294,0,0,1-.061-.216c.005-.043.522-4.431.541-5.278A1.454,1.454,0,0,1,8.327,7.15a1.082,1.082,0,0,1,.546-.255,29.408,29.408,0,0,0,1.5-3.632,5.368,5.368,0,0,0,.233-1.072.889.889,0,0,0-.028-.383c-.119-.3-.269-.475-.447-.527A.549.549,0,0,0,10.022,1.27Zm5.347,17.639h0l2,1.7,2.563-3.052-2.073-1.731c-.653-.546-1.22-1.214-1-3.348.02-.189.041-.378.065-.578.183-1.589.341-2.961-.646-4.422-.672-1-1.757-2.7-2.63-4.078l-.01-.016,0-.005c-.6-.95-1.08-1.7-1.2-1.865a.552.552,0,0,0-.459-.245.5.5,0,0,0-.11.012c-.18.052-.327.225-.447.527a.9.9,0,0,0-.028.383,5.379,5.379,0,0,0,.239,1.079,29.678,29.678,0,0,0,1.5,3.626,1.082,1.082,0,0,1,.544.254A1.448,1.448,0,0,1,14,8.191c.019.847.536,5.234.541,5.278a.294.294,0,0,1-.061.216.3.3,0,0,1-.2.11l-.034,0a.3.3,0,0,1-.292-.26c-.005-.044-.526-4.477-.545-5.333a.933.933,0,0,0-.15-.638.393.393,0,0,0-.29-.089c-.043,0-.089,0-.137.005a.346.346,0,0,0-.194.1,1.581,1.581,0,0,0-.336.437,11.531,11.531,0,0,0-.988,4.263,5.454,5.454,0,0,0,1.5,4.1c.8.879,1.657,1.734,2.545,2.542l.011-.015Z" transform="translate(0.001)" fill="%23062038"/></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-hearing i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="22" viewBox="0 0 22 22"><defs><clipPath id="a"><path d="M255.118-98.472h22v-22h-22Z" transform="translate(0)" fill="%23062038" clip-rule="evenodd"/></clipPath></defs><g transform="translate(-255.118 120.473)" clip-path="url(%23a)"><path d="M255.118-98.4v-22.072h22V-98.4c-.185.005-.37.015-.555.015H255.673c-.185,0-.369-.01-.555-.015m6.429-13.392c.1-.275.177-.492.245-.713a5.043,5.043,0,0,1,6.328-3.514,4.861,4.861,0,0,1,3.418,6.1,5.389,5.389,0,0,1-1.414,2.052,13.79,13.79,0,0,0-2.2,2.927,22.727,22.727,0,0,1-1.284,2.1,1.463,1.463,0,0,1-2.085.422c-.1-.057-.2-.12-.307-.182-.2.219-.386.409-.562.6a1.548,1.548,0,0,0-.126.189,2.8,2.8,0,0,0,4.413-1.076,18.528,18.528,0,0,1,3.569-4.956,3.741,3.741,0,0,0,.9-1.39,5.854,5.854,0,0,0-.45-5.077,5.991,5.991,0,0,0-5.59-3,6.017,6.017,0,0,0-5.772,5.008l.925.505m-4,11.007c.787,0,1.529-.05,2.261.013a2.15,2.15,0,0,0,2.171-.883,4.92,4.92,0,0,1,.621-.625l2.409-2.4c-1.251-.7-2.433-1.36-3.624-2a.42.42,0,0,0-.385.079q-1.666,1.683-3.305,3.394a.469.469,0,0,0-.141.278c-.012.7-.006,1.394-.006,2.151m6.212-11.573c1.185-1.828,2.889-2.35,4.491-1.4a2.666,2.666,0,0,1,1.311,1.672,2.717,2.717,0,0,1-.682,2.607l.886.562a3.685,3.685,0,0,0,.612-3.989,4.057,4.057,0,0,0-4.087-2.321,3.856,3.856,0,0,0-3.37,2.413l.838.456m10.926-5.681c-.747,0-1.425,0-2.1,0a.406.406,0,0,0-.251.084c-.407.365-.8.741-1.212,1.122a6.58,6.58,0,0,1,2.5,3.454c.305-.323.559-.572.789-.842a.89.89,0,0,0,.262-.46c.023-1.1.012-2.2.012-3.362" transform="translate(0 0)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-parking i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><path d="M22,22H0V0H22V22ZM4.489,1.881V20.121H8.227v-6.88h2.438a21.75,21.75,0,0,0,3.877-.261,5.471,5.471,0,0,0,1.938-.864,5.044,5.044,0,0,0,1.573-1.8,5.905,5.905,0,0,0,.619-2.824A5.627,5.627,0,0,0,17.6,3.941a4.876,4.876,0,0,0-2.665-1.786,22.18,22.18,0,0,0-4.445-.274Zm5.784,8.261H8.227V4.967h1.806a18.377,18.377,0,0,1,2.69.124,2.609,2.609,0,0,1,1.5.809,2.347,2.347,0,0,1,.594,1.642A2.435,2.435,0,0,1,14.4,8.961a2.46,2.46,0,0,1-1.168.9A9.864,9.864,0,0,1,10.273,10.143Z" fill="%23062038"/></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-signing i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="22" viewBox="0 0 22 22"><defs><clipPath id="a"><path d="M191.339-98.472h22v-22h-22Z" transform="translate(0 0)" fill="%23062038" clip-rule="evenodd"/></clipPath></defs><g transform="translate(-191.339 120.473)" clip-path="url(%23a)"><path d="M191.339-101.814v-18.658h22v15.409a6.617,6.617,0,0,1-1.6-1.917,1.063,1.063,0,0,0-1.6-.362.388.388,0,0,1-.347-.05c-.45-.36-.882-.742-1.321-1.116-.291-.248-.511-.036-.659.163a.569.569,0,0,0-.016.5c.16.295.408.541.579.831.059.1,0,.271-.01.409a1.246,1.246,0,0,1-.387-.1c-.109-.073-.169-.215-.258-.321-.392-.46-.665-1.005-1.31-1.249a.849.849,0,0,0-.99.212.8.8,0,0,0-.144.973,17.1,17.1,0,0,1,.61,1.78c.029.094-.078.23-.123.347a1.8,1.8,0,0,1-.329-.176c-.229-.192-.436-.409-.664-.6-.3-.256-.633-.485-.93-.748-.456-.4-.886-.838-1.344-1.24-.506-.444-1.049-.846-1.542-1.3-.587-.543-1.132-1.13-1.708-1.686a.68.68,0,0,0-.924-.073c-.281.193-.213.438-.054.685.195.3.406.449.748.176a.35.35,0,0,1,.332.07.461.461,0,0,1-.038.387,1.361,1.361,0,0,1-.383.264c.346.565.679,1.116,1.02,1.663.047.075.137.121.2.191.22.264.442.529.652.8a6.22,6.22,0,0,0,.886,1.147,5.48,5.48,0,0,1,2.184,2.747.8.8,0,0,0,.19.364c1,.931,2.012,1.853,3.021,2.776.383.35.77.7,1.154,1.046H195.981c.446-.644.93-1.265,1.329-1.936a5.961,5.961,0,0,1,2.393-2.522,4.2,4.2,0,0,0,1.792-1.737c-.551-.773-1.055-1.482-1.56-2.19-.739-1.036-1.5-2.057-2.21-3.112a.941.941,0,0,1,.56-1.454,1.367,1.367,0,0,1,1.467.414c.668.637,1.288,1.326,1.97,1.946.584.531,1.226,1,1.913,1.546a1.693,1.693,0,0,0,.031-.386c-.136-.566.212-.912.536-1.293a6.408,6.408,0,0,0,.593-.923c.237-.4.429-.837.692-1.222a8.858,8.858,0,0,0,1.484-2.846.447.447,0,0,0-.166-.4.453.453,0,0,0-.416.115c-.6.74-1.172,1.5-1.761,2.251-.511.65-1.049,1.28-1.534,1.949-.1.135,0,.4-.016.609a2.35,2.35,0,0,1-.09.383c-.132-.039-.346-.042-.383-.124a1.557,1.557,0,0,0-.723-.861c-.06-.029-.057-.246-.032-.365a.311.311,0,0,1,.268-.056c.426.339.683.029.9-.252.419-.53.772-1.116,1.209-1.631a14.65,14.65,0,0,0,2.534-3.882c.128-.314.123-.667-.122-.776a.892.892,0,0,0-.817.172c-.571.637-1.064,1.344-1.587,2.024-.541.7-1.067,1.421-1.627,2.109-.34.417-.744.782-1.09,1.195-.082.1-.039.3-.062.45-.02.131-.052.26-.078.391-.129-.028-.315-.012-.377-.092a6.232,6.232,0,0,1-.514-.822c-.042-.075-.06-.237-.02-.267a.4.4,0,0,1,.3-.042.7.7,0,0,1,.22.129c.6-.628,1.211-1.195,1.736-1.83.722-.873,1.4-1.783,2.057-2.707a19.282,19.282,0,0,0,1.147-1.887c.186-.338-.013-.634-.294-.831a.56.56,0,0,0-.793.09c-.144.157-.279.324-.411.492-.447.569-.883,1.146-1.336,1.71-.673.837-1.361,1.663-2.036,2.5-.329.407-.643.826-.969,1.236-.214.269-.429.4-.7.039-.067-.091-.241-.115-.371-.145-.205-.047-.445-.091-.331-.361a.463.463,0,0,1,.431-.15c.654.337.927-.147,1.25-.535.079-.1.144-.2.219-.3.558-.73,1.1-1.471,1.681-2.185.537-.665,1.109-1.3,1.663-1.946l-.22-.241c-.577-.638-.84-.641-1.44-.031-.42.426-.842.852-1.272,1.268a14.115,14.115,0,0,0-2.253,2.678,3.5,3.5,0,0,1-1.767,1.68,1.064,1.064,0,0,0-.376.327c-.308.344-.593.709-.913,1.04a1.262,1.262,0,0,1-.421.188c-.053-.152-.18-.322-.147-.452a13.575,13.575,0,0,0,.057-3.449,1.3,1.3,0,0,0-.581-1.286c.061.311.12.575.163.842s-.028.494-.319.512c-.376.024-.473.265-.574.557-.387,1.115-.789,2.224-1.179,3.338a.619.619,0,0,0-.041.357,13.16,13.16,0,0,1,.418,4.157,2.691,2.691,0,0,0,1.43,2.546c.094.053.1.266.142.4-.132.012-.3.082-.388.025-.329-.217-.631-.474-.985-.748-.112.226-.23.454-.34.686a8.757,8.757,0,0,1-1.58,2.576m2.695-14.4.194-.039-.232-.882-.145.035.182.886" transform="translate(0 0)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-toilets i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><path d="M0,22V0H22V22Zm1.94-1.94H20.06V1.94H1.94ZM14.343,14a2.77,2.77,0,0,1-.96-1.239,4.9,4.9,0,0,1-.335-1.893,4.859,4.859,0,0,1,.335-1.888,2.772,2.772,0,0,1,.96-1.234,2.551,2.551,0,0,1,1.5-.438,2.756,2.756,0,0,1,.86.138,2.32,2.32,0,0,1,.741.393.646.646,0,0,1,.247.4.708.708,0,0,1-.048.423.458.458,0,0,1-.263.256.4.4,0,0,1-.39-.113,1.623,1.623,0,0,0-.534-.285,1.96,1.96,0,0,0-.582-.089,1.488,1.488,0,0,0-1.3.634,3.111,3.111,0,0,0-.446,1.8,3.135,3.135,0,0,0,.446,1.809,1.483,1.483,0,0,0,1.3.639,1.957,1.957,0,0,0,.6-.094,1.871,1.871,0,0,0,.558-.29.405.405,0,0,1,.382-.108.431.431,0,0,1,.251.241.693.693,0,0,1,.052.4.638.638,0,0,1-.215.383,2.2,2.2,0,0,1-.761.438,2.729,2.729,0,0,1-.9.152A2.553,2.553,0,0,1,14.343,14Zm-4.47.29a.936.936,0,0,1-.207-.4l-1.3-4.552L7.061,13.9a.962.962,0,0,1-.2.393.449.449,0,0,1-.338.128q-.407,0-.558-.531L4.3,8.076a.676.676,0,0,1,.036-.531.442.442,0,0,1,.418-.216.445.445,0,0,1,.335.123.886.886,0,0,1,.191.388l1.274,4.68L7.89,7.85q.151-.521.51-.521a.381.381,0,0,1,.3.128,1.075,1.075,0,0,1,.191.4l1.314,4.73L11.522,7.84a.923.923,0,0,1,.191-.383.425.425,0,0,1,.327-.128.4.4,0,0,1,.374.216.688.688,0,0,1,.032.531L10.765,13.9a.93.93,0,0,1-.207.393.523.523,0,0,1-.685,0Z" fill="%23062038"/></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-learning i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g transform="translate(-457 -290.694)"><path d="M0-34.693H22v-22H0Zm20.06-20.06H1.94v18.119H20.06Z" transform="translate(457 347.387)" fill="%23062038" fill-rule="evenodd"/><path d="M11.516-33.1a3.88,3.88,0,0,0,.776-1.216l.671-1.594h6.605l.671,1.594a3.188,3.188,0,0,0,.807,1.216,1.957,1.957,0,0,0,1.29.378,1.544,1.544,0,0,0,1.384-.661,1.658,1.658,0,0,0-.042-1.688l-5.222-11.24a2.87,2.87,0,0,0-.922-1.2,2.158,2.158,0,0,0-1.258-.378A2.193,2.193,0,0,0,15-47.5a2.867,2.867,0,0,0-.922,1.2L8.853-35.069a1.626,1.626,0,0,0,0,1.678,1.631,1.631,0,0,0,1.447.671,1.714,1.714,0,0,0,1.216-.378m4.76-10.569,2.013,4.8H14.221l2.013-4.8Z" transform="translate(451.724 341.995)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-wheelchair i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g transform="translate(11079 11592)"><rect width="22" height="22" transform="translate(-11079 -11592)" fill="%23062038" opacity="0"/><path d="M5.34,19.833a6.766,6.766,0,0,1-4.9-4.3,6.66,6.66,0,0,1-.129-4.375,7.472,7.472,0,0,1,2.83-3.769c.019-.016.059-.006.15-.012.083.421.174.851.251,1.283a1.281,1.281,0,0,1-.394,1.2A4.559,4.559,0,0,0,1.914,13.1a4.884,4.884,0,0,0,3.4,4.709,4.93,4.93,0,0,0,5.128-1.078,6.008,6.008,0,0,0,1.441-2.324c.2-.5.221-.5.535-.075.286.384.589.758.854,1.157a.547.547,0,0,1,.069.462,7.741,7.741,0,0,1-3.1,3.26,7.341,7.341,0,0,1-3.278.821A6.634,6.634,0,0,1,5.34,19.833Zm10.385-3.075c-.841-1.323-1.7-2.637-2.544-3.955-.1-.155-.206-.307-.3-.466-.488-.85-.683-.915-1.636-.71-.792.17-1.6.288-2.4.413-.754.117-1.514.2-2.267.324-.406.069-.561-.135-.645-.468Q5.26,9.211,4.581,6.524c-.156-.614-.313-1.229-.5-1.833a1.061,1.061,0,0,0-.344-.479,2.332,2.332,0,0,1,.129-3.8A2.22,2.22,0,0,1,6.265.3a2.091,2.091,0,0,1,1.18,1.784,2.206,2.206,0,0,1-.491,1.752.493.493,0,0,0-.051.392c.138.528.3,1.049.476,1.643.874-.125,1.708-.24,2.541-.366.371-.056.735-.153,1.107-.2.1-.011.3.094.316.169.1.611.172,1.227.256,1.884-.745.11-1.437.215-2.131.315-.418.06-.838.107-1.256.171-.22.034-.338.13-.232.389.145.353.2.98.4,1.027A4.3,4.3,0,0,0,9.9,9.155a17.093,17.093,0,0,0,2.58-.444c.947-.293,1.245.308,1.626.905q1.388,2.178,2.8,4.343a2.287,2.287,0,0,0,.264.284l1.375-.882a12.7,12.7,0,0,1,.819,1.2.579.579,0,0,1-.182.522c-.814.576-1.655,1.115-2.486,1.666a1.144,1.144,0,0,0-.193.131.541.541,0,0,1-.367.2C15.988,17.08,15.856,16.964,15.725,16.758Z" transform="translate(-11077.822 -11590.822)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-listed i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22.002" height="22" viewBox="0 0 22.002 22"><g transform="translate(-566.998 -242)"><path d="M0,0H22V22H0Z" transform="translate(567 242)" fill="none" opacity="0"/><path d="M18632.1,19375.926v-1.121h.893v-11.855h-.844v-1.117H18637v1.117h-.945v11.855h.895v1.121Zm-5.666,0v-1.121h.895v-11.855h-.844v-1.117h4.855v1.117h-.945v11.855h.895v1.121Zm-5.664,0v-1.121h.895v-11.855h-.844v-1.117h4.854v1.117h-.945v11.855h.895v1.121Zm-5.768,0v-1.121h1v-11.855h-.945v-1.117h4.855v1.117h-.844v11.855h.791v1.121Zm1-14.094,10.031-3.832,10.029,3.832Z" transform="translate(-18048 -19113.961)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.facility-transport i {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 22 22"><g transform="translate(-478.307 -278.694)"><path d="M0-34.693H22v-22H0Z" transform="translate(478.307 335.387)" fill="%23062038" fill-rule="evenodd" opacity="0"/><path d="M6.765-36.616a11.729,11.729,0,0,1-.014,1.484,3.169,3.169,0,0,1-.378,1.256,1.405,1.405,0,0,1-1.656.5,1.5,1.5,0,0,1-1.052-1.439c-.013-.294,0-.589,0-.884v-.971c-.427,0-.823-.016-1.217.005-.295.016-.412-.067-.409-.385.014-1.754-.009-3.508.017-5.261a2.181,2.181,0,0,1,1.43-2.088,1.016,1.016,0,0,0,.592-.637c.49-1.265,1-2.522,1.477-3.793a2.382,2.382,0,0,1,2.469-1.588c2.622-.017,5.244-.007,7.866-.007q.21,0,.419.007a2.587,2.587,0,0,1,2.872,2.1c.41,1.148.848,2.286,1.3,3.417a.917.917,0,0,0,.462.432,2.465,2.465,0,0,1,1.512,2.25q0,2.561,0,5.122c0,.12-.015.24-.027.422-.422,0-.822.014-1.22,0-.283-.013-.373.088-.38.373a11.185,11.185,0,0,1-.128,1.982,1.321,1.321,0,0,1-1.559,1,1.4,1.4,0,0,1-1.334-1.21,15.118,15.118,0,0,1-.056-1.765c0-.277-.085-.386-.372-.385q-5.143.015-10.287.017a2.788,2.788,0,0,0-.326.044m12.091-8c-.437-1.178-.862-2.283-1.257-3.4a1.137,1.137,0,0,0-1.248-.8q-4.14.025-8.282,0a1.089,1.089,0,0,0-1.168.781c-.2.567-.428,1.124-.635,1.688s-.4,1.123-.615,1.729Zm-1.031,3.139a1.5,1.5,0,0,0,1.416,1.489A1.512,1.512,0,0,0,20.67-41.42a1.452,1.452,0,0,0-1.421-1.466,1.428,1.428,0,0,0-1.423,1.41m-11.166,0a1.4,1.4,0,0,0-1.413-1.407,1.421,1.421,0,0,0-1.409,1.463,1.479,1.479,0,0,0,1.416,1.43,1.467,1.467,0,0,0,1.406-1.486" transform="translate(477.061 331.55)" fill="%23062038"/></g></svg>') center no-repeat;
}
.result-block .facility-icons li.unavailable {
  cursor: not-allowed;
  opacity: 0.3;
}
.result-block + .result-title {
  margin-top: 2em;
}
.result-block-section + .result-block-section {
  border-top: 2px solid #dfe5e8;
  padding-top: 1.25rem;
  margin-top: 1.25rem;
}
@media (min-width: 576px) {
  .result-block-featured {
    display: flex;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.result-block-featured i {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  margin-bottom: 0.5em;
}
.result-block-featured i.icon-time {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808 982)"><path d="M18382,19000a11,11,0,1,1,11,11A11,11,0,0,1,18382,19000Zm2,0a9,9,0,1,0,9-9A9,9,0,0,0,18384,19000Zm9,1.141a1,1,0,0,1-1-1V18994a1,1,0,0,1,2,0v5.139h3a1,1,0,1,1,0,2Z" transform="translate(-18381 -18988)" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-shield {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(3.999 4)"><path d="M22.49,8.25a29.4,29.4,0,0,0-.22-3.26,1.2,1.2,0,0,0-1.36-1.07,16.82,16.82,0,0,1-1.77.16A7.68,7.68,0,0,1,17,3.92a7.67,7.67,0,0,1-2.3-1.26,17.67,17.67,0,0,1-1.64-1.37,1.2,1.2,0,0,0-1.65,0A19.89,19.89,0,0,1,9.79,2.65,8.16,8.16,0,0,1,7.47,3.92a7.77,7.77,0,0,1-2.4.19,18.69,18.69,0,0,1-2-.18A1.21,1.21,0,0,0,1.73,5c-.05.49-.18,1.8-.22,3.27a17.64,17.64,0,0,0,.27,4.36,13.55,13.55,0,0,0,4.05,6.15,34.31,34.31,0,0,0,4.85,3.81,2.81,2.81,0,0,0,3.15,0,35.72,35.72,0,0,0,4.58-3.86,13.82,13.82,0,0,0,3.81-6.06,17.57,17.57,0,0,0,.27-4.42ZM12.67,20.89a.78.78,0,0,1-.89,0,34.08,34.08,0,0,1-3.54-2.65v-.82a3.76,3.76,0,1,1,7.52,0v1a34.229,34.229,0,0,1-3.09,2.47ZM12,11.14a1.43,1.43,0,1,1,1.43-1.43A1.43,1.43,0,0,1,12,11.14Zm8.28,1a10.81,10.81,0,0,1-2.6,4.38,5.77,5.77,0,0,0-3.32-4.34A3.39,3.39,0,0,0,15.43,9.7a3.43,3.43,0,1,0-6.86,0,3.39,3.39,0,0,0,1.07,2.48,5.73,5.73,0,0,0-3.3,4.24,10.34,10.34,0,0,1-2.62-4.28A17,17,0,0,1,3.5,8.32a22.93,22.93,0,0,1,.15-2.31c.38,0,.85.08,1.35.1a9.79,9.79,0,0,0,3-.27,10,10,0,0,0,3-1.58c.5-.37.94-.73,1.28-1a14.814,14.814,0,0,0,1.28,1,9.68,9.68,0,0,0,3,1.58,9.7,9.7,0,0,0,2.72.23L20.36,6c.05.61.11,1.44.14,2.32a17,17,0,0,1-.22,3.83Z" transform="translate(-1.476 -0.961)" fill="%23c7ad73" fill-rule="evenodd"/></g></svg>') center no-repeat;
}
.result-block-featured i.icon-search {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(5.999 5.999)"><path d="M13.68,2.13A8,8,0,0,0,7.55,15.27L3.73,19.08A1,1,0,1,0,5.15,20.5L9,16.62a7.91,7.91,0,0,0,4.66,1.51,8,8,0,0,0,0-16Zm0,14a6,6,0,1,1,6-6,6,6,0,0,1-6,6Z" transform="translate(-3.436 -2.13)" fill="%23c7ad73" fill-rule="evenodd"/></g></svg>') center no-repeat;
}
.result-block-featured i.icon-location {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-church {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(4 4)"><path d="M18583,19009.793a2,2,0,0,1-2-2v-4.6a3,3,0,0,1,2.463-2.963l1.535-.271v-4.336a2.99,2.99,0,0,1,.883-2.119l5.057-5.062a1.492,1.492,0,0,1,2.123,0l5.059,5.063a2.99,2.99,0,0,1,.883,2.119v4.336l1.535.271a3,3,0,0,1,2.463,2.963v4.6a2,2,0,0,1-2,2Zm16-2h2v-4.59a1,1,0,0,0-.82-1l-1.178-.209Zm-11.713-12.881a1.008,1.008,0,0,0-.291.711v12.17h10v-12.17a1.008,1.008,0,0,0-.291-.711l-4.709-4.709Zm-3.469,7.279a1,1,0,0,0-.82,1v4.6h2v-5.8Zm7.18-2.4v-2h-1a1,1,0,0,1,0-2h1v-1a1,1,0,1,1,2,0v1h1a1,1,0,0,1,0,2h-1v2a1,1,0,0,1-2,0Z" transform="translate(-18581 -18988)" fill="%23c7ad73"/></g></svg>') center no-repeat;
}
.result-block-featured i.icon-calendar {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-498 -392)"><rect width="30" height="30" transform="translate(498 392)" fill="none"/><g transform="translate(-362 -779)"><rect width="24" height="24" transform="translate(863 1174)" fill="none"/><g transform="translate(863 1174)"><path d="M18335,19009a3,3,0,0,1-3-3v-12a3,3,0,0,1,3-3h1v-1a1,1,0,0,1,2,0v1h10v-1a1,1,0,0,1,2,0v1h1a3,3,0,0,1,3,3v12a3,3,0,0,1-3,3Zm-1-3a1,1,0,0,0,1,1h16a1,1,0,0,0,1-1v-9h-18Zm0-12v1h18v-1a1,1,0,0,0-1-1h-16A1,1,0,0,0,18334,18994Zm7.8,8a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Zm-5,0a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Z" transform="translate(-18331 -18987)" fill="%23c7ad73"/></g></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-mail {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-592 -3529)"><rect width="30" height="30" transform="translate(592 3529)" fill="none"/><g transform="translate(595 3532)"><path d="M20.34,4H3.66A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20.34,4Zm-.46,2L13,12.88a1,1,0,0,1-1.41,0L4.71,6ZM21,17a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7.41l6.88,6.88a3,3,0,0,0,4.24,0L21,7.41Z" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-print {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(2.5 3.008)"><rect width="30" height="30" transform="translate(-2.5 -3.008)" fill="none"/><path d="M17.5,1H6.5a3,3,0,0,0-3,3V21.8a1.1,1.1,0,0,0,1.82.83l2.76-2.37,3.8,2.54a1.1,1.1,0,0,0,1.33-.08L16,20.33l2.68,2.3a1.1,1.1,0,0,0,1.82-.83V4A3,3,0,0,0,17.5,1Zm1,18.83L16.72,18.3a1.12,1.12,0,0,0-1.44,0l-2.86,2.45-3.8-2.54a1.11,1.11,0,0,0-1.33.08L5.5,19.84V4a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1Z" fill="%23c7ad73"/><path d="M7.5,7h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M7.5,11h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M15.5,13h-8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></svg>') center no-repeat;
}
.result-block-featured i.icon-star {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-605 -466)"><rect width="30" height="30" transform="translate(605 466)" fill="none"/><g transform="translate(608.043 468.606)"><path d="M12,5.22,10.53,9.76a1.21,1.21,0,0,1-1.14.83H4.62l3.85,2.8a1.21,1.21,0,0,1,.44,1.34L7.44,19.27l3.85-2.81a1.23,1.23,0,0,1,1.42,0l3.85,2.81-1.47-4.54a1.21,1.21,0,0,1,.44-1.34l3.85-2.8H14.61a1.21,1.21,0,0,1-1.14-.83Zm-1.14-3a1.2,1.2,0,0,1,2.28,0L15.2,8.59h6.65a1.2,1.2,0,0,1,.7,2.17l-5.38,3.91L19.23,21a1.2,1.2,0,0,1-1.85,1.34L12,18.42,6.62,22.33A1.2,1.2,0,0,1,4.77,21l2.06-6.32L1.45,10.76a1.2,1.2,0,0,1,.7-2.17H8.8Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-list {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-424 -366)"><rect width="30" height="30" transform="translate(424 366)" fill="%23fff" opacity="0"/><g transform="translate(427 369)"><path d="M22,1H2A1,1,0,0,0,2,3H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,5H2A1,1,0,0,0,2,7H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,9H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,13H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,17H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M16,21H2a1,1,0,0,0,0,2H16a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.result-block-featured i.icon-menu {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-605 -466)"><rect width="30" height="30" transform="translate(605 466)" fill="none"/><g transform="translate(608 469)"><path d="M2,4A3,3,0,0,1,5,1H9a3,3,0,0,1,3,3V8a3,3,0,0,1-3,3H5A3,3,0,0,1,2,8ZM5,3A1,1,0,0,0,4,4V8A1,1,0,0,0,5,9H9a1,1,0,0,0,1-1V4A1,1,0,0,0,9,3Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,4a1,1,0,0,1,1-1h6a1,1,0,0,1,0,2H15A1,1,0,0,1,14,4Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,8a1,1,0,0,1,1-1h4a1,1,0,0,1,0,2H15A1,1,0,0,1,14,8Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M2,16a3,3,0,0,1,3-3H9a3,3,0,0,1,3,3v4a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3Zm3-1a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V16a1,1,0,0,0-1-1Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,16a1,1,0,0,1,1-1h6a1,1,0,0,1,0,2H15A1,1,0,0,1,14,16Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,20a1,1,0,0,1,1-1h4a1,1,0,0,1,0,2H15A1,1,0,0,1,14,20Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>') center no-repeat;
}
.result-block-featured > div {
  flex-grow: 1;
  line-height: 1;
  font-weight: 600;
}
@media (min-width: 576px) {
  .result-block-featured > div {
    padding: 0 0.625rem;
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
  }
}
@media (max-width: 575.98px) {
  .result-block-featured > div + div {
    border-top: 2px solid #dfe5e8;
    padding-top: 0.625rem;
    margin-top: 0.625rem;
  }
}
.result-block-actions {
  display: flex;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  text-align: center;
}
.result-block-actions > div {
  padding: 0 0.625rem;
  flex-grow: 1;
}
.result-block-actions .btn, .result-block-actions .main-content .richtext-button a, .main-content .richtext-button .result-block-actions a,
.result-block-actions .cke_editable .richtext-button a,
.cke_editable .richtext-button .result-block-actions a,
.result-block-actions .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .result-block-actions a, .result-block-actions .main-content a.richtext-button, .main-content .result-block-actions a.richtext-button,
.result-block-actions .cke_editable a.richtext-button,
.cke_editable .result-block-actions a.richtext-button,
.result-block-actions .mce-content-body a.richtext-button,
.mce-content-body .result-block-actions a.richtext-button, .result-block-actions input[type=submit] {
  justify-content: center;
}
.result-block-actions .btn:after, .result-block-actions .main-content .richtext-button a:after, .main-content .richtext-button .result-block-actions a:after,
.result-block-actions .cke_editable .richtext-button a:after,
.cke_editable .richtext-button .result-block-actions a:after,
.result-block-actions .mce-content-body .richtext-button a:after,
.mce-content-body .richtext-button .result-block-actions a:after, .result-block-actions .main-content a.richtext-button:after, .main-content .result-block-actions a.richtext-button:after,
.result-block-actions .cke_editable a.richtext-button:after,
.cke_editable .result-block-actions a.richtext-button:after,
.result-block-actions .mce-content-body a.richtext-button:after,
.mce-content-body .result-block-actions a.richtext-button:after, .result-block-actions input[type=submit]:after {
  display: none;
}
.result-block .details {
  font-size: 0.875rem;
  padding-left: 1.25rem;
}
.result-block .details + .details {
  margin-top: 1.25rem;
}
.result-block .details .subtitle {
  margin-left: -1.25rem;
}
.result-block .details p {
  margin-bottom: 0.5em;
}
.result-block-expandable {
  overflow: hidden;
  opacity: 1;
  transition: 0.3s ease all;
  max-height: 60em;
}
.result-block .expand-toggle {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-align: center;
}
.result-block .expand-toggle-button {
  transform: translate(0, 50%);
  background-color: #f4f4f4;
  border: 2px solid #dfe5e8;
  border-radius: 100em;
  margin: 0 auto;
  box-shadow: none !important;
}
.result-block.expanded {
  border-color: #c7ad73;
}
.result-block.expanded .expand-toggle-button {
  border-color: #c7ad73;
}
.result-block:not(.expanded) .result-block-expandable {
  max-height: 0;
  opacity: 0;
}
.result-block.compact {
  border: none;
  padding: 0.9375em;
}
.result-block.compact .result-block-featured {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.result-block.compact .result-block-featured > div {
  padding: 0;
  border: 0;
}
.result-block.compact .result-block-featured > div i {
  display: none;
}
.result-block.compact .result-block-featured > div + div {
  padding-top: 1em;
}
.result-block.compact .result-block-actions {
  display: block;
}
.result-block.compact .result-block-actions > div {
  padding: 0;
  border: 0;
}
.result-block.compact .result-block-actions > div + div {
  padding-top: 0.5em;
}
.result-block.compact .facility-icons {
  display: block;
}
.result-block.compact .facility-icons li {
  margin-right: 0;
}

.w3w {
  background-image: url(../images/w3w.png);
  background-image: linear-gradient(transparent, transparent), url(../images/w3w.svg);
  background-position: left top 0.2em;
  background-repeat: no-repeat;
  padding-left: 1.2em;
  line-height: 1.3;
  font-weight: 700;
}
.w3w .help {
  font-size: 0.625rem;
  font-style: italic;
  text-decoration: underline;
  color: currentColor;
  vertical-align: middle;
  white-space: nowrap;
  margin-left: 0.3rem;
}

/*------------------------------*/
/*----------Search----------*/
/*------------------------------*/
.search-results .search-result .title {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .search-results .search-result .title {
    font-size: 1.5rem;
  }
}
.search-results .search-result .intro {
  color: #062038;
}
.search-message {
  text-align: center;
}
@media (max-width: 991.98px) {
  .search-message {
    font-size: 1rem;
  }
}
.search-message a {
  word-break: break-all;
}

.search-input-main {
  margin: 2em 0;
  position: relative;
  overflow: hidden;
}
.search-input-main label {
  position: absolute;
  left: -1000em;
}
.search-input-main input {
  padding-right: 2.5em;
}
.search-input-main button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.search-wrapper .no-results {
  text-align: center;
}

/*------------------------------*/
/*----------Paging----------*/
/*------------------------------*/
.pager ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.pager .pager {
  display: block;
  font-size: 0.75rem;
  width: 4em;
  height: 4em;
  background-color: #EDE6D4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.416666666em;
  color: #062038;
  text-decoration: none;
  font-weight: 700;
}
.pager .pager:hover, .pager .pager:focus {
  background-color: #ded1b0;
}
.pager span.pager {
  color: #c7ad73;
  background-color: #08131d;
  pointer-events: none;
}
.paging {
  padding: 3.125rem 0;
}
.paging .pagination-container ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.paging .pagination-container ul.pagination li {
  padding-bottom: 0.83333333em;
}
.paging .pagination-container ul.pagination li a {
  display: block;
  font-size: 0.75rem;
  width: 4em;
  height: 4em;
  background-color: #EDE6D4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.416666666em;
  color: #062038;
  text-decoration: none;
  font-weight: 700;
}
.paging .pagination-container ul.pagination li a:hover, .paging .pagination-container ul.pagination li a:focus {
  background-color: #ded1b0;
}
.paging .pagination-container ul.pagination li.active a {
  color: #c7ad73;
  background-color: #08131d;
  pointer-events: none;
}
.paging .pagination-container ul.pagination li.disabled {
  display: none;
}

/*------------------------------*/
/*----------Featured Area----------*/
/*------------------------------*/
@keyframes imageZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.04);
  }
}
.featured-area {
  display: flex;
  flex-direction: column;
}
.featured-area-banner {
  position: relative;
  background-color: #08131d;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 7.444444444em 0 3.111111em 0;
}
.featured-area-banner .featured-area-media {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.featured-area-banner .featured-area-media:after {
  pointer-events: none;
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 50%, black 100%);
  opacity: 0.7;
}
.featured-area-banner .featured-area-media picture {
  width: 100%;
  height: 100%;
}
.featured-area-banner .featured-area-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-area-banner .featured-area-content {
  position: relative;
  text-align: center;
  z-index: 10;
  width: 51.777778rem;
  max-width: 100%;
  padding: 0 1.111111111em;
}
.featured-area-banner .featured-area-content:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 100%;
  filter: blur(30px);
  opacity: 0.5;
  pointer-events: none;
}
.featured-area-banner .featured-area-content .title {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
.featured-area-banner .featured-area-content .small-title {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #c7ad73;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
.featured-area-banner .featured-area-content .small-title a {
  font-weight: 700;
}
.featured-area-banner .featured-area-content .small-title:before, .featured-area-banner .featured-area-content .small-title:after {
  content: "";
  display: block;
  border-top: 2px solid #c7ad73;
  width: 2.777777778rem;
  margin: 0 0.833333333rem;
}
.featured-area-banner .featured-area-content .subheader {
  font-size: 1.875rem;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
}
@media (min-width: 992px) {
  .featured-area-banner .featured-area-content .subheader {
    font-size: 3.125rem;
  }
}
@media (min-width: 1200px) {
  .featured-area-banner .featured-area-content .subheader {
    font-size: 3.75rem;
  }
}
.featured-area-banner .featured-area-content .breads {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}
.featured-area-banner .featured-area-content .breads:before, .featured-area-banner .featured-area-content .breads:after {
  content: "";
  display: block;
  border-top: 2px solid #c7ad73;
  width: 2.777777778rem;
  margin: 0 0.833333333rem;
}
.featured-area-banner .featured-area-content .breads ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.featured-area-banner .featured-area-content .breads ul li {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #c7ad73;
}
.featured-area-banner .featured-area-content .breads ul li a {
  font-weight: 700;
}
.featured-area-banner .featured-area-content .breads ul li + li:before {
  content: "/";
  margin: 0 0.555555556rem;
}
.featured-area-banner .featured-area-content .breads ul li a {
  color: currentColor;
}
.featured-area-banner .banner-carousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.featured-area-banner .banner-carousel .slick-list {
  width: 100%;
  height: 100%;
}
.featured-area-banner .banner-carousel .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide {
  width: 100%;
  height: 100%;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide > div {
  width: 100%;
  height: 100%;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide > div .slide-inner {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #08131d;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide > div .slide-inner picture {
  background-color: #08131d;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide img {
  width: 100%;
  height: 100%;
  transition: 10s ease all;
  transform: scale(1);
  background-color: #08131d;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide.slick-active img {
  transform: scale(1.04);
  animation: imageZoom 10s forwards ease;
}
.featured-area-banner .banner-carousel .slick-list .slick-track .slick-slide.slick-active .featured-area-content {
  animation: fadeInUp 1s forwards ease;
}
.featured-area-extra {
  margin-top: 0.555555556rem;
  z-index: 10;
  background-color: #EDE6D4;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}
.featured-area-full {
  min-height: clamp(42rem, 100vh, 66.666666667rem);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .featured-area-full {
    min-height: clamp(36rem, var(--vh, 1vh) * 100, 66.666666667rem);
  }
}
.featured-area-full .featured-area-content {
  margin-top: 4em;
}
@media (min-width: 1200px) {
  .featured-area-full .featured-area-content {
    margin-top: 7em;
  }
}
.featured-area-full .featured-area-banner .slick-arrow.slick-next {
  right: 0.555555556em;
}
.featured-area-full .featured-area-banner .slick-arrow.slick-prev {
  left: 0.555555556em;
}
.featured-area-full .featured-area-banner .slick-dots {
  position: absolute;
  bottom: 2.222222222rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.featured-area-full .featured-area-extra .slick-dots {
  background-color: #EDE6D4;
  border-radius: 0;
  margin-top: 0.555555556rem;
}
.featured-area-full .featured-area-extra .slick-dots li button {
  background-color: #08131d;
}
.featured-area-default .featured-area-banner {
  min-height: clamp(26.75rem, 80vh, 31.25rem);
}
.featured-area-default .slick-arrow,
.featured-area-default .slick-dots {
  display: none !important;
  visibility: hidden;
}
.featured-area-large {
  min-height: clamp(26.75rem, 100vh - 2em, 66.666666667rem);
}
@media (max-width: 767.98px) {
  .featured-area-large {
    min-height: clamp(36rem, var(--vh, 1vh) * 100, 66.666666667rem);
  }
}
.featured-area.has-scroll-indicator .featured-area-banner:after {
  content: "";
  display: block;
  width: 3.111111111rem;
  height: 3.111111111rem;
  border-radius: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.43" height="16.943" viewBox="0 0 10.43 16.943"><g transform="translate(0 16.942) rotate(-90)"><g transform="translate(-0.001 0)"><path d="M19.473,12.65H6.283l2.35,2.94a1,1,0,1,1-1.56,1.25l-3.28-4.09a1.2,1.2,0,0,1,0-1.5l3.28-4.09a1,1,0,1,1,1.56,1.25l-1.8,2.24h12.64a1,1,0,1,1,0,2Z" transform="translate(-3.53 -6.785)" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
  background-color: #08131d;
}
@media (min-width: 768px) {
  .featured-area.has-scroll-indicator .featured-area-banner:after {
    transform: translate(-50%, 50%);
  }
}

/*------------------------------*/
/*----------Featured Area Block----------*/
/*------------------------------*/
.featured-area-blocks {
  background-color: white;
}
.featured-area-blocks .featured-area-block {
  display: block;
  flex-grow: 1;
  text-align: center;
  position: relative;
  padding: 2em 1em 1.2em 1em;
  background-color: #EDE6D4;
  color: #062038;
  text-decoration: none;
  transition: 0.3s ease background-color;
  line-height: 1;
}
@media (min-width: 768px) {
  .featured-area-blocks .featured-area-block {
    padding: 2.6em 1em 2.1em 1em;
  }
}
.featured-area-blocks .featured-area-block:first-child {
  border-left: none;
}
.featured-area-blocks .featured-area-block:last-child {
  border-right: none;
}
.featured-area-blocks .featured-area-block .icon {
  display: block;
  width: 3.111111111em;
  height: 3.111111111em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.featured-area-blocks .featured-area-block .icon > span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: 0.3s ease all;
  background-color: #08131d;
}
.featured-area-blocks .featured-area-block .icon > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(4 4)"><path d="M18583,19009.793a2,2,0,0,1-2-2v-4.6a3,3,0,0,1,2.463-2.963l1.535-.271v-4.336a2.99,2.99,0,0,1,.883-2.119l5.057-5.062a1.492,1.492,0,0,1,2.123,0l5.059,5.063a2.99,2.99,0,0,1,.883,2.119v4.336l1.535.271a3,3,0,0,1,2.463,2.963v4.6a2,2,0,0,1-2,2Zm16-2h2v-4.59a1,1,0,0,0-.82-1l-1.178-.209Zm-11.713-12.881a1.008,1.008,0,0,0-.291.711v12.17h10v-12.17a1.008,1.008,0,0,0-.291-.711l-4.709-4.709Zm-3.469,7.279a1,1,0,0,0-.82,1v4.6h2v-5.8Zm7.18-2.4v-2h-1a1,1,0,0,1,0-2h1v-1a1,1,0,1,1,2,0v1h1a1,1,0,0,1,0,2h-1v2a1,1,0,0,1-2,0Z" transform="translate(-18581 -18988)" fill="%23c7ad73"/></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon:after {
  content: "";
  display: block;
  height: calc(50% + 0.555555556rem);
  top: -0.555555556rem;
  left: -0.555555556rem;
  right: -0.555555556rem;
  border-radius: 3.111111111em 3.111111111em 0 0;
  position: absolute;
  z-index: -1;
  background: white;
}
.featured-area-blocks .featured-area-block .icon.icon-time span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808 982)"><path d="M18382,19000a11,11,0,1,1,11,11A11,11,0,0,1,18382,19000Zm2,0a9,9,0,1,0,9-9A9,9,0,0,0,18384,19000Zm9,1.141a1,1,0,0,1-1-1V18994a1,1,0,0,1,2,0v5.139h3a1,1,0,1,1,0,2Z" transform="translate(-18381 -18988)" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-shield span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(3.999 4)"><path d="M22.49,8.25a29.4,29.4,0,0,0-.22-3.26,1.2,1.2,0,0,0-1.36-1.07,16.82,16.82,0,0,1-1.77.16A7.68,7.68,0,0,1,17,3.92a7.67,7.67,0,0,1-2.3-1.26,17.67,17.67,0,0,1-1.64-1.37,1.2,1.2,0,0,0-1.65,0A19.89,19.89,0,0,1,9.79,2.65,8.16,8.16,0,0,1,7.47,3.92a7.77,7.77,0,0,1-2.4.19,18.69,18.69,0,0,1-2-.18A1.21,1.21,0,0,0,1.73,5c-.05.49-.18,1.8-.22,3.27a17.64,17.64,0,0,0,.27,4.36,13.55,13.55,0,0,0,4.05,6.15,34.31,34.31,0,0,0,4.85,3.81,2.81,2.81,0,0,0,3.15,0,35.72,35.72,0,0,0,4.58-3.86,13.82,13.82,0,0,0,3.81-6.06,17.57,17.57,0,0,0,.27-4.42ZM12.67,20.89a.78.78,0,0,1-.89,0,34.08,34.08,0,0,1-3.54-2.65v-.82a3.76,3.76,0,1,1,7.52,0v1a34.229,34.229,0,0,1-3.09,2.47ZM12,11.14a1.43,1.43,0,1,1,1.43-1.43A1.43,1.43,0,0,1,12,11.14Zm8.28,1a10.81,10.81,0,0,1-2.6,4.38,5.77,5.77,0,0,0-3.32-4.34A3.39,3.39,0,0,0,15.43,9.7a3.43,3.43,0,1,0-6.86,0,3.39,3.39,0,0,0,1.07,2.48,5.73,5.73,0,0,0-3.3,4.24,10.34,10.34,0,0,1-2.62-4.28A17,17,0,0,1,3.5,8.32a22.93,22.93,0,0,1,.15-2.31c.38,0,.85.08,1.35.1a9.79,9.79,0,0,0,3-.27,10,10,0,0,0,3-1.58c.5-.37.94-.73,1.28-1a14.814,14.814,0,0,0,1.28,1,9.68,9.68,0,0,0,3,1.58,9.7,9.7,0,0,0,2.72.23L20.36,6c.05.61.11,1.44.14,2.32a17,17,0,0,1-.22,3.83Z" transform="translate(-1.476 -0.961)" fill="%23c7ad73" fill-rule="evenodd"/></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-search span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(5.999 5.999)"><path d="M13.68,2.13A8,8,0,0,0,7.55,15.27L3.73,19.08A1,1,0,1,0,5.15,20.5L9,16.62a7.91,7.91,0,0,0,4.66,1.51,8,8,0,0,0,0-16Zm0,14a6,6,0,1,1,6-6,6,6,0,0,1-6,6Z" transform="translate(-3.436 -2.13)" fill="%23c7ad73" fill-rule="evenodd"/></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-location span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-church span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23c7ad73" opacity="0"/><g transform="translate(4 4)"><path d="M18583,19009.793a2,2,0,0,1-2-2v-4.6a3,3,0,0,1,2.463-2.963l1.535-.271v-4.336a2.99,2.99,0,0,1,.883-2.119l5.057-5.062a1.492,1.492,0,0,1,2.123,0l5.059,5.063a2.99,2.99,0,0,1,.883,2.119v4.336l1.535.271a3,3,0,0,1,2.463,2.963v4.6a2,2,0,0,1-2,2Zm16-2h2v-4.59a1,1,0,0,0-.82-1l-1.178-.209Zm-11.713-12.881a1.008,1.008,0,0,0-.291.711v12.17h10v-12.17a1.008,1.008,0,0,0-.291-.711l-4.709-4.709Zm-3.469,7.279a1,1,0,0,0-.82,1v4.6h2v-5.8Zm7.18-2.4v-2h-1a1,1,0,0,1,0-2h1v-1a1,1,0,1,1,2,0v1h1a1,1,0,0,1,0,2h-1v2a1,1,0,0,1-2,0Z" transform="translate(-18581 -18988)" fill="%23c7ad73"/></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-calendar span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-498 -392)"><rect width="30" height="30" transform="translate(498 392)" fill="none"/><g transform="translate(-362 -779)"><rect width="24" height="24" transform="translate(863 1174)" fill="none"/><g transform="translate(863 1174)"><path d="M18335,19009a3,3,0,0,1-3-3v-12a3,3,0,0,1,3-3h1v-1a1,1,0,0,1,2,0v1h10v-1a1,1,0,0,1,2,0v1h1a3,3,0,0,1,3,3v12a3,3,0,0,1-3,3Zm-1-3a1,1,0,0,0,1,1h16a1,1,0,0,0,1-1v-9h-18Zm0-12v1h18v-1a1,1,0,0,0-1-1h-16A1,1,0,0,0,18334,18994Zm7.8,8a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Zm-5,0a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Z" transform="translate(-18331 -18987)" fill="%23c7ad73"/></g></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-mail span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-592 -3529)"><rect width="30" height="30" transform="translate(592 3529)" fill="none"/><g transform="translate(595 3532)"><path d="M20.34,4H3.66A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20.34,4Zm-.46,2L13,12.88a1,1,0,0,1-1.41,0L4.71,6ZM21,17a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7.41l6.88,6.88a3,3,0,0,0,4.24,0L21,7.41Z" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-print span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(2.5 3.008)"><rect width="30" height="30" transform="translate(-2.5 -3.008)" fill="none"/><path d="M17.5,1H6.5a3,3,0,0,0-3,3V21.8a1.1,1.1,0,0,0,1.82.83l2.76-2.37,3.8,2.54a1.1,1.1,0,0,0,1.33-.08L16,20.33l2.68,2.3a1.1,1.1,0,0,0,1.82-.83V4A3,3,0,0,0,17.5,1Zm1,18.83L16.72,18.3a1.12,1.12,0,0,0-1.44,0l-2.86,2.45-3.8-2.54a1.11,1.11,0,0,0-1.33.08L5.5,19.84V4a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1Z" fill="%23c7ad73"/><path d="M7.5,7h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M7.5,11h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M15.5,13h-8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-star span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-605 -466)"><rect width="30" height="30" transform="translate(605 466)" fill="none"/><g transform="translate(608.043 468.606)"><path d="M12,5.22,10.53,9.76a1.21,1.21,0,0,1-1.14.83H4.62l3.85,2.8a1.21,1.21,0,0,1,.44,1.34L7.44,19.27l3.85-2.81a1.23,1.23,0,0,1,1.42,0l3.85,2.81-1.47-4.54a1.21,1.21,0,0,1,.44-1.34l3.85-2.8H14.61a1.21,1.21,0,0,1-1.14-.83Zm-1.14-3a1.2,1.2,0,0,1,2.28,0L15.2,8.59h6.65a1.2,1.2,0,0,1,.7,2.17l-5.38,3.91L19.23,21a1.2,1.2,0,0,1-1.85,1.34L12,18.42,6.62,22.33A1.2,1.2,0,0,1,4.77,21l2.06-6.32L1.45,10.76a1.2,1.2,0,0,1,.7-2.17H8.8Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-list span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-424 -366)"><rect width="30" height="30" transform="translate(424 366)" fill="%23fff" opacity="0"/><g transform="translate(427 369)"><path d="M22,1H2A1,1,0,0,0,2,3H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,5H2A1,1,0,0,0,2,7H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,9H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,13H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M22,17H2a1,1,0,0,0,0,2H22a1,1,0,0,0,0-2Z" fill="%23c7ad73"/><path d="M16,21H2a1,1,0,0,0,0,2H16a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .icon.icon-menu span:after {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-605 -466)"><rect width="30" height="30" transform="translate(605 466)" fill="none"/><g transform="translate(608 469)"><path d="M2,4A3,3,0,0,1,5,1H9a3,3,0,0,1,3,3V8a3,3,0,0,1-3,3H5A3,3,0,0,1,2,8ZM5,3A1,1,0,0,0,4,4V8A1,1,0,0,0,5,9H9a1,1,0,0,0,1-1V4A1,1,0,0,0,9,3Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,4a1,1,0,0,1,1-1h6a1,1,0,0,1,0,2H15A1,1,0,0,1,14,4Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,8a1,1,0,0,1,1-1h4a1,1,0,0,1,0,2H15A1,1,0,0,1,14,8Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M2,16a3,3,0,0,1,3-3H9a3,3,0,0,1,3,3v4a3,3,0,0,1-3,3H5a3,3,0,0,1-3-3Zm3-1a1,1,0,0,0-1,1v4a1,1,0,0,0,1,1H9a1,1,0,0,0,1-1V16a1,1,0,0,0-1-1Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,16a1,1,0,0,1,1-1h6a1,1,0,0,1,0,2H15A1,1,0,0,1,14,16Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M14,20a1,1,0,0,1,1-1h4a1,1,0,0,1,0,2H15A1,1,0,0,1,14,20Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>') center no-repeat;
}
.featured-area-blocks .featured-area-block .title {
  font-size: 1.5rem;
  margin-bottom: 0.2em;
}
@media (min-width: 768px) {
  .featured-area-blocks .featured-area-block .title {
    font-size: 1.875rem;
  }
}
.featured-area-blocks .featured-area-block .link {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}
.featured-area-blocks .featured-area-block .link a {
  font-weight: 700;
}
.featured-area-blocks .featured-area-block:hover, .featured-area-blocks .featured-area-block:focus {
  background-color: #c7ad73;
}
.featured-area-blocks .slick-list {
  margin-left: -0.277777778em;
  margin-right: -0.277777778em;
  overflow: visible;
}
.featured-area-blocks .slick-list .slick-track .slick-slide {
  padding: 0 0.277777778em;
}

/*------------------------------*/
/*----------Submenu----------*/
/*------------------------------*/
.featured-area .dropdown-submenu {
  z-index: 11;
}
@media (min-width: 768px) {
  .featured-area .dropdown-submenu {
    display: flex;
    justify-content: flex-end;
    padding-right: 1.111111111rem;
    transform: translate(0, -1.333333333rem);
    text-align: left;
  }
}
@media (min-width: 768px) {
  .featured-area .dropdown-submenu > div {
    position: absolute;
    right: 1.111111111rem;
    right: max(1.111111111rem, env(safe-area-inset-right));
    width: 20em;
    max-width: 100%;
  }
}
.featured-area .dropdown-submenu > div .submenu-button .btn, .featured-area .dropdown-submenu > div .submenu-button .main-content .richtext-button a, .main-content .richtext-button .featured-area .dropdown-submenu > div .submenu-button a,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable .richtext-button a,
.cke_editable .richtext-button .featured-area .dropdown-submenu > div .submenu-button a,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .featured-area .dropdown-submenu > div .submenu-button a, .featured-area .dropdown-submenu > div .submenu-button .main-content a.richtext-button, .main-content .featured-area .dropdown-submenu > div .submenu-button a.richtext-button,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable a.richtext-button,
.cke_editable .featured-area .dropdown-submenu > div .submenu-button a.richtext-button,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body a.richtext-button,
.mce-content-body .featured-area .dropdown-submenu > div .submenu-button a.richtext-button, .featured-area .dropdown-submenu > div .submenu-button input[type=submit] {
  text-align: left;
  display: flex;
}
.featured-area .dropdown-submenu > div .submenu-button .btn span, .featured-area .dropdown-submenu > div .submenu-button .main-content .richtext-button a span, .main-content .richtext-button .featured-area .dropdown-submenu > div .submenu-button a span,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable .richtext-button a span,
.cke_editable .richtext-button .featured-area .dropdown-submenu > div .submenu-button a span,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body .richtext-button a span,
.mce-content-body .richtext-button .featured-area .dropdown-submenu > div .submenu-button a span, .featured-area .dropdown-submenu > div .submenu-button .main-content a.richtext-button span, .main-content .featured-area .dropdown-submenu > div .submenu-button a.richtext-button span,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable a.richtext-button span,
.cke_editable .featured-area .dropdown-submenu > div .submenu-button a.richtext-button span,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body a.richtext-button span,
.mce-content-body .featured-area .dropdown-submenu > div .submenu-button a.richtext-button span, .featured-area .dropdown-submenu > div .submenu-button input[type=submit] span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-area .dropdown-submenu > div .submenu-button .btn:before, .featured-area .dropdown-submenu > div .submenu-button .main-content .richtext-button a:before, .main-content .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:before,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable .richtext-button a:before,
.cke_editable .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:before,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body .richtext-button a:before,
.mce-content-body .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:before, .featured-area .dropdown-submenu > div .submenu-button .main-content a.richtext-button:before, .main-content .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:before,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable a.richtext-button:before,
.cke_editable .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:before,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body a.richtext-button:before,
.mce-content-body .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:before, .featured-area .dropdown-submenu > div .submenu-button input[type=submit]:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23062038"/></g></g></svg>') center no-repeat;
  transform: rotate(90deg);
  transition: 0.3s ease all;
  margin-right: 0.833333333rem;
  flex-shrink: 0;
}
.featured-area .dropdown-submenu > div .submenu-button .btn:after, .featured-area .dropdown-submenu > div .submenu-button .main-content .richtext-button a:after, .main-content .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:after,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable .richtext-button a:after,
.cke_editable .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:after,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body .richtext-button a:after,
.mce-content-body .richtext-button .featured-area .dropdown-submenu > div .submenu-button a:after, .featured-area .dropdown-submenu > div .submenu-button .main-content a.richtext-button:after, .main-content .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:after,
.featured-area .dropdown-submenu > div .submenu-button .cke_editable a.richtext-button:after,
.cke_editable .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:after,
.featured-area .dropdown-submenu > div .submenu-button .mce-content-body a.richtext-button:after,
.mce-content-body .featured-area .dropdown-submenu > div .submenu-button a.richtext-button:after, .featured-area .dropdown-submenu > div .submenu-button input[type=submit]:after {
  display: none;
}
.featured-area .dropdown-submenu > div .submenu-collapse {
  background: #c7ad73;
  visibility: visible;
}
.featured-area .dropdown-submenu > div .submenu-collapse ul {
  padding: 1.25em;
}
.featured-area .dropdown-submenu > div .submenu-collapse ul li {
  line-height: 1.2;
}
.featured-area .dropdown-submenu > div .submenu-collapse ul li + li {
  margin-top: 0.625em;
}
.featured-area .dropdown-submenu > div .submenu-collapse ul li a {
  color: currentColor;
}
.featured-area .dropdown-submenu.collapsed .submenu-collapse {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.featured-area .dropdown-submenu.collapsed .submenu-button .btn:before, .featured-area .dropdown-submenu.collapsed .submenu-button .main-content .richtext-button a:before, .main-content .richtext-button .featured-area .dropdown-submenu.collapsed .submenu-button a:before,
.featured-area .dropdown-submenu.collapsed .submenu-button .cke_editable .richtext-button a:before,
.cke_editable .richtext-button .featured-area .dropdown-submenu.collapsed .submenu-button a:before,
.featured-area .dropdown-submenu.collapsed .submenu-button .mce-content-body .richtext-button a:before,
.mce-content-body .richtext-button .featured-area .dropdown-submenu.collapsed .submenu-button a:before, .featured-area .dropdown-submenu.collapsed .submenu-button .main-content a.richtext-button:before, .main-content .featured-area .dropdown-submenu.collapsed .submenu-button a.richtext-button:before,
.featured-area .dropdown-submenu.collapsed .submenu-button .cke_editable a.richtext-button:before,
.cke_editable .featured-area .dropdown-submenu.collapsed .submenu-button a.richtext-button:before,
.featured-area .dropdown-submenu.collapsed .submenu-button .mce-content-body a.richtext-button:before,
.mce-content-body .featured-area .dropdown-submenu.collapsed .submenu-button a.richtext-button:before, .featured-area .dropdown-submenu.collapsed .submenu-button input[type=submit]:before {
  transform: rotate(0);
}
.featured-area .dropdown-submenu:not(.collapsed) {
  z-index: 1002;
}

/*------------------------------*/
/*----------Header----------*/
/*------------------------------*/
.main-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.main-header a {
  color: currentColor;
}
.main-header .header-top {
  display: flex;
  flex-grow: 1;
  transition: 0.3s ease all;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .main-header .header-top {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .main-header .header-top:hover, .main-header .header-top:focus-within {
    background-color: #08131d;
  }
}
.main-header .header-top:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #08131d;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s ease all;
}
@media (min-width: 1200px) {
  .main-header .header-top:hover:after, .main-header .header-top:focus-within:after {
    opacity: 0.5;
  }
}
.main-header .header-top .header-logo {
  padding-left: 1.666666667em;
  padding-left: max(1.666666667em, env(safe-area-inset-left));
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 100%;
}
@media (min-width: 992px) {
  .main-header .header-top .header-logo {
    padding-right: 1.111111111em;
  }
}
@media (max-width: 1199.98px) {
  .main-header .header-top .header-logo {
    padding-right: 1.666666667em;
    padding-right: max(1.666666667em, env(safe-area-inset-right));
    padding-top: 0.555555556rem;
  }
}
.main-header .header-top .header-logo img {
  width: 15.525em;
  max-width: 100%;
}
.main-header .header-top .header-logo > div {
  display: flex;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  justify-content: center;
  align-items: center;
}
.main-header .header-top .header-logo > div a {
  font-weight: 700;
}
.main-header .header-top .header-logo > div span {
  display: flex;
  margin: 0 0.5em;
}
.main-header .header-top .header-logo > div span:before, .main-header .header-top .header-logo > div span:after {
  content: "";
  display: block;
  width: 0.416666667em;
  height: 0.416666667em;
  background-color: white;
  transform: rotate(45deg);
  margin: 0.2em;
}
.main-header .header-top .header-logo > div span:before {
  opacity: 0.2;
}
.main-header .header-top .header-logo > div span:after {
  opacity: 0.6;
}
.main-header .header-top .header-logo > div span:nth-child(2):before {
  opacity: 0.6;
}
.main-header .header-top .header-logo > div span:nth-child(2):after {
  opacity: 0.2;
}
.main-header .header-top .header-nav {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 1;
  padding-right: 0;
  padding-right: max(0, env(safe-area-inset-right));
}
@media (min-width: 1200px) {
  .main-header .header-top .header-nav {
    flex-grow: 1;
  }
}
.main-header .header-top .header-nav .main-nav {
  flex-grow: 1;
}
.main-header .header-extra {
  display: flex;
  align-self: flex-end;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .main-header .header-extra {
    display: none;
    visibility: hidden;
  }
}
.main-header .header-extra .social-links {
  padding: 0.277777778em 0.625em;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.main-header .header-extra .external-link {
  padding: 0.277777778em 0.625em;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="white"/></g></g></svg>');
  background-position: center right 1em;
  background-repeat: no-repeat;
  padding-right: 3em;
}
.main-header .header-extra .external-link a {
  font-weight: 700;
}

/*------------------------------*/
/*----------Footer----------*/
/*------------------------------*/
.main-footer .footer-newsletter {
  background-color: #EDE6D4;
  padding: 1.875em 0;
}
@media (min-width: 768px) {
  .main-footer .footer-newsletter {
    padding: 2.222222222em 0;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-newsletter {
    padding: 2.777777778em 0;
  }
}
@media print {
  .main-footer .footer-newsletter {
    display: none;
  }
}
.main-footer .footer-newsletter form label {
  font-family: "Lora", serif;
  font-size: 1rem;
  font-weight: 600;
}
.main-footer .footer-newsletter form > div .field-container {
  background-color: white;
  display: flex;
  align-items: center;
}
.main-footer .footer-newsletter form > div .field-container + .field-container {
  margin-top: 2px;
  margin-bottom: 0.833333333rem;
}
.main-footer .footer-newsletter form > div .field-container label {
  margin: 0;
  width: 4.555556em;
  padding-left: 1em;
}
.main-footer .footer-newsletter form > div .field-container input {
  flex-grow: 1;
  border: none;
  padding: 0.8em 1em;
  font-size: 1rem;
}
.main-footer .footer-newsletter form input {
  background-color: white;
}
.main-footer .footer-newsletter form input[type=checkbox] + label {
  margin-left: 0.555555556rem;
}
.main-footer .footer-newsletter form .btn, .main-footer .footer-newsletter form .main-content .richtext-button a, .main-content .richtext-button .main-footer .footer-newsletter form a,
.main-footer .footer-newsletter form .cke_editable .richtext-button a,
.cke_editable .richtext-button .main-footer .footer-newsletter form a,
.main-footer .footer-newsletter form .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .main-footer .footer-newsletter form a, .main-footer .footer-newsletter form .main-content a.richtext-button, .main-content .main-footer .footer-newsletter form a.richtext-button,
.main-footer .footer-newsletter form .cke_editable a.richtext-button,
.cke_editable .main-footer .footer-newsletter form a.richtext-button,
.main-footer .footer-newsletter form .mce-content-body a.richtext-button,
.mce-content-body .main-footer .footer-newsletter form a.richtext-button, .main-footer .footer-newsletter form input[type=submit] {
  margin-top: 0.833333333rem;
}
.main-footer .footer-main {
  background-color: #08131d;
  margin-top: 0.555555556rem;
  color: white;
  padding-bottom: 1.875em;
}
@media (min-width: 768px) {
  .main-footer .footer-main {
    padding-bottom: 2.222222222em;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-main {
    padding-bottom: 2.777777778em;
  }
}
.main-footer .footer-main a:not(.btn):not(input[type=submit]) {
  color: currentColor;
}
.main-footer .footer-main .footer-social {
  background-color: #167CAB;
  border-top: 2px solid #c7ad73;
  padding: 1.875em 0;
}
@media (min-width: 768px) {
  .main-footer .footer-main .footer-social {
    padding: 2.222222222em 0;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-main .footer-social {
    padding: 2.777777778em 0;
  }
}
.main-footer .footer-main .footer-social ul {
  justify-content: center;
}
.main-footer .footer-main .footer-cols {
  padding: 1.875em 0;
  margin-bottom: 1.875em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .main-footer .footer-main .footer-cols {
    padding: 2.222222222em 0;
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .main-footer .footer-main .footer-cols {
    padding: 2.777777778em 0;
    font-size: 1.125rem;
  }
}
.main-footer .footer-main .footer-cols .footer-col {
  padding-bottom: 2.222222222em;
}
.main-footer .footer-main .footer-cols .footer-col ul {
  margin-top: 0.833333333em;
}
@media (min-width: 768px) {
  .main-footer .footer-main .footer-cols .footer-col ul {
    margin-top: 1.666666667em;
  }
}
.main-footer .footer-main .footer-cols .footer-col ul li.more {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  margin-top: 0.833333333em;
}
.main-footer .footer-main .footer-cols .footer-col ul li.more a {
  font-weight: 700;
}
@media (min-width: 768px) {
  .main-footer .footer-main .footer-cols .footer-col ul li.more {
    margin-top: 1.666666667em;
  }
}
.main-footer .footer-main .footer-cols .footer-col p {
  font-size: 1rem;
  opacity: 0.5;
}
.main-footer .footer-main .footer-cols .footer-col .btn, .main-footer .footer-main .footer-cols .footer-col .main-content .richtext-button a, .main-content .richtext-button .main-footer .footer-main .footer-cols .footer-col a,
.main-footer .footer-main .footer-cols .footer-col .cke_editable .richtext-button a,
.cke_editable .richtext-button .main-footer .footer-main .footer-cols .footer-col a,
.main-footer .footer-main .footer-cols .footer-col .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .main-footer .footer-main .footer-cols .footer-col a, .main-footer .footer-main .footer-cols .footer-col .main-content a.richtext-button, .main-content .main-footer .footer-main .footer-cols .footer-col a.richtext-button,
.main-footer .footer-main .footer-cols .footer-col .cke_editable a.richtext-button,
.cke_editable .main-footer .footer-main .footer-cols .footer-col a.richtext-button,
.main-footer .footer-main .footer-cols .footer-col .mce-content-body a.richtext-button,
.mce-content-body .main-footer .footer-main .footer-cols .footer-col a.richtext-button, .main-footer .footer-main .footer-cols .footer-col input[type=submit] {
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .main-footer .footer-main .footer-cols .footer-col:last-child {
    text-align: right;
  }
}
.main-footer .footer-main .footer-creds {
  font-size: 1rem;
}
.main-footer .footer-main .footer-creds .footer-nav {
  margin: 1em 0;
}
@media (min-width: 576px) {
  .main-footer .footer-main .footer-creds .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .main-footer .footer-main .footer-creds .footer-nav ul li + li {
    margin-left: 0.75em;
  }
}
.main-footer .footer-main .footer-creds .footer-pages {
  font-size: 0.75rem;
  margin: 2em 0;
}
.main-footer .footer-main .footer-creds .footer-pages ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.main-footer .footer-main .footer-creds .footer-pages ul li {
  opacity: 0.5;
}
.main-footer .footer-main .footer-creds .footer-pages ul li + li:before {
  content: "|";
  margin: 0 0.5em;
  opacity: 0.5;
}
.main-footer .footer-main .footer-creds .footer-pages ul li:hover, .main-footer .footer-main .footer-creds .footer-pages ul li:focus {
  opacity: 1;
}
.main-footer .footer-main .footer-creds .creds {
  font-size: 0.75rem;
  opacity: 0.5;
  text-align: center;
}
.main-footer .footer-main .footer-creds .creds p {
  margin-bottom: 0;
}

.padded-section + .main-footer {
  margin-top: 0.555555556rem;
}

/*------------------------------*/
/*----------Page footer----------*/
/*------------------------------*/
.page-footer {
  margin-bottom: 2.777777778em;
}
@media print {
  .page-footer {
    display: none;
  }
}
.page-footer .share-bar {
  background-color: #EDE6D4;
  padding: 1.666666667rem 0.833333333rem;
}
@media (min-width: 768px) {
  .page-footer .share-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.page-footer .share-bar .title {
  font-size: 1.25rem;
  font-family: "Lora", serif;
}
@media (min-width: 768px) {
  .page-footer .share-bar .title {
    font-size: 1.5rem;
  }
}
.page-footer .share-bar .share-buttons {
  margin: 0 -0.3125rem;
}
.page-footer .share-bar .share-buttons li {
  padding: 0 0.3125rem;
}
.page-footer .share-bar .share-buttons li a {
  width: 2em;
  height: 2em;
  display: block;
  text-indent: -1000em;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid white;
}
.page-footer .share-bar .share-buttons li.twitter a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><g transform="translate(8.333 11.667)"><path d="M-2.991-.291A16.054,16.054,0,0,1-6.4,3.287V4.08a20.019,20.019,0,0,1-1.276,6.9,19.822,19.822,0,0,1-3.748,6.3A19.2,19.2,0,0,1-17.5,21.856a18.766,18.766,0,0,1-8.318,1.761,18.468,18.468,0,0,1-5.536-.825,20.775,20.775,0,0,1-4.968-2.3,5.394,5.394,0,0,0,.8.056h.852a13.043,13.043,0,0,0,8.461-2.9,6.651,6.651,0,0,1-4-1.39,6.622,6.622,0,0,1-2.357-3.38,5.165,5.165,0,0,0,1.249.17A6.873,6.873,0,0,0-30.389,13a7.765,7.765,0,0,0,.878-.17,6.93,6.93,0,0,1-3.945-2.357,6.506,6.506,0,0,1-1.561-4.343V6.068a8.622,8.622,0,0,0,1.448.568,6.042,6.042,0,0,0,1.731.227,6.2,6.2,0,0,1-2.27-2.384,6.825,6.825,0,0,1-.8-3.294A7.059,7.059,0,0,1-34-2.277,19.336,19.336,0,0,0-27.807,2.8a18.4,18.4,0,0,0,7.9,2.073A5.922,5.922,0,0,1-20.084,3.4a6.848,6.848,0,0,1,.54-2.7,6.887,6.887,0,0,1,1.477-2.217A7.075,7.075,0,0,1-15.91-2.988a6.459,6.459,0,0,1,2.64-.541,6.361,6.361,0,0,1,2.783.6A7.911,7.911,0,0,1-8.273-1.369,10.324,10.324,0,0,0-6-1.995,22.09,22.09,0,0,0-3.9-2.96,7.534,7.534,0,0,1-6.909.788a11.225,11.225,0,0,0,2.044-.4A15.669,15.669,0,0,0-2.991-.291" transform="translate(36.324 3.529)" fill="white"/></g></svg>') center no-repeat;
  background-size: 80%;
  background-color: #1da1f2;
}
.page-footer .share-bar .share-buttons li.facebook a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M-2.325-1.345a1.017,1.017,0,0,1,.827-.55H3.28V-7.777H-1.5a6.629,6.629,0,0,0-5.053,2.3A7.854,7.854,0,0,0-8.665.034v2.94h-4.778V8.947h4.778V23.465h5.973V8.947H3.28V2.974H-2.692V-.058a2.267,2.267,0,0,1,.367-1.287" transform="translate(30.11 17.777)" fill="white"/></svg>') center no-repeat;
  background-size: 80%;
  background-color: #1877f2;
}
.page-footer > ul {
  display: flex;
  flex-wrap: wrap;
}
.page-footer > ul li {
  line-height: 1;
  margin-right: 1em;
}
.page-footer > ul li a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 1em 1em 1em 3em;
  display: block;
  color: #7B6432;
}
.page-footer > ul li a a {
  font-weight: 700;
}
.page-footer > ul li.print a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(2.5 3.008)"><rect width="30" height="30" transform="translate(-2.5 -3.008)" fill="none"/><path d="M17.5,1H6.5a3,3,0,0,0-3,3V21.8a1.1,1.1,0,0,0,1.82.83l2.76-2.37,3.8,2.54a1.1,1.1,0,0,0,1.33-.08L16,20.33l2.68,2.3a1.1,1.1,0,0,0,1.82-.83V4A3,3,0,0,0,17.5,1Zm1,18.83L16.72,18.3a1.12,1.12,0,0,0-1.44,0l-2.86,2.45-3.8-2.54a1.11,1.11,0,0,0-1.33.08L5.5,19.84V4a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1Z" fill="%23c7ad73"/><path d="M7.5,7h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M7.5,11h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M15.5,13h-8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></svg>') left center no-repeat;
}
.page-footer > ul li.email a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-592 -3529)"><rect width="30" height="30" transform="translate(592 3529)" fill="none"/><g transform="translate(595 3532)"><path d="M20.34,4H3.66A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20.34,4Zm-.46,2L13,12.88a1,1,0,0,1-1.41,0L4.71,6ZM21,17a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7.41l6.88,6.88a3,3,0,0,0,4.24,0L21,7.41Z" fill="%23c7ad73"/></g></g></svg>') left center no-repeat;
}

/*------------------------------*/
/*----------Social----------*/
/*------------------------------*/
.social-links {
  display: flex;
  align-items: center;
}
.social-links li + li {
  margin-left: 0.5em;
}
.social-links li a {
  display: block;
  width: 2.777777778em;
  height: 2.777777778em;
  text-indent: -1000em;
  overflow: hidden;
  background-size: contain;
}
.social-links li.youtube a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M.177.238V-9.2L9.124-4.458H9.14l-.011.005.011.009H9.124Zm4.5,6.98h.1c4.538,0,9.616-.159,11.11-.3,1.724-.152,3.642-.61,4.46-2.745.679-1.781.9-4.328.9-8.675s-.219-6.893-.9-8.673c-.818-2.136-2.736-2.527-4.46-2.68-1.494-.133-6.572-.217-11.11-.217h-.14c-4.563,0-9.692.081-11.192.217-1.728.153-3.648.573-4.462,2.705-.68,1.784-.9,4.312-.9,8.658s.213,6.879.9,8.659c.813,2.136,2.733,2.6,4.458,2.755,1.5.133,6.637.29,11.2.29h.031Z" transform="translate(20.256 29.401)" fill="white"/></svg>');
}
.social-links li.facebook a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M-2.325-1.345a1.017,1.017,0,0,1,.827-.55H3.28V-7.777H-1.5a6.629,6.629,0,0,0-5.053,2.3A7.854,7.854,0,0,0-8.665.034v2.94h-4.778V8.947h4.778V23.465h5.973V8.947H3.28V2.974H-2.692V-.058a2.267,2.267,0,0,1,.367-1.287" transform="translate(30.11 17.777)" fill="white"/></svg>');
}
.social-links li.twitter a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><g transform="translate(8.333 11.667)"><path d="M-2.991-.291A16.054,16.054,0,0,1-6.4,3.287V4.08a20.019,20.019,0,0,1-1.276,6.9,19.822,19.822,0,0,1-3.748,6.3A19.2,19.2,0,0,1-17.5,21.856a18.766,18.766,0,0,1-8.318,1.761,18.468,18.468,0,0,1-5.536-.825,20.775,20.775,0,0,1-4.968-2.3,5.394,5.394,0,0,0,.8.056h.852a13.043,13.043,0,0,0,8.461-2.9,6.651,6.651,0,0,1-4-1.39,6.622,6.622,0,0,1-2.357-3.38,5.165,5.165,0,0,0,1.249.17A6.873,6.873,0,0,0-30.389,13a7.765,7.765,0,0,0,.878-.17,6.93,6.93,0,0,1-3.945-2.357,6.506,6.506,0,0,1-1.561-4.343V6.068a8.622,8.622,0,0,0,1.448.568,6.042,6.042,0,0,0,1.731.227,6.2,6.2,0,0,1-2.27-2.384,6.825,6.825,0,0,1-.8-3.294A7.059,7.059,0,0,1-34-2.277,19.336,19.336,0,0,0-27.807,2.8a18.4,18.4,0,0,0,7.9,2.073A5.922,5.922,0,0,1-20.084,3.4a6.848,6.848,0,0,1,.54-2.7,6.887,6.887,0,0,1,1.477-2.217A7.075,7.075,0,0,1-15.91-2.988a6.459,6.459,0,0,1,2.64-.541,6.361,6.361,0,0,1,2.783.6A7.911,7.911,0,0,1-8.273-1.369,10.324,10.324,0,0,0-6-1.995,22.09,22.09,0,0,0-3.9-2.96,7.534,7.534,0,0,1-6.909.788a11.225,11.225,0,0,0,2.044-.4A15.669,15.669,0,0,0-2.991-.291" transform="translate(36.324 3.529)" fill="white"/></g></svg>');
}
.social-links li.instagram a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M8.8,29.845a10.9,10.9,0,0,1-3.633-.7,7.306,7.306,0,0,1-2.652-1.728A7.328,7.328,0,0,1,.785,24.773a11.014,11.014,0,0,1-.7-3.635c-.072-1.6-.09-2.1-.09-6.17S.017,10.393.09,8.8a11,11,0,0,1,.7-3.632A7.377,7.377,0,0,1,2.512,2.512,7.351,7.351,0,0,1,5.164.785,11.018,11.018,0,0,1,8.8.09C10.393.016,10.9,0,14.969,0s4.576.016,6.172.09a11.017,11.017,0,0,1,3.632.7,7.37,7.37,0,0,1,2.653,1.727,7.4,7.4,0,0,1,1.726,2.651,11.046,11.046,0,0,1,.7,3.632c.073,1.6.09,2.108.09,6.173s-.016,4.573-.09,6.17a11.064,11.064,0,0,1-.7,3.635,7.662,7.662,0,0,1-4.379,4.377,10.9,10.9,0,0,1-3.632.7c-1.6.074-2.107.092-6.172.092S10.393,29.919,8.8,29.845ZM8.92,2.786A8.23,8.23,0,0,0,6.139,3.3,4.626,4.626,0,0,0,4.42,4.42,4.626,4.626,0,0,0,3.3,6.139a8.3,8.3,0,0,0-.514,2.778C2.712,10.5,2.7,10.971,2.7,14.969s.015,4.468.088,6.047A8.286,8.286,0,0,0,3.3,23.794a4.958,4.958,0,0,0,2.84,2.844,8.4,8.4,0,0,0,2.781.513c1.576.071,2.05.086,6.048.086s4.471-.015,6.049-.086a8.378,8.378,0,0,0,2.779-.513,4.945,4.945,0,0,0,2.84-2.844,8.256,8.256,0,0,0,.515-2.778c.073-1.579.09-2.05.09-6.047s-.016-4.472-.09-6.051a8.267,8.267,0,0,0-.515-2.778,4.633,4.633,0,0,0-1.119-1.72A4.633,4.633,0,0,0,23.8,3.3a8.211,8.211,0,0,0-2.779-.513c-1.579-.075-2.05-.09-6.049-.09S10.5,2.711,8.92,2.786ZM7.281,14.968a7.687,7.687,0,1,1,7.687,7.686A7.686,7.686,0,0,1,7.281,14.968Zm2.7,0a4.989,4.989,0,1,0,4.989-4.99A4.989,4.989,0,0,0,9.98,14.968ZM21.163,6.977a1.8,1.8,0,1,1,1.8,1.8A1.795,1.795,0,0,1,21.163,6.977Z" transform="translate(10 10)" fill="white"/></svg>');
}
.social-links li.flickr a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M21.779,8.277a8.277,8.277,0,1,1,8.277,8.278A8.277,8.277,0,0,1,21.779,8.277ZM0,8.277a8.278,8.278,0,1,1,8.277,8.277A8.277,8.277,0,0,1,0,8.277Z" transform="translate(6.667 16.667)" fill="white"/></svg>');
}
.social-links li.soundcloud a {
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><rect width="50" height="50" fill="white" opacity="0"/><path d="M16.588-114.325a.456.456,0,0,0-.452.45l-.185,9.236.185,3.352a.455.455,0,0,0,.452.447.456.456,0,0,0,.451-.45v0l.2-3.352-.2-9.237A.456.456,0,0,0,16.588-114.325Zm12.646,5.315a4.1,4.1,0,0,0-1.586.318,7.235,7.235,0,0,0-7.2-6.594,7.327,7.327,0,0,0-2.623.49c-.31.12-.392.243-.395.482V-101.3a.5.5,0,0,0,.443.484c.011,0,11.292.007,11.365.007a4.1,4.1,0,0,0,4.1-4.1A4.1,4.1,0,0,0,29.233-109.01Zm-17.895,7.848h0l.237-3.478-.237-7.579a.34.34,0,0,0-.337-.336.34.34,0,0,0-.338.336l-.21,7.579.21,3.479a.339.339,0,0,0,.338.334.341.341,0,0,0,.337-.335Zm-3.074.334a.286.286,0,0,0,.281-.278l.275-3.536-.275-6.767a.286.286,0,0,0-.281-.278.285.285,0,0,0-.281.278l-.244,6.767.244,3.537A.284.284,0,0,0,8.264-100.829Zm5.517-11.321a.4.4,0,0,0-.4.393l-.176,7.116.176,3.424a.4.4,0,0,0,.4.39.4.4,0,0,0,.394-.393v0l.2-3.424-.2-7.117A.4.4,0,0,0,13.782-112.15ZM2.919-101.06a.172.172,0,0,0,.167-.163l.354-3.423L3.086-108.2a.173.173,0,0,0-.167-.163.171.171,0,0,0-.167.163l-.311,3.552.311,3.422A.171.171,0,0,0,2.919-101.06Zm2.651.2a.229.229,0,0,0,.224-.22l.315-3.56-.315-3.386a.228.228,0,0,0-.224-.219.227.227,0,0,0-.224.221l-.277,3.385.277,3.56A.227.227,0,0,0,5.57-100.865Zm6.816.032a.368.368,0,0,0,.366-.364v0l.217-3.446-.217-7.386a.368.368,0,0,0-.366-.364.367.367,0,0,0-.367.364l-.193,7.386.194,3.445A.367.367,0,0,0,12.386-100.832Zm2.8.014a.428.428,0,0,0,.423-.421v0l.179-3.4-.179-8.469a.427.427,0,0,0-.423-.421.427.427,0,0,0-.423.421l-.16,8.465c0,.005.16,3.4.16,3.4A.426.426,0,0,0,15.188-100.819Zm-5.56-.017a.314.314,0,0,0,.309-.307l.256-3.5-.256-7.332a.313.313,0,0,0-.309-.307.312.312,0,0,0-.309.307l-.227,7.332.227,3.5A.312.312,0,0,0,9.628-100.836Zm-5.389-7.651a.2.2,0,0,0-.2.193l-.294,3.649.294,3.53a.2.2,0,0,0,.2.192.2.2,0,0,0,.2-.192l.334-3.53-.334-3.65A.2.2,0,0,0,4.239-108.487ZM6.912-110.4a.257.257,0,0,0-.252.25L6.4-104.643l.261,3.559a.257.257,0,0,0,.252.249.259.259,0,0,0,.252-.25h0l.3-3.559-.3-5.508A.259.259,0,0,0,6.912-110.4Zm-5.164,2.762a.145.145,0,0,0-.139-.134.145.145,0,0,0-.139.134l-.328,2.993.328,2.927a.145.145,0,0,0,.139.135.145.145,0,0,0,.138-.135l.373-2.928ZM.377-106.628a.138.138,0,0,0-.134.131L0-104.646l.243,1.82a.138.138,0,0,0,.134.13.139.139,0,0,0,.133-.129h0l.289-1.82L.51-106.5A.14.14,0,0,0,.377-106.628Z" transform="translate(8.333 133.62)" fill="white" fill-rule="evenodd"/></svg>');
}
.social-links-sm li a {
  width: 1.388888889em;
  height: 1.388888889em;
}

/*------------------------------*/
/*----------Article----------*/
/*------------------------------*/
.article-header .article-title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .article-header .article-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .article-header .article-title {
    font-size: 2.5rem;
  }
}
.article-header .article-date {
  font-style: italic;
  color: #7B6432;
}
.article-header .article-bar {
  margin: 1.666666667rem 0;
}
.article-header .article-bar-inner {
  border-top: 2px solid #dfe5e8;
  border-bottom: 2px solid #dfe5e8;
  padding: 1.111111111rem 0;
}
@media (min-width: 576px) {
  .article-header .article-bar-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  .article-header .article-bar-inner .btn, .article-header .article-bar-inner .main-content .richtext-button a, .main-content .richtext-button .article-header .article-bar-inner a,
.article-header .article-bar-inner .cke_editable .richtext-button a,
.cke_editable .richtext-button .article-header .article-bar-inner a,
.article-header .article-bar-inner .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .article-header .article-bar-inner a, .article-header .article-bar-inner .main-content a.richtext-button, .main-content .article-header .article-bar-inner a.richtext-button,
.article-header .article-bar-inner .cke_editable a.richtext-button,
.cke_editable .article-header .article-bar-inner a.richtext-button,
.article-header .article-bar-inner .mce-content-body a.richtext-button,
.mce-content-body .article-header .article-bar-inner a.richtext-button, .article-header .article-bar-inner input[type=submit] {
    display: flex;
    width: 100%;
    justify-content: center;
  }
}
.article-header .article-bar .details-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767.98px) {
  .article-header .article-bar .details-list {
    margin-bottom: 1em;
  }
}
.article-header .article-bar .details-list li {
  font-family: "Lora", serif;
  font-size: 1.125rem;
  padding-left: 2em;
  margin-right: 1.5em;
}
@media (min-width: 992px) {
  .article-header .article-bar .details-list li {
    font-size: 1.25rem;
  }
}
.article-header .article-bar .details-list li.date {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-498 -392)"><rect width="30" height="30" transform="translate(498 392)" fill="none"/><g transform="translate(-362 -779)"><rect width="24" height="24" transform="translate(863 1174)" fill="none"/><g transform="translate(863 1174)"><path d="M18335,19009a3,3,0,0,1-3-3v-12a3,3,0,0,1,3-3h1v-1a1,1,0,0,1,2,0v1h10v-1a1,1,0,0,1,2,0v1h1a3,3,0,0,1,3,3v12a3,3,0,0,1-3,3Zm-1-3a1,1,0,0,0,1,1h16a1,1,0,0,0,1-1v-9h-18Zm0-12v1h18v-1a1,1,0,0,0-1-1h-16A1,1,0,0,0,18334,18994Zm7.8,8a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Zm-5,0a.8.8,0,0,1-.8-.8v-1.4a.8.8,0,0,1,.8-.8h1.4a.8.8,0,0,1,.8.8v1.4a.8.8,0,0,1-.8.8Z" transform="translate(-18331 -18987)" fill="%23c7ad73"/></g></g></g></svg>') left center no-repeat;
}
.article-header .article-bar .details-list li.time {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808 982)"><path d="M18382,19000a11,11,0,1,1,11,11A11,11,0,0,1,18382,19000Zm2,0a9,9,0,1,0,9-9A9,9,0,0,0,18384,19000Zm9,1.141a1,1,0,0,1-1-1V18994a1,1,0,0,1,2,0v5.139h3a1,1,0,1,1,0,2Z" transform="translate(-18381 -18988)" fill="%23c7ad73"/></g></g></svg>') left center no-repeat;
}
.article-header .article-bar .details-list li.location {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-805 -979)"><rect width="30" height="30" transform="translate(805 979)" fill="none"/><g transform="translate(808.01 982.04)"><path d="M18439.051,19010.42c-.52-.658-2.246-2.9-3.859-5.459a31.975,31.975,0,0,1-2.2-3.939,9.59,9.59,0,0,1-1-3.732,8,8,0,1,1,15.982-.057,9.471,9.471,0,0,1-1,3.727,31.316,31.316,0,0,1-2.18,4,66.419,66.419,0,0,1-3.859,5.459,1.187,1.187,0,0,1-1.881,0Zm.941-19.4a6.133,6.133,0,0,0-6,6.268,7.675,7.675,0,0,0,.84,2.91,29.835,29.835,0,0,0,2.047,3.713c1.111,1.809,2.352,3.479,3.111,4.48.758-1.012,2-2.672,3.109-4.434a30.122,30.122,0,0,0,2.053-3.816,7.813,7.813,0,0,0,.84-2.91,6.141,6.141,0,0,0-6-6.27Zm-2,6a2,2,0,1,1,2,2A2,2,0,0,1,18437.992,18997.023Z" transform="translate(-18427.992 -18987.961)" fill="%23c7ad73"/></g></g></svg>') left center no-repeat;
}
.article-header .article-bar .details-list li.type {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-137 -811)"><rect width="30" height="30" transform="translate(137 811)" fill="none"/><g transform="translate(140.004 813.793)"><path d="M18,8A6,6,0,1,1,6,8V3A1,1,0,0,1,8,3V8a4,4,0,0,0,8,0V3a1,1,0,0,1,2,0Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M12,23a1,1,0,0,1-1-1V13a1,1,0,0,1,2,0v9A1,1,0,0,1,12,23Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M10.71,5.71a1,1,0,0,1-1.42,0L7,3.41,4.71,5.71A1,1,0,1,1,3.29,4.29L5.94,1.65a1.49,1.49,0,0,1,2.12,0l2.65,2.64a1,1,0,0,1,0,1.42Z" fill="%23c7ad73" fill-rule="evenodd"/><path d="M20.71,5.71a1,1,0,0,1-1.42,0L17,3.41l-2.29,2.3a1,1,0,1,1-1.42-1.42l2.65-2.64a1.49,1.49,0,0,1,2.12,0l2.65,2.64a1,1,0,0,1,0,1.42Z" fill="%23c7ad73" fill-rule="evenodd"/></g></g></svg>') left center no-repeat;
}
.article-header .article-bar .article-supporter {
  display: flex;
  justify-content: center;
}
.article-header .article-bar .article-supporter .btn, .article-header .article-bar .article-supporter .main-content .richtext-button a, .main-content .richtext-button .article-header .article-bar .article-supporter a,
.article-header .article-bar .article-supporter .cke_editable .richtext-button a,
.cke_editable .richtext-button .article-header .article-bar .article-supporter a,
.article-header .article-bar .article-supporter .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .article-header .article-bar .article-supporter a, .article-header .article-bar .article-supporter .main-content a.richtext-button, .main-content .article-header .article-bar .article-supporter a.richtext-button,
.article-header .article-bar .article-supporter .cke_editable a.richtext-button,
.cke_editable .article-header .article-bar .article-supporter a.richtext-button,
.article-header .article-bar .article-supporter .mce-content-body a.richtext-button,
.mce-content-body .article-header .article-bar .article-supporter a.richtext-button, .article-header .article-bar .article-supporter input[type=submit] {
  background-color: #f4f4f4;
  border: 2px solid #dfe5e8;
  border-top: none;
}

@media (min-width: 768px) {
  .article-image {
    float: right;
    max-width: 50%;
    padding-left: 1em;
    padding-bottom: 1em;
  }
}
@media (min-width: 992px) {
  .article-image {
    margin-right: -9em;
    max-width: 60%;
  }
}
@media (min-width: 1200px) {
  .article-image {
    margin-right: -11.7em;
  }
}
.article-image .slick-dots {
  margin-top: 0.5em;
}
@media (min-width: 768px) {
  .article-image > img + img {
    margin-top: 0.625em;
  }
}

.article-map {
  background-color: #08131d;
  height: 38.888888889em;
  max-height: calc(100vh - 2.222222222em);
}

.map-margin {
  margin: 4em 0;
}
.map-margin-bottom {
  margin-bottom: 4em;
}

article.main-content .container {
  padding: 0;
}

/*------------------------------*/
/*----------Article nav----------*/
/*------------------------------*/
.article-nav {
  border-top: 2px solid #dfe5e8;
  padding-top: 2.222222222em;
  margin-top: 2.222222222em;
}
@media print {
  .article-nav {
    display: none;
  }
}

/*------------------------------*/
/*----------Filter----------*/
/*------------------------------*/
.article-filter {
  margin-bottom: 1.666666667rem;
}
@media (max-width: 991.98px) {
  .article-filter {
    border: 2px solid #dfe5e8;
    padding: 0.833333333rem;
  }
}
@media (min-width: 992px) {
  .article-filter-header {
    display: none;
    visibility: hidden;
  }
}
.article-filter-collapse .filter-clear {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(-991 -1485)"><rect width="16" height="16" transform="translate(991 1485)" fill="none"/><g transform="translate(994.073 1488.054)"><path d="M4.833,14.24a.667.667,0,0,1,0-.94L13.32,4.813a.667.667,0,1,1,.94.94L5.773,14.24a.667.667,0,0,1-.94,0Z" transform="translate(-4.639 -4.58)" fill="%23062038"/><path d="M4.833,4.833a.667.667,0,0,1,.94,0L14.26,13.32a.667.667,0,1,1-.94.94L4.833,5.773A.667.667,0,0,1,4.833,4.833Z" transform="translate(-4.639 -4.6)" fill="%23062038"/></g></g></svg>') left 1em center no-repeat;
  display: inline-block;
  background-color: #dfe5e8;
}
.article-filter-collapse hr {
  border-top: 2px solid #dfe5e8;
  margin: 1.666666667rem 0;
}
@media (max-width: 991.98px) {
  .article-filter.collapsed .article-filter-collapse {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .article-filter .article-filter-collapse .form-group {
    margin: 1rem 0;
  }
}

.datepicker-group {
  position: relative;
}
.datepicker-group .btn, .datepicker-group .main-content .richtext-button a, .main-content .richtext-button .datepicker-group a,
.datepicker-group .cke_editable .richtext-button a,
.cke_editable .richtext-button .datepicker-group a,
.datepicker-group .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .datepicker-group a, .datepicker-group .main-content a.richtext-button, .main-content .datepicker-group a.richtext-button,
.datepicker-group .cke_editable a.richtext-button,
.cke_editable .datepicker-group a.richtext-button,
.datepicker-group .mce-content-body a.richtext-button,
.mce-content-body .datepicker-group a.richtext-button, .datepicker-group input[type=submit] {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border: none;
  color: #c7ad73;
  background-color: transparent;
  font-size: 1rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  padding: 0.5em;
}
.datepicker-group .btn:after, .datepicker-group .main-content .richtext-button a:after, .main-content .richtext-button .datepicker-group a:after,
.datepicker-group .cke_editable .richtext-button a:after,
.cke_editable .richtext-button .datepicker-group a:after,
.datepicker-group .mce-content-body .richtext-button a:after,
.mce-content-body .richtext-button .datepicker-group a:after, .datepicker-group .main-content a.richtext-button:after, .main-content .datepicker-group a.richtext-button:after,
.datepicker-group .cke_editable a.richtext-button:after,
.cke_editable .datepicker-group a.richtext-button:after,
.datepicker-group .mce-content-body a.richtext-button:after,
.mce-content-body .datepicker-group a.richtext-button:after, .datepicker-group input[type=submit]:after {
  display: none;
}

/*------------------------------*/
/*----------Col ordering----------*/
/*------------------------------*/
@media (max-width: 991.98px) {
  .article-list-col {
    order: 2;
  }
}

@media (min-width: 992px) {
  .article-side-col {
    padding-left: 5.555555556rem;
  }
}
@media (max-width: 991.98px) {
  .article-side-col {
    order: 1;
  }
}

/*------------------------------*/
/*----------Tags----------*/
/*------------------------------*/
.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  padding-right: 0.555555556rem;
  padding-bottom: 0.555555556rem;
}
.tags li a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  border: 2px solid rgba(199, 173, 115, 0.3);
  color: #062038;
  padding: 0.7em 1em;
  display: block;
}
.tags li a a {
  font-weight: 700;
}
.tags li a:hover, .tags li a:focus {
  background-color: rgba(199, 173, 115, 0.3);
  text-decoration: none;
}
.tags li a.active {
  color: #c7ad73;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(-991 -1485)"><rect width="16" height="16" transform="translate(991 1485)" fill="none"/><g transform="translate(994.073 1488.054)"><path d="M4.833,14.24a.667.667,0,0,1,0-.94L13.32,4.813a.667.667,0,1,1,.94.94L5.773,14.24a.667.667,0,0,1-.94,0Z" transform="translate(-4.639 -4.58)" fill="%23c7ad73"/><path d="M4.833,4.833a.667.667,0,0,1,.94,0L14.26,13.32a.667.667,0,1,1-.94.94L4.833,5.773A.667.667,0,0,1,4.833,4.833Z" transform="translate(-4.639 -4.6)" fill="%23c7ad73"/></g></g></svg>') left 1em center no-repeat;
  background-color: #08131d;
  padding-left: 3em;
}

/*------------------------------*/
/*----------Paging----------*/
/*------------------------------*/
.paging-next-prev {
  display: flex;
  justify-content: space-between;
  margin-top: 1.111111111em;
}
.paging-next-prev .prev .btn:after, .paging-next-prev .prev .main-content .richtext-button a:after, .main-content .richtext-button .paging-next-prev .prev a:after,
.paging-next-prev .prev .cke_editable .richtext-button a:after,
.cke_editable .richtext-button .paging-next-prev .prev a:after,
.paging-next-prev .prev .mce-content-body .richtext-button a:after,
.mce-content-body .richtext-button .paging-next-prev .prev a:after, .paging-next-prev .prev .main-content a.richtext-button:after, .main-content .paging-next-prev .prev a.richtext-button:after,
.paging-next-prev .prev .cke_editable a.richtext-button:after,
.cke_editable .paging-next-prev .prev a.richtext-button:after,
.paging-next-prev .prev .mce-content-body a.richtext-button:after,
.mce-content-body .paging-next-prev .prev a.richtext-button:after, .paging-next-prev .prev input[type=submit]:after {
  display: none;
}
.paging-next-prev .prev .btn:before, .paging-next-prev .prev .main-content .richtext-button a:before, .main-content .richtext-button .paging-next-prev .prev a:before,
.paging-next-prev .prev .cke_editable .richtext-button a:before,
.cke_editable .richtext-button .paging-next-prev .prev a:before,
.paging-next-prev .prev .mce-content-body .richtext-button a:before,
.mce-content-body .richtext-button .paging-next-prev .prev a:before, .paging-next-prev .prev .main-content a.richtext-button:before, .main-content .paging-next-prev .prev a.richtext-button:before,
.paging-next-prev .prev .cke_editable a.richtext-button:before,
.cke_editable .paging-next-prev .prev a.richtext-button:before,
.paging-next-prev .prev .mce-content-body a.richtext-button:before,
.mce-content-body .paging-next-prev .prev a.richtext-button:before, .paging-next-prev .prev input[type=submit]:before {
  content: "";
  display: block;
  width: 17px;
  height: 11px;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(0.001)"><g transform="translate(-0.001 0)"><path d="M19.473,12.65H6.283l2.35,2.94a1,1,0,1,1-1.56,1.25l-3.28-4.09a1.2,1.2,0,0,1,0-1.5l3.28-4.09a1,1,0,1,1,1.56,1.25l-1.8,2.24h12.64a1,1,0,1,1,0,2Z" transform="translate(-3.53 -6.785)" fill="%23062038"/></g></g></svg>') center no-repeat;
  background-size: contain;
  margin-right: 0.5em;
}

/*------------------------------*/
/*----------Padded section----------*/
/*------------------------------*/
.padded-section {
  padding: 3.888888889em 0;
}
@media (min-width: 768px) {
  .padded-section {
    padding: 4.555555556em 0;
  }
}
@media (min-width: 992px) {
  .padded-section {
    padding: 6.333333333em 0;
  }
}
.padded-section + .padded-section {
  padding-top: 0;
}
.padded-section-content {
  max-width: 100%;
  line-height: 1.2;
  margin-bottom: 1.666666667em;
}
@media (min-width: 768px) {
  .padded-section-content {
    margin-bottom: 2.222222222em;
  }
}
@media (min-width: 992px) {
  .padded-section-content {
    margin-bottom: 3.333333333em;
  }
}
.padded-section-content .heading {
  font-family: "Lora", serif;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .padded-section-content .heading {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .padded-section-content .heading {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1200px) {
  .padded-section-content .heading {
    font-size: 3.125rem;
  }
}
.padded-section-content .intro {
  line-height: 1.6;
  margin-top: 1em;
}
.padded-section-content .btn, .padded-section-content .main-content .richtext-button a, .main-content .richtext-button .padded-section-content a,
.padded-section-content .cke_editable .richtext-button a,
.cke_editable .richtext-button .padded-section-content a,
.padded-section-content .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .padded-section-content a, .padded-section-content .main-content a.richtext-button, .main-content .padded-section-content a.richtext-button,
.padded-section-content .cke_editable a.richtext-button,
.cke_editable .padded-section-content a.richtext-button,
.padded-section-content .mce-content-body a.richtext-button,
.mce-content-body .padded-section-content a.richtext-button, .padded-section-content input[type=submit] {
  margin-top: 1.666666667em;
}
@media (min-width: 768px) {
  .padded-section-content-small .heading {
    font-size: 2.5rem;
  }
}
.padded-section-content-small .intro {
  font-size: 0.875rem;
}
.padded-section.light-background {
  background-color: #f4f4f4;
}
@media print {
  .padded-section-submenu {
    display: none;
  }
}

.article-carousel .slick-list {
  margin-left: -0.4166666665rem;
  margin-right: -0.4166666665rem;
}
@media (min-width: 992px) {
  .article-carousel .slick-list {
    margin-left: -0.833333333rem;
    margin-right: -0.833333333rem;
  }
}
.article-carousel .slick-list .slick-slide {
  padding-left: 0.4166666665rem;
  padding-right: 0.4166666665rem;
}
@media (min-width: 992px) {
  .article-carousel .slick-list .slick-slide {
    padding-left: 0.833333333rem;
    padding-right: 0.833333333rem;
  }
}

.line-heading,
h1.line-heading,
h2.line-heading,
h3.line-heading,
h4.line-heading,
h5.line-heading {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #c7ad73;
  display: flex;
  align-items: center;
}
.line-heading a,
h1.line-heading a,
h2.line-heading a,
h3.line-heading a,
h4.line-heading a,
h5.line-heading a {
  font-weight: 700;
}
.line-heading:after,
h1.line-heading:after,
h2.line-heading:after,
h3.line-heading:after,
h4.line-heading:after,
h5.line-heading:after {
  content: "";
  display: block;
  border-top: 2px solid #c7ad73;
  max-width: 200px;
  flex-grow: 1;
  margin-left: 0.833333333em;
}

.padded-section .line-heading,
.article-filter .line-heading,
.footer-newsletter .line-heading {
  color: #7B6432;
}
.padded-section .line-heading:after,
.article-filter .line-heading:after,
.footer-newsletter .line-heading:after {
  color: currentColor;
}

/*------------------------------*/
/*----------Submenu----------*/
/*------------------------------*/
@media (min-width: 768px) {
  .submenu {
    margin: 0 -0.833333334em;
    margin-bottom: -1.875em;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .submenu > div {
    padding: 0 0.833333334em;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .submenu > div {
    width: 33.333333333%;
  }
}
.submenu .submenu-block {
  display: block;
  color: #062038;
  text-decoration: none;
}
@media (min-width: 768px) {
  .submenu .submenu-block {
    margin-bottom: 1.875em;
  }
}
.submenu .submenu-block.active .title {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%2308131d"/></g></g></svg>') left no-repeat;
  padding-left: 1.6rem;
}
.submenu .submenu-block .title {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .submenu .submenu-block .title {
    font-size: 1.5rem;
  }
}
.submenu .submenu-block .intro {
  font-size: 0.875rem;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
}
.submenu .submenu-block:hover .title,
.submenu .submenu-block:hover .text-link, .submenu .submenu-block:focus .title,
.submenu .submenu-block:focus .text-link {
  text-decoration: underline;
}

/*------------------------------*/
/*----------Picture block----------*/
/*------------------------------*/
@media (max-width: 991.98px) {
  .picture-block-row {
    margin-left: -0.4166666665rem;
    margin-right: -0.4166666665rem;
  }
  .picture-block-row > [class*=col-] {
    padding-left: 0.4166666665rem;
    padding-right: 0.4166666665rem;
  }
}
@media print {
  .picture-block-row > [class*=col-] {
    width: 33.333333333% !important;
  }
}
.picture-block {
  display: block;
  color: #062038;
  text-decoration: none;
  margin-bottom: 1.666666667rem;
  transition: 0.75s ease all;
}
.picture-block-image {
  overflow: hidden;
  background-color: #08131d;
  position: relative;
}
.picture-block-image img {
  width: 100%;
  transition: 0.75s ease all;
}
.picture-block-image-tag {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 0.4em 0.8em;
  background-color: #c7ad73;
  z-index: 10;
}
.picture-block-image-tag a {
  font-weight: 700;
}
.picture-block-content {
  position: relative;
  z-index: 10;
  margin-top: -2.2rem;
  flex-grow: 1;
}
.picture-block-content .date {
  font-size: 1rem;
  font-weight: 700;
  width: 2.5em;
  height: 2.5em;
  right: 0.416666667em;
  transform: translate(0, -30%);
  line-height: 1;
  text-align: center;
  background-color: #c7ad73;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .picture-block-content .date {
    font-size: 1.5rem;
    transform: translate(0, -60%);
  }
}
.picture-block-content .date span {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  display: block;
}
.picture-block-content .date span a {
  font-weight: 700;
}
.picture-block-content .date + .picture-block-header {
  margin-right: 2.1em;
}
@media (min-width: 768px) {
  .picture-block-content .date + .picture-block-header {
    margin-right: 3em;
  }
}
.picture-block-content .picture-block-header {
  display: inline-block;
  background-color: white;
  padding: 0.5em 0.5em 0.5em 0;
  margin-right: 1em;
}
@media (min-width: 768px) {
  .picture-block-content .picture-block-header {
    padding: 0.5em 1.111111111rem 0.5em 1.111111111rem;
  }
}
.picture-block-content .picture-block-header .title {
  font-size: 1.125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .picture-block-content .picture-block-header .title {
    font-size: 1.5rem;
  }
}
.picture-block-content .picture-block-header .extra {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #6c7680;
  display: block;
  margin-bottom: 0.5em;
}
.picture-block-content .picture-block-header .extra a {
  font-weight: 700;
}
.picture-block-content .picture-block-header .extra > span + span:before {
  content: "";
  display: inline-block;
  width: 0.333333333em;
  height: 0.333333333em;
  border-radius: 100%;
  background-color: #dfe5e8;
  margin: 0.2em 0.6em;
}
.picture-block-content .picture-block-header .extra > span > span + span:before {
  content: " / ";
}
@media (min-width: 768px) {
  .picture-block-content .intro {
    padding: 0 1.111111111rem 0 1.111111111rem;
  }
}
.picture-block-content .intro > span:not(.text-link) {
  display: block;
  font-size: 0.875rem;
  max-height: 4.2em;
  line-height: 1.4;
  overflow: hidden;
}
@media (min-width: 768px) {
  .picture-block-small .picture-block-header .title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  .picture-block-side-image {
    display: flex;
    background-color: #EDE6D4;
    justify-content: center;
    align-items: center;
  }
  .picture-block-side-image + .picture-block-side-image {
    margin-top: 2.777777778rem;
  }
  .picture-block-side-image .picture-block-image {
    flex-shrink: 0;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .picture-block-side-image .picture-block-content {
    padding: 3.333333333em;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .picture-block-side-image .picture-block-content .picture-block-header {
    padding: 0;
    margin: 0;
    background: transparent;
  }
}
@media (min-width: 768px) {
  .picture-block-side-image .picture-block-content .picture-block-header .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .picture-block-side-image .picture-block-content .picture-block-header .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 768px) {
  .picture-block-side-image .picture-block-content .intro {
    padding: 0;
  }
  .picture-block-side-image .picture-block-content .intro .ellipsis {
    font-size: 1.125rem;
    margin: 1em 0 0.5em 0;
  }
}
.picture-block-side-image .picture-block-content .text-link {
  color: #7B6432;
}
.picture-block:hover, .picture-block:focus {
  color: currentColor;
  text-decoration: none;
}
.picture-block:hover .picture-block-image img, .picture-block:focus .picture-block-image img {
  transform: scale(1.05);
  opacity: 0.6;
}
@media (min-width: 768px) {
  .picture-block-side-image:hover, .picture-block-side-image:focus {
    background-color: #c7ad73;
  }
  .picture-block-side-image:hover .text-link, .picture-block-side-image:focus .text-link {
    color: currentColor;
  }
  .picture-block-side-image:hover .text-link:before, .picture-block-side-image:focus .text-link:before {
    border-color: currentColor;
  }
}

@media (min-width: 768px) {
  .picture-block-featured .picture-block:nth-child(even) .picture-block-image {
    order: 2;
  }
  .picture-block-featured .picture-block:nth-child(even) .picture-block-content {
    order: 1;
  }
}
/*
.non-featured-pages .padded-section-content{
    display: none; visibility: hidden;
}
.picture-block-featured + .non-featured-pages .padded-section-content{
    display: block; visibility: visible;
}
*/
/*------------------------------*/
/*----------Page sections----------*/
/*------------------------------*/
.editable-page-sections .page-section {
  overflow: hidden;
  padding: 1.666666667em 0;
}
@media (min-width: 768px) {
  .editable-page-sections .page-section {
    padding: 2.222222222em 0;
  }
}
@media (min-width: 992px) {
  .editable-page-sections .page-section {
    padding: 2.777777778em 0;
  }
}
.editable-page-sections .page-section:first-child {
  padding-top: 0;
}
.editable-page-sections .page-section .section-title {
  font-size: 1.875rem;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .editable-page-sections .page-section .section-title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .editable-page-sections .page-section .section-title {
    font-size: 2.5rem;
  }
}
.editable-page-sections .page-section .slick-dots {
  margin-top: 1.111111111rem;
}

.page-section.page-section-embed iframe {
  width: 100%;
  margin: 0;
}
.page-section.page-section-embed.is-video iframe {
  aspect-ratio: 16/9;
  height: auto;
}
.page-section.page-section-relatedpages .text-blocks {
  padding: 3.333333334em 0;
}
@media (min-width: 768px) {
  .page-section.page-section-relatedpages .text-blocks {
    padding: 4.444444444em 0;
  }
}
@media (min-width: 992px) {
  .page-section.page-section-relatedpages .text-blocks {
    padding: 5.555555556em 0;
  }
}
.page-section.page-section-relatedpages .text-blocks-carousel .slick-list {
  margin: -0.833333333rem;
}
.page-section.page-section-relatedpages .text-blocks-carousel .slick-list .slick-slide {
  padding: 0 0.833333333rem;
}
.page-section.page-section-pictureblocks .picture-blocks-carousel .slick-list {
  margin: -0.833333333rem;
}
.page-section.page-section-pictureblocks .picture-blocks-carousel .slick-list .slick-slide {
  padding: 0 0.833333333rem;
}
.page-section.page-section-cta .picture-block-side-image {
  margin-bottom: 0;
}

/*------------------------------*/
/*----------Text block----------*/
/*------------------------------*/
.text-blocks {
  text-align: center;
  border-top: 2px solid #dfe5e8;
  border-bottom: 2px solid #dfe5e8;
}

.text-block {
  text-decoration: none;
  color: currentColor;
  display: block !important;
  margin: 1.5em 0;
}
.text-block .title {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .text-block .title {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .text-block .title {
    font-size: 2.5rem;
  }
}
.text-block .intro {
  display: block;
}

@media (min-width: 768px) {
  .has-section-title .text-block .title {
    font-size: 1.75rem;
  }
}
@media (min-width: 992px) {
  .has-section-title .text-block .title {
    font-size: 2rem;
  }
}

/*------------------------------*/
/*----------Media gallery----------*/
/*------------------------------*/
.media-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -0.4166666665rem;
  margin-right: -0.4166666665rem;
}
@media (min-width: 768px) {
  .media-gallery ul {
    margin-left: -0.833333333rem;
    margin-right: -0.833333333rem;
  }
}
.media-gallery ul li {
  padding-left: 0.4166666665rem;
  padding-right: 0.4166666665rem;
  padding-bottom: 0.833333333rem;
  width: 50%;
}
@media (min-width: 768px) {
  .media-gallery ul li {
    padding-left: 0.833333333rem;
    padding-right: 0.833333333rem;
    padding-bottom: 1.666666666rem;
    width: 33.333333333%;
  }
}
@media (min-width: 992px) {
  .media-gallery ul li {
    width: 25%;
  }
}
@media print {
  .media-gallery ul li {
    width: 25%;
  }
}
.media-gallery ul li a {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #08131d;
}
.media-gallery ul li a:hover img, .media-gallery ul li a:focus img {
  transform: scale(1.03);
  opacity: 0.8;
}
.media-gallery ul li a img {
  transition: 0.3s ease all;
}
.media-gallery ul li a.video:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-504 -366)"><rect width="30" height="30" transform="translate(504 366)" fill="none"/><g transform="translate(-2 -84)"><g transform="translate(509 453)"><path d="M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9,9,9,0,0,1-9,9Z" fill="white" fill-rule="evenodd"/><path d="M17.2,11,10.3,7A1.2,1.2,0,0,0,8.5,8v8a1.2,1.2,0,0,0,1.8,1l6.9-4a1.2,1.2,0,0,0,0-2Zm-6.7,3.6V9.4L15,12Z" fill="white" fill-rule="evenodd"/></g></g></g></svg>') center no-repeat;
  background-size: 30%;
}
/*------------------------------*/
/*----------Office carousel----------*/
/*------------------------------*/
.office {
  line-height: 2.1;
  margin-bottom: 2em;
}
.office span {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .office span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .office span {
    font-size: 1.5rem;
  }
}
.office span a {
  color: currentColor;
  font-weight: 700;
  text-decoration: none;
}
.office ul.contact {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  background-color: #f4f4f4;
  border-radius: 0.3125em;
  font-weight: 700;
  margin-top: 1em;
  padding: 1em 1em;
  line-height: 1.5;
}
@media (min-width: 1200px) {
  .office ul.contact {
    font-size: 1rem;
  }
}
.office ul.contact li a {
  color: currentColor;
  font-weight: 700;
}

/*------------------------------*/
/*----------Map----------*/
/*------------------------------*/
@media print {
  /*body {
      visibility: hidden;
  }*/
  .print {
    visibility: visible;
  }

  #Map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#Map > ul {
  display: flex;
  flex-wrap: wrap;
}
#Map > ul li {
  line-height: 1;
  margin-right: 1em;
}
#Map > ul li a {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  padding: 1em 1em 1em 3em;
  display: block;
  color: #7B6432;
}
#Map > ul li a a {
  font-weight: 700;
}
#Map > ul li.print a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(2.5 3.008)"><rect width="30" height="30" transform="translate(-2.5 -3.008)" fill="none"/><path d="M17.5,1H6.5a3,3,0,0,0-3,3V21.8a1.1,1.1,0,0,0,1.82.83l2.76-2.37,3.8,2.54a1.1,1.1,0,0,0,1.33-.08L16,20.33l2.68,2.3a1.1,1.1,0,0,0,1.82-.83V4A3,3,0,0,0,17.5,1Zm1,18.83L16.72,18.3a1.12,1.12,0,0,0-1.44,0l-2.86,2.45-3.8-2.54a1.11,1.11,0,0,0-1.33.08L5.5,19.84V4a1,1,0,0,1,1-1h11a1,1,0,0,1,1,1Z" fill="%23c7ad73"/><path d="M7.5,7h7a1,1,0,0,0,0-2h-7a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M7.5,11h4a1,1,0,0,0,0-2h-4a1,1,0,0,0,0,2Z" fill="%23c7ad73"/><path d="M15.5,13h-8a1,1,0,0,0,0,2h8a1,1,0,0,0,0-2Z" fill="%23c7ad73"/></g></svg>') left center no-repeat;
}
#Map > ul li.email a {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><g transform="translate(-592 -3529)"><rect width="30" height="30" transform="translate(592 3529)" fill="none"/><g transform="translate(595 3532)"><path d="M20.34,4H3.66A3,3,0,0,0,1,7V17a3,3,0,0,0,3,3H20a3,3,0,0,0,3-3V7A3,3,0,0,0,20.34,4Zm-.46,2L13,12.88a1,1,0,0,1-1.41,0L4.71,6ZM21,17a1,1,0,0,1-1,1H4a1,1,0,0,1-1-1V7.41l6.88,6.88a3,3,0,0,0,4.24,0L21,7.41Z" fill="%23c7ad73"/></g></g></svg>') left center no-repeat;
}

.google-map {
  background-color: #08131d;
  position: relative;
  height: 35em;
  max-height: calc(100vh - 2em);
  overflow: hidden;
}
.google-map #google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gm-style .gm-style-iw-c {
  padding: 0;
}

.gm-style-iw-d {
  overflow: visible !important;
  max-height: none !important;
}

.gm-style-iw.gm-style-iw-c {
  border: none;
  box-shadow: none;
  box-shadow: 0 13px 26px rgba(0, 0, 0, 0.04), 0 3px 4px rgba(0, 0, 0, 0.04);
  border-radius: 0.3125em;
  background: #08131d;
  color: white;
}
.gm-ui-hover-effect {
  background-color: #c7ad73 !important;
  opacity: 1;
  border-radius: 100%;
  top: 0.9625em !important;
  right: 0.9625em !important;
}

.gm-style .gm-style-iw-t::after {
  background: #08131d;
}

.map-popup {
  padding: 1.5625em;
  width: 25rem;
  max-width: 100%;
}
.map-popup .map-popup-top .title {
  font-size: 1.25rem;
  padding-right: 1.5em;
}
@media (min-width: 768px) {
  .map-popup .map-popup-top .title {
    font-size: 1.5rem;
  }
}
.map-popup .map-popup-top .subtitle {
  font-size: 1rem;
}
.map-popup .map-popup-top .subtitle p {
  margin: 0;
}
.map-popup .popup-data {
  font-size: 1rem;
  margin-top: 1.5em;
  word-break: break-word;
}
.map-popup .popup-data span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 0.625rem;
}
.map-popup .popup-data span a {
  font-weight: 700;
}
.map-popup .popup-data a {
  color: #c7ad73;
}

.map-side {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 0.3125em;
  width: 18.75em;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  overflow: hidden;
  z-index: 10;
  margin: 0.625rem;
  max-width: calc(100% - 1.25rem);
}
@media (min-width: 768px) {
  .map-side {
    margin: 1.875rem;
    max-width: 100%;
  }
}
.map-side .map-search {
  pointer-events: all;
  margin-bottom: 1.25rem;
  z-index: 10;
}
.map-side .map-search .search-input {
  position: relative;
}
.map-side .map-search .search-input input {
  display: block;
  border: none;
  border-radius: 0.3125em;
  padding: 0.4em 0.7em;
  width: 100%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04), 0 3px 26px rgba(0, 0, 0, 0.04);
  background: white;
}
.map-side .map-search .search-input button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><rect width="30" height="30" fill="%23062038" opacity="0"/><g transform="translate(5.999 5.999)"><path d="M13.68,2.13A8,8,0,0,0,7.55,15.27L3.73,19.08A1,1,0,1,0,5.15,20.5L9,16.62a7.91,7.91,0,0,0,4.66,1.51,8,8,0,0,0,0-16Zm0,14a6,6,0,1,1,6-6,6,6,0,0,1-6,6Z" transform="translate(-3.436 -2.13)" fill="%23062038" fill-rule="evenodd"/></g></svg>') center no-repeat;
  text-indent: -1000em;
  overflow: hidden;
  border: none;
  width: 2.4em;
  background-color: white;
}
.map-side .map-search-results {
  position: absolute;
  background: white;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04), 0 3px 26px rgba(0, 0, 0, 0.04);
  border-radius: 0.3125em;
  width: 100%;
  transform: translate(-120%, 0);
  transition: 0.3s ease all;
  overflow-y: auto;
  max-height: calc(100% - 37px);
}
.map-side .map-search-results.active {
  transform: translate(0, 0);
  pointer-events: all;
}
.map-side .map-search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.map-side .map-search-results ul li a {
  display: block;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1;
  color: currentColor;
}
.map-side .map-search-results ul li a:before, .map-side .map-search-results ul li a:after {
  content: "";
}
.map-side .map-search-results ul li a:before {
  width: 0.6875rem;
  height: 0.6875rem;
  background-color: #c7ad73;
  display: inline-block;
  border-radius: 100%;
  margin-right: 0.3125rem;
  margin-left: -0.9em;
}
.map-side .map-search-results ul li a:after {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  color: #6c7680;
}
.map-side .map-search-results ul li a:after a {
  font-weight: 700;
}
.map-side .map-search-results ul li a:hover, .map-side .map-search-results ul li a:focus {
  background-color: #f4f4f4;
  text-decoration: none;
}
.map-side .map-search-results ul li.parish a:before {
  background-color: #147F32;
}
.map-side .map-search-results ul li.parish a:after {
  content: "Parish";
}
.map-side .map-search-results ul li.school a:before {
  background-color: #167CAB;
}
.map-side .map-search-results ul li.school a:after {
  content: "School";
}
.map-side .map-search-results ul li.chaplaincy a:before {
  background-color: #EDB840;
}
.map-side .map-search-results ul li.chaplaincy a:after {
  content: "Chaplaincy";
}
.map-side .map-panel {
  background: white;
  flex-grow: 1;
  transform: translate(-120%, 0);
  transition: 0.3s ease all;
  overflow-y: auto;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04), 0 3px 26px rgba(0, 0, 0, 0.04);
}
.map-side .map-panel.active {
  transform: translate(0, 0);
  pointer-events: all;
}
.map-side .map-panel .title {
  font-size: 1.25rem;
  font-family: "Lora", serif;
  background-color: #c7ad73;
  padding: 0.35em 0.9375em;
  color: white;
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.3;
}
.map-side .map-panel .title.school {
  background-color: #167CBA;
}
.map-side .map-panel .title.parish {
  background-color: #147F32;
}
.map-side .map-panel .title.institution {
  background-color: #EDB840;
}
.map-side .map-panel .title .close {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><g transform="translate(-991 -1485)"><rect width="16" height="16" transform="translate(991 1485)" fill="none"/><g transform="translate(994.073 1488.054)"><path d="M4.833,14.24a.667.667,0,0,1,0-.94L13.32,4.813a.667.667,0,1,1,.94.94L5.773,14.24a.667.667,0,0,1-.94,0Z" transform="translate(-4.639 -4.58)" fill="white"/><path d="M4.833,4.833a.667.667,0,0,1,.94,0L14.26,13.32a.667.667,0,1,1-.94.94L4.833,5.773A.667.667,0,0,1,4.833,4.833Z" transform="translate(-4.639 -4.6)" fill="white"/></g></g></svg>') center no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  text-indent: -1000em;
  overflow: hidden;
  opacity: 1;
}

.map-search-container {
  position: relative;
}

ul.map-key {
  background: white;
  border-radius: 0.3125em;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.04), 0 3px 26px rgba(0, 0, 0, 0.04);
  padding: 0.625rem;
  margin: 0;
  z-index: 101;
}
@media (min-width: 768px) {
  ul.map-key {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
  }
}
ul.map-key li {
  font-weight: 600;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
ul.map-key li i {
  width: 2.25rem;
  height: 2.25rem;
  display: block;
  margin-right: 0.625rem;
}
ul.map-key li + li {
  margin-top: 0.625rem;
}
ul.map-key li.pin-parish i {
  background-image: url(../images/map-pin-parish.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-parish.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school i {
  background-image: url(../images/map-pin-school.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-chaplaincy i {
  background-image: url(../images/map-pin-chaplaincy.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-chaplaincy.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-primary i {
  background-image: url(../images/map-pin-school-primary.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-secondary i {
  background-image: url(../images/map-pin-school-secondary.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-secondary.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-independant-primary i {
  background-image: url(../images/map-pin-school-independant-primary.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-independant-primary.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-independant-secondary i {
  background-image: url(../images/map-pin-school-independant-secondary.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-independant-secondary.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-6thform i {
  background-image: url(../images/map-pin-school-6thform.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-6thform.svg);
  background-position: center;
  background-repeat: no-repeat;
}
ul.map-key li.pin-school-allthrough i {
  background-image: url(../images/map-pin-school-allthrough.png);
  background-image: linear-gradient(transparent, transparent), url(../images/map-pin-school-allthrough.svg);
  background-position: center;
  background-repeat: no-repeat;
}

/*------------------------------*/
/*----------Accordion----------*/
/*------------------------------*/
.accordion .card {
  border-radius: 0;
  border: none;
}
.accordion .card .card-header {
  background-color: #08131d;
  padding: 0;
  border-radius: 0;
  border: none;
}
.accordion .card .card-header h2 .btn, .accordion .card .card-header h2 .main-content .richtext-button a, .main-content .richtext-button .accordion .card .card-header h2 a,
.accordion .card .card-header h2 .cke_editable .richtext-button a,
.cke_editable .richtext-button .accordion .card .card-header h2 a,
.accordion .card .card-header h2 .mce-content-body .richtext-button a,
.mce-content-body .richtext-button .accordion .card .card-header h2 a, .accordion .card .card-header h2 .main-content a.richtext-button, .main-content .accordion .card .card-header h2 a.richtext-button,
.accordion .card .card-header h2 .cke_editable a.richtext-button,
.cke_editable .accordion .card .card-header h2 a.richtext-button,
.accordion .card .card-header h2 .mce-content-body a.richtext-button,
.mce-content-body .accordion .card .card-header h2 a.richtext-button, .accordion .card .card-header h2 input[type=submit] {
  color: #c7ad73;
  text-decoration: none;
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16.943" height="10.43" viewBox="0 0 16.943 10.43"><g transform="translate(-0.001 0)"><g transform="translate(0)"><path d="M4.53,12.65H17.72l-2.35,2.94a1,1,0,1,0,1.56,1.25l3.28-4.09a1.2,1.2,0,0,0,0-1.5L16.93,7.16a1,1,0,1,0-1.56,1.25l1.8,2.24H4.53a1,1,0,1,0,0,2Z" transform="translate(-3.529 -6.785)" fill="%23c7ad73"/></g></g></svg>') right 1em center no-repeat;
}
.accordion .card .card-header h2 .btn:hover, .accordion .card .card-header h2 .main-content .richtext-button a:hover, .main-content .richtext-button .accordion .card .card-header h2 a:hover,
.accordion .card .card-header h2 .cke_editable .richtext-button a:hover,
.cke_editable .richtext-button .accordion .card .card-header h2 a:hover,
.accordion .card .card-header h2 .mce-content-body .richtext-button a:hover,
.mce-content-body .richtext-button .accordion .card .card-header h2 a:hover, .accordion .card .card-header h2 .main-content a.richtext-button:hover, .main-content .accordion .card .card-header h2 a.richtext-button:hover,
.accordion .card .card-header h2 .cke_editable a.richtext-button:hover,
.cke_editable .accordion .card .card-header h2 a.richtext-button:hover,
.accordion .card .card-header h2 .mce-content-body a.richtext-button:hover,
.mce-content-body .accordion .card .card-header h2 a.richtext-button:hover, .accordion .card .card-header h2 input[type=submit]:hover, .accordion .card .card-header h2 .btn:focus, .accordion .card .card-header h2 .main-content .richtext-button a:focus, .main-content .richtext-button .accordion .card .card-header h2 a:focus,
.accordion .card .card-header h2 .cke_editable .richtext-button a:focus,
.cke_editable .richtext-button .accordion .card .card-header h2 a:focus,
.accordion .card .card-header h2 .mce-content-body .richtext-button a:focus,
.mce-content-body .richtext-button .accordion .card .card-header h2 a:focus, .accordion .card .card-header h2 .main-content a.richtext-button:focus, .main-content .accordion .card .card-header h2 a.richtext-button:focus,
.accordion .card .card-header h2 .cke_editable a.richtext-button:focus,
.cke_editable .accordion .card .card-header h2 a.richtext-button:focus,
.accordion .card .card-header h2 .mce-content-body a.richtext-button:focus,
.mce-content-body .accordion .card .card-header h2 a.richtext-button:focus, .accordion .card .card-header h2 input[type=submit]:focus {
  background-color: #0e2031;
}
.accordion .card .card-header h2 .btn:not(.collapsed), .accordion .card .card-header h2 .main-content .richtext-button a:not(.collapsed), .main-content .richtext-button .accordion .card .card-header h2 a:not(.collapsed),
.accordion .card .card-header h2 .cke_editable .richtext-button a:not(.collapsed),
.cke_editable .richtext-button .accordion .card .card-header h2 a:not(.collapsed),
.accordion .card .card-header h2 .mce-content-body .richtext-button a:not(.collapsed),
.mce-content-body .richtext-button .accordion .card .card-header h2 a:not(.collapsed), .accordion .card .card-header h2 .main-content a.richtext-button:not(.collapsed), .main-content .accordion .card .card-header h2 a.richtext-button:not(.collapsed),
.accordion .card .card-header h2 .cke_editable a.richtext-button:not(.collapsed),
.cke_editable .accordion .card .card-header h2 a.richtext-button:not(.collapsed),
.accordion .card .card-header h2 .mce-content-body a.richtext-button:not(.collapsed),
.mce-content-body .accordion .card .card-header h2 a.richtext-button:not(.collapsed), .accordion .card .card-header h2 input[type=submit]:not(.collapsed) {
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10.43" height="16.943" viewBox="0 0 10.43 16.943"><g transform="translate(0 16.942) rotate(-90)"><g transform="translate(-0.001 0)"><path d="M19.473,12.65H6.283l2.35,2.94a1,1,0,1,1-1.56,1.25l-3.28-4.09a1.2,1.2,0,0,1,0-1.5l3.28-4.09a1,1,0,1,1,1.56,1.25l-1.8,2.24h12.64a1,1,0,1,1,0,2Z" transform="translate(-3.53 -6.785)" fill="%23062038"/></g></g></svg>') right 1em center no-repeat;
  background-color: #c7ad73;
  color: #062038;
}
.accordion .card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.accordion .card + .card {
  margin-top: 0.555555556rem;
}

/*# sourceMappingURL=site.css.map */
